Length: 39689 (39K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-10/output-1/build/.0.2.9.tar.gz.pACM3N/output' 0K .......... .......... .......... ........ 100% 8.54M=0.004s 2022-04-30 05:22:11 (8.54 MB/s) - '/nvmedata/autobuild/instance-10/output-1/build/.0.2.9.tar.gz.pACM3N/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /nvmedata/autobuild/instance-10/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-10/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-10/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In file included from /usr/include/string.h:495, from mkyaffs2.c:28: In function 'strncpy', inlined from 'mkyaffs2_scan_dir' at mkyaffs2.c:595:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mkyaffs2_write_obj' at mkyaffs2.c:696:2, inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c unyaffs2.c: In function 'unyaffs2_obj_chattr': unyaffs2.c:711:2: warning: ignoring return value of 'lchown', declared with attribute warn_unused_result [-Wunused-result] 711 | lchown(fpath, obj->uid, obj->gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from unyaffs2.c:26: In function 'memcpy', inlined from 'unyaffs2_extract_hardlink' at unyaffs2.c:1151:2, inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: '__builtin___memcpy_chk' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'unyaffs2_oh2obj' at unyaffs2.c:632:2, inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /nvmedata/autobuild/instance-10/output-1/host/bin PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-10/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-10/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/nvmedata/autobuild/instance-10/output-1/host/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /nvmedata/autobuild/instance-10/output-1/host/bin make[1]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%e300c2%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-10/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%e300c2%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-10/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-10/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-10/output-1/target/etc/shells; fi rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/lib/perl5/5.34.1/pod rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/lib/perl5/5.34.1/powerpc-linux/CORE find /nvmedata/autobuild/instance-10/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-10/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-10/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /nvmedata/autobuild/instance-10/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-10/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-10/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-10/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-10/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-10/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/include /nvmedata/autobuild/instance-10/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-10/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-10/output-1/target/usr/doc find /nvmedata/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-10/output-1/target/lib/ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/ /nvmedata/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/man /nvmedata/autobuild/instance-10/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/info /nvmedata/autobuild/instance-10/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/doc /nvmedata/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-10/output-1/target/lib/debug /nvmedata/autobuild/instance-10/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-10/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-10/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-771-gb0b25f1454"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-10/output-1/per-package /nvmedata/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /nvmedata/autobuild/instance-10/output-1/images/rootfs.cpio\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/cpio/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" xz -9 -C crc32 -c -T 1 /nvmedata/autobuild/instance-10/output-1/images/rootfs.cpio > /nvmedata/autobuild/instance-10/output-1/images/rootfs.cpio.xz >>> Generating filesystem image rootfs.romfs mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot printf ' /nvmedata/autobuild/instance-10/output-1/host/bin/genromfs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target -f /nvmedata/autobuild/instance-10/output-1/images/rootfs.romfs\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/romfs/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubifs mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /nvmedata/autobuild/instance-10/output-1/host/sbin/mkfs.ubifs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /nvmedata/autobuild/instance-10/output-1/images/rootfs.ubifs\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" bzip2 -9 -c /nvmedata/autobuild/instance-10/output-1/images/rootfs.ubifs > /nvmedata/autobuild/instance-10/output-1/images/rootfs.ubifs.bz2 >>> Generating filesystem image rootfs.ubi mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/nvmedata/autobuild/instance-10/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/nvmedata/autobuild/instance-10/output-1/images;'\'' fs/ubi/ubinize.cfg > /nvmedata/autobuild/instance-10/output-1/build/ubinize.cfg\n /nvmedata/autobuild/instance-10/output-1/host/sbin/ubinize -o /nvmedata/autobuild/instance-10/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /nvmedata/autobuild/instance-10/output-1/build/ubinize.cfg\n rm /nvmedata/autobuild/instance-10/output-1/build/ubinize.cfg\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/nvmedata/autobuild/instance-10/output-1/images/rootfs.ubifs"139862016 bytes (133.3 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-10/output-1/images rm -rf /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-10/output-1/target/ /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-10/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-10/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-10/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 4182 objects. stage 2: creating image '/nvmedata/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/4182 0% [ ] 2/4182 0% [ ] 3/4182 0% [ ] 4/4182 0% [ ] 5/4182 0% [ ] 6/4182 0% [ ] 7/4182 0% [ ] 8/4182 0% [ ] 9/4182 0% [ ] 10/4182 0% [ ] 11/4182 0% [ ] 12/4182 0% [ ] 13/4182 0% [ ] 14/4182 0% [ ] 15/4182 0% [ ] 16/4182 0% [ ] 17/4182 0% [ ] 18/4182 0% [ ] 19/4182 0% [ ] 20/4182 0% [ ] 21/4182 0% [ ] 22/4182 0% [ ] 23/4182 0% [ ] 24/4182 0% [ ] 25/4182 0% [ ] 26/4182 0% [ ] 27/4182 0% [ ] 28/4182 0% [ ] 29/4182 0% [ ] 30/4182 0% [ ] 31/4182 0% [ ] 32/4182 0% [ ] 33/4182 0% [ ] 34/4182 0% [ ] 35/4182 0% [ ] 36/4182 0% [ ] 37/4182 0% [ ] 38/4182 0% [ ] 39/4182 0% [ ] 40/4182 0% [ ] 41/4182 0% [ ] 42/4182 1% [ ] 43/4182 1% [ ] 44/4182 1% [ ] 45/4182 1% [ ] 46/4182 1% [ ] 47/4182 1% [ ] 48/4182 1% [ ] 49/4182 1% [ ] 50/4182 1% [ ] 51/4182 1% [ ] 52/4182 1% [ ] 53/4182 1% [ ] 54/4182 1% [ ] 55/4182 1% [ ] 56/4182 1% [ ] 57/4182 1% [ ] 58/4182 1% [ ] 59/4182 1% [ ] 60/4182 1% [ ] 61/4182 1% [ ] 62/4182 1% [ ] 63/4182 1% [ ] 64/4182 1% [ ] 65/4182 1% [ ] 66/4182 1% [ ] 67/4182 1% [= ] 68/4182 1% [= ] 69/4182 1% [= ] 70/4182 1% [= ] 71/4182 1% [= ] 72/4182 1% [= ] 73/4182 1% [= ] 74/4182 1% [= ] 75/4182 1% [= ] 76/4182 1% [= ] 77/4182 1% [= ] 78/4182 1% [= ] 79/4182 1% [= ] 80/4182 1% [= ] 81/4182 1% [= ] 82/4182 1% [= ] 83/4182 1% [= ] 84/4182 2% [= ] 85/4182 2% [= ] 86/4182 2% [= ] 87/4182 2% [= ] 88/4182 2% [= ] 89/4182 2% [= ] 90/4182 2% [= ] 91/4182 2% [= ] 92/4182 2% [= ] 93/4182 2% [= ] 94/4182 2% [= ] 95/4182 2% [= ] 96/4182 2% [= ] 97/4182 2% [= ] 98/4182 2% [= ] 99/4182 2% [= ] 100/4182 2% [= ] 101/4182 2% [= ] 102/4182 2% [= ] 103/4182 2% [= ] 104/4182 2% [= ] 105/4182 2% [= ] 106/4182 2% [= ] 107/4182 2% [= ] 108/4182 2% [= ] 109/4182 2% [= ] 110/4182 2% [= ] 111/4182 2% [= ] 112/4182 2% [= ] 113/4182 2% [= ] 114/4182 2% [= ] 115/4182 2% [= ] 116/4182 2% [= ] 117/4182 2% [= ] 118/4182 2% [= ] 119/4182 2% [= ] 120/4182 2% [= ] 121/4182 2% [= ] 122/4182 2% [= ] 123/4182 2% [= ] 124/4182 2% [= ] 125/4182 2% [= ] 126/4182 3% [= ] 127/4182 3% [= ] 128/4182 3% [= ] 129/4182 3% [= ] 130/4182 3% [= ] 131/4182 3% [= ] 132/4182 3% [= ] 133/4182 3% [= ] 134/4182 3% [== ] 135/4182 3% [== ] 136/4182 3% [== ] 137/4182 3% [== ] 138/4182 3% [== ] 139/4182 3% [== ] 140/4182 3% [== ] 141/4182 3% [== ] 142/4182 3% [== ] 143/4182 3% [== ] 144/4182 3% [== ] 145/4182 3% [== ] 146/4182 3% [== ] 147/4182 3% [== ] 148/4182 3% [== ] 149/4182 3% [== ] 150/4182 3% [== ] 151/4182 3% [== ] 152/4182 3% [== ] 153/4182 3% [== ] 154/4182 3% [== ] 155/4182 3% [== ] 156/4182 3% [== ] 157/4182 3% [== ] 158/4182 3% [== ] 159/4182 3% [== ] 160/4182 3% [== ] 161/4182 3% [== ] 162/4182 3% [== ] 163/4182 3% [== ] 164/4182 3% [== ] 165/4182 3% [== ] 166/4182 3% [== ] 167/4182 3% [== ] 168/4182 4% [== ] 169/4182 4% [== ] 170/4182 4% [== ] 171/4182 4% [== ] 172/4182 4% [== ] 173/4182 4% [== ] 174/4182 4% [== ] 175/4182 4% [== ] 176/4182 4% [== ] 177/4182 4% [== ] 178/4182 4% [== ] 179/4182 4% [== ] 180/4182 4% [== ] 181/4182 4% [== ] 182/4182 4% [== ] 183/4182 4% [== ] 184/4182 4% [== ] 185/4182 4% [== ] 186/4182 4% [== ] 187/4182 4% [== ] 188/4182 4% [== ] 189/4182 4% [== ] 190/4182 4% [== ] 191/4182 4% [== ] 192/4182 4% [== ] 193/4182 4% [== ] 194/4182 4% [== ] 195/4182 4% [== ] 196/4182 4% [== ] 197/4182 4% [== ] 198/4182 4% [== ] 199/4182 4% [== ] 200/4182 4% [== ] 201/4182 4% [== ] 202/4182 4% [=== ] 203/4182 4% [=== ] 204/4182 4% [=== ] 205/4182 4% [=== ] 206/4182 4% [=== ] 207/4182 4% [=== ] 208/4182 4% [=== ] 209/4182 4% [=== ] 210/4182 5% [=== ] 211/4182 5% [=== ] 212/4182 5% [=== ] 213/4182 5% [=== ] 214/4182 5% [=== ] 215/4182 5% [=== ] 216/4182 5% [=== ] 217/4182 5% [=== ] 218/4182 5% [=== ] 219/4182 5% [=== ] 220/4182 5% [=== ] 221/4182 5% [=== ] 222/4182 5% [=== ] 223/4182 5% [=== ] 224/4182 5% [=== ] 225/4182 5% [=== ] 226/4182 5% [=== ] 227/4182 5% [=== ] 228/4182 5% [=== ] 229/4182 5% [=== ] 230/4182 5% [=== ] 231/4182 5% [=== ] 232/4182 5% [=== ] 233/4182 5% [=== ] 234/4182 5% [=== ] 235/4182 5% [=== ] 236/4182 5% [=== ] 237/4182 5% [=== ] 238/4182 5% [=== ] 239/4182 5% [=== ] 240/4182 5% [=== ] 241/4182 5% [=== ] 242/4182 5% [=== ] 243/4182 5% [=== ] 244/4182 5% [=== ] 245/4182 5% [=== ] 246/4182 5% [=== ] 247/4182 5% [=== ] 248/4182 5% [=== ] 249/4182 5% [=== ] 250/4182 5% [=== ] 251/4182 6% [=== ] 252/4182 6% [=== ] 253/4182 6% [=== ] 254/4182 6% [=== ] 255/4182 6% [=== ] 256/4182 6% [=== ] 257/4182 6% [=== ] 258/4182 6% [=== ] 259/4182 6% [=== ] 260/4182 6% [=== ] 261/4182 6% [=== ] 262/4182 6% [=== ] 263/4182 6% [=== ] 264/4182 6% [=== ] 265/4182 6% [=== ] 266/4182 6% [=== ] 267/4182 6% [=== ] 268/4182 6% [=== ] 269/4182 6% [==== ] 270/4182 6% [==== ] 271/4182 6% [==== ] 272/4182 6% [==== ] 273/4182 6% [==== ] 274/4182 6% [==== ] 275/4182 6% [==== ] 276/4182 6% [==== ] 277/4182 6% [==== ] 278/4182 6% [==== ] 279/4182 6% [==== ] 280/4182 6% [==== ] 281/4182 6% [==== ] 282/4182 6% [==== ] 283/4182 6% [==== ] 284/4182 6% [==== ] 285/4182 6% [==== ] 286/4182 6% [==== ] 287/4182 6% [==== ] 288/4182 6% [==== ] 289/4182 6% [==== ] 290/4182 6% [==== ] 291/4182 6% [==== ] 292/4182 6% [==== ] 293/4182 7% [==== ] 294/4182 7% [==== ] 295/4182 7% [==== ] 296/4182 7% [==== ] 297/4182 7% [==== ] 298/4182 7% [==== ] 299/4182 7% [==== ] 300/4182 7% [==== ] 301/4182 7% [==== ] 302/4182 7% [==== ] 303/4182 7% [==== ] 304/4182 7% [==== ] 305/4182 7% [==== ] 306/4182 7% [==== ] 307/4182 7% [==== ] 308/4182 7% [==== ] 309/4182 7% [==== ] 310/4182 7% [==== ] 311/4182 7% [==== ] 312/4182 7% [==== ] 313/4182 7% [==== ] 314/4182 7% [==== ] 315/4182 7% [==== ] 316/4182 7% [==== ] 317/4182 7% [==== ] 318/4182 7% [==== ] 319/4182 7% [==== ] 320/4182 7% [==== ] 321/4182 7% [==== ] 322/4182 7% [==== ] 323/4182 7% [==== ] 324/4182 7% [==== ] 325/4182 7% [==== ] 326/4182 7% [==== ] 327/4182 7% [==== ] 328/4182 7% [==== ] 329/4182 7% [==== ] 330/4182 7% [==== ] 331/4182 7% [==== ] 332/4182 7% [==== ] 333/4182 7% [==== ] 334/4182 7% [==== ] 335/4182 8% [==== ] 336/4182 8% [==== ] 337/4182 8% [===== ] 338/4182 8% [===== ] 339/4182 8% [===== ] 340/4182 8% [===== ] 341/4182 8% [===== ] 342/4182 8% [===== ] 343/4182 8% [===== ] 344/4182 8% [===== ] 345/4182 8% [===== ] 346/4182 8% [===== ] 347/4182 8% [===== ] 348/4182 8% [===== ] 349/4182 8% [===== ] 350/4182 8% [===== ] 351/4182 8% [===== ] 352/4182 8% [===== ] 353/4182 8% [===== ] 354/4182 8% [===== ] 355/4182 8% [===== ] 356/4182 8% [===== ] 357/4182 8% [===== ] 358/4182 8% [===== ] 359/4182 8% [===== ] 360/4182 8% [===== ] 361/4182 8% [===== ] 362/4182 8% [===== ] 363/4182 8% [===== ] 364/4182 8% [===== ] 365/4182 8% [===== ] 366/4182 8% [===== ] 367/4182 8% [===== ] 368/4182 8% [===== ] 369/4182 8% [===== ] 370/4182 8% [===== ] 371/4182 8% [===== ] 372/4182 8% [===== ] 373/4182 8% [===== ] 374/4182 8% [===== ] 375/4182 8% [===== ] 376/4182 8% [===== ] 377/4182 9% [===== ] 378/4182 9% [===== ] 379/4182 9% [===== ] 380/4182 9% [===== ] 381/4182 9% [===== ] 382/4182 9% [===== ] 383/4182 9% [===== ] 384/4182 9% [===== ] 385/4182 9% [===== ] 386/4182 9% [===== ] 387/4182 9% [===== ] 388/4182 9% [===== ] 389/4182 9% [===== ] 390/4182 9% [===== ] 391/4182 9% [===== ] 392/4182 9% [===== ] 393/4182 9% [===== ] 394/4182 9% [===== ] 395/4182 9% [===== ] 396/4182 9% [===== ] 397/4182 9% [===== ] 398/4182 9% [===== ] 399/4182 9% [===== ] 400/4182 9% [===== ] 401/4182 9% [===== ] 402/4182 9% [===== ] 403/4182 9% [===== ] 404/4182 9% [====== ] 405/4182 9% [====== ] 406/4182 9% [====== ] 407/4182 9% [====== ] 408/4182 9% [====== ] 409/4182 9% [====== ] 410/4182 9% [====== ] 411/4182 9% [====== ] 412/4182 9% [====== ] 413/4182 9% [====== ] 414/4182 9% [====== ] 415/4182 9% [====== ] 416/4182 9% [====== ] 417/4182 9% [====== ] 418/4182 9% [====== ] 419/4182 10% [====== ] 420/4182 10% [====== ] 421/4182 10% [====== ] 422/4182 10% [====== ] 423/4182 10% [====== ] 424/4182 10% [====== ] 425/4182 10% [====== ] 426/4182 10% [====== ] 427/4182 10% [====== ] 428/4182 10% [====== ] 429/4182 10% [====== ] 430/4182 10% [====== ] 431/4182 10% [====== ] 432/4182 10% [====== ] 433/4182 10% [====== ] 434/4182 10% [====== ] 435/4182 10% [====== ] 436/4182 10% [====== ] 437/4182 10% [====== ] 438/4182 10% [====== ] 439/4182 10% [====== ] 440/4182 10% [====== ] 441/4182 10% [====== ] 442/4182 10% [====== ] 443/4182 10% [====== ] 444/4182 10% [====== ] 445/4182 10% [====== ] 446/4182 10% [====== ] 447/4182 10% [====== ] 448/4182 10% [====== ] 449/4182 10% [====== ] 450/4182 10% [====== ] 451/4182 10% [====== ] 452/4182 10% [====== ] 453/4182 10% [====== ] 454/4182 10% [====== ] 455/4182 10% [====== ] 456/4182 10% [====== ] 457/4182 10% [====== ] 458/4182 10% [====== ] 459/4182 10% [====== ] 460/4182 10% [====== ] 461/4182 11% [====== ] 462/4182 11% [====== ] 463/4182 11% [====== ] 464/4182 11% [====== ] 465/4182 11% [====== ] 466/4182 11% [====== ] 467/4182 11% [====== ] 468/4182 11% [====== ] 469/4182 11% [====== ] 470/4182 11% [====== ] 471/4182 11% [====== ] 472/4182 11% [======= ] 473/4182 11% [======= ] 474/4182 11% [======= ] 475/4182 11% [======= ] 476/4182 11% [======= ] 477/4182 11% [======= ] 478/4182 11% [======= ] 479/4182 11% [======= ] 480/4182 11% [======= ] 481/4182 11% [======= ] 482/4182 11% [======= ] 483/4182 11% [======= ] 484/4182 11% [======= ] 485/4182 11% [======= ] 486/4182 11% [======= ] 487/4182 11% [======= ] 488/4182 11% [======= ] 489/4182 11% [======= ] 490/4182 11% [======= ] 491/4182 11% [======= ] 492/4182 11% [======= ] 493/4182 11% [======= ] 494/4182 11% [======= ] 495/4182 11% [======= ] 496/4182 11% [======= ] 497/4182 11% [======= ] 498/4182 11% [======= ] 499/4182 11% [======= ] 500/4182 11% [======= ] 501/4182 11% [======= ] 502/4182 12% [======= ] 503/4182 12% [======= ] 504/4182 12% [======= ] 505/4182 12% [======= ] 506/4182 12% [======= ] 507/4182 12% [======= ] 508/4182 12% [======= ] 509/4182 12% [======= ] 510/4182 12% [======= ] 511/4182 12% [======= ] 512/4182 12% [======= ] 513/4182 12% [======= ] 514/4182 12% [======= ] 515/4182 12% [======= ] 516/4182 12% [======= ] 517/4182 12% [======= ] 518/4182 12% [======= ] 519/4182 12% [======= ] 520/4182 12% [======= ] 521/4182 12% [======= ] 522/4182 12% [======= ] 523/4182 12% [======= ] 524/4182 12% [======= ] 525/4182 12% [======= ] 526/4182 12% [======= ] 527/4182 12% [======= ] 528/4182 12% [======= ] 529/4182 12% [======= ] 530/4182 12% [======= ] 531/4182 12% [======= ] 532/4182 12% [======= ] 533/4182 12% [======= ] 534/4182 12% [======= ] 535/4182 12% [======= ] 536/4182 12% [======= ] 537/4182 12% [======= ] 538/4182 12% [======= ] 539/4182 12% [======== ] 540/4182 12% [======== ] 541/4182 12% [======== ] 542/4182 12% [======== ] 543/4182 12% [======== ] 544/4182 13% [======== ] 545/4182 13% [======== ] 546/4182 13% [======== ] 547/4182 13% [======== ] 548/4182 13% [======== ] 549/4182 13% [======== ] 550/4182 13% [======== ] 551/4182 13% [======== ] 552/4182 13% [======== ] 553/4182 13% [======== ] 554/4182 13% [======== ] 555/4182 13% [======== ] 556/4182 13% [======== ] 557/4182 13% [======== ] 558/4182 13% [======== ] 559/4182 13% [======== ] 560/4182 13% [======== ] 561/4182 13% [======== ] 562/4182 13% [======== ] 563/4182 13% [======== ] 564/4182 13% [======== ] 565/4182 13% [======== ] 566/4182 13% [======== ] 567/4182 13% [======== ] 568/4182 13% [======== ] 569/4182 13% [======== ] 570/4182 13% [======== ] 571/4182 13% [======== ] 572/4182 13% [======== ] 573/4182 13% [======== ] 574/4182 13% [======== ] 575/4182 13% [======== ] 576/4182 13% [======== ] 577/4182 13% [======== ] 578/4182 13% [======== ] 579/4182 13% [======== ] 580/4182 13% [======== ] 581/4182 13% [======== ] 582/4182 13% [======== ] 583/4182 13% [======== ] 584/4182 13% [======== ] 585/4182 13% [======== ] 586/4182 14% [======== ] 587/4182 14% [======== ] 588/4182 14% [======== ] 589/4182 14% [======== ] 590/4182 14% [======== ] 591/4182 14% [======== ] 592/4182 14% [======== ] 593/4182 14% [======== ] 594/4182 14% [======== ] 595/4182 14% [======== ] 596/4182 14% [======== ] 597/4182 14% [======== ] 598/4182 14% [======== ] 599/4182 14% [======== ] 600/4182 14% [======== ] 601/4182 14% [======== ] 602/4182 14% [======== ] 603/4182 14% [======== ] 604/4182 14% [======== ] 605/4182 14% [======== ] 606/4182 14% [======== ] 607/4182 14% [========= ] 608/4182 14% [========= ] 609/4182 14% [========= ] 610/4182 14% [========= ] 611/4182 14% [========= ] 612/4182 14% [========= ] 613/4182 14% [========= ] 614/4182 14% [========= ] 615/4182 14% [========= ] 616/4182 14% [========= ] 617/4182 14% [========= ] 618/4182 14% [========= ] 619/4182 14% [========= ] 620/4182 14% [========= ] 621/4182 14% [========= ] 622/4182 14% [========= ] 623/4182 14% [========= ] 624/4182 14% [========= ] 625/4182 14% [========= ] 626/4182 14% [========= ] 627/4182 14% [========= ] 628/4182 15% [========= ] 629/4182 15% [========= ] 630/4182 15% [========= ] 631/4182 15% [========= ] 632/4182 15% [========= ] 633/4182 15% [========= ] 634/4182 15% [========= ] 635/4182 15% [========= ] 636/4182 15% [========= ] 637/4182 15% [========= ] 638/4182 15% [========= ] 639/4182 15% [========= ] 640/4182 15% [========= ] 641/4182 15% [========= ] 642/4182 15% [========= ] 643/4182 15% [========= ] 644/4182 15% [========= ] 645/4182 15% [========= ] 646/4182 15% [========= ] 647/4182 15% [========= ] 648/4182 15% [========= ] 649/4182 15% [========= ] 650/4182 15% [========= ] 651/4182 15% [========= ] 652/4182 15% [========= ] 653/4182 15% [========= ] 654/4182 15% [========= ] 655/4182 15% [========= ] 656/4182 15% [========= ] 657/4182 15% [========= ] 658/4182 15% [========= ] 659/4182 15% [========= ] 660/4182 15% [========= ] 661/4182 15% [========= ] 662/4182 15% [========= ] 663/4182 15% [========= ] 664/4182 15% [========= ] 665/4182 15% [========= ] 666/4182 15% [========= ] 667/4182 15% [========= ] 668/4182 15% [========= ] 669/4182 15% [========= ] 670/4182 16% [========= ] 671/4182 16% [========= ] 672/4182 16% [========= ] 673/4182 16% [========= ] 674/4182 16% [========== ] 675/4182 16% [========== ] 676/4182 16% [========== ] 677/4182 16% [========== ] 678/4182 16% [========== ] 679/4182 16% [========== ] 680/4182 16% [========== ] 681/4182 16% [========== ] 682/4182 16% [========== ] 683/4182 16% [========== ] 684/4182 16% [========== ] 685/4182 16% [========== ] 686/4182 16% [========== ] 687/4182 16% [========== ] 688/4182 16% [========== ] 689/4182 16% [========== ] 690/4182 16% [========== ] 691/4182 16% [========== ] 692/4182 16% [========== ] 693/4182 16% [========== ] 694/4182 16% [========== ] 695/4182 16% [========== ] 696/4182 16% [========== ] 697/4182 16% [========== ] 698/4182 16% [========== ] 699/4182 16% [========== ] 700/4182 16% [========== ] 701/4182 16% [========== ] 702/4182 16% [========== ] 703/4182 16% [========== ] 704/4182 16% [========== ] 705/4182 16% [========== ] 706/4182 16% [========== ] 707/4182 16% [========== ] 708/4182 16% [========== ] 709/4182 16% [========== ] 710/4182 16% [========== ] 711/4182 17% [========== ] 712/4182 17% [========== ] 713/4182 17% [========== ] 714/4182 17% [========== ] 715/4182 17% [========== ] 716/4182 17% [========== ] 717/4182 17% [========== ] 718/4182 17% [========== ] 719/4182 17% [========== ] 720/4182 17% [========== ] 721/4182 17% [========== ] 722/4182 17% [========== ] 723/4182 17% [========== ] 724/4182 17% [========== ] 725/4182 17% [========== ] 726/4182 17% [========== ] 727/4182 17% [========== ] 728/4182 17% [========== ] 729/4182 17% [========== ] 730/4182 17% [========== ] 731/4182 17% [========== ] 732/4182 17% [========== ] 733/4182 17% [========== ] 734/4182 17% [========== ] 735/4182 17% [========== ] 736/4182 17% [========== ] 737/4182 17% [========== ] 738/4182 17% [========== ] 739/4182 17% [========== ] 740/4182 17% [========== ] 741/4182 17% [=========== ] 742/4182 17% [=========== ] 743/4182 17% [=========== ] 744/4182 17% [=========== ] 745/4182 17% [=========== ] 746/4182 17% [=========== ] 747/4182 17% [=========== ] 748/4182 17% [=========== ] 749/4182 17% [=========== ] 750/4182 17% [=========== ] 751/4182 17% [=========== ] 752/4182 17% [=========== ] 753/4182 18% [=========== ] 754/4182 18% [=========== ] 755/4182 18% [=========== ] 756/4182 18% [=========== ] 757/4182 18% [=========== ] 758/4182 18% [=========== ] 759/4182 18% [=========== ] 760/4182 18% [=========== ] 761/4182 18% [=========== ] 762/4182 18% [=========== ] 763/4182 18% [=========== ] 764/4182 18% [=========== ] 765/4182 18% [=========== ] 766/4182 18% [=========== ] 767/4182 18% [=========== ] 768/4182 18% [=========== ] 769/4182 18% [=========== ] 770/4182 18% [=========== ] 771/4182 18% [=========== ] 772/4182 18% [=========== ] 773/4182 18% [=========== ] 774/4182 18% [=========== ] 775/4182 18% [=========== ] 776/4182 18% [=========== ] 777/4182 18% [=========== ] 778/4182 18% [=========== ] 779/4182 18% [=========== ] 780/4182 18% [=========== ] 781/4182 18% [=========== ] 782/4182 18% [=========== ] 783/4182 18% [=========== ] 784/4182 18% [=========== ] 785/4182 18% [=========== ] 786/4182 18% [=========== ] 787/4182 18% [=========== ] 788/4182 18% [=========== ] 789/4182 18% [=========== ] 790/4182 18% [=========== ] 791/4182 18% [=========== ] 792/4182 18% [=========== ] 793/4182 18% [=========== ] 794/4182 18% [=========== ] 795/4182 19% [=========== ] 796/4182 19% [=========== ] 797/4182 19% [=========== ] 798/4182 19% [=========== ] 799/4182 19% [=========== ] 800/4182 19% [=========== ] 801/4182 19% [=========== ] 802/4182 19% [=========== ] 803/4182 19% [=========== ] 804/4182 19% [=========== ] 805/4182 19% [=========== ] 806/4182 19% [=========== ] 807/4182 19% [=========== ] 808/4182 19% [=========== ] 809/4182 19% [============ ] 810/4182 19% [============ ] 811/4182 19% [============ ] 812/4182 19% [============ ] 813/4182 19% [============ ] 814/4182 19% [============ ] 815/4182 19% [============ ] 816/4182 19% [============ ] 817/4182 19% [============ ] 818/4182 19% [============ ] 819/4182 19% [============ ] 820/4182 19% [============ ] 821/4182 19% [============ ] 822/4182 19% [============ ] 823/4182 19% [============ ] 824/4182 19% [============ ] 825/4182 19% [============ ] 826/4182 19% [============ ] 827/4182 19% [============ ] 828/4182 19% [============ ] 829/4182 19% [============ ] 830/4182 19% [============ ] 831/4182 19% [============ ] 832/4182 19% [============ ] 833/4182 19% [============ ] 834/4182 19% [============ ] 835/4182 19% [============ ] 836/4182 19% [============ ] 837/4182 20% [============ ] 838/4182 20% [============ ] 839/4182 20% [============ ] 840/4182 20% [============ ] 841/4182 20% [============ ] 842/4182 20% [============ ] 843/4182 20% [============ ] 844/4182 20% [============ ] 845/4182 20% [============ ] 846/4182 20% [============ ] 847/4182 20% [============ ] 848/4182 20% [============ ] 849/4182 20% [============ ] 850/4182 20% [============ ] 851/4182 20% [============ ] 852/4182 20% [============ ] 853/4182 20% [============ ] 854/4182 20% [============ ] 855/4182 20% [============ ] 856/4182 20% [============ ] 857/4182 20% [============ ] 858/4182 20% [============ ] 859/4182 20% [============ ] 860/4182 20% [============ ] 861/4182 20% [============ ] 862/4182 20% [============ ] 863/4182 20% [============ ] 864/4182 20% [============ ] 865/4182 20% [============ ] 866/4182 20% [============ ] 867/4182 20% [============ ] 868/4182 20% [============ ] 869/4182 20% [============ ] 870/4182 20% [============ ] 871/4182 20% [============ ] 872/4182 20% [============ ] 873/4182 20% [============ ] 874/4182 20% [============ ] 875/4182 20% [============ ] 876/4182 20% [============= ] 877/4182 20% [============= ] 878/4182 20% [============= ] 879/4182 21% [============= ] 880/4182 21% [============= ] 881/4182 21% [============= ] 882/4182 21% [============= ] 883/4182 21% [============= ] 884/4182 21% [============= ] 885/4182 21% [============= ] 886/4182 21% [============= ] 887/4182 21% [============= ] 888/4182 21% [============= ] 889/4182 21% [============= ] 890/4182 21% [============= ] 891/4182 21% [============= ] 892/4182 21% [============= ] 893/4182 21% [============= ] 894/4182 21% [============= ] 895/4182 21% [============= ] 896/4182 21% [============= ] 897/4182 21% [============= ] 898/4182 21% [============= ] 899/4182 21% [============= ] 900/4182 21% [============= ] 901/4182 21% [============= ] 902/4182 21% [============= ] 903/4182 21% [============= ] 904/4182 21% [============= ] 905/4182 21% [============= ] 906/4182 21% [============= ] 907/4182 21% [============= ] 908/4182 21% [============= ] 909/4182 21% [============= ] 910/4182 21% [============= ] 911/4182 21% [============= ] 912/4182 21% [============= ] 913/4182 21% [============= ] 914/4182 21% [============= ] 915/4182 21% [============= ] 916/4182 21% [============= ] 917/4182 21% [============= ] 918/4182 21% [============= ] 919/4182 21% [============= ] 920/4182 21% [============= ] 921/4182 22% [============= ] 922/4182 22% [============= ] 923/4182 22% [============= ] 924/4182 22% [============= ] 925/4182 22% [============= ] 926/4182 22% [============= ] 927/4182 22% [============= ] 928/4182 22% [============= ] 929/4182 22% [============= ] 930/4182 22% [============= ] 931/4182 22% [============= ] 932/4182 22% [============= ] 933/4182 22% [============= ] 934/4182 22% [============= ] 935/4182 22% [============= ] 936/4182 22% [============= ] 937/4182 22% [============= ] 938/4182 22% [============= ] 939/4182 22% [============= ] 940/4182 22% [============= ] 941/4182 22% [============= ] 942/4182 22% [============= ] 943/4182 22% [============= ] 944/4182 22% [============== ] 945/4182 22% [============== ] 946/4182 22% [============== ] 947/4182 22% [============== ] 948/4182 22% [============== ] 949/4182 22% [============== ] 950/4182 22% [============== ] 951/4182 22% [============== ] 952/4182 22% [============== ] 953/4182 22% [============== ] 954/4182 22% [============== ] 955/4182 22% [============== ] 956/4182 22% [============== ] 957/4182 22% [============== ] 958/4182 22% [============== ] 959/4182 22% [============== ] 960/4182 22% [============== ] 961/4182 22% [============== ] 962/4182 23% [============== ] 963/4182 23% [============== ] 964/4182 23% [============== ] 965/4182 23% [============== ] 966/4182 23% [============== ] 967/4182 23% [============== ] 968/4182 23% [============== ] 969/4182 23% [============== ] 970/4182 23% [============== ] 971/4182 23% [============== ] 972/4182 23% [============== ] 973/4182 23% [============== ] 974/4182 23% [============== ] 975/4182 23% [============== ] 976/4182 23% [============== ] 977/4182 23% [============== ] 978/4182 23% [============== ] 979/4182 23% [============== ] 980/4182 23% [============== ] 981/4182 23% [============== ] 982/4182 23% [============== ] 983/4182 23% [============== ] 984/4182 23% [============== ] 985/4182 23% [============== ] 986/4182 23% [============== ] 987/4182 23% [============== ] 988/4182 23% [============== ] 989/4182 23% [============== ] 990/4182 23% [============== ] 991/4182 23% [============== ] 992/4182 23% [============== ] 993/4182 23% [============== ] 994/4182 23% [============== ] 995/4182 23% [============== ] 996/4182 23% [============== ] 997/4182 23% [============== ] 998/4182 23% [============== ] 999/4182 23% [============== ] 1000/4182 23% [============== ] 1001/4182 23% [============== ] 1002/4182 23% [============== ] 1003/4182 23% [============== ] 1004/4182 24% [============== ] 1005/4182 24% [============== ] 1006/4182 24% [============== ] 1007/4182 24% [============== ] 1008/4182 24% [============== ] 1009/4182 24% [============== ] 1010/4182 24% [============== ] 1011/4182 24% [=============== ] 1012/4182 24% [=============== ] 1013/4182 24% [=============== ] 1014/4182 24% [=============== ] 1015/4182 24% [=============== ] 1016/4182 24% [=============== ] 1017/4182 24% [=============== ] 1018/4182 24% [=============== ] 1019/4182 24% [=============== ] 1020/4182 24% [=============== ] 1021/4182 24% [=============== ] 1022/4182 24% [=============== ] 1023/4182 24% [=============== ] 1024/4182 24% [=============== ] 1025/4182 24% [=============== ] 1026/4182 24% [=============== ] 1027/4182 24% [=============== ] 1028/4182 24% [=============== ] 1029/4182 24% [=============== ] 1030/4182 24% [=============== ] 1031/4182 24% [=============== ] 1032/4182 24% [=============== ] 1033/4182 24% [=============== ] 1034/4182 24% [=============== ] 1035/4182 24% [=============== ] 1036/4182 24% [=============== ] 1037/4182 24% [=============== ] 1038/4182 24% [=============== ] 1039/4182 24% [=============== ] 1040/4182 24% [=============== ] 1041/4182 24% [=============== ] 1042/4182 24% [=============== ] 1043/4182 24% [=============== ] 1044/4182 24% [=============== ] 1045/4182 24% [=============== ] 1046/4182 25% [=============== ] 1047/4182 25% [=============== ] 1048/4182 25% [=============== ] 1049/4182 25% [=============== ] 1050/4182 25% [=============== ] 1051/4182 25% [=============== ] 1052/4182 25% [=============== ] 1053/4182 25% [=============== ] 1054/4182 25% [=============== ] 1055/4182 25% [=============== ] 1056/4182 25% [=============== ] 1057/4182 25% [=============== ] 1058/4182 25% [=============== ] 1059/4182 25% [=============== ] 1060/4182 25% [=============== ] 1061/4182 25% [=============== ] 1062/4182 25% [=============== ] 1063/4182 25% [=============== ] 1064/4182 25% [=============== ] 1065/4182 25% [=============== ] 1066/4182 25% [=============== ] 1067/4182 25% [=============== ] 1068/4182 25% [=============== ] 1069/4182 25% [=============== ] 1070/4182 25% [=============== ] 1071/4182 25% [=============== ] 1072/4182 25% [=============== ] 1073/4182 25% [=============== ] 1074/4182 25% [=============== ] 1075/4182 25% [=============== ] 1076/4182 25% [=============== ] 1077/4182 25% [=============== ] 1078/4182 25% [=============== ] 1079/4182 25% [================ ] 1080/4182 25% [================ ] 1081/4182 25% [================ ] 1082/4182 25% [================ ] 1083/4182 25% [================ ] 1084/4182 25% [================ ] 1085/4182 25% [================ ] 1086/4182 25% [================ ] 1087/4182 25% [================ ] 1088/4182 26% [================ ] 1089/4182 26% [================ ] 1090/4182 26% [================ ] 1091/4182 26% [================ ] 1092/4182 26% [================ ] 1093/4182 26% [================ ] 1094/4182 26% [================ ] 1095/4182 26% [================ ] 1096/4182 26% [================ ] 1097/4182 26% [================ ] 1098/4182 26% [================ ] 1099/4182 26% [================ ] 1100/4182 26% [================ ] 1101/4182 26% [================ ] 1102/4182 26% [================ ] 1103/4182 26% [================ ] 1104/4182 26% [================ ] 1105/4182 26% [================ ] 1106/4182 26% [================ ] 1107/4182 26% [================ ] 1108/4182 26% [================ ] 1109/4182 26% [================ ] 1110/4182 26% [================ ] 1111/4182 26% [================ ] 1112/4182 26% [================ ] 1113/4182 26% [================ ] 1114/4182 26% [================ ] 1115/4182 26% [================ ] 1116/4182 26% [================ ] 1117/4182 26% [================ ] 1118/4182 26% [================ ] 1119/4182 26% [================ ] 1120/4182 26% [================ ] 1121/4182 26% [================ ] 1122/4182 26% [================ ] 1123/4182 26% [================ ] 1124/4182 26% [================ ] 1125/4182 26% [================ ] 1126/4182 26% [================ ] 1127/4182 26% [================ ] 1128/4182 26% [================ ] 1129/4182 26% [================ ] 1130/4182 27% [================ ] 1131/4182 27% [================ ] 1132/4182 27% [================ ] 1133/4182 27% [================ ] 1134/4182 27% [================ ] 1135/4182 27% [================ ] 1136/4182 27% [================ ] 1137/4182 27% [================ ] 1138/4182 27% [================ ] 1139/4182 27% [================ ] 1140/4182 27% [================ ] 1141/4182 27% [================ ] 1142/4182 27% [================ ] 1143/4182 27% [================ ] 1144/4182 27% [================ ] 1145/4182 27% [================ ] 1146/4182 27% [================= ] 1147/4182 27% [================= ] 1148/4182 27% [================= ] 1149/4182 27% [================= ] 1150/4182 27% [================= ] 1151/4182 27% [================= ] 1152/4182 27% [================= ] 1153/4182 27% [================= ] 1154/4182 27% [================= ] 1155/4182 27% [================= ] 1156/4182 27% [================= ] 1157/4182 27% [================= ] 1158/4182 27% [================= ] 1159/4182 27% [================= ] 1160/4182 27% [================= ] 1161/4182 27% [================= ] 1162/4182 27% [================= ] 1163/4182 27% [================= ] 1164/4182 27% [================= ] 1165/4182 27% [================= ] 1166/4182 27% [================= ] 1167/4182 27% [================= ] 1168/4182 27% [================= ] 1169/4182 27% [================= ] 1170/4182 27% [================= ] 1171/4182 28% [================= ] 1172/4182 28% [================= ] 1173/4182 28% [================= ] 1174/4182 28% [================= ] 1175/4182 28% [================= ] 1176/4182 28% [================= ] 1177/4182 28% [================= ] 1178/4182 28% [================= ] 1179/4182 28% [================= ] 1180/4182 28% [================= ] 1181/4182 28% [================= ] 1182/4182 28% [================= ] 1183/4182 28% [================= ] 1184/4182 28% [================= ] 1185/4182 28% [================= ] 1186/4182 28% [================= ] 1187/4182 28% [================= ] 1188/4182 28% [================= ] 1189/4182 28% [================= ] 1190/4182 28% [================= ] 1191/4182 28% [================= ] 1192/4182 28% [================= ] 1193/4182 28% [================= ] 1194/4182 28% [================= ] 1195/4182 28% [================= ] 1196/4182 28% [================= ] 1197/4182 28% [================= ] 1198/4182 28% [================= ] 1199/4182 28% [================= ] 1200/4182 28% [================= ] 1201/4182 28% [================= ] 1202/4182 28% [================= ] 1203/4182 28% [================= ] 1204/4182 28% [================= ] 1205/4182 28% [================= ] 1206/4182 28% [================= ] 1207/4182 28% [================= ] 1208/4182 28% [================= ] 1209/4182 28% [================= ] 1210/4182 28% [================= ] 1211/4182 28% [================= ] 1212/4182 28% [================= ] 1213/4182 29% [================= ] 1214/4182 29% [================== ] 1215/4182 29% [================== ] 1216/4182 29% [================== ] 1217/4182 29% [================== ] 1218/4182 29% [================== ] 1219/4182 29% [================== ] 1220/4182 29% [================== ] 1221/4182 29% [================== ] 1222/4182 29% [================== ] 1223/4182 29% [================== ] 1224/4182 29% [================== ] 1225/4182 29% [================== ] 1226/4182 29% [================== ] 1227/4182 29% [================== ] 1228/4182 29% [================== ] 1229/4182 29% [================== ] 1230/4182 29% [================== ] 1231/4182 29% [================== ] 1232/4182 29% [================== ] 1233/4182 29% [================== ] 1234/4182 29% [================== ] 1235/4182 29% [================== ] 1236/4182 29% [================== ] 1237/4182 29% [================== ] 1238/4182 29% [================== ] 1239/4182 29% [================== ] 1240/4182 29% [================== ] 1241/4182 29% [================== ] 1242/4182 29% [================== ] 1243/4182 29% [================== ] 1244/4182 29% [================== ] 1245/4182 29% [================== ] 1246/4182 29% [================== ] 1247/4182 29% [================== ] 1248/4182 29% [================== ] 1249/4182 29% [================== ] 1250/4182 29% [================== ] 1251/4182 29% [================== ] 1252/4182 29% [================== ] 1253/4182 29% [================== ] 1254/4182 29% [================== ] 1255/4182 30% [================== ] 1256/4182 30% [================== ] 1257/4182 30% [================== ] 1258/4182 30% [================== ] 1259/4182 30% [================== ] 1260/4182 30% [================== ] 1261/4182 30% [================== ] 1262/4182 30% [================== ] 1263/4182 30% [================== ] 1264/4182 30% [================== ] 1265/4182 30% [================== ] 1266/4182 30% [================== ] 1267/4182 30% [================== ] 1268/4182 30% [================== ] 1269/4182 30% [================== ] 1270/4182 30% [================== ] 1271/4182 30% [================== ] 1272/4182 30% [================== ] 1273/4182 30% [================== ] 1274/4182 30% [================== ] 1275/4182 30% [================== ] 1276/4182 30% [================== ] 1277/4182 30% [================== ] 1278/4182 30% [================== ] 1279/4182 30% [================== ] 1280/4182 30% [================== ] 1281/4182 30% [=================== ] 1282/4182 30% [=================== ] 1283/4182 30% [=================== ] 1284/4182 30% [=================== ] 1285/4182 30% [=================== ] 1286/4182 30% [=================== ] 1287/4182 30% [=================== ] 1288/4182 30% [=================== ] 1289/4182 30% [=================== ] 1290/4182 30% [=================== ] 1291/4182 30% [=================== ] 1292/4182 30% [=================== ] 1293/4182 30% [=================== ] 1294/4182 30% [=================== ] 1295/4182 30% [=================== ] 1296/4182 30% [=================== ] 1297/4182 31% [=================== ] 1298/4182 31% [=================== ] 1299/4182 31% [=================== ] 1300/4182 31% [=================== ] 1301/4182 31% [=================== ] 1302/4182 31% [=================== ] 1303/4182 31% [=================== ] 1304/4182 31% [=================== ] 1305/4182 31% [=================== ] 1306/4182 31% [=================== ] 1307/4182 31% [=================== ] 1308/4182 31% [=================== ] 1309/4182 31% [=================== ] 1310/4182 31% [=================== ] 1311/4182 31% [=================== ] 1312/4182 31% [=================== ] 1313/4182 31% [=================== ] 1314/4182 31% [=================== ] 1315/4182 31% [=================== ] 1316/4182 31% [=================== ] 1317/4182 31% [=================== ] 1318/4182 31% [=================== ] 1319/4182 31% [=================== ] 1320/4182 31% [=================== ] 1321/4182 31% [=================== ] 1322/4182 31% [=================== ] 1323/4182 31% [=================== ] 1324/4182 31% [=================== ] 1325/4182 31% [=================== ] 1326/4182 31% [=================== ] 1327/4182 31% [=================== ] 1328/4182 31% [=================== ] 1329/4182 31% [=================== ] 1330/4182 31% [=================== ] 1331/4182 31% [=================== ] 1332/4182 31% [=================== ] 1333/4182 31% [=================== ] 1334/4182 31% [=================== ] 1335/4182 31% [=================== ] 1336/4182 31% [=================== ] 1337/4182 31% [=================== ] 1338/4182 31% [=================== ] 1339/4182 32% [=================== ] 1340/4182 32% [=================== ] 1341/4182 32% [=================== ] 1342/4182 32% [=================== ] 1343/4182 32% [=================== ] 1344/4182 32% [=================== ] 1345/4182 32% [=================== ] 1346/4182 32% [=================== ] 1347/4182 32% [=================== ] 1348/4182 32% [=================== ] 1349/4182 32% [==================== ] 1350/4182 32% [==================== ] 1351/4182 32% [==================== ] 1352/4182 32% [==================== ] 1353/4182 32% [==================== ] 1354/4182 32% [==================== ] 1355/4182 32% [==================== ] 1356/4182 32% [==================== ] 1357/4182 32% [==================== ] 1358/4182 32% [==================== ] 1359/4182 32% [==================== ] 1360/4182 32% [==================== ] 1361/4182 32% [==================== ] 1362/4182 32% [==================== ] 1363/4182 32% [==================== ] 1364/4182 32% [==================== ] 1365/4182 32% [==================== ] 1366/4182 32% [==================== ] 1367/4182 32% [==================== ] 1368/4182 32% [==================== ] 1369/4182 32% [==================== ] 1370/4182 32% [==================== ] 1371/4182 32% [==================== ] 1372/4182 32% [==================== ] 1373/4182 32% [==================== ] 1374/4182 32% [==================== ] 1375/4182 32% [==================== ] 1376/4182 32% [==================== ] 1377/4182 32% [==================== ] 1378/4182 32% [==================== ] 1379/4182 32% [==================== ] 1380/4182 32% [==================== ] 1381/4182 33% [==================== ] 1382/4182 33% [==================== ] 1383/4182 33% [==================== ] 1384/4182 33% [==================== ] 1385/4182 33% [==================== ] 1386/4182 33% [==================== ] 1387/4182 33% [==================== ] 1388/4182 33% [==================== ] 1389/4182 33% [==================== ] 1390/4182 33% [==================== ] 1391/4182 33% [==================== ] 1392/4182 33% [==================== ] 1393/4182 33% [==================== ] 1394/4182 33% [==================== ] 1395/4182 33% [==================== ] 1396/4182 33% [==================== ] 1397/4182 33% [==================== ] 1398/4182 33% [==================== ] 1399/4182 33% [==================== ] 1400/4182 33% [==================== ] 1401/4182 33% [==================== ] 1402/4182 33% [==================== ] 1403/4182 33% [==================== ] 1404/4182 33% [==================== ] 1405/4182 33% [==================== ] 1406/4182 33% [==================== ] 1407/4182 33% [==================== ] 1408/4182 33% [==================== ] 1409/4182 33% [==================== ] 1410/4182 33% [==================== ] 1411/4182 33% [==================== ] 1412/4182 33% [==================== ] 1413/4182 33% [==================== ] 1414/4182 33% [==================== ] 1415/4182 33% [==================== ] 1416/4182 33% [===================== ] 1417/4182 33% [===================== ] 1418/4182 33% [===================== ] 1419/4182 33% [===================== ] 1420/4182 33% [===================== ] 1421/4182 33% [===================== ] 1422/4182 34% [===================== ] 1423/4182 34% [===================== ] 1424/4182 34% [===================== ] 1425/4182 34% [===================== ] 1426/4182 34% [===================== ] 1427/4182 34% [===================== ] 1428/4182 34% [===================== ] 1429/4182 34% [===================== ] 1430/4182 34% [===================== ] 1431/4182 34% [===================== ] 1432/4182 34% [===================== ] 1433/4182 34% [===================== ] 1434/4182 34% [===================== ] 1435/4182 34% [===================== ] 1436/4182 34% [===================== ] 1437/4182 34% [===================== ] 1438/4182 34% [===================== ] 1439/4182 34% [===================== ] 1440/4182 34% [===================== ] 1441/4182 34% [===================== ] 1442/4182 34% [===================== ] 1443/4182 34% [===================== ] 1444/4182 34% [===================== ] 1445/4182 34% [===================== ] 1446/4182 34% [===================== ] 1447/4182 34% [===================== ] 1448/4182 34% [===================== ] 1449/4182 34% [===================== ] 1450/4182 34% [===================== ] 1451/4182 34% [===================== ] 1452/4182 34% [===================== ] 1453/4182 34% [===================== ] 1454/4182 34% [===================== ] 1455/4182 34% [===================== ] 1456/4182 34% [===================== ] 1457/4182 34% [===================== ] 1458/4182 34% [===================== ] 1459/4182 34% [===================== ] 1460/4182 34% [===================== ] 1461/4182 34% [===================== ] 1462/4182 34% [===================== ] 1463/4182 34% [===================== ] 1464/4182 35% [===================== ] 1465/4182 35% [===================== ] 1466/4182 35% [===================== ] 1467/4182 35% [===================== ] 1468/4182 35% [===================== ] 1469/4182 35% [===================== ] 1470/4182 35% [===================== ] 1471/4182 35% [===================== ] 1472/4182 35% [===================== ] 1473/4182 35% [===================== ] 1474/4182 35% [===================== ] 1475/4182 35% [===================== ] 1476/4182 35% [===================== ] 1477/4182 35% [===================== ] 1478/4182 35% [===================== ] 1479/4182 35% [===================== ] 1480/4182 35% [===================== ] 1481/4182 35% [===================== ] 1482/4182 35% [===================== ] 1483/4182 35% [====================== ] 1484/4182 35% [====================== ] 1485/4182 35% [====================== ] 1486/4182 35% [====================== ] 1487/4182 35% [====================== ] 1488/4182 35% [====================== ] 1489/4182 35% [====================== ] 1490/4182 35% [====================== ] 1491/4182 35% [====================== ] 1492/4182 35% [====================== ] 1493/4182 35% [====================== ] 1494/4182 35% [====================== ] 1495/4182 35% [====================== ] 1496/4182 35% [====================== ] 1497/4182 35% [====================== ] 1498/4182 35% [====================== ] 1499/4182 35% [====================== ] 1500/4182 35% [====================== ] 1501/4182 35% [====================== ] 1502/4182 35% [====================== ] 1503/4182 35% [====================== ] 1504/4182 35% [====================== ] 1505/4182 35% [====================== ] 1506/4182 36% [====================== ] 1507/4182 36% [====================== ] 1508/4182 36% [====================== ] 1509/4182 36% [====================== ] 1510/4182 36% [====================== ] 1511/4182 36% [====================== ] 1512/4182 36% [====================== ] 1513/4182 36% [====================== ] 1514/4182 36% [====================== ] 1515/4182 36% [====================== ] 1516/4182 36% [====================== ] 1517/4182 36% [====================== ] 1518/4182 36% [====================== ] 1519/4182 36% [====================== ] 1520/4182 36% [====================== ] 1521/4182 36% [====================== ] 1522/4182 36% [====================== ] 1523/4182 36% [====================== ] 1524/4182 36% [====================== ] 1525/4182 36% [====================== ] 1526/4182 36% [====================== ] 1527/4182 36% [====================== ] 1528/4182 36% [====================== ] 1529/4182 36% [====================== ] 1530/4182 36% [====================== ] 1531/4182 36% [====================== ] 1532/4182 36% [====================== ] 1533/4182 36% [====================== ] 1534/4182 36% [====================== ] 1535/4182 36% [====================== ] 1536/4182 36% [====================== ] 1537/4182 36% [====================== ] 1538/4182 36% [====================== ] 1539/4182 36% [====================== ] 1540/4182 36% [====================== ] 1541/4182 36% [====================== ] 1542/4182 36% [====================== ] 1543/4182 36% [====================== ] 1544/4182 36% [====================== ] 1545/4182 36% [====================== ] 1546/4182 36% [====================== ] 1547/4182 36% [====================== ] 1548/4182 37% [====================== ] 1549/4182 37% [====================== ] 1550/4182 37% [====================== ] 1551/4182 37% [======================= ] 1552/4182 37% [======================= ] 1553/4182 37% [======================= ] 1554/4182 37% [======================= ] 1555/4182 37% [======================= ] 1556/4182 37% [======================= ] 1557/4182 37% [======================= ] 1558/4182 37% [======================= ] 1559/4182 37% [======================= ] 1560/4182 37% [======================= ] 1561/4182 37% [======================= ] 1562/4182 37% [======================= ] 1563/4182 37% [======================= ] 1564/4182 37% [======================= ] 1565/4182 37% [======================= ] 1566/4182 37% [======================= ] 1567/4182 37% [======================= ] 1568/4182 37% [======================= ] 1569/4182 37% [======================= ] 1570/4182 37% [======================= ] 1571/4182 37% [======================= ] 1572/4182 37% [======================= ] 1573/4182 37% [======================= ] 1574/4182 37% [======================= ] 1575/4182 37% [======================= ] 1576/4182 37% [======================= ] 1577/4182 37% [======================= ] 1578/4182 37% [======================= ] 1579/4182 37% [======================= ] 1580/4182 37% [======================= ] 1581/4182 37% [======================= ] 1582/4182 37% [======================= ] 1583/4182 37% [======================= ] 1584/4182 37% [======================= ] 1585/4182 37% [======================= ] 1586/4182 37% [======================= ] 1587/4182 37% [======================= ] 1588/4182 37% [======================= ] 1589/4182 37% [======================= ] 1590/4182 38% [======================= ] 1591/4182 38% [======================= ] 1592/4182 38% [======================= ] 1593/4182 38% [======================= ] 1594/4182 38% [======================= ] 1595/4182 38% [======================= ] 1596/4182 38% [======================= ] 1597/4182 38% [======================= ] 1598/4182 38% [======================= ] 1599/4182 38% [======================= ] 1600/4182 38% [======================= ] 1601/4182 38% [======================= ] 1602/4182 38% [======================= ] 1603/4182 38% [======================= ] 1604/4182 38% [======================= ] 1605/4182 38% [======================= ] 1606/4182 38% [======================= ] 1607/4182 38% [======================= ] 1608/4182 38% [======================= ] 1609/4182 38% [======================= ] 1610/4182 38% [======================= ] 1611/4182 38% [======================= ] 1612/4182 38% [======================= ] 1613/4182 38% [======================= ] 1614/4182 38% [======================= ] 1615/4182 38% [======================= ] 1616/4182 38% [======================= ] 1617/4182 38% [======================= ] 1618/4182 38% [======================== ] 1619/4182 38% [======================== ] 1620/4182 38% [======================== ] 1621/4182 38% [======================== ] 1622/4182 38% [======================== ] 1623/4182 38% [======================== ] 1624/4182 38% [======================== ] 1625/4182 38% [======================== ] 1626/4182 38% [======================== ] 1627/4182 38% [======================== ] 1628/4182 38% [======================== ] 1629/4182 38% [======================== ] 1630/4182 38% [======================== ] 1631/4182 39% [======================== ] 1632/4182 39% [======================== ] 1633/4182 39% [======================== ] 1634/4182 39% [======================== ] 1635/4182 39% [======================== ] 1636/4182 39% [======================== ] 1637/4182 39% [======================== ] 1638/4182 39% [======================== ] 1639/4182 39% [======================== ] 1640/4182 39% [======================== ] 1641/4182 39% [======================== ] 1642/4182 39% [======================== ] 1643/4182 39% [======================== ] 1644/4182 39% [======================== ] 1645/4182 39% [======================== ] 1646/4182 39% [======================== ] 1647/4182 39% [======================== ] 1648/4182 39% [======================== ] 1649/4182 39% [======================== ] 1650/4182 39% [======================== ] 1651/4182 39% [======================== ] 1652/4182 39% [======================== ] 1653/4182 39% [======================== ] 1654/4182 39% [======================== ] 1655/4182 39% [======================== ] 1656/4182 39% [======================== ] 1657/4182 39% [======================== ] 1658/4182 39% [======================== ] 1659/4182 39% [======================== ] 1660/4182 39% [======================== ] 1661/4182 39% [======================== ] 1662/4182 39% [======================== ] 1663/4182 39% [======================== ] 1664/4182 39% [======================== ] 1665/4182 39% [======================== ] 1666/4182 39% [======================== ] 1667/4182 39% [======================== ] 1668/4182 39% [======================== ] 1669/4182 39% [======================== ] 1670/4182 39% [======================== ] 1671/4182 39% [======================== ] 1672/4182 39% [======================== ] 1673/4182 40% [======================== ] 1674/4182 40% [======================== ] 1675/4182 40% [======================== ] 1676/4182 40% [======================== ] 1677/4182 40% [======================== ] 1678/4182 40% [======================== ] 1679/4182 40% [======================== ] 1680/4182 40% [======================== ] 1681/4182 40% [======================== ] 1682/4182 40% [======================== ] 1683/4182 40% [======================== ] 1684/4182 40% [======================== ] 1685/4182 40% [======================== ] 1686/4182 40% [========================= ] 1687/4182 40% [========================= ] 1688/4182 40% [========================= ] 1689/4182 40% [========================= ] 1690/4182 40% [========================= ] 1691/4182 40% [========================= ] 1692/4182 40% [========================= ] 1693/4182 40% [========================= ] 1694/4182 40% [========================= ] 1695/4182 40% [========================= ] 1696/4182 40% [========================= ] 1697/4182 40% [========================= ] 1698/4182 40% [========================= ] 1699/4182 40% [========================= ] 1700/4182 40% [========================= ] 1701/4182 40% [========================= ] 1702/4182 40% [========================= ] 1703/4182 40% [========================= ] 1704/4182 40% [========================= ] 1705/4182 40% [========================= ] 1706/4182 40% [========================= ] 1707/4182 40% [========================= ] 1708/4182 40% [========================= ] 1709/4182 40% [========================= ] 1710/4182 40% [========================= ] 1711/4182 40% [========================= ] 1712/4182 40% [========================= ] 1713/4182 40% [========================= ] 1714/4182 40% [========================= ] 1715/4182 41% [========================= ] 1716/4182 41% [========================= ] 1717/4182 41% [========================= ] 1718/4182 41% [========================= ] 1719/4182 41% [========================= ] 1720/4182 41% [========================= ] 1721/4182 41% [========================= ] 1722/4182 41% [========================= ] 1723/4182 41% [========================= ] 1724/4182 41% [========================= ] 1725/4182 41% [========================= ] 1726/4182 41% [========================= ] 1727/4182 41% [========================= ] 1728/4182 41% [========================= ] 1729/4182 41% [========================= ] 1730/4182 41% [========================= ] 1731/4182 41% [========================= ] 1732/4182 41% [========================= ] 1733/4182 41% [========================= ] 1734/4182 41% [========================= ] 1735/4182 41% [========================= ] 1736/4182 41% [========================= ] 1737/4182 41% [========================= ] 1738/4182 41% [========================= ] 1739/4182 41% [========================= ] 1740/4182 41% [========================= ] 1741/4182 41% [========================= ] 1742/4182 41% [========================= ] 1743/4182 41% [========================= ] 1744/4182 41% [========================= ] 1745/4182 41% [========================= ] 1746/4182 41% [========================= ] 1747/4182 41% [========================= ] 1748/4182 41% [========================= ] 1749/4182 41% [========================= ] 1750/4182 41% [========================= ] 1751/4182 41% [========================= ] 1752/4182 41% [========================= ] 1753/4182 41% [========================== ] 1754/4182 41% [========================== ] 1755/4182 41% [========================== ] 1756/4182 41% [========================== ] 1757/4182 42% [========================== ] 1758/4182 42% [========================== ] 1759/4182 42% [========================== ] 1760/4182 42% [========================== ] 1761/4182 42% [========================== ] 1762/4182 42% [========================== ] 1763/4182 42% [========================== ] 1764/4182 42% [========================== ] 1765/4182 42% [========================== ] 1766/4182 42% [========================== ] 1767/4182 42% [========================== ] 1768/4182 42% [========================== ] 1769/4182 42% [========================== ] 1770/4182 42% [========================== ] 1771/4182 42% [========================== ] 1772/4182 42% [========================== ] 1773/4182 42% [========================== ] 1774/4182 42% [========================== ] 1775/4182 42% [========================== ] 1776/4182 42% [========================== ] 1777/4182 42% [========================== ] 1778/4182 42% [========================== ] 1779/4182 42% [========================== ] 1780/4182 42% [========================== ] 1781/4182 42% [========================== ] 1782/4182 42% [========================== ] 1783/4182 42% [========================== ] 1784/4182 42% [========================== ] 1785/4182 42% [========================== ] 1786/4182 42% [========================== ] 1787/4182 42% [========================== ] 1788/4182 42% [========================== ] 1789/4182 42% [========================== ] 1790/4182 42% [========================== ] 1791/4182 42% [========================== ] 1792/4182 42% [========================== ] 1793/4182 42% [========================== ] 1794/4182 42% [========================== ] 1795/4182 42% [========================== ] 1796/4182 42% [========================== ] 1797/4182 42% [========================== ] 1798/4182 42% [========================== ] 1799/4182 43% [========================== ] 1800/4182 43% [========================== ] 1801/4182 43% [========================== ] 1802/4182 43% [========================== ] 1803/4182 43% [========================== ] 1804/4182 43% [========================== ] 1805/4182 43% [========================== ] 1806/4182 43% [========================== ] 1807/4182 43% [========================== ] 1808/4182 43% [========================== ] 1809/4182 43% [========================== ] 1810/4182 43% [========================== ] 1811/4182 43% [========================== ] 1812/4182 43% [========================== ] 1813/4182 43% [========================== ] 1814/4182 43% [========================== ] 1815/4182 43% [========================== ] 1816/4182 43% [========================== ] 1817/4182 43% [========================== ] 1818/4182 43% [========================== ] 1819/4182 43% [========================== ] 1820/4182 43% [========================== ] 1821/4182 43% [=========================== ] 1822/4182 43% [=========================== ] 1823/4182 43% [=========================== ] 1824/4182 43% [=========================== ] 1825/4182 43% [=========================== ] 1826/4182 43% [=========================== ] 1827/4182 43% [=========================== ] 1828/4182 43% [=========================== ] 1829/4182 43% [=========================== ] 1830/4182 43% [=========================== ] 1831/4182 43% [=========================== ] 1832/4182 43% [=========================== ] 1833/4182 43% [=========================== ] 1834/4182 43% [=========================== ] 1835/4182 43% [=========================== ] 1836/4182 43% [=========================== ] 1837/4182 43% [=========================== ] 1838/4182 43% [=========================== ] 1839/4182 43% [=========================== ] 1840/4182 43% [=========================== ] 1841/4182 44% [=========================== ] 1842/4182 44% [=========================== ] 1843/4182 44% [=========================== ] 1844/4182 44% [=========================== ] 1845/4182 44% [=========================== ] 1846/4182 44% [=========================== ] 1847/4182 44% [=========================== ] 1848/4182 44% [=========================== ] 1849/4182 44% [=========================== ] 1850/4182 44% [=========================== ] 1851/4182 44% [=========================== ] 1852/4182 44% [=========================== ] 1853/4182 44% [=========================== ] 1854/4182 44% [=========================== ] 1855/4182 44% [=========================== ] 1856/4182 44% [=========================== ] 1857/4182 44% [=========================== ] 1858/4182 44% [=========================== ] 1859/4182 44% [=========================== ] 1860/4182 44% [=========================== ] 1861/4182 44% [=========================== ] 1862/4182 44% [=========================== ] 1863/4182 44% [=========================== ] 1864/4182 44% [=========================== ] 1865/4182 44% [=========================== ] 1866/4182 44% [=========================== ] 1867/4182 44% [=========================== ] 1868/4182 44% [=========================== ] 1869/4182 44% [=========================== ] 1870/4182 44% [=========================== ] 1871/4182 44% [=========================== ] 1872/4182 44% [=========================== ] 1873/4182 44% [=========================== ] 1874/4182 44% [=========================== ] 1875/4182 44% [=========================== ] 1876/4182 44% [=========================== ] 1877/4182 44% [=========================== ] 1878/4182 44% [=========================== ] 1879/4182 44% [=========================== ] 1880/4182 44% [=========================== ] 1881/4182 44% [=========================== ] 1882/4182 45% [=========================== ] 1883/4182 45% [=========================== ] 1884/4182 45% [=========================== ] 1885/4182 45% [=========================== ] 1886/4182 45% [=========================== ] 1887/4182 45% [=========================== ] 1888/4182 45% [============================ ] 1889/4182 45% [============================ ] 1890/4182 45% [============================ ] 1891/4182 45% [============================ ] 1892/4182 45% [============================ ] 1893/4182 45% [============================ ] 1894/4182 45% [============================ ] 1895/4182 45% [============================ ] 1896/4182 45% [============================ ] 1897/4182 45% [============================ ] 1898/4182 45% [============================ ] 1899/4182 45% [============================ ] 1900/4182 45% [============================ ] 1901/4182 45% [============================ ] 1902/4182 45% [============================ ] 1903/4182 45% [============================ ] 1904/4182 45% [============================ ] 1905/4182 45% [============================ ] 1906/4182 45% [============================ ] 1907/4182 45% [============================ ] 1908/4182 45% [============================ ] 1909/4182 45% [============================ ] 1910/4182 45% [============================ ] 1911/4182 45% [============================ ] 1912/4182 45% [============================ ] 1913/4182 45% [============================ ] 1914/4182 45% [============================ ] 1915/4182 45% [============================ ] 1916/4182 45% [============================ ] 1917/4182 45% [============================ ] 1918/4182 45% [============================ ] 1919/4182 45% [============================ ] 1920/4182 45% [============================ ] 1921/4182 45% [============================ ] 1922/4182 45% [============================ ] 1923/4182 45% [============================ ] 1924/4182 46% [============================ ] 1925/4182 46% [============================ ] 1926/4182 46% [============================ ] 1927/4182 46% [============================ ] 1928/4182 46% [============================ ] 1929/4182 46% [============================ ] 1930/4182 46% [============================ ] 1931/4182 46% [============================ ] 1932/4182 46% [============================ ] 1933/4182 46% [============================ ] 1934/4182 46% [============================ ] 1935/4182 46% [============================ ] 1936/4182 46% [============================ ] 1937/4182 46% [============================ ] 1938/4182 46% [============================ ] 1939/4182 46% [============================ ] 1940/4182 46% [============================ ] 1941/4182 46% [============================ ] 1942/4182 46% [============================ ] 1943/4182 46% [============================ ] 1944/4182 46% [============================ ] 1945/4182 46% [============================ ] 1946/4182 46% [============================ ] 1947/4182 46% [============================ ] 1948/4182 46% [============================ ] 1949/4182 46% [============================ ] 1950/4182 46% [============================ ] 1951/4182 46% [============================ ] 1952/4182 46% [============================ ] 1953/4182 46% [============================ ] 1954/4182 46% [============================ ] 1955/4182 46% [============================ ] 1956/4182 46% [============================= ] 1957/4182 46% [============================= ] 1958/4182 46% [============================= ] 1959/4182 46% [============================= ] 1960/4182 46% [============================= ] 1961/4182 46% [============================= ] 1962/4182 46% [============================= ] 1963/4182 46% [============================= ] 1964/4182 46% [============================= ] 1965/4182 46% [============================= ] 1966/4182 47% [============================= ] 1967/4182 47% [============================= ] 1968/4182 47% [============================= ] 1969/4182 47% [============================= ] 1970/4182 47% [============================= ] 1971/4182 47% [============================= ] 1972/4182 47% [============================= ] 1973/4182 47% [============================= ] 1974/4182 47% [============================= ] 1975/4182 47% [============================= ] 1976/4182 47% [============================= ] 1977/4182 47% [============================= ] 1978/4182 47% [============================= ] 1979/4182 47% [============================= ] 1980/4182 47% [============================= ] 1981/4182 47% [============================= ] 1982/4182 47% [============================= ] 1983/4182 47% [============================= ] 1984/4182 47% [============================= ] 1985/4182 47% [============================= ] 1986/4182 47% [============================= ] 1987/4182 47% [============================= ] 1988/4182 47% [============================= ] 1989/4182 47% [============================= ] 1990/4182 47% [============================= ] 1991/4182 47% [============================= ] 1992/4182 47% [============================= ] 1993/4182 47% [============================= ] 1994/4182 47% [============================= ] 1995/4182 47% [============================= ] 1996/4182 47% [============================= ] 1997/4182 47% [============================= ] 1998/4182 47% [============================= ] 1999/4182 47% [============================= ] 2000/4182 47% [============================= ] 2001/4182 47% [============================= ] 2002/4182 47% [============================= ] 2003/4182 47% [============================= ] 2004/4182 47% [============================= ] 2005/4182 47% [============================= ] 2006/4182 47% [============================= ] 2007/4182 47% [============================= ] 2008/4182 48% [============================= ] 2009/4182 48% [============================= ] 2010/4182 48% [============================= ] 2011/4182 48% [============================= ] 2012/4182 48% [============================= ] 2013/4182 48% [============================= ] 2014/4182 48% [============================= ] 2015/4182 48% [============================= ] 2016/4182 48% [============================= ] 2017/4182 48% [============================= ] 2018/4182 48% [============================= ] 2019/4182 48% [============================= ] 2020/4182 48% [============================= ] 2021/4182 48% [============================= ] 2022/4182 48% [============================= ] 2023/4182 48% [============================== ] 2024/4182 48% [============================== ] 2025/4182 48% [============================== ] 2026/4182 48% [============================== ] 2027/4182 48% [============================== ] 2028/4182 48% [============================== ] 2029/4182 48% [============================== ] 2030/4182 48% [============================== ] 2031/4182 48% [============================== ] 2032/4182 48% [============================== ] 2033/4182 48% [============================== ] 2034/4182 48% [============================== ] 2035/4182 48% [============================== ] 2036/4182 48% [============================== ] 2037/4182 48% [============================== ] 2038/4182 48% [============================== ] 2039/4182 48% [============================== ] 2040/4182 48% [============================== ] 2041/4182 48% [============================== ] 2042/4182 48% [============================== ] 2043/4182 48% [============================== ] 2044/4182 48% [============================== ] 2045/4182 48% [============================== ] 2046/4182 48% [============================== ] 2047/4182 48% [============================== ] 2048/4182 48% [============================== ] 2049/4182 48% [============================== ] 2050/4182 49% [============================== ] 2051/4182 49% [============================== ] 2052/4182 49% [============================== ] 2053/4182 49% [============================== ] 2054/4182 49% [============================== ] 2055/4182 49% [============================== ] 2056/4182 49% [============================== ] 2057/4182 49% [============================== ] 2058/4182 49% [============================== ] 2059/4182 49% [============================== ] 2060/4182 49% [============================== ] 2061/4182 49% [============================== ] 2062/4182 49% [============================== ] 2063/4182 49% [============================== ] 2064/4182 49% [============================== ] 2065/4182 49% [============================== ] 2066/4182 49% [============================== ] 2067/4182 49% [============================== ] 2068/4182 49% [============================== ] 2069/4182 49% [============================== ] 2070/4182 49% [============================== ] 2071/4182 49% [============================== ] 2072/4182 49% [============================== ] 2073/4182 49% [============================== ] 2074/4182 49% [============================== ] 2075/4182 49% [============================== ] 2076/4182 49% [============================== ] 2077/4182 49% [============================== ] 2078/4182 49% [============================== ] 2079/4182 49% [============================== ] 2080/4182 49% [============================== ] 2081/4182 49% [============================== ] 2082/4182 49% [============================== ] 2083/4182 49% [============================== ] 2084/4182 49% [============================== ] 2085/4182 49% [============================== ] 2086/4182 49% [============================== ] 2087/4182 49% [============================== ] 2088/4182 49% [============================== ] 2089/4182 49% [============================== ] 2090/4182 49% [=============================== ] 2091/4182 50% [=============================== ] 2092/4182 50% [=============================== ] 2093/4182 50% [=============================== ] 2094/4182 50% [=============================== ] 2095/4182 50% [=============================== ] 2096/4182 50% [=============================== ] 2097/4182 50% [=============================== ] 2098/4182 50% [=============================== ] 2099/4182 50% [=============================== ] 2100/4182 50% [=============================== ] 2101/4182 50% [=============================== ] 2102/4182 50% [=============================== ] 2103/4182 50% [=============================== ] 2104/4182 50% [=============================== ] 2105/4182 50% [=============================== ] 2106/4182 50% [=============================== ] 2107/4182 50% [=============================== ] 2108/4182 50% [=============================== ] 2109/4182 50% [=============================== ] 2110/4182 50% [=============================== ] 2111/4182 50% [=============================== ] 2112/4182 50% [=============================== ] 2113/4182 50% [=============================== ] 2114/4182 50% [=============================== ] 2115/4182 50% [=============================== ] 2116/4182 50% [=============================== ] 2117/4182 50% [=============================== ] 2118/4182 50% [=============================== ] 2119/4182 50% [=============================== ] 2120/4182 50% [=============================== ] 2121/4182 50% [=============================== ] 2122/4182 50% [=============================== ] 2123/4182 50% [=============================== ] 2124/4182 50% [=============================== ] 2125/4182 50% [=============================== ] 2126/4182 50% [=============================== ] 2127/4182 50% [=============================== ] 2128/4182 50% [=============================== ] 2129/4182 50% [=============================== ] 2130/4182 50% [=============================== ] 2131/4182 50% [=============================== ] 2132/4182 50% [=============================== ] 2133/4182 51% [=============================== ] 2134/4182 51% [=============================== ] 2135/4182 51% [=============================== ] 2136/4182 51% [=============================== ] 2137/4182 51% [=============================== ] 2138/4182 51% [=============================== ] 2139/4182 51% [=============================== ] 2140/4182 51% [=============================== ] 2141/4182 51% [=============================== ] 2142/4182 51% [=============================== ] 2143/4182 51% [=============================== ] 2144/4182 51% [=============================== ] 2145/4182 51% [=============================== ] 2146/4182 51% [=============================== ] 2147/4182 51% [=============================== ] 2148/4182 51% [=============================== ] 2149/4182 51% [=============================== ] 2150/4182 51% [=============================== ] 2151/4182 51% [=============================== ] 2152/4182 51% [=============================== ] 2153/4182 51% [=============================== ] 2154/4182 51% [=============================== ] 2155/4182 51% [=============================== ] 2156/4182 51% [=============================== ] 2157/4182 51% [=============================== ] 2158/4182 51% [================================ ] 2159/4182 51% [================================ ] 2160/4182 51% [================================ ] 2161/4182 51% [================================ ] 2162/4182 51% [================================ ] 2163/4182 51% [================================ ] 2164/4182 51% [================================ ] 2165/4182 51% [================================ ] 2166/4182 51% [================================ ] 2167/4182 51% [================================ ] 2168/4182 51% [================================ ] 2169/4182 51% [================================ ] 2170/4182 51% [================================ ] 2171/4182 51% [================================ ] 2172/4182 51% [================================ ] 2173/4182 51% [================================ ] 2174/4182 51% [================================ ] 2175/4182 52% [================================ ] 2176/4182 52% [================================ ] 2177/4182 52% [================================ ] 2178/4182 52% [================================ ] 2179/4182 52% [================================ ] 2180/4182 52% [================================ ] 2181/4182 52% [================================ ] 2182/4182 52% [================================ ] 2183/4182 52% [================================ ] 2184/4182 52% [================================ ] 2185/4182 52% [================================ ] 2186/4182 52% [================================ ] 2187/4182 52% [================================ ] 2188/4182 52% [================================ ] 2189/4182 52% [================================ ] 2190/4182 52% [================================ ] 2191/4182 52% [================================ ] 2192/4182 52% [================================ ] 2193/4182 52% [================================ ] 2194/4182 52% [================================ ] 2195/4182 52% [================================ ] 2196/4182 52% [================================ ] 2197/4182 52% [================================ ] 2198/4182 52% [================================ ] 2199/4182 52% [================================ ] 2200/4182 52% [================================ ] 2201/4182 52% [================================ ] 2202/4182 52% [================================ ] 2203/4182 52% [================================ ] 2204/4182 52% [================================ ] 2205/4182 52% [================================ ] 2206/4182 52% [================================ ] 2207/4182 52% [================================ ] 2208/4182 52% [================================ ] 2209/4182 52% [================================ ] 2210/4182 52% [================================ ] 2211/4182 52% [================================ ] 2212/4182 52% [================================ ] 2213/4182 52% [================================ ] 2214/4182 52% [================================ ] 2215/4182 52% [================================ ] 2216/4182 52% [================================ ] 2217/4182 53% [================================ ] 2218/4182 53% [================================ ] 2219/4182 53% [================================ ] 2220/4182 53% [================================ ] 2221/4182 53% [================================ ] 2222/4182 53% [================================ ] 2223/4182 53% [================================ ] 2224/4182 53% [================================ ] 2225/4182 53% [================================= ] 2226/4182 53% [================================= ] 2227/4182 53% [================================= ] 2228/4182 53% [================================= ] 2229/4182 53% [================================= ] 2230/4182 53% [================================= ] 2231/4182 53% [================================= ] 2232/4182 53% [================================= ] 2233/4182 53% [================================= ] 2234/4182 53% [================================= ] 2235/4182 53% [================================= ] 2236/4182 53% [================================= ] 2237/4182 53% [================================= ] 2238/4182 53% [================================= ] 2239/4182 53% [================================= ] 2240/4182 53% [================================= ] 2241/4182 53% [================================= ] 2242/4182 53% [================================= ] 2243/4182 53% [================================= ] 2244/4182 53% [================================= ] 2245/4182 53% [================================= ] 2246/4182 53% [================================= ] 2247/4182 53% [================================= ] 2248/4182 53% [================================= ] 2249/4182 53% [================================= ] 2250/4182 53% [================================= ] 2251/4182 53% [================================= ] 2252/4182 53% [================================= ] 2253/4182 53% [================================= ] 2254/4182 53% [================================= ] 2255/4182 53% [================================= ] 2256/4182 53% [================================= ] 2257/4182 53% [================================= ] 2258/4182 53% [================================= ] 2259/4182 54% [================================= ] 2260/4182 54% [================================= ] 2261/4182 54% [================================= ] 2262/4182 54% [================================= ] 2263/4182 54% [================================= ] 2264/4182 54% [================================= ] 2265/4182 54% [================================= ] 2266/4182 54% [================================= ] 2267/4182 54% [================================= ] 2268/4182 54% [================================= ] 2269/4182 54% [================================= ] 2270/4182 54% [================================= ] 2271/4182 54% [================================= ] 2272/4182 54% [================================= ] 2273/4182 54% [================================= ] 2274/4182 54% [================================= ] 2275/4182 54% [================================= ] 2276/4182 54% [================================= ] 2277/4182 54% [================================= ] 2278/4182 54% [================================= ] 2279/4182 54% [================================= ] 2280/4182 54% [================================= ] 2281/4182 54% [================================= ] 2282/4182 54% [================================= ] 2283/4182 54% [================================= ] 2284/4182 54% [================================= ] 2285/4182 54% [================================= ] 2286/4182 54% [================================= ] 2287/4182 54% [================================= ] 2288/4182 54% [================================= ] 2289/4182 54% [================================= ] 2290/4182 54% [================================= ] 2291/4182 54% [================================= ] 2292/4182 54% [================================= ] 2293/4182 54% [================================== ] 2294/4182 54% [================================== ] 2295/4182 54% [================================== ] 2296/4182 54% [================================== ] 2297/4182 54% [================================== ] 2298/4182 54% [================================== ] 2299/4182 54% [================================== ] 2300/4182 54% [================================== ] 2301/4182 55% [================================== ] 2302/4182 55% [================================== ] 2303/4182 55% [================================== ] 2304/4182 55% [================================== ] 2305/4182 55% [================================== ] 2306/4182 55% [================================== ] 2307/4182 55% [================================== ] 2308/4182 55% [================================== ] 2309/4182 55% [================================== ] 2310/4182 55% [================================== ] 2311/4182 55% [================================== ] 2312/4182 55% [================================== ] 2313/4182 55% [================================== ] 2314/4182 55% [================================== ] 2315/4182 55% [================================== ] 2316/4182 55% [================================== ] 2317/4182 55% [================================== ] 2318/4182 55% [================================== ] 2319/4182 55% [================================== ] 2320/4182 55% [================================== ] 2321/4182 55% [================================== ] 2322/4182 55% [================================== ] 2323/4182 55% [================================== ] 2324/4182 55% [================================== ] 2325/4182 55% [================================== ] 2326/4182 55% [================================== ] 2327/4182 55% [================================== ] 2328/4182 55% [================================== ] 2329/4182 55% [================================== ] 2330/4182 55% [================================== ] 2331/4182 55% [================================== ] 2332/4182 55% [================================== ] 2333/4182 55% [================================== ] 2334/4182 55% [================================== ] 2335/4182 55% [================================== ] 2336/4182 55% [================================== ] 2337/4182 55% [================================== ] 2338/4182 55% [================================== ] 2339/4182 55% [================================== ] 2340/4182 55% [================================== ] 2341/4182 55% [================================== ] 2342/4182 56% [================================== ] 2343/4182 56% [================================== ] 2344/4182 56% [================================== ] 2345/4182 56% [================================== ] 2346/4182 56% [================================== ] 2347/4182 56% [================================== ] 2348/4182 56% [================================== ] 2349/4182 56% [================================== ] 2350/4182 56% [================================== ] 2351/4182 56% [================================== ] 2352/4182 56% [================================== ] 2353/4182 56% [================================== ] 2354/4182 56% [================================== ] 2355/4182 56% [================================== ] 2356/4182 56% [================================== ] 2357/4182 56% [================================== ] 2358/4182 56% [================================== ] 2359/4182 56% [================================== ] 2360/4182 56% [=================================== ] 2361/4182 56% [=================================== ] 2362/4182 56% [=================================== ] 2363/4182 56% [=================================== ] 2364/4182 56% [=================================== ] 2365/4182 56% [=================================== ] 2366/4182 56% [=================================== ] 2367/4182 56% [=================================== ] 2368/4182 56% [=================================== ] 2369/4182 56% [=================================== ] 2370/4182 56% [=================================== ] 2371/4182 56% [=================================== ] 2372/4182 56% [=================================== ] 2373/4182 56% [=================================== ] 2374/4182 56% [=================================== ] 2375/4182 56% [=================================== ] 2376/4182 56% [=================================== ] 2377/4182 56% [=================================== ] 2378/4182 56% [=================================== ] 2379/4182 56% [=================================== ] 2380/4182 56% [=================================== ] 2381/4182 56% [=================================== ] 2382/4182 56% [=================================== ] 2383/4182 56% [=================================== ] 2384/4182 57% [=================================== ] 2385/4182 57% [=================================== ] 2386/4182 57% [=================================== ] 2387/4182 57% [=================================== ] 2388/4182 57% [=================================== ] 2389/4182 57% [=================================== ] 2390/4182 57% [=================================== ] 2391/4182 57% [=================================== ] 2392/4182 57% [=================================== ] 2393/4182 57% [=================================== ] 2394/4182 57% [=================================== ] 2395/4182 57% [=================================== ] 2396/4182 57% [=================================== ] 2397/4182 57% [=================================== ] 2398/4182 57% [=================================== ] 2399/4182 57% [=================================== ] 2400/4182 57% [=================================== ] 2401/4182 57% [=================================== ] 2402/4182 57% [=================================== ] 2403/4182 57% [=================================== ] 2404/4182 57% [=================================== ] 2405/4182 57% [=================================== ] 2406/4182 57% [=================================== ] 2407/4182 57% [=================================== ] 2408/4182 57% [=================================== ] 2409/4182 57% [=================================== ] 2410/4182 57% [=================================== ] 2411/4182 57% [=================================== ] 2412/4182 57% [=================================== ] 2413/4182 57% [=================================== ] 2414/4182 57% [=================================== ] 2415/4182 57% [=================================== ] 2416/4182 57% [=================================== ] 2417/4182 57% [=================================== ] 2418/4182 57% [=================================== ] 2419/4182 57% [=================================== ] 2420/4182 57% [=================================== ] 2421/4182 57% [=================================== ] 2422/4182 57% [=================================== ] 2423/4182 57% [=================================== ] 2424/4182 57% [=================================== ] 2425/4182 57% [=================================== ] 2426/4182 58% [=================================== ] 2427/4182 58% [=================================== ] 2428/4182 58% [==================================== ] 2429/4182 58% [==================================== ] 2430/4182 58% [==================================== ] 2431/4182 58% [==================================== ] 2432/4182 58% [==================================== ] 2433/4182 58% [==================================== ] 2434/4182 58% [==================================== ] 2435/4182 58% [==================================== ] 2436/4182 58% [==================================== ] 2437/4182 58% [==================================== ] 2438/4182 58% [==================================== ] 2439/4182 58% [==================================== ] 2440/4182 58% [==================================== ] 2441/4182 58% [==================================== ] 2442/4182 58% [==================================== ] 2443/4182 58% [==================================== ] 2444/4182 58% [==================================== ] 2445/4182 58% [==================================== ] 2446/4182 58% [==================================== ] 2447/4182 58% [==================================== ] 2448/4182 58% [==================================== ] 2449/4182 58% [==================================== ] 2450/4182 58% [==================================== ] 2451/4182 58% [==================================== ] 2452/4182 58% [==================================== ] 2453/4182 58% [==================================== ] 2454/4182 58% [==================================== ] 2455/4182 58% [==================================== ] 2456/4182 58% [==================================== ] 2457/4182 58% [==================================== ] 2458/4182 58% [==================================== ] 2459/4182 58% [==================================== ] 2460/4182 58% [==================================== ] 2461/4182 58% [==================================== ] 2462/4182 58% [==================================== ] 2463/4182 58% [==================================== ] 2464/4182 58% [==================================== ] 2465/4182 58% [==================================== ] 2466/4182 58% [==================================== ] 2467/4182 58% [==================================== ] 2468/4182 59% [==================================== ] 2469/4182 59% [==================================== ] 2470/4182 59% [==================================== ] 2471/4182 59% [==================================== ] 2472/4182 59% [==================================== ] 2473/4182 59% [==================================== ] 2474/4182 59% [==================================== ] 2475/4182 59% [==================================== ] 2476/4182 59% [==================================== ] 2477/4182 59% [==================================== ] 2478/4182 59% [==================================== ] 2479/4182 59% [==================================== ] 2480/4182 59% [==================================== ] 2481/4182 59% [==================================== ] 2482/4182 59% [==================================== ] 2483/4182 59% [==================================== ] 2484/4182 59% [==================================== ] 2485/4182 59% [==================================== ] 2486/4182 59% [==================================== ] 2487/4182 59% [==================================== ] 2488/4182 59% [==================================== ] 2489/4182 59% [==================================== ] 2490/4182 59% [==================================== ] 2491/4182 59% [==================================== ] 2492/4182 59% [==================================== ] 2493/4182 59% [==================================== ] 2494/4182 59% [==================================== ] 2495/4182 59% [===================================== ] 2496/4182 59% [===================================== ] 2497/4182 59% [===================================== ] 2498/4182 59% [===================================== ] 2499/4182 59% [===================================== ] 2500/4182 59% [===================================== ] 2501/4182 59% [===================================== ] 2502/4182 59% [===================================== ] 2503/4182 59% [===================================== ] 2504/4182 59% [===================================== ] 2505/4182 59% [===================================== ] 2506/4182 59% [===================================== ] 2507/4182 59% [===================================== ] 2508/4182 59% [===================================== ] 2509/4182 59% [===================================== ] 2510/4182 60% [===================================== ] 2511/4182 60% [===================================== ] 2512/4182 60% [===================================== ] 2513/4182 60% [===================================== ] 2514/4182 60% [===================================== ] 2515/4182 60% [===================================== ] 2516/4182 60% [===================================== ] 2517/4182 60% [===================================== ] 2518/4182 60% [===================================== ] 2519/4182 60% [===================================== ] 2520/4182 60% [===================================== ] 2521/4182 60% [===================================== ] 2522/4182 60% [===================================== ] 2523/4182 60% [===================================== ] 2524/4182 60% [===================================== ] 2525/4182 60% [===================================== ] 2526/4182 60% [===================================== ] 2527/4182 60% [===================================== ] 2528/4182 60% [===================================== ] 2529/4182 60% [===================================== ] 2530/4182 60% [===================================== ] 2531/4182 60% [===================================== ] 2532/4182 60% [===================================== ] 2533/4182 60% [===================================== ] 2534/4182 60% [===================================== ] 2535/4182 60% [===================================== ] 2536/4182 60% [===================================== ] 2537/4182 60% [===================================== ] 2538/4182 60% [===================================== ] 2539/4182 60% [===================================== ] 2540/4182 60% [===================================== ] 2541/4182 60% [===================================== ] 2542/4182 60% [===================================== ] 2543/4182 60% [===================================== ] 2544/4182 60% [===================================== ] 2545/4182 60% [===================================== ] 2546/4182 60% [===================================== ] 2547/4182 60% [===================================== ] 2548/4182 60% [===================================== ] 2549/4182 60% [===================================== ] 2550/4182 60% [===================================== ] 2551/4182 60% [===================================== ] 2552/4182 61% [===================================== ] 2553/4182 61% [===================================== ] 2554/4182 61% [===================================== ] 2555/4182 61% [===================================== ] 2556/4182 61% [===================================== ] 2557/4182 61% [===================================== ] 2558/4182 61% [===================================== ] 2559/4182 61% [===================================== ] 2560/4182 61% [===================================== ] 2561/4182 61% [===================================== ] 2562/4182 61% [===================================== ] 2563/4182 61% [====================================== ] 2564/4182 61% [====================================== ] 2565/4182 61% [====================================== ] 2566/4182 61% [====================================== ] 2567/4182 61% [====================================== ] 2568/4182 61% [====================================== ] 2569/4182 61% [====================================== ] 2570/4182 61% [====================================== ] 2571/4182 61% [====================================== ] 2572/4182 61% [====================================== ] 2573/4182 61% [====================================== ] 2574/4182 61% [====================================== ] 2575/4182 61% [====================================== ] 2576/4182 61% [====================================== ] 2577/4182 61% [====================================== ] 2578/4182 61% [====================================== ] 2579/4182 61% [====================================== ] 2580/4182 61% [====================================== ] 2581/4182 61% [====================================== ] 2582/4182 61% [====================================== ] 2583/4182 61% [====================================== ] 2584/4182 61% [====================================== ] 2585/4182 61% [====================================== ] 2586/4182 61% [====================================== ] 2587/4182 61% [====================================== ] 2588/4182 61% [====================================== ] 2589/4182 61% [====================================== ] 2590/4182 61% [====================================== ] 2591/4182 61% [====================================== ] 2592/4182 61% [====================================== ] 2593/4182 62% [====================================== ] 2594/4182 62% [====================================== ] 2595/4182 62% [====================================== ] 2596/4182 62% [====================================== ] 2597/4182 62% [====================================== ] 2598/4182 62% [====================================== ] 2599/4182 62% [====================================== ] 2600/4182 62% [====================================== ] 2601/4182 62% [====================================== ] 2602/4182 62% [====================================== ] 2603/4182 62% [====================================== ] 2604/4182 62% [====================================== ] 2605/4182 62% [====================================== ] 2606/4182 62% [====================================== ] 2607/4182 62% [====================================== ] 2608/4182 62% [====================================== ] 2609/4182 62% [====================================== ] 2610/4182 62% [====================================== ] 2611/4182 62% [====================================== ] 2612/4182 62% [====================================== ] 2613/4182 62% [====================================== ] 2614/4182 62% [====================================== ] 2615/4182 62% [====================================== ] 2616/4182 62% [====================================== ] 2617/4182 62% [====================================== ] 2618/4182 62% [====================================== ] 2619/4182 62% [====================================== ] 2620/4182 62% [====================================== ] 2621/4182 62% [====================================== ] 2622/4182 62% [====================================== ] 2623/4182 62% [====================================== ] 2624/4182 62% [====================================== ] 2625/4182 62% [====================================== ] 2626/4182 62% [====================================== ] 2627/4182 62% [====================================== ] 2628/4182 62% [====================================== ] 2629/4182 62% [====================================== ] 2630/4182 62% [======================================= ] 2631/4182 62% [======================================= ] 2632/4182 62% [======================================= ] 2633/4182 62% [======================================= ] 2634/4182 62% [======================================= ] 2635/4182 63% [======================================= ] 2636/4182 63% [======================================= ] 2637/4182 63% [======================================= ] 2638/4182 63% [======================================= ] 2639/4182 63% [======================================= ] 2640/4182 63% [======================================= ] 2641/4182 63% [======================================= ] 2642/4182 63% [======================================= ] 2643/4182 63% [======================================= ] 2644/4182 63% [======================================= ] 2645/4182 63% [======================================= ] 2646/4182 63% [======================================= ] 2647/4182 63% [======================================= ] 2648/4182 63% [======================================= ] 2649/4182 63% [======================================= ] 2650/4182 63% [======================================= ] 2651/4182 63% [======================================= ] 2652/4182 63% [======================================= ] 2653/4182 63% [======================================= ] 2654/4182 63% [======================================= ] 2655/4182 63% [======================================= ] 2656/4182 63% [======================================= ] 2657/4182 63% [======================================= ] 2658/4182 63% [======================================= ] 2659/4182 63% [======================================= ] 2660/4182 63% [======================================= ] 2661/4182 63% [======================================= ] 2662/4182 63% [======================================= ] 2663/4182 63% [======================================= ] 2664/4182 63% [======================================= ] 2665/4182 63% [======================================= ] 2666/4182 63% [======================================= ] 2667/4182 63% [======================================= ] 2668/4182 63% [======================================= ] 2669/4182 63% [======================================= ] 2670/4182 63% [======================================= ] 2671/4182 63% [======================================= ] 2672/4182 63% [======================================= ] 2673/4182 63% [======================================= ] 2674/4182 63% [======================================= ] 2675/4182 63% [======================================= ] 2676/4182 63% [======================================= ] 2677/4182 64% [======================================= ] 2678/4182 64% [======================================= ] 2679/4182 64% [======================================= ] 2680/4182 64% [======================================= ] 2681/4182 64% [======================================= ] 2682/4182 64% [======================================= ] 2683/4182 64% [======================================= ] 2684/4182 64% [======================================= ] 2685/4182 64% [======================================= ] 2686/4182 64% [======================================= ] 2687/4182 64% [======================================= ] 2688/4182 64% [======================================= ] 2689/4182 64% [======================================= ] 2690/4182 64% [======================================= ] 2691/4182 64% [======================================= ] 2692/4182 64% [======================================= ] 2693/4182 64% [======================================= ] 2694/4182 64% [======================================= ] 2695/4182 64% [======================================= ] 2696/4182 64% [======================================= ] 2697/4182 64% [======================================= ] 2698/4182 64% [======================================== ] 2699/4182 64% [======================================== ] 2700/4182 64% [======================================== ] 2701/4182 64% [======================================== ] 2702/4182 64% [======================================== ] 2703/4182 64% [======================================== ] 2704/4182 64% [======================================== ] 2705/4182 64% [======================================== ] 2706/4182 64% [======================================== ] 2707/4182 64% [======================================== ] 2708/4182 64% [======================================== ] 2709/4182 64% [======================================== ] 2710/4182 64% [======================================== ] 2711/4182 64% [======================================== ] 2712/4182 64% [======================================== ] 2713/4182 64% [======================================== ] 2714/4182 64% [======================================== ] 2715/4182 64% [======================================== ] 2716/4182 64% [======================================== ] 2717/4182 64% [======================================== ] 2718/4182 64% [======================================== ] 2719/4182 65% [======================================== ] 2720/4182 65% [======================================== ] 2721/4182 65% [======================================== ] 2722/4182 65% [======================================== ] 2723/4182 65% [======================================== ] 2724/4182 65% [======================================== ] 2725/4182 65% [======================================== ] 2726/4182 65% [======================================== ] 2727/4182 65% [======================================== ] 2728/4182 65% [======================================== ] 2729/4182 65% [======================================== ] 2730/4182 65% [======================================== ] 2731/4182 65% [======================================== ] 2732/4182 65% [======================================== ] 2733/4182 65% [======================================== ] 2734/4182 65% [======================================== ] 2735/4182 65% [======================================== ] 2736/4182 65% [======================================== ] 2737/4182 65% [======================================== ] 2738/4182 65% [======================================== ] 2739/4182 65% [======================================== ] 2740/4182 65% [======================================== ] 2741/4182 65% [======================================== ] 2742/4182 65% [======================================== ] 2743/4182 65% [======================================== ] 2744/4182 65% [======================================== ] 2745/4182 65% [======================================== ] 2746/4182 65% [======================================== ] 2747/4182 65% [======================================== ] 2748/4182 65% [======================================== ] 2749/4182 65% [======================================== ] 2750/4182 65% [======================================== ] 2751/4182 65% [======================================== ] 2752/4182 65% [======================================== ] 2753/4182 65% [======================================== ] 2754/4182 65% [======================================== ] 2755/4182 65% [======================================== ] 2756/4182 65% [======================================== ] 2757/4182 65% [======================================== ] 2758/4182 65% [======================================== ] 2759/4182 65% [======================================== ] 2760/4182 65% [======================================== ] 2761/4182 66% [======================================== ] 2762/4182 66% [======================================== ] 2763/4182 66% [======================================== ] 2764/4182 66% [======================================== ] 2765/4182 66% [========================================= ] 2766/4182 66% [========================================= ] 2767/4182 66% [========================================= ] 2768/4182 66% [========================================= ] 2769/4182 66% [========================================= ] 2770/4182 66% [========================================= ] 2771/4182 66% [========================================= ] 2772/4182 66% [========================================= ] 2773/4182 66% [========================================= ] 2774/4182 66% [========================================= ] 2775/4182 66% [========================================= ] 2776/4182 66% [========================================= ] 2777/4182 66% [========================================= ] 2778/4182 66% [========================================= ] 2779/4182 66% [========================================= ] 2780/4182 66% [========================================= ] 2781/4182 66% [========================================= ] 2782/4182 66% [========================================= ] 2783/4182 66% [========================================= ] 2784/4182 66% [========================================= ] 2785/4182 66% [========================================= ] 2786/4182 66% [========================================= ] 2787/4182 66% [========================================= ] 2788/4182 66% [========================================= ] 2789/4182 66% [========================================= ] 2790/4182 66% [========================================= ] 2791/4182 66% [========================================= ] 2792/4182 66% [========================================= ] 2793/4182 66% [========================================= ] 2794/4182 66% [========================================= ] 2795/4182 66% [========================================= ] 2796/4182 66% [========================================= ] 2797/4182 66% [========================================= ] 2798/4182 66% [========================================= ] 2799/4182 66% [========================================= ] 2800/4182 66% [========================================= ] 2801/4182 66% [========================================= ] 2802/4182 67% [========================================= ] 2803/4182 67% [========================================= ] 2804/4182 67% [========================================= ] 2805/4182 67% [========================================= ] 2806/4182 67% [========================================= ] 2807/4182 67% [========================================= ] 2808/4182 67% [========================================= ] 2809/4182 67% [========================================= ] 2810/4182 67% [========================================= ] 2811/4182 67% [========================================= ] 2812/4182 67% [========================================= ] 2813/4182 67% [========================================= ] 2814/4182 67% [========================================= ] 2815/4182 67% [========================================= ] 2816/4182 67% [========================================= ] 2817/4182 67% [========================================= ] 2818/4182 67% [========================================= ] 2819/4182 67% [========================================= ] 2820/4182 67% [========================================= ] 2821/4182 67% [========================================= ] 2822/4182 67% [========================================= ] 2823/4182 67% [========================================= ] 2824/4182 67% [========================================= ] 2825/4182 67% [========================================= ] 2826/4182 67% [========================================= ] 2827/4182 67% [========================================= ] 2828/4182 67% [========================================= ] 2829/4182 67% [========================================= ] 2830/4182 67% [========================================= ] 2831/4182 67% [========================================= ] 2832/4182 67% [========================================== ] 2833/4182 67% [========================================== ] 2834/4182 67% [========================================== ] 2835/4182 67% [========================================== ] 2836/4182 67% [========================================== ] 2837/4182 67% [========================================== ] 2838/4182 67% [========================================== ] 2839/4182 67% [========================================== ] 2840/4182 67% [========================================== ] 2841/4182 67% [========================================== ] 2842/4182 67% [========================================== ] 2843/4182 67% [========================================== ] 2844/4182 68% [========================================== ] 2845/4182 68% [========================================== ] 2846/4182 68% [========================================== ] 2847/4182 68% [========================================== ] 2848/4182 68% [========================================== ] 2849/4182 68% [========================================== ] 2850/4182 68% [========================================== ] 2851/4182 68% [========================================== ] 2852/4182 68% [========================================== ] 2853/4182 68% [========================================== ] 2854/4182 68% [========================================== ] 2855/4182 68% [========================================== ] 2856/4182 68% [========================================== ] 2857/4182 68% [========================================== ] 2858/4182 68% [========================================== ] 2859/4182 68% [========================================== ] 2860/4182 68% [========================================== ] 2861/4182 68% [========================================== ] 2862/4182 68% [========================================== ] 2863/4182 68% [========================================== ] 2864/4182 68% [========================================== ] 2865/4182 68% [========================================== ] 2866/4182 68% [========================================== ] 2867/4182 68% [========================================== ] 2868/4182 68% [========================================== ] 2869/4182 68% [========================================== ] 2870/4182 68% [========================================== ] 2871/4182 68% [========================================== ] 2872/4182 68% [========================================== ] 2873/4182 68% [========================================== ] 2874/4182 68% [========================================== ] 2875/4182 68% [========================================== ] 2876/4182 68% [========================================== ] 2877/4182 68% [========================================== ] 2878/4182 68% [========================================== ] 2879/4182 68% [========================================== ] 2880/4182 68% [========================================== ] 2881/4182 68% [========================================== ] 2882/4182 68% [========================================== ] 2883/4182 68% [========================================== ] 2884/4182 68% [========================================== ] 2885/4182 68% [========================================== ] 2886/4182 69% [========================================== ] 2887/4182 69% [========================================== ] 2888/4182 69% [========================================== ] 2889/4182 69% [========================================== ] 2890/4182 69% [========================================== ] 2891/4182 69% [========================================== ] 2892/4182 69% [========================================== ] 2893/4182 69% [========================================== ] 2894/4182 69% [========================================== ] 2895/4182 69% [========================================== ] 2896/4182 69% [========================================== ] 2897/4182 69% [========================================== ] 2898/4182 69% [========================================== ] 2899/4182 69% [========================================== ] 2900/4182 69% [=========================================== ] 2901/4182 69% [=========================================== ] 2902/4182 69% [=========================================== ] 2903/4182 69% [=========================================== ] 2904/4182 69% [=========================================== ] 2905/4182 69% [=========================================== ] 2906/4182 69% [=========================================== ] 2907/4182 69% [=========================================== ] 2908/4182 69% [=========================================== ] 2909/4182 69% [=========================================== ] 2910/4182 69% [=========================================== ] 2911/4182 69% [=========================================== ] 2912/4182 69% [=========================================== ] 2913/4182 69% [=========================================== ] 2914/4182 69% [=========================================== ] 2915/4182 69% [=========================================== ] 2916/4182 69% [=========================================== ] 2917/4182 69% [=========================================== ] 2918/4182 69% [=========================================== ] 2919/4182 69% [=========================================== ] 2920/4182 69% [=========================================== ] 2921/4182 69% [=========================================== ] 2922/4182 69% [=========================================== ] 2923/4182 69% [=========================================== ] 2924/4182 69% [=========================================== ] 2925/4182 69% [=========================================== ] 2926/4182 69% [=========================================== ] 2927/4182 69% [=========================================== ] 2928/4182 70% [=========================================== ] 2929/4182 70% [=========================================== ] 2930/4182 70% [=========================================== ] 2931/4182 70% [=========================================== ] 2932/4182 70% [=========================================== ] 2933/4182 70% [=========================================== ] 2934/4182 70% [=========================================== ] 2935/4182 70% [=========================================== ] 2936/4182 70% [=========================================== ] 2937/4182 70% [=========================================== ] 2938/4182 70% [=========================================== ] 2939/4182 70% [=========================================== ] 2940/4182 70% [=========================================== ] 2941/4182 70% [=========================================== ] 2942/4182 70% [=========================================== ] 2943/4182 70% [=========================================== ] 2944/4182 70% [=========================================== ] 2945/4182 70% [=========================================== ] 2946/4182 70% [=========================================== ] 2947/4182 70% [=========================================== ] 2948/4182 70% [=========================================== ] 2949/4182 70% [=========================================== ] 2950/4182 70% [=========================================== ] 2951/4182 70% [=========================================== ] 2952/4182 70% [=========================================== ] 2953/4182 70% [=========================================== ] 2954/4182 70% [=========================================== ] 2955/4182 70% [=========================================== ] 2956/4182 70% [=========================================== ] 2957/4182 70% [=========================================== ] 2958/4182 70% [=========================================== ] 2959/4182 70% [=========================================== ] 2960/4182 70% [=========================================== ] 2961/4182 70% [=========================================== ] 2962/4182 70% [=========================================== ] 2963/4182 70% [=========================================== ] 2964/4182 70% [=========================================== ] 2965/4182 70% [=========================================== ] 2966/4182 70% [=========================================== ] 2967/4182 70% [============================================ ] 2968/4182 70% [============================================ ] 2969/4182 70% [============================================ ] 2970/4182 71% [============================================ ] 2971/4182 71% [============================================ ] 2972/4182 71% [============================================ ] 2973/4182 71% [============================================ ] 2974/4182 71% [============================================ ] 2975/4182 71% [============================================ ] 2976/4182 71% [============================================ ] 2977/4182 71% [============================================ ] 2978/4182 71% [============================================ ] 2979/4182 71% [============================================ ] 2980/4182 71% [============================================ ] 2981/4182 71% [============================================ ] 2982/4182 71% [============================================ ] 2983/4182 71% [============================================ ] 2984/4182 71% [============================================ ] 2985/4182 71% [============================================ ] 2986/4182 71% [============================================ ] 2987/4182 71% [============================================ ] 2988/4182 71% [============================================ ] 2989/4182 71% [============================================ ] 2990/4182 71% [============================================ ] 2991/4182 71% [============================================ ] 2992/4182 71% [============================================ ] 2993/4182 71% [============================================ ] 2994/4182 71% [============================================ ] 2995/4182 71% [============================================ ] 2996/4182 71% [============================================ ] 2997/4182 71% [============================================ ] 2998/4182 71% [============================================ ] 2999/4182 71% [============================================ ] 3000/4182 71% [============================================ ] 3001/4182 71% [============================================ ] 3002/4182 71% [============================================ ] 3003/4182 71% [============================================ ] 3004/4182 71% [============================================ ] 3005/4182 71% [============================================ ] 3006/4182 71% [============================================ ] 3007/4182 71% [============================================ ] 3008/4182 71% [============================================ ] 3009/4182 71% [============================================ ] 3010/4182 71% [============================================ ] 3011/4182 71% [============================================ ] 3012/4182 72% [============================================ ] 3013/4182 72% [============================================ ] 3014/4182 72% [============================================ ] 3015/4182 72% [============================================ ] 3016/4182 72% [============================================ ] 3017/4182 72% [============================================ ] 3018/4182 72% [============================================ ] 3019/4182 72% [============================================ ] 3020/4182 72% [============================================ ] 3021/4182 72% [============================================ ] 3022/4182 72% [============================================ ] 3023/4182 72% [============================================ ] 3024/4182 72% [============================================ ] 3025/4182 72% [============================================ ] 3026/4182 72% [============================================ ] 3027/4182 72% [============================================ ] 3028/4182 72% [============================================ ] 3029/4182 72% [============================================ ] 3030/4182 72% [============================================ ] 3031/4182 72% [============================================ ] 3032/4182 72% [============================================ ] 3033/4182 72% [============================================ ] 3034/4182 72% [============================================ ] 3035/4182 72% [============================================= ] 3036/4182 72% [============================================= ] 3037/4182 72% [============================================= ] 3038/4182 72% [============================================= ] 3039/4182 72% [============================================= ] 3040/4182 72% [============================================= ] 3041/4182 72% [============================================= ] 3042/4182 72% [============================================= ] 3043/4182 72% [============================================= ] 3044/4182 72% [============================================= ] 3045/4182 72% [============================================= ] 3046/4182 72% [============================================= ] 3047/4182 72% [============================================= ] 3048/4182 72% [============================================= ] 3049/4182 72% [============================================= ] 3050/4182 72% [============================================= ] 3051/4182 72% [============================================= ] 3052/4182 72% [============================================= ] 3053/4182 73% [============================================= ] 3054/4182 73% [============================================= ] 3055/4182 73% [============================================= ] 3056/4182 73% [============================================= ] 3057/4182 73% [============================================= ] 3058/4182 73% [============================================= ] 3059/4182 73% [============================================= ] 3060/4182 73% [============================================= ] 3061/4182 73% [============================================= ] 3062/4182 73% [============================================= ] 3063/4182 73% [============================================= ] 3064/4182 73% [============================================= ] 3065/4182 73% [============================================= ] 3066/4182 73% [============================================= ] 3067/4182 73% [============================================= ] 3068/4182 73% [============================================= ] 3069/4182 73% [============================================= ] 3070/4182 73% [============================================= ] 3071/4182 73% [============================================= ] 3072/4182 73% [============================================= ] 3073/4182 73% [============================================= ] 3074/4182 73% [============================================= ] 3075/4182 73% [============================================= ] 3076/4182 73% [============================================= ] 3077/4182 73% [============================================= ] 3078/4182 73% [============================================= ] 3079/4182 73% [============================================= ] 3080/4182 73% [============================================= ] 3081/4182 73% [============================================= ] 3082/4182 73% [============================================= ] 3083/4182 73% [============================================= ] 3084/4182 73% [============================================= ] 3085/4182 73% [============================================= ] 3086/4182 73% [============================================= ] 3087/4182 73% [============================================= ] 3088/4182 73% [============================================= ] 3089/4182 73% [============================================= ] 3090/4182 73% [============================================= ] 3091/4182 73% [============================================= ] 3092/4182 73% [============================================= ] 3093/4182 73% [============================================= ] 3094/4182 73% [============================================= ] 3095/4182 74% [============================================= ] 3096/4182 74% [============================================= ] 3097/4182 74% [============================================= ] 3098/4182 74% [============================================= ] 3099/4182 74% [============================================= ] 3100/4182 74% [============================================= ] 3101/4182 74% [============================================= ] 3102/4182 74% [============================================== ] 3103/4182 74% [============================================== ] 3104/4182 74% [============================================== ] 3105/4182 74% [============================================== ] 3106/4182 74% [============================================== ] 3107/4182 74% [============================================== ] 3108/4182 74% [============================================== ] 3109/4182 74% [============================================== ] 3110/4182 74% [============================================== ] 3111/4182 74% [============================================== ] 3112/4182 74% [============================================== ] 3113/4182 74% [============================================== ] 3114/4182 74% [============================================== ] 3115/4182 74% [============================================== ] 3116/4182 74% [============================================== ] 3117/4182 74% [============================================== ] 3118/4182 74% [============================================== ] 3119/4182 74% [============================================== ] 3120/4182 74% [============================================== ] 3121/4182 74% [============================================== ] 3122/4182 74% [============================================== ] 3123/4182 74% [============================================== ] 3124/4182 74% [============================================== ] 3125/4182 74% [============================================== ] 3126/4182 74% [============================================== ] 3127/4182 74% [============================================== ] 3128/4182 74% [============================================== ] 3129/4182 74% [============================================== ] 3130/4182 74% [============================================== ] 3131/4182 74% [============================================== ] 3132/4182 74% [============================================== ] 3133/4182 74% [============================================== ] 3134/4182 74% [============================================== ] 3135/4182 74% [============================================== ] 3136/4182 74% [============================================== ] 3137/4182 75% [============================================== ] 3138/4182 75% [============================================== ] 3139/4182 75% [============================================== ] 3140/4182 75% [============================================== ] 3141/4182 75% [============================================== ] 3142/4182 75% [============================================== ] 3143/4182 75% [============================================== ] 3144/4182 75% [============================================== ] 3145/4182 75% [============================================== ] 3146/4182 75% [============================================== ] 3147/4182 75% [============================================== ] 3148/4182 75% [============================================== ] 3149/4182 75% [============================================== ] 3150/4182 75% [============================================== ] 3151/4182 75% [============================================== ] 3152/4182 75% [============================================== ] 3153/4182 75% [============================================== ] 3154/4182 75% [============================================== ] 3155/4182 75% [============================================== ] 3156/4182 75% [============================================== ] 3157/4182 75% [============================================== ] 3158/4182 75% [============================================== ] 3159/4182 75% [============================================== ] 3160/4182 75% [============================================== ] 3161/4182 75% [============================================== ] 3162/4182 75% [============================================== ] 3163/4182 75% [============================================== ] 3164/4182 75% [============================================== ] 3165/4182 75% [============================================== ] 3166/4182 75% [============================================== ] 3167/4182 75% [============================================== ] 3168/4182 75% [============================================== ] 3169/4182 75% [============================================== ] 3170/4182 75% [=============================================== ] 3171/4182 75% [=============================================== ] 3172/4182 75% [=============================================== ] 3173/4182 75% [=============================================== ] 3174/4182 75% [=============================================== ] 3175/4182 75% [=============================================== ] 3176/4182 75% [=============================================== ] 3177/4182 75% [=============================================== ] 3178/4182 75% [=============================================== ] 3179/4182 76% [=============================================== ] 3180/4182 76% [=============================================== ] 3181/4182 76% [=============================================== ] 3182/4182 76% [=============================================== ] 3183/4182 76% [=============================================== ] 3184/4182 76% [=============================================== ] 3185/4182 76% [=============================================== ] 3186/4182 76% [=============================================== ] 3187/4182 76% [=============================================== ] 3188/4182 76% [=============================================== ] 3189/4182 76% [=============================================== ] 3190/4182 76% [=============================================== ] 3191/4182 76% [=============================================== ] 3192/4182 76% [=============================================== ] 3193/4182 76% [=============================================== ] 3194/4182 76% [=============================================== ] 3195/4182 76% [=============================================== ] 3196/4182 76% [=============================================== ] 3197/4182 76% [=============================================== ] 3198/4182 76% [=============================================== ] 3199/4182 76% [=============================================== ] 3200/4182 76% [=============================================== ] 3201/4182 76% [=============================================== ] 3202/4182 76% [=============================================== ] 3203/4182 76% [=============================================== ] 3204/4182 76% [=============================================== ] 3205/4182 76% [=============================================== ] 3206/4182 76% [=============================================== ] 3207/4182 76% [=============================================== ] 3208/4182 76% [=============================================== ] 3209/4182 76% [=============================================== ] 3210/4182 76% [=============================================== ] 3211/4182 76% [=============================================== ] 3212/4182 76% [=============================================== ] 3213/4182 76% [=============================================== ] 3214/4182 76% [=============================================== ] 3215/4182 76% [=============================================== ] 3216/4182 76% [=============================================== ] 3217/4182 76% [=============================================== ] 3218/4182 76% [=============================================== ] 3219/4182 76% [=============================================== ] 3220/4182 76% [=============================================== ] 3221/4182 77% [=============================================== ] 3222/4182 77% [=============================================== ] 3223/4182 77% [=============================================== ] 3224/4182 77% [=============================================== ] 3225/4182 77% [=============================================== ] 3226/4182 77% [=============================================== ] 3227/4182 77% [=============================================== ] 3228/4182 77% [=============================================== ] 3229/4182 77% [=============================================== ] 3230/4182 77% [=============================================== ] 3231/4182 77% [=============================================== ] 3232/4182 77% [=============================================== ] 3233/4182 77% [=============================================== ] 3234/4182 77% [=============================================== ] 3235/4182 77% [=============================================== ] 3236/4182 77% [=============================================== ] 3237/4182 77% [================================================ ] 3238/4182 77% [================================================ ] 3239/4182 77% [================================================ ] 3240/4182 77% [================================================ ] 3241/4182 77% [================================================ ] 3242/4182 77% [================================================ ] 3243/4182 77% [================================================ ] 3244/4182 77% [================================================ ] 3245/4182 77% [================================================ ] 3246/4182 77% [================================================ ] 3247/4182 77% [================================================ ] 3248/4182 77% [================================================ ] 3249/4182 77% [================================================ ] 3250/4182 77% [================================================ ] 3251/4182 77% [================================================ ] 3252/4182 77% [================================================ ] 3253/4182 77% [================================================ ] 3254/4182 77% [================================================ ] 3255/4182 77% [================================================ ] 3256/4182 77% [================================================ ] 3257/4182 77% [================================================ ] 3258/4182 77% [================================================ ] 3259/4182 77% [================================================ ] 3260/4182 77% [================================================ ] 3261/4182 77% [================================================ ] 3262/4182 78% [================================================ ] 3263/4182 78% [================================================ ] 3264/4182 78% [================================================ ] 3265/4182 78% [================================================ ] 3266/4182 78% [================================================ ] 3267/4182 78% [================================================ ] 3268/4182 78% [================================================ ] 3269/4182 78% [================================================ ] 3270/4182 78% [================================================ ] 3271/4182 78% [================================================ ] 3272/4182 78% [================================================ ] 3273/4182 78% [================================================ ] 3274/4182 78% [================================================ ] 3275/4182 78% [================================================ ] 3276/4182 78% [================================================ ] 3277/4182 78% [================================================ ] 3278/4182 78% [================================================ ] 3279/4182 78% [================================================ ] 3280/4182 78% [================================================ ] 3281/4182 78% [================================================ ] 3282/4182 78% [================================================ ] 3283/4182 78% [================================================ ] 3284/4182 78% [================================================ ] 3285/4182 78% [================================================ ] 3286/4182 78% [================================================ ] 3287/4182 78% [================================================ ] 3288/4182 78% [================================================ ] 3289/4182 78% [================================================ ] 3290/4182 78% [================================================ ] 3291/4182 78% [================================================ ] 3292/4182 78% [================================================ ] 3293/4182 78% [================================================ ] 3294/4182 78% [================================================ ] 3295/4182 78% [================================================ ] 3296/4182 78% [================================================ ] 3297/4182 78% [================================================ ] 3298/4182 78% [================================================ ] 3299/4182 78% [================================================ ] 3300/4182 78% [================================================ ] 3301/4182 78% [================================================ ] 3302/4182 78% [================================================ ] 3303/4182 78% [================================================ ] 3304/4182 79% [================================================ ] 3305/4182 79% [================================================= ] 3306/4182 79% [================================================= ] 3307/4182 79% [================================================= ] 3308/4182 79% [================================================= ] 3309/4182 79% [================================================= ] 3310/4182 79% [================================================= ] 3311/4182 79% [================================================= ] 3312/4182 79% [================================================= ] 3313/4182 79% [================================================= ] 3314/4182 79% [================================================= ] 3315/4182 79% [================================================= ] 3316/4182 79% [================================================= ] 3317/4182 79% [================================================= ] 3318/4182 79% [================================================= ] 3319/4182 79% [================================================= ] 3320/4182 79% [================================================= ] 3321/4182 79% [================================================= ] 3322/4182 79% [================================================= ] 3323/4182 79% [================================================= ] 3324/4182 79% [================================================= ] 3325/4182 79% [================================================= ] 3326/4182 79% [================================================= ] 3327/4182 79% [================================================= ] 3328/4182 79% [================================================= ] 3329/4182 79% [================================================= ] 3330/4182 79% [================================================= ] 3331/4182 79% [================================================= ] 3332/4182 79% [================================================= ] 3333/4182 79% [================================================= ] 3334/4182 79% [================================================= ] 3335/4182 79% [================================================= ] 3336/4182 79% [================================================= ] 3337/4182 79% [================================================= ] 3338/4182 79% [================================================= ] 3339/4182 79% [================================================= ] 3340/4182 79% [================================================= ] 3341/4182 79% [================================================= ] 3342/4182 79% [================================================= ] 3343/4182 79% [================================================= ] 3344/4182 79% [================================================= ] 3345/4182 79% [================================================= ] 3346/4182 80% [================================================= ] 3347/4182 80% [================================================= ] 3348/4182 80% [================================================= ] 3349/4182 80% [================================================= ] 3350/4182 80% [================================================= ] 3351/4182 80% [================================================= ] 3352/4182 80% [================================================= ] 3353/4182 80% [================================================= ] 3354/4182 80% [================================================= ] 3355/4182 80% [================================================= ] 3356/4182 80% [================================================= ] 3357/4182 80% [================================================= ] 3358/4182 80% [================================================= ] 3359/4182 80% [================================================= ] 3360/4182 80% [================================================= ] 3361/4182 80% [================================================= ] 3362/4182 80% [================================================= ] 3363/4182 80% [================================================= ] 3364/4182 80% [================================================= ] 3365/4182 80% [================================================= ] 3366/4182 80% [================================================= ] 3367/4182 80% [================================================= ] 3368/4182 80% [================================================= ] 3369/4182 80% [================================================= ] 3370/4182 80% [================================================= ] 3371/4182 80% [================================================= ] 3372/4182 80% [================================================== ] 3373/4182 80% [================================================== ] 3374/4182 80% [================================================== ] 3375/4182 80% [================================================== ] 3376/4182 80% [================================================== ] 3377/4182 80% [================================================== ] 3378/4182 80% [================================================== ] 3379/4182 80% [================================================== ] 3380/4182 80% [================================================== ] 3381/4182 80% [================================================== ] 3382/4182 80% [================================================== ] 3383/4182 80% [================================================== ] 3384/4182 80% [================================================== ] 3385/4182 80% [================================================== ] 3386/4182 80% [================================================== ] 3387/4182 80% [================================================== ] 3388/4182 81% [================================================== ] 3389/4182 81% [================================================== ] 3390/4182 81% [================================================== ] 3391/4182 81% [================================================== ] 3392/4182 81% [================================================== ] 3393/4182 81% [================================================== ] 3394/4182 81% [================================================== ] 3395/4182 81% [================================================== ] 3396/4182 81% [================================================== ] 3397/4182 81% [================================================== ] 3398/4182 81% [================================================== ] 3399/4182 81% [================================================== ] 3400/4182 81% [================================================== ] 3401/4182 81% [================================================== ] 3402/4182 81% [================================================== ] 3403/4182 81% [================================================== ] 3404/4182 81% [================================================== ] 3405/4182 81% [================================================== ] 3406/4182 81% [================================================== ] 3407/4182 81% [================================================== ] 3408/4182 81% [================================================== ] 3409/4182 81% [================================================== ] 3410/4182 81% [================================================== ] 3411/4182 81% [================================================== ] 3412/4182 81% [================================================== ] 3413/4182 81% [================================================== ] 3414/4182 81% [================================================== ] 3415/4182 81% [================================================== ] 3416/4182 81% [================================================== ] 3417/4182 81% [================================================== ] 3418/4182 81% [================================================== ] 3419/4182 81% [================================================== ] 3420/4182 81% [================================================== ] 3421/4182 81% [================================================== ] 3422/4182 81% [================================================== ] 3423/4182 81% [================================================== ] 3424/4182 81% [================================================== ] 3425/4182 81% [================================================== ] 3426/4182 81% [================================================== ] 3427/4182 81% [================================================== ] 3428/4182 81% [================================================== ] 3429/4182 81% [================================================== ] 3430/4182 82% [================================================== ] 3431/4182 82% [================================================== ] 3432/4182 82% [================================================== ] 3433/4182 82% [================================================== ] 3434/4182 82% [================================================== ] 3435/4182 82% [================================================== ] 3436/4182 82% [================================================== ] 3437/4182 82% [================================================== ] 3438/4182 82% [================================================== ] 3439/4182 82% [================================================== ] 3440/4182 82% [=================================================== ] 3441/4182 82% [=================================================== ] 3442/4182 82% [=================================================== ] 3443/4182 82% [=================================================== ] 3444/4182 82% [=================================================== ] 3445/4182 82% [=================================================== ] 3446/4182 82% [=================================================== ] 3447/4182 82% [=================================================== ] 3448/4182 82% [=================================================== ] 3449/4182 82% [=================================================== ] 3450/4182 82% [=================================================== ] 3451/4182 82% [=================================================== ] 3452/4182 82% [=================================================== ] 3453/4182 82% [=================================================== ] 3454/4182 82% [=================================================== ] 3455/4182 82% [=================================================== ] 3456/4182 82% [=================================================== ] 3457/4182 82% [=================================================== ] 3458/4182 82% [=================================================== ] 3459/4182 82% [=================================================== ] 3460/4182 82% [=================================================== ] 3461/4182 82% [=================================================== ] 3462/4182 82% [=================================================== ] 3463/4182 82% [=================================================== ] 3464/4182 82% [=================================================== ] 3465/4182 82% [=================================================== ] 3466/4182 82% [=================================================== ] 3467/4182 82% [=================================================== ] 3468/4182 82% [=================================================== ] 3469/4182 82% [=================================================== ] 3470/4182 82% [=================================================== ] 3471/4182 82% [=================================================== ] 3472/4182 83% [=================================================== ] 3473/4182 83% [=================================================== ] 3474/4182 83% [=================================================== ] 3475/4182 83% [=================================================== ] 3476/4182 83% [=================================================== ] 3477/4182 83% [=================================================== ] 3478/4182 83% [=================================================== ] 3479/4182 83% [=================================================== ] 3480/4182 83% [=================================================== ] 3481/4182 83% [=================================================== ] 3482/4182 83% [=================================================== ] 3483/4182 83% [=================================================== ] 3484/4182 83% [=================================================== ] 3485/4182 83% [=================================================== ] 3486/4182 83% [=================================================== ] 3487/4182 83% [=================================================== ] 3488/4182 83% [=================================================== ] 3489/4182 83% [=================================================== ] 3490/4182 83% [=================================================== ] 3491/4182 83% [=================================================== ] 3492/4182 83% [=================================================== ] 3493/4182 83% [=================================================== ] 3494/4182 83% [=================================================== ] 3495/4182 83% [=================================================== ] 3496/4182 83% [=================================================== ] 3497/4182 83% [=================================================== ] 3498/4182 83% [=================================================== ] 3499/4182 83% [=================================================== ] 3500/4182 83% [=================================================== ] 3501/4182 83% [=================================================== ] 3502/4182 83% [=================================================== ] 3503/4182 83% [=================================================== ] 3504/4182 83% [=================================================== ] 3505/4182 83% [=================================================== ] 3506/4182 83% [=================================================== ] 3507/4182 83% [==================================================== ] 3508/4182 83% [==================================================== ] 3509/4182 83% [==================================================== ] 3510/4182 83% [==================================================== ] 3511/4182 83% [==================================================== ] 3512/4182 83% [==================================================== ] 3513/4182 84% [==================================================== ] 3514/4182 84% [==================================================== ] 3515/4182 84% [==================================================== ] 3516/4182 84% [==================================================== ] 3517/4182 84% [==================================================== ] 3518/4182 84% [==================================================== ] 3519/4182 84% [==================================================== ] 3520/4182 84% [==================================================== ] 3521/4182 84% [==================================================== ] 3522/4182 84% [==================================================== ] 3523/4182 84% [==================================================== ] 3524/4182 84% [==================================================== ] 3525/4182 84% [==================================================== ] 3526/4182 84% [==================================================== ] 3527/4182 84% [==================================================== ] 3528/4182 84% [==================================================== ] 3529/4182 84% [==================================================== ] 3530/4182 84% [==================================================== ] 3531/4182 84% [==================================================== ] 3532/4182 84% [==================================================== ] 3533/4182 84% [==================================================== ] 3534/4182 84% [==================================================== ] 3535/4182 84% [==================================================== ] 3536/4182 84% [==================================================== ] 3537/4182 84% [==================================================== ] 3538/4182 84% [==================================================== ] 3539/4182 84% [==================================================== ] 3540/4182 84% [==================================================== ] 3541/4182 84% [==================================================== ] 3542/4182 84% [==================================================== ] 3543/4182 84% [==================================================== ] 3544/4182 84% [==================================================== ] 3545/4182 84% [==================================================== ] 3546/4182 84% [==================================================== ] 3547/4182 84% [==================================================== ] 3548/4182 84% [==================================================== ] 3549/4182 84% [==================================================== ] 3550/4182 84% [==================================================== ] 3551/4182 84% [==================================================== ] 3552/4182 84% [==================================================== ] 3553/4182 84% [==================================================== ] 3554/4182 84% [==================================================== ] 3555/4182 85% [==================================================== ] 3556/4182 85% [==================================================== ] 3557/4182 85% [==================================================== ] 3558/4182 85% [==================================================== ] 3559/4182 85% [==================================================== ] 3560/4182 85% [==================================================== ] 3561/4182 85% [==================================================== ] 3562/4182 85% [==================================================== ] 3563/4182 85% [==================================================== ] 3564/4182 85% [==================================================== ] 3565/4182 85% [==================================================== ] 3566/4182 85% [==================================================== ] 3567/4182 85% [==================================================== ] 3568/4182 85% [==================================================== ] 3569/4182 85% [==================================================== ] 3570/4182 85% [==================================================== ] 3571/4182 85% [==================================================== ] 3572/4182 85% [==================================================== ] 3573/4182 85% [==================================================== ] 3574/4182 85% [===================================================== ] 3575/4182 85% [===================================================== ] 3576/4182 85% [===================================================== ] 3577/4182 85% [===================================================== ] 3578/4182 85% [===================================================== ] 3579/4182 85% [===================================================== ] 3580/4182 85% [===================================================== ] 3581/4182 85% [===================================================== ] 3582/4182 85% [===================================================== ] 3583/4182 85% [===================================================== ] 3584/4182 85% [===================================================== ] 3585/4182 85% [===================================================== ] 3586/4182 85% [===================================================== ] 3587/4182 85% [===================================================== ] 3588/4182 85% [===================================================== ] 3589/4182 85% [===================================================== ] 3590/4182 85% [===================================================== ] 3591/4182 85% [===================================================== ] 3592/4182 85% [===================================================== ] 3593/4182 85% [===================================================== ] 3594/4182 85% [===================================================== ] 3595/4182 85% [===================================================== ] 3596/4182 85% [===================================================== ] 3597/4182 86% [===================================================== ] 3598/4182 86% [===================================================== ] 3599/4182 86% [===================================================== ] 3600/4182 86% [===================================================== ] 3601/4182 86% [===================================================== ] 3602/4182 86% [===================================================== ] 3603/4182 86% [===================================================== ] 3604/4182 86% [===================================================== ] 3605/4182 86% [===================================================== ] 3606/4182 86% [===================================================== ] 3607/4182 86% [===================================================== ] 3608/4182 86% [===================================================== ] 3609/4182 86% [===================================================== ] 3610/4182 86% [===================================================== ] 3611/4182 86% [===================================================== ] 3612/4182 86% [===================================================== ] 3613/4182 86% [===================================================== ] 3614/4182 86% [===================================================== ] 3615/4182 86% [===================================================== ] 3616/4182 86% [===================================================== ] 3617/4182 86% [===================================================== ] 3618/4182 86% [===================================================== ] 3619/4182 86% [===================================================== ] 3620/4182 86% [===================================================== ] 3621/4182 86% [===================================================== ] 3622/4182 86% [===================================================== ] 3623/4182 86% [===================================================== ] 3624/4182 86% [===================================================== ] 3625/4182 86% [===================================================== ] 3626/4182 86% [===================================================== ] 3627/4182 86% [===================================================== ] 3628/4182 86% [===================================================== ] 3629/4182 86% [===================================================== ] 3630/4182 86% [===================================================== ] 3631/4182 86% [===================================================== ] 3632/4182 86% [===================================================== ] 3633/4182 86% [===================================================== ] 3634/4182 86% [===================================================== ] 3635/4182 86% [===================================================== ] 3636/4182 86% [===================================================== ] 3637/4182 86% [===================================================== ] 3638/4182 86% [===================================================== ] 3639/4182 87% [===================================================== ] 3640/4182 87% [===================================================== ] 3641/4182 87% [===================================================== ] 3642/4182 87% [====================================================== ] 3643/4182 87% [====================================================== ] 3644/4182 87% [====================================================== ] 3645/4182 87% [====================================================== ] 3646/4182 87% [====================================================== ] 3647/4182 87% [====================================================== ] 3648/4182 87% [====================================================== ] 3649/4182 87% [====================================================== ] 3650/4182 87% [====================================================== ] 3651/4182 87% [====================================================== ] 3652/4182 87% [====================================================== ] 3653/4182 87% [====================================================== ] 3654/4182 87% [====================================================== ] 3655/4182 87% [====================================================== ] 3656/4182 87% [====================================================== ] 3657/4182 87% [====================================================== ] 3658/4182 87% [====================================================== ] 3659/4182 87% [====================================================== ] 3660/4182 87% [====================================================== ] 3661/4182 87% [====================================================== ] 3662/4182 87% [====================================================== ] 3663/4182 87% [====================================================== ] 3664/4182 87% [====================================================== ] 3665/4182 87% [====================================================== ] 3666/4182 87% [====================================================== ] 3667/4182 87% [====================================================== ] 3668/4182 87% [====================================================== ] 3669/4182 87% [====================================================== ] 3670/4182 87% [====================================================== ] 3671/4182 87% [====================================================== ] 3672/4182 87% [====================================================== ] 3673/4182 87% [====================================================== ] 3674/4182 87% [====================================================== ] 3675/4182 87% [====================================================== ] 3676/4182 87% [====================================================== ] 3677/4182 87% [====================================================== ] 3678/4182 87% [====================================================== ] 3679/4182 87% [====================================================== ] 3680/4182 87% [====================================================== ] 3681/4182 88% [====================================================== ] 3682/4182 88% [====================================================== ] 3683/4182 88% [====================================================== ] 3684/4182 88% [====================================================== ] 3685/4182 88% [====================================================== ] 3686/4182 88% [====================================================== ] 3687/4182 88% [====================================================== ] 3688/4182 88% [====================================================== ] 3689/4182 88% [====================================================== ] 3690/4182 88% [====================================================== ] 3691/4182 88% [====================================================== ] 3692/4182 88% [====================================================== ] 3693/4182 88% [====================================================== ] 3694/4182 88% [====================================================== ] 3695/4182 88% [====================================================== ] 3696/4182 88% [====================================================== ] 3697/4182 88% [====================================================== ] 3698/4182 88% [====================================================== ] 3699/4182 88% [====================================================== ] 3700/4182 88% [====================================================== ] 3701/4182 88% [====================================================== ] 3702/4182 88% [====================================================== ] 3703/4182 88% [====================================================== ] 3704/4182 88% [====================================================== ] 3705/4182 88% [====================================================== ] 3706/4182 88% [====================================================== ] 3707/4182 88% [====================================================== ] 3708/4182 88% [====================================================== ] 3709/4182 88% [======================================================= ] 3710/4182 88% [======================================================= ] 3711/4182 88% [======================================================= ] 3712/4182 88% [======================================================= ] 3713/4182 88% [======================================================= ] 3714/4182 88% [======================================================= ] 3715/4182 88% [======================================================= ] 3716/4182 88% [======================================================= ] 3717/4182 88% [======================================================= ] 3718/4182 88% [======================================================= ] 3719/4182 88% [======================================================= ] 3720/4182 88% [======================================================= ] 3721/4182 88% [======================================================= ] 3722/4182 89% [======================================================= ] 3723/4182 89% [======================================================= ] 3724/4182 89% [======================================================= ] 3725/4182 89% [======================================================= ] 3726/4182 89% [======================================================= ] 3727/4182 89% [======================================================= ] 3728/4182 89% [======================================================= ] 3729/4182 89% [======================================================= ] 3730/4182 89% [======================================================= ] 3731/4182 89% [======================================================= ] 3732/4182 89% [======================================================= ] 3733/4182 89% [======================================================= ] 3734/4182 89% [======================================================= ] 3735/4182 89% [======================================================= ] 3736/4182 89% [======================================================= ] 3737/4182 89% [======================================================= ] 3738/4182 89% [======================================================= ] 3739/4182 89% [======================================================= ] 3740/4182 89% [======================================================= ] 3741/4182 89% [======================================================= ] 3742/4182 89% [======================================================= ] 3743/4182 89% [======================================================= ] 3744/4182 89% [======================================================= ] 3745/4182 89% [======================================================= ] 3746/4182 89% [======================================================= ] 3747/4182 89% [======================================================= ] 3748/4182 89% [======================================================= ] 3749/4182 89% [======================================================= ] 3750/4182 89% [======================================================= ] 3751/4182 89% [======================================================= ] 3752/4182 89% [======================================================= ] 3753/4182 89% [======================================================= ] 3754/4182 89% [======================================================= ] 3755/4182 89% [======================================================= ] 3756/4182 89% [======================================================= ] 3757/4182 89% [======================================================= ] 3758/4182 89% [======================================================= ] 3759/4182 89% [======================================================= ] 3760/4182 89% [======================================================= ] 3761/4182 89% [======================================================= ] 3762/4182 89% [======================================================= ] 3763/4182 89% [======================================================= ] 3764/4182 90% [======================================================= ] 3765/4182 90% [======================================================= ] 3766/4182 90% [======================================================= ] 3767/4182 90% [======================================================= ] 3768/4182 90% [======================================================= ] 3769/4182 90% [======================================================= ] 3770/4182 90% [======================================================= ] 3771/4182 90% [======================================================= ] 3772/4182 90% [======================================================= ] 3773/4182 90% [======================================================= ] 3774/4182 90% [======================================================= ] 3775/4182 90% [======================================================= ] 3776/4182 90% [======================================================= ] 3777/4182 90% [======================================================== ] 3778/4182 90% [======================================================== ] 3779/4182 90% [======================================================== ] 3780/4182 90% [======================================================== ] 3781/4182 90% [======================================================== ] 3782/4182 90% [======================================================== ] 3783/4182 90% [======================================================== ] 3784/4182 90% [======================================================== ] 3785/4182 90% [======================================================== ] 3786/4182 90% [======================================================== ] 3787/4182 90% [======================================================== ] 3788/4182 90% [======================================================== ] 3789/4182 90% [======================================================== ] 3790/4182 90% [======================================================== ] 3791/4182 90% [======================================================== ] 3792/4182 90% [======================================================== ] 3793/4182 90% [======================================================== ] 3794/4182 90% [======================================================== ] 3795/4182 90% [======================================================== ] 3796/4182 90% [======================================================== ] 3797/4182 90% [======================================================== ] 3798/4182 90% [======================================================== ] 3799/4182 90% [======================================================== ] 3800/4182 90% [======================================================== ] 3801/4182 90% [======================================================== ] 3802/4182 90% [======================================================== ] 3803/4182 90% [======================================================== ] 3804/4182 90% [======================================================== ] 3805/4182 90% [======================================================== ] 3806/4182 91% [======================================================== ] 3807/4182 91% [======================================================== ] 3808/4182 91% [======================================================== ] 3809/4182 91% [======================================================== ] 3810/4182 91% [======================================================== ] 3811/4182 91% [======================================================== ] 3812/4182 91% [======================================================== ] 3813/4182 91% [======================================================== ] 3814/4182 91% [======================================================== ] 3815/4182 91% [======================================================== ] 3816/4182 91% [======================================================== ] 3817/4182 91% [======================================================== ] 3818/4182 91% [======================================================== ] 3819/4182 91% [======================================================== ] 3820/4182 91% [======================================================== ] 3821/4182 91% [======================================================== ] 3822/4182 91% [======================================================== ] 3823/4182 91% [======================================================== ] 3824/4182 91% [======================================================== ] 3825/4182 91% [======================================================== ] 3826/4182 91% [======================================================== ] 3827/4182 91% [======================================================== ] 3828/4182 91% [======================================================== ] 3829/4182 91% [======================================================== ] 3830/4182 91% [======================================================== ] 3831/4182 91% [======================================================== ] 3832/4182 91% [======================================================== ] 3833/4182 91% [======================================================== ] 3834/4182 91% [======================================================== ] 3835/4182 91% [======================================================== ] 3836/4182 91% [======================================================== ] 3837/4182 91% [======================================================== ] 3838/4182 91% [======================================================== ] 3839/4182 91% [======================================================== ] 3840/4182 91% [======================================================== ] 3841/4182 91% [======================================================== ] 3842/4182 91% [======================================================== ] 3843/4182 91% [======================================================== ] 3844/4182 91% [========================================================= ] 3845/4182 91% [========================================================= ] 3846/4182 91% [========================================================= ] 3847/4182 91% [========================================================= ] 3848/4182 92% [========================================================= ] 3849/4182 92% [========================================================= ] 3850/4182 92% [========================================================= ] 3851/4182 92% [========================================================= ] 3852/4182 92% [========================================================= ] 3853/4182 92% [========================================================= ] 3854/4182 92% [========================================================= ] 3855/4182 92% [========================================================= ] 3856/4182 92% [========================================================= ] 3857/4182 92% [========================================================= ] 3858/4182 92% [========================================================= ] 3859/4182 92% [========================================================= ] 3860/4182 92% [========================================================= ] 3861/4182 92% [========================================================= ] 3862/4182 92% [========================================================= ] 3863/4182 92% [========================================================= ] 3864/4182 92% [========================================================= ] 3865/4182 92% [========================================================= ] 3866/4182 92% [========================================================= ] 3867/4182 92% [========================================================= ] 3868/4182 92% [========================================================= ] 3869/4182 92% [========================================================= ] 3870/4182 92% [========================================================= ] 3871/4182 92% [========================================================= ] 3872/4182 92% [========================================================= ] 3873/4182 92% [========================================================= ] 3874/4182 92% [========================================================= ] 3875/4182 92% [========================================================= ] 3876/4182 92% [========================================================= ] 3877/4182 92% [========================================================= ] 3878/4182 92% [========================================================= ] 3879/4182 92% [========================================================= ] 3880/4182 92% [========================================================= ] 3881/4182 92% [========================================================= ] 3882/4182 92% [========================================================= ] 3883/4182 92% [========================================================= ] 3884/4182 92% [========================================================= ] 3885/4182 92% [========================================================= ] 3886/4182 92% [========================================================= ] 3887/4182 92% [========================================================= ] 3888/4182 92% [========================================================= ] 3889/4182 92% [========================================================= ] 3890/4182 93% [========================================================= ] 3891/4182 93% [========================================================= ] 3892/4182 93% [========================================================= ] 3893/4182 93% [========================================================= ] 3894/4182 93% [========================================================= ] 3895/4182 93% [========================================================= ] 3896/4182 93% [========================================================= ] 3897/4182 93% [========================================================= ] 3898/4182 93% [========================================================= ] 3899/4182 93% [========================================================= ] 3900/4182 93% [========================================================= ] 3901/4182 93% [========================================================= ] 3902/4182 93% [========================================================= ] 3903/4182 93% [========================================================= ] 3904/4182 93% [========================================================= ] 3905/4182 93% [========================================================= ] 3906/4182 93% [========================================================= ] 3907/4182 93% [========================================================= ] 3908/4182 93% [========================================================= ] 3909/4182 93% [========================================================= ] 3910/4182 93% [========================================================= ] 3911/4182 93% [========================================================= ] 3912/4182 93% [========================================================== ] 3913/4182 93% [========================================================== ] 3914/4182 93% [========================================================== ] 3915/4182 93% [========================================================== ] 3916/4182 93% [========================================================== ] 3917/4182 93% [========================================================== ] 3918/4182 93% [========================================================== ] 3919/4182 93% [========================================================== ] 3920/4182 93% [========================================================== ] 3921/4182 93% [========================================================== ] 3922/4182 93% [========================================================== ] 3923/4182 93% [========================================================== ] 3924/4182 93% [========================================================== ] 3925/4182 93% [========================================================== ] 3926/4182 93% [========================================================== ] 3927/4182 93% [========================================================== ] 3928/4182 93% [========================================================== ] 3929/4182 93% [========================================================== ] 3930/4182 93% [========================================================== ] 3931/4182 93% [========================================================== ] 3932/4182 94% [========================================================== ] 3933/4182 94% [========================================================== ] 3934/4182 94% [========================================================== ] 3935/4182 94% [========================================================== ] 3936/4182 94% [========================================================== ] 3937/4182 94% [========================================================== ] 3938/4182 94% [========================================================== ] 3939/4182 94% [========================================================== ] 3940/4182 94% [========================================================== ] 3941/4182 94% [========================================================== ] 3942/4182 94% [========================================================== ] 3943/4182 94% [========================================================== ] 3944/4182 94% [========================================================== ] 3945/4182 94% [========================================================== ] 3946/4182 94% [========================================================== ] 3947/4182 94% [========================================================== ] 3948/4182 94% [========================================================== ] 3949/4182 94% [========================================================== ] 3950/4182 94% [========================================================== ] 3951/4182 94% [========================================================== ] 3952/4182 94% [========================================================== ] 3953/4182 94% [========================================================== ] 3954/4182 94% [========================================================== ] 3955/4182 94% [========================================================== ] 3956/4182 94% [========================================================== ] 3957/4182 94% [========================================================== ] 3958/4182 94% [========================================================== ] 3959/4182 94% [========================================================== ] 3960/4182 94% [========================================================== ] 3961/4182 94% [========================================================== ] 3962/4182 94% [========================================================== ] 3963/4182 94% [========================================================== ] 3964/4182 94% [========================================================== ] 3965/4182 94% [========================================================== ] 3966/4182 94% [========================================================== ] 3967/4182 94% [========================================================== ] 3968/4182 94% [========================================================== ] 3969/4182 94% [========================================================== ] 3970/4182 94% [========================================================== ] 3971/4182 94% [========================================================== ] 3972/4182 94% [========================================================== ] 3973/4182 95% [========================================================== ] 3974/4182 95% [========================================================== ] 3975/4182 95% [========================================================== ] 3976/4182 95% [========================================================== ] 3977/4182 95% [========================================================== ] 3978/4182 95% [========================================================== ] 3979/4182 95% [=========================================================== ] 3980/4182 95% [=========================================================== ] 3981/4182 95% [=========================================================== ] 3982/4182 95% [=========================================================== ] 3983/4182 95% [=========================================================== ] 3984/4182 95% [=========================================================== ] 3985/4182 95% [=========================================================== ] 3986/4182 95% [=========================================================== ] 3987/4182 95% [=========================================================== ] 3988/4182 95% [=========================================================== ] 3989/4182 95% [=========================================================== ] 3990/4182 95% [=========================================================== ] 3991/4182 95% [=========================================================== ] 3992/4182 95% [=========================================================== ] 3993/4182 95% [=========================================================== ] 3994/4182 95% [=========================================================== ] 3995/4182 95% [=========================================================== ] 3996/4182 95% [=========================================================== ] 3997/4182 95% [=========================================================== ] 3998/4182 95% [=========================================================== ] 3999/4182 95% [=========================================================== ] 4000/4182 95% [=========================================================== ] 4001/4182 95% [=========================================================== ] 4002/4182 95% [=========================================================== ] 4003/4182 95% [=========================================================== ] 4004/4182 95% [=========================================================== ] 4005/4182 95% [=========================================================== ] 4006/4182 95% [=========================================================== ] 4007/4182 95% [=========================================================== ] 4008/4182 95% [=========================================================== ] 4009/4182 95% [=========================================================== ] 4010/4182 95% [=========================================================== ] 4011/4182 95% [=========================================================== ] 4012/4182 95% [=========================================================== ] 4013/4182 95% [=========================================================== ] 4014/4182 95% [=========================================================== ] 4015/4182 96% [=========================================================== ] 4016/4182 96% [=========================================================== ] 4017/4182 96% [=========================================================== ] 4018/4182 96% [=========================================================== ] 4019/4182 96% [=========================================================== ] 4020/4182 96% [=========================================================== ] 4021/4182 96% [=========================================================== ] 4022/4182 96% [=========================================================== ] 4023/4182 96% [=========================================================== ] 4024/4182 96% [=========================================================== ] 4025/4182 96% [=========================================================== ] 4026/4182 96% [=========================================================== ] 4027/4182 96% [=========================================================== ] 4028/4182 96% [=========================================================== ] 4029/4182 96% [=========================================================== ] 4030/4182 96% [=========================================================== ] 4031/4182 96% [=========================================================== ] 4032/4182 96% [=========================================================== ] 4033/4182 96% [=========================================================== ] 4034/4182 96% [=========================================================== ] 4035/4182 96% [=========================================================== ] 4036/4182 96% [=========================================================== ] 4037/4182 96% [=========================================================== ] 4038/4182 96% [=========================================================== ] 4039/4182 96% [=========================================================== ] 4040/4182 96% [=========================================================== ] 4041/4182 96% [=========================================================== ] 4042/4182 96% [=========================================================== ] 4043/4182 96% [=========================================================== ] 4044/4182 96% [=========================================================== ] 4045/4182 96% [=========================================================== ] 4046/4182 96% [=========================================================== ] 4047/4182 96% [============================================================ ] 4048/4182 96% [============================================================ ] 4049/4182 96% [============================================================ ] 4050/4182 96% [============================================================ ] 4051/4182 96% [============================================================ ] 4052/4182 96% [============================================================ ] 4053/4182 96% [============================================================ ] 4054/4182 96% [============================================================ ] 4055/4182 96% [============================================================ ] 4056/4182 96% [============================================================ ] 4057/4182 97% [============================================================ ] 4058/4182 97% [============================================================ ] 4059/4182 97% [============================================================ ] 4060/4182 97% [============================================================ ] 4061/4182 97% [============================================================ ] 4062/4182 97% [============================================================ ] 4063/4182 97% [============================================================ ] 4064/4182 97% [============================================================ ] 4065/4182 97% [============================================================ ] 4066/4182 97% [============================================================ ] 4067/4182 97% [============================================================ ] 4068/4182 97% [============================================================ ] 4069/4182 97% [============================================================ ] 4070/4182 97% [============================================================ ] 4071/4182 97% [============================================================ ] 4072/4182 97% [============================================================ ] 4073/4182 97% [============================================================ ] 4074/4182 97% [============================================================ ] 4075/4182 97% [============================================================ ] 4076/4182 97% [============================================================ ] 4077/4182 97% [============================================================ ] 4078/4182 97% [============================================================ ] 4079/4182 97% [============================================================ ] 4080/4182 97% [============================================================ ] 4081/4182 97% [============================================================ ] 4082/4182 97% [============================================================ ] 4083/4182 97% [============================================================ ] 4084/4182 97% [============================================================ ] 4085/4182 97% [============================================================ ] 4086/4182 97% [============================================================ ] 4087/4182 97% [============================================================ ] 4088/4182 97% [============================================================ ] 4089/4182 97% [============================================================ ] 4090/4182 97% [============================================================ ] 4091/4182 97% [============================================================ ] 4092/4182 97% [============================================================ ] 4093/4182 97% [============================================================ ] 4094/4182 97% [============================================================ ] 4095/4182 97% [============================================================ ] 4096/4182 97% [============================================================ ] 4097/4182 97% [============================================================ ] 4098/4182 97% [============================================================ ] 4099/4182 98% [============================================================ ] 4100/4182 98% [============================================================ ] 4101/4182 98% [============================================================ ] 4102/4182 98% [============================================================ ] 4103/4182 98% [============================================================ ] 4104/4182 98% [============================================================ ] 4105/4182 98% [============================================================ ] 4106/4182 98% [============================================================ ] 4107/4182 98% [============================================================ ] 4108/4182 98% [============================================================ ] 4109/4182 98% [============================================================ ] 4110/4182 98% [============================================================ ] 4111/4182 98% [============================================================ ] 4112/4182 98% [============================================================ ] 4113/4182 98% [============================================================ ] 4114/4182 98% [============================================================= ] 4115/4182 98% [============================================================= ] 4116/4182 98% [============================================================= ] 4117/4182 98% [============================================================= ] 4118/4182 98% [============================================================= ] 4119/4182 98% [============================================================= ] 4120/4182 98% [============================================================= ] 4121/4182 98% [============================================================= ] 4122/4182 98% [============================================================= ] 4123/4182 98% [============================================================= ] 4124/4182 98% [============================================================= ] 4125/4182 98% [============================================================= ] 4126/4182 98% [============================================================= ] 4127/4182 98% [============================================================= ] 4128/4182 98% [============================================================= ] 4129/4182 98% [============================================================= ] 4130/4182 98% [============================================================= ] 4131/4182 98% [============================================================= ] 4132/4182 98% [============================================================= ] 4133/4182 98% [============================================================= ] 4134/4182 98% [============================================================= ] 4135/4182 98% [============================================================= ] 4136/4182 98% [============================================================= ] 4137/4182 98% [============================================================= ] 4138/4182 98% [============================================================= ] 4139/4182 98% [============================================================= ] 4140/4182 98% [============================================================= ] 4141/4182 99% [============================================================= ] 4142/4182 99% [============================================================= ] 4143/4182 99% [============================================================= ] 4144/4182 99% [============================================================= ] 4145/4182 99% [============================================================= ] 4146/4182 99% [============================================================= ] 4147/4182 99% [============================================================= ] 4148/4182 99% [============================================================= ] 4149/4182 99% [============================================================= ] 4150/4182 99% [============================================================= ] 4151/4182 99% [============================================================= ] 4152/4182 99% [============================================================= ] 4153/4182 99% [============================================================= ] 4154/4182 99% [============================================================= ] 4155/4182 99% [============================================================= ] 4156/4182 99% [============================================================= ] 4157/4182 99% [============================================================= ] 4158/4182 99% [============================================================= ] 4159/4182 99% [============================================================= ] 4160/4182 99% [============================================================= ] 4161/4182 99% [============================================================= ] 4162/4182 99% [============================================================= ] 4163/4182 99% [============================================================= ] 4164/4182 99% [============================================================= ] 4165/4182 99% [============================================================= ] 4166/4182 99% [============================================================= ] 4167/4182 99% [============================================================= ] 4168/4182 99% [============================================================= ] 4169/4182 99% [============================================================= ] 4170/4182 99% [============================================================= ] 4171/4182 99% [============================================================= ] 4172/4182 99% [============================================================= ] 4173/4182 99% [============================================================= ] 4174/4182 99% [============================================================= ] 4175/4182 99% [============================================================= ] 4176/4182 99% [============================================================= ] 4177/4182 99% [============================================================= ] 4178/4182 99% [============================================================= ] 4179/4182 99% [============================================================= ] 4180/4182 99% [============================================================= ] 4181/4182 99% [==============================================================] 4182/4182 100% operation complete, 4182 objects in 79192 NAND pages. ln -snf /nvmedata/autobuild/instance-10/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-10/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-10/buildroot' make: Entering directory '/nvmedata/autobuild/instance-10/buildroot' >>> Buildroot 2022.02-771-gb0b25f1454 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.33 Collecting legal info >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> lsof 4.94.0 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> chartjs 2.9.4 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> freetype 2.12.0 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> initscripts Collecting legal info >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> lcms2 2.13 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.13 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENSE.dib0700: OK (sha256: 630fd46c95d3ac6544590c2265ba7348fbc930fb386261a1c04dcd9f403645b8) LICENSE.i915: OK (sha256: 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e) LICENSE.radeon: OK (sha256: fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> obsidian-cursors 1.0 Collecting legal info >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> openvpn 2.5.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> perl-class-inspector 1.36 Collecting legal info LICENSE: OK (sha256: 401fe9c98bdb5707df71447fb93141f8cb2d85337d45505f5ae50a776a3f6666) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-date-manip 6.86 Collecting legal info LICENSE: OK (sha256: 8ba2a138654f8b59b7e1e3ad0d4c81918b9148ff95078b172ccbb45fa241431d) >>> perl-file-sharedir 1.118 Collecting legal info LICENSE: OK (sha256: db57983ce0a3bce54900b5a3a3a69e9a593e7b07d0f58dd9f87ac9b016ff4a6b) >>> host-perl-file-sharedir-install 0.13 Collecting legal info LICENSE: OK (sha256: c207ca1c71c16a443d875a78d8aeccfbe550da502cd7fda24819548afb04fb5c) >>> perl-gd 2.76 Collecting legal info LICENSE: OK (sha256: 1e2250289d6df4ba1c24f7550982d7ffaff2c97cd02e847659406e1afd28e83f) >>> host-perl-extutils-pkgconfig 1.16 Collecting legal info README: OK (sha256: 1ca66d6d9d2e14426825889848f0b5b4d4e153afcd74b8f42a1f2937c3a9973d) >>> perl-hash-multivalue 0.16 Collecting legal info LICENSE: OK (sha256: af32512e13f6722dab770b989c57556a5e3d29a49b22b8ad5668064db8592401) >>> perl-mojolicious-plugin-cspheader 0.06 Collecting legal info LICENSE: OK (sha256: 4bb36edd2bcafef11ca615f69607953a31ee05ae172b69990aee317e95653456) >>> perl-mojolicious 9.24 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-net-telnet 3.05 Collecting legal info README: OK (sha256: 22d0a3343b46c7857cd7d06cb37fe437d467df71aa5854af515374e1e8bf6c53) >>> perl-parse-yapp 1.21 Collecting legal info lib/Parse/Yapp.pm: OK (sha256: a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96) >>> pinentry 1.1.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> spidev_test 5.8 Collecting legal info >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> unbound 1.15.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> wavpack 5.4.0 Collecting legal info COPYING: OK (sha256: f38defde000d62c4ff158f1445cb85a0c2f67cbc1d3cfa34ed882f439f6e3b43) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> x264 35417dcd65a57321fbadf98c9a4cff1cb741db4b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.33: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-10/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-10/buildroot'