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 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 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 In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 In function 'unyaffs2_oh2obj', 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: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/bin PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/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="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/5.36.0/pod rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/5.36.0/arc-linux/CORE find /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/zsh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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 /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/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 /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02.7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02.7"; \ echo "PRETTY_NAME=\"Buildroot 2023.02.7\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -b -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.jffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 4871 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/4871 0% [ ] 2/4871 0% [ ] 3/4871 0% [ ] 4/4871 0% [ ] 5/4871 0% [ ] 6/4871 0% [ ] 7/4871 0% [ ] 8/4871 0% [ ] 9/4871 0% [ ] 10/4871 0% [ ] 11/4871 0% [ ] 12/4871 0% [ ] 13/4871 0% [ ] 14/4871 0% [ ] 15/4871 0% [ ] 16/4871 0% [ ] 17/4871 0% [ ] 18/4871 0% [ ] 19/4871 0% [ ] 20/4871 0% [ ] 21/4871 0% [ ] 22/4871 0% [ ] 23/4871 0% [ ] 24/4871 0% [ ] 25/4871 0% [ ] 26/4871 0% [ ] 27/4871 0% [ ] 28/4871 0% [ ] 29/4871 0% [ ] 30/4871 0% [ ] 31/4871 0% [ ] 32/4871 0% [ ] 33/4871 0% [ ] 34/4871 0% [ ] 35/4871 0% [ ] 36/4871 0% [ ] 37/4871 0% [ ] 38/4871 0% [ ] 39/4871 0% [ ] 40/4871 0% [ ] 41/4871 0% [ ] 42/4871 0% [ ] 43/4871 0% [ ] 44/4871 0% [ ] 45/4871 0% [ ] 46/4871 0% [ ] 47/4871 0% [ ] 48/4871 0% [ ] 49/4871 1% [ ] 50/4871 1% [ ] 51/4871 1% [ ] 52/4871 1% [ ] 53/4871 1% [ ] 54/4871 1% [ ] 55/4871 1% [ ] 56/4871 1% [ ] 57/4871 1% [ ] 58/4871 1% [ ] 59/4871 1% [ ] 60/4871 1% [ ] 61/4871 1% [ ] 62/4871 1% [ ] 63/4871 1% [ ] 64/4871 1% [ ] 65/4871 1% [ ] 66/4871 1% [ ] 67/4871 1% [ ] 68/4871 1% [ ] 69/4871 1% [ ] 70/4871 1% [ ] 71/4871 1% [ ] 72/4871 1% [ ] 73/4871 1% [ ] 74/4871 1% [ ] 75/4871 1% [ ] 76/4871 1% [ ] 77/4871 1% [ ] 78/4871 1% [= ] 79/4871 1% [= ] 80/4871 1% [= ] 81/4871 1% [= ] 82/4871 1% [= ] 83/4871 1% [= ] 84/4871 1% [= ] 85/4871 1% [= ] 86/4871 1% [= ] 87/4871 1% [= ] 88/4871 1% [= ] 89/4871 1% [= ] 90/4871 1% [= ] 91/4871 1% [= ] 92/4871 1% [= ] 93/4871 1% [= ] 94/4871 1% [= ] 95/4871 1% [= ] 96/4871 1% [= ] 97/4871 1% [= ] 98/4871 2% [= ] 99/4871 2% [= ] 100/4871 2% [= ] 101/4871 2% [= ] 102/4871 2% [= ] 103/4871 2% [= ] 104/4871 2% [= ] 105/4871 2% [= ] 106/4871 2% [= ] 107/4871 2% [= ] 108/4871 2% [= ] 109/4871 2% [= ] 110/4871 2% [= ] 111/4871 2% [= ] 112/4871 2% [= ] 113/4871 2% [= ] 114/4871 2% [= ] 115/4871 2% [= ] 116/4871 2% [= ] 117/4871 2% [= ] 118/4871 2% [= ] 119/4871 2% [= ] 120/4871 2% [= ] 121/4871 2% [= ] 122/4871 2% [= ] 123/4871 2% [= ] 124/4871 2% [= ] 125/4871 2% [= ] 126/4871 2% [= ] 127/4871 2% [= ] 128/4871 2% [= ] 129/4871 2% [= ] 130/4871 2% [= ] 131/4871 2% [= ] 132/4871 2% [= ] 133/4871 2% [= ] 134/4871 2% [= ] 135/4871 2% [= ] 136/4871 2% [= ] 137/4871 2% [= ] 138/4871 2% [= ] 139/4871 2% [= ] 140/4871 2% [= ] 141/4871 2% [= ] 142/4871 2% [= ] 143/4871 2% [= ] 144/4871 2% [= ] 145/4871 2% [= ] 146/4871 2% [= ] 147/4871 3% [= ] 148/4871 3% [= ] 149/4871 3% [= ] 150/4871 3% [= ] 151/4871 3% [= ] 152/4871 3% [= ] 153/4871 3% [= ] 154/4871 3% [= ] 155/4871 3% [= ] 156/4871 3% [= ] 157/4871 3% [== ] 158/4871 3% [== ] 159/4871 3% [== ] 160/4871 3% [== ] 161/4871 3% [== ] 162/4871 3% [== ] 163/4871 3% [== ] 164/4871 3% [== ] 165/4871 3% [== ] 166/4871 3% [== ] 167/4871 3% [== ] 168/4871 3% [== ] 169/4871 3% [== ] 170/4871 3% [== ] 171/4871 3% [== ] 172/4871 3% [== ] 173/4871 3% [== ] 174/4871 3% [== ] 175/4871 3% [== ] 176/4871 3% [== ] 177/4871 3% [== ] 178/4871 3% [== ] 179/4871 3% [== ] 180/4871 3% [== ] 181/4871 3% [== ] 182/4871 3% [== ] 183/4871 3% [== ] 184/4871 3% [== ] 185/4871 3% [== ] 186/4871 3% [== ] 187/4871 3% [== ] 188/4871 3% [== ] 189/4871 3% [== ] 190/4871 3% [== ] 191/4871 3% [== ] 192/4871 3% [== ] 193/4871 3% [== ] 194/4871 3% [== ] 195/4871 4% [== ] 196/4871 4% [== ] 197/4871 4% [== ] 198/4871 4% [== ] 199/4871 4% [== ] 200/4871 4% [== ] 201/4871 4% [== ] 202/4871 4% [== ] 203/4871 4% [== ] 204/4871 4% [== ] 205/4871 4% [== ] 206/4871 4% [== ] 207/4871 4% [== ] 208/4871 4% [== ] 209/4871 4% [== ] 210/4871 4% [== ] 211/4871 4% [== ] 212/4871 4% [== ] 213/4871 4% [== ] 214/4871 4% [== ] 215/4871 4% [== ] 216/4871 4% [== ] 217/4871 4% [== ] 218/4871 4% [== ] 219/4871 4% [== ] 220/4871 4% [== ] 221/4871 4% [== ] 222/4871 4% [== ] 223/4871 4% [== ] 224/4871 4% [== ] 225/4871 4% [== ] 226/4871 4% [== ] 227/4871 4% [== ] 228/4871 4% [== ] 229/4871 4% [== ] 230/4871 4% [== ] 231/4871 4% [== ] 232/4871 4% [== ] 233/4871 4% [== ] 234/4871 4% [== ] 235/4871 4% [=== ] 236/4871 4% [=== ] 237/4871 4% [=== ] 238/4871 4% [=== ] 239/4871 4% [=== ] 240/4871 4% [=== ] 241/4871 4% [=== ] 242/4871 4% [=== ] 243/4871 4% [=== ] 244/4871 5% [=== ] 245/4871 5% [=== ] 246/4871 5% [=== ] 247/4871 5% [=== ] 248/4871 5% [=== ] 249/4871 5% [=== ] 250/4871 5% [=== ] 251/4871 5% [=== ] 252/4871 5% [=== ] 253/4871 5% [=== ] 254/4871 5% [=== ] 255/4871 5% [=== ] 256/4871 5% [=== ] 257/4871 5% [=== ] 258/4871 5% [=== ] 259/4871 5% [=== ] 260/4871 5% [=== ] 261/4871 5% [=== ] 262/4871 5% [=== ] 263/4871 5% [=== ] 264/4871 5% [=== ] 265/4871 5% [=== ] 266/4871 5% [=== ] 267/4871 5% [=== ] 268/4871 5% [=== ] 269/4871 5% [=== ] 270/4871 5% [=== ] 271/4871 5% [=== ] 272/4871 5% [=== ] 273/4871 5% [=== ] 274/4871 5% [=== ] 275/4871 5% [=== ] 276/4871 5% [=== ] 277/4871 5% [=== ] 278/4871 5% [=== ] 279/4871 5% [=== ] 280/4871 5% [=== ] 281/4871 5% [=== ] 282/4871 5% [=== ] 283/4871 5% [=== ] 284/4871 5% [=== ] 285/4871 5% [=== ] 286/4871 5% [=== ] 287/4871 5% [=== ] 288/4871 5% [=== ] 289/4871 5% [=== ] 290/4871 5% [=== ] 291/4871 5% [=== ] 292/4871 5% [=== ] 293/4871 6% [=== ] 294/4871 6% [=== ] 295/4871 6% [=== ] 296/4871 6% [=== ] 297/4871 6% [=== ] 298/4871 6% [=== ] 299/4871 6% [=== ] 300/4871 6% [=== ] 301/4871 6% [=== ] 302/4871 6% [=== ] 303/4871 6% [=== ] 304/4871 6% [=== ] 305/4871 6% [=== ] 306/4871 6% [=== ] 307/4871 6% [=== ] 308/4871 6% [=== ] 309/4871 6% [=== ] 310/4871 6% [=== ] 311/4871 6% [=== ] 312/4871 6% [=== ] 313/4871 6% [=== ] 314/4871 6% [==== ] 315/4871 6% [==== ] 316/4871 6% [==== ] 317/4871 6% [==== ] 318/4871 6% [==== ] 319/4871 6% [==== ] 320/4871 6% [==== ] 321/4871 6% [==== ] 322/4871 6% [==== ] 323/4871 6% [==== ] 324/4871 6% [==== ] 325/4871 6% [==== ] 326/4871 6% [==== ] 327/4871 6% [==== ] 328/4871 6% [==== ] 329/4871 6% [==== ] 330/4871 6% [==== ] 331/4871 6% [==== ] 332/4871 6% [==== ] 333/4871 6% [==== ] 334/4871 6% [==== ] 335/4871 6% [==== ] 336/4871 6% [==== ] 337/4871 6% [==== ] 338/4871 6% [==== ] 339/4871 6% [==== ] 340/4871 6% [==== ] 341/4871 7% [==== ] 342/4871 7% [==== ] 343/4871 7% [==== ] 344/4871 7% [==== ] 345/4871 7% [==== ] 346/4871 7% [==== ] 347/4871 7% [==== ] 348/4871 7% [==== ] 349/4871 7% [==== ] 350/4871 7% [==== ] 351/4871 7% [==== ] 352/4871 7% [==== ] 353/4871 7% [==== ] 354/4871 7% [==== ] 355/4871 7% [==== ] 356/4871 7% [==== ] 357/4871 7% [==== ] 358/4871 7% [==== ] 359/4871 7% [==== ] 360/4871 7% [==== ] 361/4871 7% [==== ] 362/4871 7% [==== ] 363/4871 7% [==== ] 364/4871 7% [==== ] 365/4871 7% [==== ] 366/4871 7% [==== ] 367/4871 7% [==== ] 368/4871 7% [==== ] 369/4871 7% [==== ] 370/4871 7% [==== ] 371/4871 7% [==== ] 372/4871 7% [==== ] 373/4871 7% [==== ] 374/4871 7% [==== ] 375/4871 7% [==== ] 376/4871 7% [==== ] 377/4871 7% [==== ] 378/4871 7% [==== ] 379/4871 7% [==== ] 380/4871 7% [==== ] 381/4871 7% [==== ] 382/4871 7% [==== ] 383/4871 7% [==== ] 384/4871 7% [==== ] 385/4871 7% [==== ] 386/4871 7% [==== ] 387/4871 7% [==== ] 388/4871 7% [==== ] 389/4871 7% [==== ] 390/4871 8% [==== ] 391/4871 8% [==== ] 392/4871 8% [===== ] 393/4871 8% [===== ] 394/4871 8% [===== ] 395/4871 8% [===== ] 396/4871 8% [===== ] 397/4871 8% [===== ] 398/4871 8% [===== ] 399/4871 8% [===== ] 400/4871 8% [===== ] 401/4871 8% [===== ] 402/4871 8% [===== ] 403/4871 8% [===== ] 404/4871 8% [===== ] 405/4871 8% [===== ] 406/4871 8% [===== ] 407/4871 8% [===== ] 408/4871 8% [===== ] 409/4871 8% [===== ] 410/4871 8% [===== ] 411/4871 8% [===== ] 412/4871 8% [===== ] 413/4871 8% [===== ] 414/4871 8% [===== ] 415/4871 8% [===== ] 416/4871 8% [===== ] 417/4871 8% [===== ] 418/4871 8% [===== ] 419/4871 8% [===== ] 420/4871 8% [===== ] 421/4871 8% [===== ] 422/4871 8% [===== ] 423/4871 8% [===== ] 424/4871 8% [===== ] 425/4871 8% [===== ] 426/4871 8% [===== ] 427/4871 8% [===== ] 428/4871 8% [===== ] 429/4871 8% [===== ] 430/4871 8% [===== ] 431/4871 8% [===== ] 432/4871 8% [===== ] 433/4871 8% [===== ] 434/4871 8% [===== ] 435/4871 8% [===== ] 436/4871 8% [===== ] 437/4871 8% [===== ] 438/4871 8% [===== ] 439/4871 9% [===== ] 440/4871 9% [===== ] 441/4871 9% [===== ] 442/4871 9% [===== ] 443/4871 9% [===== ] 444/4871 9% [===== ] 445/4871 9% [===== ] 446/4871 9% [===== ] 447/4871 9% [===== ] 448/4871 9% [===== ] 449/4871 9% [===== ] 450/4871 9% [===== ] 451/4871 9% [===== ] 452/4871 9% [===== ] 453/4871 9% [===== ] 454/4871 9% [===== ] 455/4871 9% [===== ] 456/4871 9% [===== ] 457/4871 9% [===== ] 458/4871 9% [===== ] 459/4871 9% [===== ] 460/4871 9% [===== ] 461/4871 9% [===== ] 462/4871 9% [===== ] 463/4871 9% [===== ] 464/4871 9% [===== ] 465/4871 9% [===== ] 466/4871 9% [===== ] 467/4871 9% [===== ] 468/4871 9% [===== ] 469/4871 9% [===== ] 470/4871 9% [===== ] 471/4871 9% [====== ] 472/4871 9% [====== ] 473/4871 9% [====== ] 474/4871 9% [====== ] 475/4871 9% [====== ] 476/4871 9% [====== ] 477/4871 9% [====== ] 478/4871 9% [====== ] 479/4871 9% [====== ] 480/4871 9% [====== ] 481/4871 9% [====== ] 482/4871 9% [====== ] 483/4871 9% [====== ] 484/4871 9% [====== ] 485/4871 9% [====== ] 486/4871 9% [====== ] 487/4871 9% [====== ] 488/4871 10% [====== ] 489/4871 10% [====== ] 490/4871 10% [====== ] 491/4871 10% [====== ] 492/4871 10% [====== ] 493/4871 10% [====== ] 494/4871 10% [====== ] 495/4871 10% [====== ] 496/4871 10% [====== ] 497/4871 10% [====== ] 498/4871 10% [====== ] 499/4871 10% [====== ] 500/4871 10% [====== ] 501/4871 10% [====== ] 502/4871 10% [====== ] 503/4871 10% [====== ] 504/4871 10% [====== ] 505/4871 10% [====== ] 506/4871 10% [====== ] 507/4871 10% [====== ] 508/4871 10% [====== ] 509/4871 10% [====== ] 510/4871 10% [====== ] 511/4871 10% [====== ] 512/4871 10% [====== ] 513/4871 10% [====== ] 514/4871 10% [====== ] 515/4871 10% [====== ] 516/4871 10% [====== ] 517/4871 10% [====== ] 518/4871 10% [====== ] 519/4871 10% [====== ] 520/4871 10% [====== ] 521/4871 10% [====== ] 522/4871 10% [====== ] 523/4871 10% [====== ] 524/4871 10% [====== ] 525/4871 10% [====== ] 526/4871 10% [====== ] 527/4871 10% [====== ] 528/4871 10% [====== ] 529/4871 10% [====== ] 530/4871 10% [====== ] 531/4871 10% [====== ] 532/4871 10% [====== ] 533/4871 10% [====== ] 534/4871 10% [====== ] 535/4871 10% [====== ] 536/4871 11% [====== ] 537/4871 11% [====== ] 538/4871 11% [====== ] 539/4871 11% [====== ] 540/4871 11% [====== ] 541/4871 11% [====== ] 542/4871 11% [====== ] 543/4871 11% [====== ] 544/4871 11% [====== ] 545/4871 11% [====== ] 546/4871 11% [====== ] 547/4871 11% [====== ] 548/4871 11% [====== ] 549/4871 11% [======= ] 550/4871 11% [======= ] 551/4871 11% [======= ] 552/4871 11% [======= ] 553/4871 11% [======= ] 554/4871 11% [======= ] 555/4871 11% [======= ] 556/4871 11% [======= ] 557/4871 11% [======= ] 558/4871 11% [======= ] 559/4871 11% [======= ] 560/4871 11% [======= ] 561/4871 11% [======= ] 562/4871 11% [======= ] 563/4871 11% [======= ] 564/4871 11% [======= ] 565/4871 11% [======= ] 566/4871 11% [======= ] 567/4871 11% [======= ] 568/4871 11% [======= ] 569/4871 11% [======= ] 570/4871 11% [======= ] 571/4871 11% [======= ] 572/4871 11% [======= ] 573/4871 11% [======= ] 574/4871 11% [======= ] 575/4871 11% [======= ] 576/4871 11% [======= ] 577/4871 11% [======= ] 578/4871 11% [======= ] 579/4871 11% [======= ] 580/4871 11% [======= ] 581/4871 11% [======= ] 582/4871 11% [======= ] 583/4871 11% [======= ] 584/4871 11% [======= ] 585/4871 12% [======= ] 586/4871 12% [======= ] 587/4871 12% [======= ] 588/4871 12% [======= ] 589/4871 12% [======= ] 590/4871 12% [======= ] 591/4871 12% [======= ] 592/4871 12% [======= ] 593/4871 12% [======= ] 594/4871 12% [======= ] 595/4871 12% [======= ] 596/4871 12% [======= ] 597/4871 12% [======= ] 598/4871 12% [======= ] 599/4871 12% [======= ] 600/4871 12% [======= ] 601/4871 12% [======= ] 602/4871 12% [======= ] 603/4871 12% [======= ] 604/4871 12% [======= ] 605/4871 12% [======= ] 606/4871 12% [======= ] 607/4871 12% [======= ] 608/4871 12% [======= ] 609/4871 12% [======= ] 610/4871 12% [======= ] 611/4871 12% [======= ] 612/4871 12% [======= ] 613/4871 12% [======= ] 614/4871 12% [======= ] 615/4871 12% [======= ] 616/4871 12% [======= ] 617/4871 12% [======= ] 618/4871 12% [======= ] 619/4871 12% [======= ] 620/4871 12% [======= ] 621/4871 12% [======= ] 622/4871 12% [======= ] 623/4871 12% [======= ] 624/4871 12% [======= ] 625/4871 12% [======= ] 626/4871 12% [======= ] 627/4871 12% [======= ] 628/4871 12% [======== ] 629/4871 12% [======== ] 630/4871 12% [======== ] 631/4871 12% [======== ] 632/4871 12% [======== ] 633/4871 12% [======== ] 634/4871 13% [======== ] 635/4871 13% [======== ] 636/4871 13% [======== ] 637/4871 13% [======== ] 638/4871 13% [======== ] 639/4871 13% [======== ] 640/4871 13% [======== ] 641/4871 13% [======== ] 642/4871 13% [======== ] 643/4871 13% [======== ] 644/4871 13% [======== ] 645/4871 13% [======== ] 646/4871 13% [======== ] 647/4871 13% [======== ] 648/4871 13% [======== ] 649/4871 13% [======== ] 650/4871 13% [======== ] 651/4871 13% [======== ] 652/4871 13% [======== ] 653/4871 13% [======== ] 654/4871 13% [======== ] 655/4871 13% [======== ] 656/4871 13% [======== ] 657/4871 13% [======== ] 658/4871 13% [======== ] 659/4871 13% [======== ] 660/4871 13% [======== ] 661/4871 13% [======== ] 662/4871 13% [======== ] 663/4871 13% [======== ] 664/4871 13% [======== ] 665/4871 13% [======== ] 666/4871 13% [======== ] 667/4871 13% [======== ] 668/4871 13% [======== ] 669/4871 13% [======== ] 670/4871 13% [======== ] 671/4871 13% [======== ] 672/4871 13% [======== ] 673/4871 13% [======== ] 674/4871 13% [======== ] 675/4871 13% [======== ] 676/4871 13% [======== ] 677/4871 13% [======== ] 678/4871 13% [======== ] 679/4871 13% [======== ] 680/4871 13% [======== ] 681/4871 13% [======== ] 682/4871 14% [======== ] 683/4871 14% [======== ] 684/4871 14% [======== ] 685/4871 14% [======== ] 686/4871 14% [======== ] 687/4871 14% [======== ] 688/4871 14% [======== ] 689/4871 14% [======== ] 690/4871 14% [======== ] 691/4871 14% [======== ] 692/4871 14% [======== ] 693/4871 14% [======== ] 694/4871 14% [======== ] 695/4871 14% [======== ] 696/4871 14% [======== ] 697/4871 14% [======== ] 698/4871 14% [======== ] 699/4871 14% [======== ] 700/4871 14% [======== ] 701/4871 14% [======== ] 702/4871 14% [======== ] 703/4871 14% [======== ] 704/4871 14% [======== ] 705/4871 14% [======== ] 706/4871 14% [======== ] 707/4871 14% [========= ] 708/4871 14% [========= ] 709/4871 14% [========= ] 710/4871 14% [========= ] 711/4871 14% [========= ] 712/4871 14% [========= ] 713/4871 14% [========= ] 714/4871 14% [========= ] 715/4871 14% [========= ] 716/4871 14% [========= ] 717/4871 14% [========= ] 718/4871 14% [========= ] 719/4871 14% [========= ] 720/4871 14% [========= ] 721/4871 14% [========= ] 722/4871 14% [========= ] 723/4871 14% [========= ] 724/4871 14% [========= ] 725/4871 14% [========= ] 726/4871 14% [========= ] 727/4871 14% [========= ] 728/4871 14% [========= ] 729/4871 14% [========= ] 730/4871 14% [========= ] 731/4871 15% [========= ] 732/4871 15% [========= ] 733/4871 15% [========= ] 734/4871 15% [========= ] 735/4871 15% [========= ] 736/4871 15% [========= ] 737/4871 15% [========= ] 738/4871 15% [========= ] 739/4871 15% [========= ] 740/4871 15% [========= ] 741/4871 15% [========= ] 742/4871 15% [========= ] 743/4871 15% [========= ] 744/4871 15% [========= ] 745/4871 15% [========= ] 746/4871 15% [========= ] 747/4871 15% [========= ] 748/4871 15% [========= ] 749/4871 15% [========= ] 750/4871 15% [========= ] 751/4871 15% [========= ] 752/4871 15% [========= ] 753/4871 15% [========= ] 754/4871 15% [========= ] 755/4871 15% [========= ] 756/4871 15% [========= ] 757/4871 15% [========= ] 758/4871 15% [========= ] 759/4871 15% [========= ] 760/4871 15% [========= ] 761/4871 15% [========= ] 762/4871 15% [========= ] 763/4871 15% [========= ] 764/4871 15% [========= ] 765/4871 15% [========= ] 766/4871 15% [========= ] 767/4871 15% [========= ] 768/4871 15% [========= ] 769/4871 15% [========= ] 770/4871 15% [========= ] 771/4871 15% [========= ] 772/4871 15% [========= ] 773/4871 15% [========= ] 774/4871 15% [========= ] 775/4871 15% [========= ] 776/4871 15% [========= ] 777/4871 15% [========= ] 778/4871 15% [========= ] 779/4871 15% [========= ] 780/4871 16% [========= ] 781/4871 16% [========= ] 782/4871 16% [========= ] 783/4871 16% [========= ] 784/4871 16% [========= ] 785/4871 16% [========== ] 786/4871 16% [========== ] 787/4871 16% [========== ] 788/4871 16% [========== ] 789/4871 16% [========== ] 790/4871 16% [========== ] 791/4871 16% [========== ] 792/4871 16% [========== ] 793/4871 16% [========== ] 794/4871 16% [========== ] 795/4871 16% [========== ] 796/4871 16% [========== ] 797/4871 16% [========== ] 798/4871 16% [========== ] 799/4871 16% [========== ] 800/4871 16% [========== ] 801/4871 16% [========== ] 802/4871 16% [========== ] 803/4871 16% [========== ] 804/4871 16% [========== ] 805/4871 16% [========== ] 806/4871 16% [========== ] 807/4871 16% [========== ] 808/4871 16% [========== ] 809/4871 16% [========== ] 810/4871 16% [========== ] 811/4871 16% [========== ] 812/4871 16% [========== ] 813/4871 16% [========== ] 814/4871 16% [========== ] 815/4871 16% [========== ] 816/4871 16% [========== ] 817/4871 16% [========== ] 818/4871 16% [========== ] 819/4871 16% [========== ] 820/4871 16% [========== ] 821/4871 16% [========== ] 822/4871 16% [========== ] 823/4871 16% [========== ] 824/4871 16% [========== ] 825/4871 16% [========== ] 826/4871 16% [========== ] 827/4871 16% [========== ] 828/4871 16% [========== ] 829/4871 17% [========== ] 830/4871 17% [========== ] 831/4871 17% [========== ] 832/4871 17% [========== ] 833/4871 17% [========== ] 834/4871 17% [========== ] 835/4871 17% [========== ] 836/4871 17% [========== ] 837/4871 17% [========== ] 838/4871 17% [========== ] 839/4871 17% [========== ] 840/4871 17% [========== ] 841/4871 17% [========== ] 842/4871 17% [========== ] 843/4871 17% [========== ] 844/4871 17% [========== ] 845/4871 17% [========== ] 846/4871 17% [========== ] 847/4871 17% [========== ] 848/4871 17% [========== ] 849/4871 17% [========== ] 850/4871 17% [========== ] 851/4871 17% [========== ] 852/4871 17% [========== ] 853/4871 17% [========== ] 854/4871 17% [========== ] 855/4871 17% [========== ] 856/4871 17% [========== ] 857/4871 17% [========== ] 858/4871 17% [========== ] 859/4871 17% [========== ] 860/4871 17% [========== ] 861/4871 17% [========== ] 862/4871 17% [========== ] 863/4871 17% [========== ] 864/4871 17% [=========== ] 865/4871 17% [=========== ] 866/4871 17% [=========== ] 867/4871 17% [=========== ] 868/4871 17% [=========== ] 869/4871 17% [=========== ] 870/4871 17% [=========== ] 871/4871 17% [=========== ] 872/4871 17% [=========== ] 873/4871 17% [=========== ] 874/4871 17% [=========== ] 875/4871 17% [=========== ] 876/4871 17% [=========== ] 877/4871 18% [=========== ] 878/4871 18% [=========== ] 879/4871 18% [=========== ] 880/4871 18% [=========== ] 881/4871 18% [=========== ] 882/4871 18% [=========== ] 883/4871 18% [=========== ] 884/4871 18% [=========== ] 885/4871 18% [=========== ] 886/4871 18% [=========== ] 887/4871 18% [=========== ] 888/4871 18% [=========== ] 889/4871 18% [=========== ] 890/4871 18% [=========== ] 891/4871 18% [=========== ] 892/4871 18% [=========== ] 893/4871 18% [=========== ] 894/4871 18% [=========== ] 895/4871 18% [=========== ] 896/4871 18% [=========== ] 897/4871 18% [=========== ] 898/4871 18% [=========== ] 899/4871 18% [=========== ] 900/4871 18% [=========== ] 901/4871 18% [=========== ] 902/4871 18% [=========== ] 903/4871 18% [=========== ] 904/4871 18% [=========== ] 905/4871 18% [=========== ] 906/4871 18% [=========== ] 907/4871 18% [=========== ] 908/4871 18% [=========== ] 909/4871 18% [=========== ] 910/4871 18% [=========== ] 911/4871 18% [=========== ] 912/4871 18% [=========== ] 913/4871 18% [=========== ] 914/4871 18% [=========== ] 915/4871 18% [=========== ] 916/4871 18% [=========== ] 917/4871 18% [=========== ] 918/4871 18% [=========== ] 919/4871 18% [=========== ] 920/4871 18% [=========== ] 921/4871 18% [=========== ] 922/4871 18% [=========== ] 923/4871 18% [=========== ] 924/4871 18% [=========== ] 925/4871 18% [=========== ] 926/4871 19% [=========== ] 927/4871 19% [=========== ] 928/4871 19% [=========== ] 929/4871 19% [=========== ] 930/4871 19% [=========== ] 931/4871 19% [=========== ] 932/4871 19% [=========== ] 933/4871 19% [=========== ] 934/4871 19% [=========== ] 935/4871 19% [=========== ] 936/4871 19% [=========== ] 937/4871 19% [=========== ] 938/4871 19% [=========== ] 939/4871 19% [=========== ] 940/4871 19% [=========== ] 941/4871 19% [=========== ] 942/4871 19% [============ ] 943/4871 19% [============ ] 944/4871 19% [============ ] 945/4871 19% [============ ] 946/4871 19% [============ ] 947/4871 19% [============ ] 948/4871 19% [============ ] 949/4871 19% [============ ] 950/4871 19% [============ ] 951/4871 19% [============ ] 952/4871 19% [============ ] 953/4871 19% [============ ] 954/4871 19% [============ ] 955/4871 19% [============ ] 956/4871 19% [============ ] 957/4871 19% [============ ] 958/4871 19% [============ ] 959/4871 19% [============ ] 960/4871 19% [============ ] 961/4871 19% [============ ] 962/4871 19% [============ ] 963/4871 19% [============ ] 964/4871 19% [============ ] 965/4871 19% [============ ] 966/4871 19% [============ ] 967/4871 19% [============ ] 968/4871 19% [============ ] 969/4871 19% [============ ] 970/4871 19% [============ ] 971/4871 19% [============ ] 972/4871 19% [============ ] 973/4871 19% [============ ] 974/4871 19% [============ ] 975/4871 20% [============ ] 976/4871 20% [============ ] 977/4871 20% [============ ] 978/4871 20% [============ ] 979/4871 20% [============ ] 980/4871 20% [============ ] 981/4871 20% [============ ] 982/4871 20% [============ ] 983/4871 20% [============ ] 984/4871 20% [============ ] 985/4871 20% [============ ] 986/4871 20% [============ ] 987/4871 20% [============ ] 988/4871 20% [============ ] 989/4871 20% [============ ] 990/4871 20% [============ ] 991/4871 20% [============ ] 992/4871 20% [============ ] 993/4871 20% [============ ] 994/4871 20% [============ ] 995/4871 20% [============ ] 996/4871 20% [============ ] 997/4871 20% [============ ] 998/4871 20% [============ ] 999/4871 20% [============ ] 1000/4871 20% [============ ] 1001/4871 20% [============ ] 1002/4871 20% [============ ] 1003/4871 20% [============ ] 1004/4871 20% [============ ] 1005/4871 20% [============ ] 1006/4871 20% [============ ] 1007/4871 20% [============ ] 1008/4871 20% [============ ] 1009/4871 20% [============ ] 1010/4871 20% [============ ] 1011/4871 20% [============ ] 1012/4871 20% [============ ] 1013/4871 20% [============ ] 1014/4871 20% [============ ] 1015/4871 20% [============ ] 1016/4871 20% [============ ] 1017/4871 20% [============ ] 1018/4871 20% [============ ] 1019/4871 20% [============ ] 1020/4871 20% [============ ] 1021/4871 20% [============= ] 1022/4871 20% [============= ] 1023/4871 21% [============= ] 1024/4871 21% [============= ] 1025/4871 21% [============= ] 1026/4871 21% [============= ] 1027/4871 21% [============= ] 1028/4871 21% [============= ] 1029/4871 21% [============= ] 1030/4871 21% [============= ] 1031/4871 21% [============= ] 1032/4871 21% [============= ] 1033/4871 21% [============= ] 1034/4871 21% [============= ] 1035/4871 21% [============= ] 1036/4871 21% [============= ] 1037/4871 21% [============= ] 1038/4871 21% [============= ] 1039/4871 21% [============= ] 1040/4871 21% [============= ] 1041/4871 21% [============= ] 1042/4871 21% [============= ] 1043/4871 21% [============= ] 1044/4871 21% [============= ] 1045/4871 21% [============= ] 1046/4871 21% [============= ] 1047/4871 21% [============= ] 1048/4871 21% [============= ] 1049/4871 21% [============= ] 1050/4871 21% [============= ] 1051/4871 21% [============= ] 1052/4871 21% [============= ] 1053/4871 21% [============= ] 1054/4871 21% [============= ] 1055/4871 21% [============= ] 1056/4871 21% [============= ] 1057/4871 21% [============= ] 1058/4871 21% [============= ] 1059/4871 21% [============= ] 1060/4871 21% [============= ] 1061/4871 21% [============= ] 1062/4871 21% [============= ] 1063/4871 21% [============= ] 1064/4871 21% [============= ] 1065/4871 21% [============= ] 1066/4871 21% [============= ] 1067/4871 21% [============= ] 1068/4871 21% [============= ] 1069/4871 21% [============= ] 1070/4871 21% [============= ] 1071/4871 21% [============= ] 1072/4871 22% [============= ] 1073/4871 22% [============= ] 1074/4871 22% [============= ] 1075/4871 22% [============= ] 1076/4871 22% [============= ] 1077/4871 22% [============= ] 1078/4871 22% [============= ] 1079/4871 22% [============= ] 1080/4871 22% [============= ] 1081/4871 22% [============= ] 1082/4871 22% [============= ] 1083/4871 22% [============= ] 1084/4871 22% [============= ] 1085/4871 22% [============= ] 1086/4871 22% [============= ] 1087/4871 22% [============= ] 1088/4871 22% [============= ] 1089/4871 22% [============= ] 1090/4871 22% [============= ] 1091/4871 22% [============= ] 1092/4871 22% [============= ] 1093/4871 22% [============= ] 1094/4871 22% [============= ] 1095/4871 22% [============= ] 1096/4871 22% [============= ] 1097/4871 22% [============= ] 1098/4871 22% [============= ] 1099/4871 22% [============== ] 1100/4871 22% [============== ] 1101/4871 22% [============== ] 1102/4871 22% [============== ] 1103/4871 22% [============== ] 1104/4871 22% [============== ] 1105/4871 22% [============== ] 1106/4871 22% [============== ] 1107/4871 22% [============== ] 1108/4871 22% [============== ] 1109/4871 22% [============== ] 1110/4871 22% [============== ] 1111/4871 22% [============== ] 1112/4871 22% [============== ] 1113/4871 22% [============== ] 1114/4871 22% [============== ] 1115/4871 22% [============== ] 1116/4871 22% [============== ] 1117/4871 22% [============== ] 1118/4871 22% [============== ] 1119/4871 22% [============== ] 1120/4871 22% [============== ] 1121/4871 23% [============== ] 1122/4871 23% [============== ] 1123/4871 23% [============== ] 1124/4871 23% [============== ] 1125/4871 23% [============== ] 1126/4871 23% [============== ] 1127/4871 23% [============== ] 1128/4871 23% [============== ] 1129/4871 23% [============== ] 1130/4871 23% [============== ] 1131/4871 23% [============== ] 1132/4871 23% [============== ] 1133/4871 23% [============== ] 1134/4871 23% [============== ] 1135/4871 23% [============== ] 1136/4871 23% [============== ] 1137/4871 23% [============== ] 1138/4871 23% [============== ] 1139/4871 23% [============== ] 1140/4871 23% [============== ] 1141/4871 23% [============== ] 1142/4871 23% [============== ] 1143/4871 23% [============== ] 1144/4871 23% [============== ] 1145/4871 23% [============== ] 1146/4871 23% [============== ] 1147/4871 23% [============== ] 1148/4871 23% [============== ] 1149/4871 23% [============== ] 1150/4871 23% [============== ] 1151/4871 23% [============== ] 1152/4871 23% [============== ] 1153/4871 23% [============== ] 1154/4871 23% [============== ] 1155/4871 23% [============== ] 1156/4871 23% [============== ] 1157/4871 23% [============== ] 1158/4871 23% [============== ] 1159/4871 23% [============== ] 1160/4871 23% [============== ] 1161/4871 23% [============== ] 1162/4871 23% [============== ] 1163/4871 23% [============== ] 1164/4871 23% [============== ] 1165/4871 23% [============== ] 1166/4871 23% [============== ] 1167/4871 23% [============== ] 1168/4871 23% [============== ] 1169/4871 23% [============== ] 1170/4871 24% [============== ] 1171/4871 24% [============== ] 1172/4871 24% [============== ] 1173/4871 24% [============== ] 1174/4871 24% [============== ] 1175/4871 24% [============== ] 1176/4871 24% [============== ] 1177/4871 24% [============== ] 1178/4871 24% [=============== ] 1179/4871 24% [=============== ] 1180/4871 24% [=============== ] 1181/4871 24% [=============== ] 1182/4871 24% [=============== ] 1183/4871 24% [=============== ] 1184/4871 24% [=============== ] 1185/4871 24% [=============== ] 1186/4871 24% [=============== ] 1187/4871 24% [=============== ] 1188/4871 24% [=============== ] 1189/4871 24% [=============== ] 1190/4871 24% [=============== ] 1191/4871 24% [=============== ] 1192/4871 24% [=============== ] 1193/4871 24% [=============== ] 1194/4871 24% [=============== ] 1195/4871 24% [=============== ] 1196/4871 24% [=============== ] 1197/4871 24% [=============== ] 1198/4871 24% [=============== ] 1199/4871 24% [=============== ] 1200/4871 24% [=============== ] 1201/4871 24% [=============== ] 1202/4871 24% [=============== ] 1203/4871 24% [=============== ] 1204/4871 24% [=============== ] 1205/4871 24% [=============== ] 1206/4871 24% [=============== ] 1207/4871 24% [=============== ] 1208/4871 24% [=============== ] 1209/4871 24% [=============== ] 1210/4871 24% [=============== ] 1211/4871 24% [=============== ] 1212/4871 24% [=============== ] 1213/4871 24% [=============== ] 1214/4871 24% [=============== ] 1215/4871 24% [=============== ] 1216/4871 24% [=============== ] 1217/4871 24% [=============== ] 1218/4871 25% [=============== ] 1219/4871 25% [=============== ] 1220/4871 25% [=============== ] 1221/4871 25% [=============== ] 1222/4871 25% [=============== ] 1223/4871 25% [=============== ] 1224/4871 25% [=============== ] 1225/4871 25% [=============== ] 1226/4871 25% [=============== ] 1227/4871 25% [=============== ] 1228/4871 25% [=============== ] 1229/4871 25% [=============== ] 1230/4871 25% [=============== ] 1231/4871 25% [=============== ] 1232/4871 25% [=============== ] 1233/4871 25% [=============== ] 1234/4871 25% [=============== ] 1235/4871 25% [=============== ] 1236/4871 25% [=============== ] 1237/4871 25% [=============== ] 1238/4871 25% [=============== ] 1239/4871 25% [=============== ] 1240/4871 25% [=============== ] 1241/4871 25% [=============== ] 1242/4871 25% [=============== ] 1243/4871 25% [=============== ] 1244/4871 25% [=============== ] 1245/4871 25% [=============== ] 1246/4871 25% [=============== ] 1247/4871 25% [=============== ] 1248/4871 25% [=============== ] 1249/4871 25% [=============== ] 1250/4871 25% [=============== ] 1251/4871 25% [=============== ] 1252/4871 25% [=============== ] 1253/4871 25% [=============== ] 1254/4871 25% [=============== ] 1255/4871 25% [=============== ] 1256/4871 25% [=============== ] 1257/4871 25% [================ ] 1258/4871 25% [================ ] 1259/4871 25% [================ ] 1260/4871 25% [================ ] 1261/4871 25% [================ ] 1262/4871 25% [================ ] 1263/4871 25% [================ ] 1264/4871 25% [================ ] 1265/4871 25% [================ ] 1266/4871 25% [================ ] 1267/4871 26% [================ ] 1268/4871 26% [================ ] 1269/4871 26% [================ ] 1270/4871 26% [================ ] 1271/4871 26% [================ ] 1272/4871 26% [================ ] 1273/4871 26% [================ ] 1274/4871 26% [================ ] 1275/4871 26% [================ ] 1276/4871 26% [================ ] 1277/4871 26% [================ ] 1278/4871 26% [================ ] 1279/4871 26% [================ ] 1280/4871 26% [================ ] 1281/4871 26% [================ ] 1282/4871 26% [================ ] 1283/4871 26% [================ ] 1284/4871 26% [================ ] 1285/4871 26% [================ ] 1286/4871 26% [================ ] 1287/4871 26% [================ ] 1288/4871 26% [================ ] 1289/4871 26% [================ ] 1290/4871 26% [================ ] 1291/4871 26% [================ ] 1292/4871 26% [================ ] 1293/4871 26% [================ ] 1294/4871 26% [================ ] 1295/4871 26% [================ ] 1296/4871 26% [================ ] 1297/4871 26% [================ ] 1298/4871 26% [================ ] 1299/4871 26% [================ ] 1300/4871 26% [================ ] 1301/4871 26% [================ ] 1302/4871 26% [================ ] 1303/4871 26% [================ ] 1304/4871 26% [================ ] 1305/4871 26% [================ ] 1306/4871 26% [================ ] 1307/4871 26% [================ ] 1308/4871 26% [================ ] 1309/4871 26% [================ ] 1310/4871 26% [================ ] 1311/4871 26% [================ ] 1312/4871 26% [================ ] 1313/4871 26% [================ ] 1314/4871 26% [================ ] 1315/4871 26% [================ ] 1316/4871 27% [================ ] 1317/4871 27% [================ ] 1318/4871 27% [================ ] 1319/4871 27% [================ ] 1320/4871 27% [================ ] 1321/4871 27% [================ ] 1322/4871 27% [================ ] 1323/4871 27% [================ ] 1324/4871 27% [================ ] 1325/4871 27% [================ ] 1326/4871 27% [================ ] 1327/4871 27% [================ ] 1328/4871 27% [================ ] 1329/4871 27% [================ ] 1330/4871 27% [================ ] 1331/4871 27% [================ ] 1332/4871 27% [================ ] 1333/4871 27% [================ ] 1334/4871 27% [================ ] 1335/4871 27% [================= ] 1336/4871 27% [================= ] 1337/4871 27% [================= ] 1338/4871 27% [================= ] 1339/4871 27% [================= ] 1340/4871 27% [================= ] 1341/4871 27% [================= ] 1342/4871 27% [================= ] 1343/4871 27% [================= ] 1344/4871 27% [================= ] 1345/4871 27% [================= ] 1346/4871 27% [================= ] 1347/4871 27% [================= ] 1348/4871 27% [================= ] 1349/4871 27% [================= ] 1350/4871 27% [================= ] 1351/4871 27% [================= ] 1352/4871 27% [================= ] 1353/4871 27% [================= ] 1354/4871 27% [================= ] 1355/4871 27% [================= ] 1356/4871 27% [================= ] 1357/4871 27% [================= ] 1358/4871 27% [================= ] 1359/4871 27% [================= ] 1360/4871 27% [================= ] 1361/4871 27% [================= ] 1362/4871 27% [================= ] 1363/4871 27% [================= ] 1364/4871 28% [================= ] 1365/4871 28% [================= ] 1366/4871 28% [================= ] 1367/4871 28% [================= ] 1368/4871 28% [================= ] 1369/4871 28% [================= ] 1370/4871 28% [================= ] 1371/4871 28% [================= ] 1372/4871 28% [================= ] 1373/4871 28% [================= ] 1374/4871 28% [================= ] 1375/4871 28% [================= ] 1376/4871 28% [================= ] 1377/4871 28% [================= ] 1378/4871 28% [================= ] 1379/4871 28% [================= ] 1380/4871 28% [================= ] 1381/4871 28% [================= ] 1382/4871 28% [================= ] 1383/4871 28% [================= ] 1384/4871 28% [================= ] 1385/4871 28% [================= ] 1386/4871 28% [================= ] 1387/4871 28% [================= ] 1388/4871 28% [================= ] 1389/4871 28% [================= ] 1390/4871 28% [================= ] 1391/4871 28% [================= ] 1392/4871 28% [================= ] 1393/4871 28% [================= ] 1394/4871 28% [================= ] 1395/4871 28% [================= ] 1396/4871 28% [================= ] 1397/4871 28% [================= ] 1398/4871 28% [================= ] 1399/4871 28% [================= ] 1400/4871 28% [================= ] 1401/4871 28% [================= ] 1402/4871 28% [================= ] 1403/4871 28% [================= ] 1404/4871 28% [================= ] 1405/4871 28% [================= ] 1406/4871 28% [================= ] 1407/4871 28% [================= ] 1408/4871 28% [================= ] 1409/4871 28% [================= ] 1410/4871 28% [================= ] 1411/4871 28% [================= ] 1412/4871 28% [================= ] 1413/4871 29% [================= ] 1414/4871 29% [================== ] 1415/4871 29% [================== ] 1416/4871 29% [================== ] 1417/4871 29% [================== ] 1418/4871 29% [================== ] 1419/4871 29% [================== ] 1420/4871 29% [================== ] 1421/4871 29% [================== ] 1422/4871 29% [================== ] 1423/4871 29% [================== ] 1424/4871 29% [================== ] 1425/4871 29% [================== ] 1426/4871 29% [================== ] 1427/4871 29% [================== ] 1428/4871 29% [================== ] 1429/4871 29% [================== ] 1430/4871 29% [================== ] 1431/4871 29% [================== ] 1432/4871 29% [================== ] 1433/4871 29% [================== ] 1434/4871 29% [================== ] 1435/4871 29% [================== ] 1436/4871 29% [================== ] 1437/4871 29% [================== ] 1438/4871 29% [================== ] 1439/4871 29% [================== ] 1440/4871 29% [================== ] 1441/4871 29% [================== ] 1442/4871 29% [================== ] 1443/4871 29% [================== ] 1444/4871 29% [================== ] 1445/4871 29% [================== ] 1446/4871 29% [================== ] 1447/4871 29% [================== ] 1448/4871 29% [================== ] 1449/4871 29% [================== ] 1450/4871 29% [================== ] 1451/4871 29% [================== ] 1452/4871 29% [================== ] 1453/4871 29% [================== ] 1454/4871 29% [================== ] 1455/4871 29% [================== ] 1456/4871 29% [================== ] 1457/4871 29% [================== ] 1458/4871 29% [================== ] 1459/4871 29% [================== ] 1460/4871 29% [================== ] 1461/4871 29% [================== ] 1462/4871 30% [================== ] 1463/4871 30% [================== ] 1464/4871 30% [================== ] 1465/4871 30% [================== ] 1466/4871 30% [================== ] 1467/4871 30% [================== ] 1468/4871 30% [================== ] 1469/4871 30% [================== ] 1470/4871 30% [================== ] 1471/4871 30% [================== ] 1472/4871 30% [================== ] 1473/4871 30% [================== ] 1474/4871 30% [================== ] 1475/4871 30% [================== ] 1476/4871 30% [================== ] 1477/4871 30% [================== ] 1478/4871 30% [================== ] 1479/4871 30% [================== ] 1480/4871 30% [================== ] 1481/4871 30% [================== ] 1482/4871 30% [================== ] 1483/4871 30% [================== ] 1484/4871 30% [================== ] 1485/4871 30% [================== ] 1486/4871 30% [================== ] 1487/4871 30% [================== ] 1488/4871 30% [================== ] 1489/4871 30% [================== ] 1490/4871 30% [================== ] 1491/4871 30% [================== ] 1492/4871 30% [=================== ] 1493/4871 30% [=================== ] 1494/4871 30% [=================== ] 1495/4871 30% [=================== ] 1496/4871 30% [=================== ] 1497/4871 30% [=================== ] 1498/4871 30% [=================== ] 1499/4871 30% [=================== ] 1500/4871 30% [=================== ] 1501/4871 30% [=================== ] 1502/4871 30% [=================== ] 1503/4871 30% [=================== ] 1504/4871 30% [=================== ] 1505/4871 30% [=================== ] 1506/4871 30% [=================== ] 1507/4871 30% [=================== ] 1508/4871 30% [=================== ] 1509/4871 30% [=================== ] 1510/4871 30% [=================== ] 1511/4871 31% [=================== ] 1512/4871 31% [=================== ] 1513/4871 31% [=================== ] 1514/4871 31% [=================== ] 1515/4871 31% [=================== ] 1516/4871 31% [=================== ] 1517/4871 31% [=================== ] 1518/4871 31% [=================== ] 1519/4871 31% [=================== ] 1520/4871 31% [=================== ] 1521/4871 31% [=================== ] 1522/4871 31% [=================== ] 1523/4871 31% [=================== ] 1524/4871 31% [=================== ] 1525/4871 31% [=================== ] 1526/4871 31% [=================== ] 1527/4871 31% [=================== ] 1528/4871 31% [=================== ] 1529/4871 31% [=================== ] 1530/4871 31% [=================== ] 1531/4871 31% [=================== ] 1532/4871 31% [=================== ] 1533/4871 31% [=================== ] 1534/4871 31% [=================== ] 1535/4871 31% [=================== ] 1536/4871 31% [=================== ] 1537/4871 31% [=================== ] 1538/4871 31% [=================== ] 1539/4871 31% [=================== ] 1540/4871 31% [=================== ] 1541/4871 31% [=================== ] 1542/4871 31% [=================== ] 1543/4871 31% [=================== ] 1544/4871 31% [=================== ] 1545/4871 31% [=================== ] 1546/4871 31% [=================== ] 1547/4871 31% [=================== ] 1548/4871 31% [=================== ] 1549/4871 31% [=================== ] 1550/4871 31% [=================== ] 1551/4871 31% [=================== ] 1552/4871 31% [=================== ] 1553/4871 31% [=================== ] 1554/4871 31% [=================== ] 1555/4871 31% [=================== ] 1556/4871 31% [=================== ] 1557/4871 31% [=================== ] 1558/4871 31% [=================== ] 1559/4871 32% [=================== ] 1560/4871 32% [=================== ] 1561/4871 32% [=================== ] 1562/4871 32% [=================== ] 1563/4871 32% [=================== ] 1564/4871 32% [=================== ] 1565/4871 32% [=================== ] 1566/4871 32% [=================== ] 1567/4871 32% [=================== ] 1568/4871 32% [=================== ] 1569/4871 32% [=================== ] 1570/4871 32% [=================== ] 1571/4871 32% [==================== ] 1572/4871 32% [==================== ] 1573/4871 32% [==================== ] 1574/4871 32% [==================== ] 1575/4871 32% [==================== ] 1576/4871 32% [==================== ] 1577/4871 32% [==================== ] 1578/4871 32% [==================== ] 1579/4871 32% [==================== ] 1580/4871 32% [==================== ] 1581/4871 32% [==================== ] 1582/4871 32% [==================== ] 1583/4871 32% [==================== ] 1584/4871 32% [==================== ] 1585/4871 32% [==================== ] 1586/4871 32% [==================== ] 1587/4871 32% [==================== ] 1588/4871 32% [==================== ] 1589/4871 32% [==================== ] 1590/4871 32% [==================== ] 1591/4871 32% [==================== ] 1592/4871 32% [==================== ] 1593/4871 32% [==================== ] 1594/4871 32% [==================== ] 1595/4871 32% [==================== ] 1596/4871 32% [==================== ] 1597/4871 32% [==================== ] 1598/4871 32% [==================== ] 1599/4871 32% [==================== ] 1600/4871 32% [==================== ] 1601/4871 32% [==================== ] 1602/4871 32% [==================== ] 1603/4871 32% [==================== ] 1604/4871 32% [==================== ] 1605/4871 32% [==================== ] 1606/4871 32% [==================== ] 1607/4871 32% [==================== ] 1608/4871 33% [==================== ] 1609/4871 33% [==================== ] 1610/4871 33% [==================== ] 1611/4871 33% [==================== ] 1612/4871 33% [==================== ] 1613/4871 33% [==================== ] 1614/4871 33% [==================== ] 1615/4871 33% [==================== ] 1616/4871 33% [==================== ] 1617/4871 33% [==================== ] 1618/4871 33% [==================== ] 1619/4871 33% [==================== ] 1620/4871 33% [==================== ] 1621/4871 33% [==================== ] 1622/4871 33% [==================== ] 1623/4871 33% [==================== ] 1624/4871 33% [==================== ] 1625/4871 33% [==================== ] 1626/4871 33% [==================== ] 1627/4871 33% [==================== ] 1628/4871 33% [==================== ] 1629/4871 33% [==================== ] 1630/4871 33% [==================== ] 1631/4871 33% [==================== ] 1632/4871 33% [==================== ] 1633/4871 33% [==================== ] 1634/4871 33% [==================== ] 1635/4871 33% [==================== ] 1636/4871 33% [==================== ] 1637/4871 33% [==================== ] 1638/4871 33% [==================== ] 1639/4871 33% [==================== ] 1640/4871 33% [==================== ] 1641/4871 33% [==================== ] 1642/4871 33% [==================== ] 1643/4871 33% [==================== ] 1644/4871 33% [==================== ] 1645/4871 33% [==================== ] 1646/4871 33% [==================== ] 1647/4871 33% [==================== ] 1648/4871 33% [==================== ] 1649/4871 33% [===================== ] 1650/4871 33% [===================== ] 1651/4871 33% [===================== ] 1652/4871 33% [===================== ] 1653/4871 33% [===================== ] 1654/4871 33% [===================== ] 1655/4871 33% [===================== ] 1656/4871 33% [===================== ] 1657/4871 34% [===================== ] 1658/4871 34% [===================== ] 1659/4871 34% [===================== ] 1660/4871 34% [===================== ] 1661/4871 34% [===================== ] 1662/4871 34% [===================== ] 1663/4871 34% [===================== ] 1664/4871 34% [===================== ] 1665/4871 34% [===================== ] 1666/4871 34% [===================== ] 1667/4871 34% [===================== ] 1668/4871 34% [===================== ] 1669/4871 34% [===================== ] 1670/4871 34% [===================== ] 1671/4871 34% [===================== ] 1672/4871 34% [===================== ] 1673/4871 34% [===================== ] 1674/4871 34% [===================== ] 1675/4871 34% [===================== ] 1676/4871 34% [===================== ] 1677/4871 34% [===================== ] 1678/4871 34% [===================== ] 1679/4871 34% [===================== ] 1680/4871 34% [===================== ] 1681/4871 34% [===================== ] 1682/4871 34% [===================== ] 1683/4871 34% [===================== ] 1684/4871 34% [===================== ] 1685/4871 34% [===================== ] 1686/4871 34% [===================== ] 1687/4871 34% [===================== ] 1688/4871 34% [===================== ] 1689/4871 34% [===================== ] 1690/4871 34% [===================== ] 1691/4871 34% [===================== ] 1692/4871 34% [===================== ] 1693/4871 34% [===================== ] 1694/4871 34% [===================== ] 1695/4871 34% [===================== ] 1696/4871 34% [===================== ] 1697/4871 34% [===================== ] 1698/4871 34% [===================== ] 1699/4871 34% [===================== ] 1700/4871 34% [===================== ] 1701/4871 34% [===================== ] 1702/4871 34% [===================== ] 1703/4871 34% [===================== ] 1704/4871 34% [===================== ] 1705/4871 35% [===================== ] 1706/4871 35% [===================== ] 1707/4871 35% [===================== ] 1708/4871 35% [===================== ] 1709/4871 35% [===================== ] 1710/4871 35% [===================== ] 1711/4871 35% [===================== ] 1712/4871 35% [===================== ] 1713/4871 35% [===================== ] 1714/4871 35% [===================== ] 1715/4871 35% [===================== ] 1716/4871 35% [===================== ] 1717/4871 35% [===================== ] 1718/4871 35% [===================== ] 1719/4871 35% [===================== ] 1720/4871 35% [===================== ] 1721/4871 35% [===================== ] 1722/4871 35% [===================== ] 1723/4871 35% [===================== ] 1724/4871 35% [===================== ] 1725/4871 35% [===================== ] 1726/4871 35% [===================== ] 1727/4871 35% [===================== ] 1728/4871 35% [====================== ] 1729/4871 35% [====================== ] 1730/4871 35% [====================== ] 1731/4871 35% [====================== ] 1732/4871 35% [====================== ] 1733/4871 35% [====================== ] 1734/4871 35% [====================== ] 1735/4871 35% [====================== ] 1736/4871 35% [====================== ] 1737/4871 35% [====================== ] 1738/4871 35% [====================== ] 1739/4871 35% [====================== ] 1740/4871 35% [====================== ] 1741/4871 35% [====================== ] 1742/4871 35% [====================== ] 1743/4871 35% [====================== ] 1744/4871 35% [====================== ] 1745/4871 35% [====================== ] 1746/4871 35% [====================== ] 1747/4871 35% [====================== ] 1748/4871 35% [====================== ] 1749/4871 35% [====================== ] 1750/4871 35% [====================== ] 1751/4871 35% [====================== ] 1752/4871 35% [====================== ] 1753/4871 35% [====================== ] 1754/4871 36% [====================== ] 1755/4871 36% [====================== ] 1756/4871 36% [====================== ] 1757/4871 36% [====================== ] 1758/4871 36% [====================== ] 1759/4871 36% [====================== ] 1760/4871 36% [====================== ] 1761/4871 36% [====================== ] 1762/4871 36% [====================== ] 1763/4871 36% [====================== ] 1764/4871 36% [====================== ] 1765/4871 36% [====================== ] 1766/4871 36% [====================== ] 1767/4871 36% [====================== ] 1768/4871 36% [====================== ] 1769/4871 36% [====================== ] 1770/4871 36% [====================== ] 1771/4871 36% [====================== ] 1772/4871 36% [====================== ] 1773/4871 36% [====================== ] 1774/4871 36% [====================== ] 1775/4871 36% [====================== ] 1776/4871 36% [====================== ] 1777/4871 36% [====================== ] 1778/4871 36% [====================== ] 1779/4871 36% [====================== ] 1780/4871 36% [====================== ] 1781/4871 36% [====================== ] 1782/4871 36% [====================== ] 1783/4871 36% [====================== ] 1784/4871 36% [====================== ] 1785/4871 36% [====================== ] 1786/4871 36% [====================== ] 1787/4871 36% [====================== ] 1788/4871 36% [====================== ] 1789/4871 36% [====================== ] 1790/4871 36% [====================== ] 1791/4871 36% [====================== ] 1792/4871 36% [====================== ] 1793/4871 36% [====================== ] 1794/4871 36% [====================== ] 1795/4871 36% [====================== ] 1796/4871 36% [====================== ] 1797/4871 36% [====================== ] 1798/4871 36% [====================== ] 1799/4871 36% [====================== ] 1800/4871 36% [====================== ] 1801/4871 36% [====================== ] 1802/4871 36% [====================== ] 1803/4871 37% [====================== ] 1804/4871 37% [====================== ] 1805/4871 37% [====================== ] 1806/4871 37% [======================= ] 1807/4871 37% [======================= ] 1808/4871 37% [======================= ] 1809/4871 37% [======================= ] 1810/4871 37% [======================= ] 1811/4871 37% [======================= ] 1812/4871 37% [======================= ] 1813/4871 37% [======================= ] 1814/4871 37% [======================= ] 1815/4871 37% [======================= ] 1816/4871 37% [======================= ] 1817/4871 37% [======================= ] 1818/4871 37% [======================= ] 1819/4871 37% [======================= ] 1820/4871 37% [======================= ] 1821/4871 37% [======================= ] 1822/4871 37% [======================= ] 1823/4871 37% [======================= ] 1824/4871 37% [======================= ] 1825/4871 37% [======================= ] 1826/4871 37% [======================= ] 1827/4871 37% [======================= ] 1828/4871 37% [======================= ] 1829/4871 37% [======================= ] 1830/4871 37% [======================= ] 1831/4871 37% [======================= ] 1832/4871 37% [======================= ] 1833/4871 37% [======================= ] 1834/4871 37% [======================= ] 1835/4871 37% [======================= ] 1836/4871 37% [======================= ] 1837/4871 37% [======================= ] 1838/4871 37% [======================= ] 1839/4871 37% [======================= ] 1840/4871 37% [======================= ] 1841/4871 37% [======================= ] 1842/4871 37% [======================= ] 1843/4871 37% [======================= ] 1844/4871 37% [======================= ] 1845/4871 37% [======================= ] 1846/4871 37% [======================= ] 1847/4871 37% [======================= ] 1848/4871 37% [======================= ] 1849/4871 37% [======================= ] 1850/4871 37% [======================= ] 1851/4871 38% [======================= ] 1852/4871 38% [======================= ] 1853/4871 38% [======================= ] 1854/4871 38% [======================= ] 1855/4871 38% [======================= ] 1856/4871 38% [======================= ] 1857/4871 38% [======================= ] 1858/4871 38% [======================= ] 1859/4871 38% [======================= ] 1860/4871 38% [======================= ] 1861/4871 38% [======================= ] 1862/4871 38% [======================= ] 1863/4871 38% [======================= ] 1864/4871 38% [======================= ] 1865/4871 38% [======================= ] 1866/4871 38% [======================= ] 1867/4871 38% [======================= ] 1868/4871 38% [======================= ] 1869/4871 38% [======================= ] 1870/4871 38% [======================= ] 1871/4871 38% [======================= ] 1872/4871 38% [======================= ] 1873/4871 38% [======================= ] 1874/4871 38% [======================= ] 1875/4871 38% [======================= ] 1876/4871 38% [======================= ] 1877/4871 38% [======================= ] 1878/4871 38% [======================= ] 1879/4871 38% [======================= ] 1880/4871 38% [======================= ] 1881/4871 38% [======================= ] 1882/4871 38% [======================= ] 1883/4871 38% [======================= ] 1884/4871 38% [======================= ] 1885/4871 38% [======================== ] 1886/4871 38% [======================== ] 1887/4871 38% [======================== ] 1888/4871 38% [======================== ] 1889/4871 38% [======================== ] 1890/4871 38% [======================== ] 1891/4871 38% [======================== ] 1892/4871 38% [======================== ] 1893/4871 38% [======================== ] 1894/4871 38% [======================== ] 1895/4871 38% [======================== ] 1896/4871 38% [======================== ] 1897/4871 38% [======================== ] 1898/4871 38% [======================== ] 1899/4871 38% [======================== ] 1900/4871 39% [======================== ] 1901/4871 39% [======================== ] 1902/4871 39% [======================== ] 1903/4871 39% [======================== ] 1904/4871 39% [======================== ] 1905/4871 39% [======================== ] 1906/4871 39% [======================== ] 1907/4871 39% [======================== ] 1908/4871 39% [======================== ] 1909/4871 39% [======================== ] 1910/4871 39% [======================== ] 1911/4871 39% [======================== ] 1912/4871 39% [======================== ] 1913/4871 39% [======================== ] 1914/4871 39% [======================== ] 1915/4871 39% [======================== ] 1916/4871 39% [======================== ] 1917/4871 39% [======================== ] 1918/4871 39% [======================== ] 1919/4871 39% [======================== ] 1920/4871 39% [======================== ] 1921/4871 39% [======================== ] 1922/4871 39% [======================== ] 1923/4871 39% [======================== ] 1924/4871 39% [======================== ] 1925/4871 39% [======================== ] 1926/4871 39% [======================== ] 1927/4871 39% [======================== ] 1928/4871 39% [======================== ] 1929/4871 39% [======================== ] 1930/4871 39% [======================== ] 1931/4871 39% [======================== ] 1932/4871 39% [======================== ] 1933/4871 39% [======================== ] 1934/4871 39% [======================== ] 1935/4871 39% [======================== ] 1936/4871 39% [======================== ] 1937/4871 39% [======================== ] 1938/4871 39% [======================== ] 1939/4871 39% [======================== ] 1940/4871 39% [======================== ] 1941/4871 39% [======================== ] 1942/4871 39% [======================== ] 1943/4871 39% [======================== ] 1944/4871 39% [======================== ] 1945/4871 39% [======================== ] 1946/4871 39% [======================== ] 1947/4871 39% [======================== ] 1948/4871 39% [======================== ] 1949/4871 40% [======================== ] 1950/4871 40% [======================== ] 1951/4871 40% [======================== ] 1952/4871 40% [======================== ] 1953/4871 40% [======================== ] 1954/4871 40% [======================== ] 1955/4871 40% [======================== ] 1956/4871 40% [======================== ] 1957/4871 40% [======================== ] 1958/4871 40% [======================== ] 1959/4871 40% [======================== ] 1960/4871 40% [======================== ] 1961/4871 40% [======================== ] 1962/4871 40% [======================== ] 1963/4871 40% [======================== ] 1964/4871 40% [========================= ] 1965/4871 40% [========================= ] 1966/4871 40% [========================= ] 1967/4871 40% [========================= ] 1968/4871 40% [========================= ] 1969/4871 40% [========================= ] 1970/4871 40% [========================= ] 1971/4871 40% [========================= ] 1972/4871 40% [========================= ] 1973/4871 40% [========================= ] 1974/4871 40% [========================= ] 1975/4871 40% [========================= ] 1976/4871 40% [========================= ] 1977/4871 40% [========================= ] 1978/4871 40% [========================= ] 1979/4871 40% [========================= ] 1980/4871 40% [========================= ] 1981/4871 40% [========================= ] 1982/4871 40% [========================= ] 1983/4871 40% [========================= ] 1984/4871 40% [========================= ] 1985/4871 40% [========================= ] 1986/4871 40% [========================= ] 1987/4871 40% [========================= ] 1988/4871 40% [========================= ] 1989/4871 40% [========================= ] 1990/4871 40% [========================= ] 1991/4871 40% [========================= ] 1992/4871 40% [========================= ] 1993/4871 40% [========================= ] 1994/4871 40% [========================= ] 1995/4871 40% [========================= ] 1996/4871 40% [========================= ] 1997/4871 40% [========================= ] 1998/4871 41% [========================= ] 1999/4871 41% [========================= ] 2000/4871 41% [========================= ] 2001/4871 41% [========================= ] 2002/4871 41% [========================= ] 2003/4871 41% [========================= ] 2004/4871 41% [========================= ] 2005/4871 41% [========================= ] 2006/4871 41% [========================= ] 2007/4871 41% [========================= ] 2008/4871 41% [========================= ] 2009/4871 41% [========================= ] 2010/4871 41% [========================= ] 2011/4871 41% [========================= ] 2012/4871 41% [========================= ] 2013/4871 41% [========================= ] 2014/4871 41% [========================= ] 2015/4871 41% [========================= ] 2016/4871 41% [========================= ] 2017/4871 41% [========================= ] 2018/4871 41% [========================= ] 2019/4871 41% [========================= ] 2020/4871 41% [========================= ] 2021/4871 41% [========================= ] 2022/4871 41% [========================= ] 2023/4871 41% [========================= ] 2024/4871 41% [========================= ] 2025/4871 41% [========================= ] 2026/4871 41% [========================= ] 2027/4871 41% [========================= ] 2028/4871 41% [========================= ] 2029/4871 41% [========================= ] 2030/4871 41% [========================= ] 2031/4871 41% [========================= ] 2032/4871 41% [========================= ] 2033/4871 41% [========================= ] 2034/4871 41% [========================= ] 2035/4871 41% [========================= ] 2036/4871 41% [========================= ] 2037/4871 41% [========================= ] 2038/4871 41% [========================= ] 2039/4871 41% [========================= ] 2040/4871 41% [========================= ] 2041/4871 41% [========================= ] 2042/4871 41% [========================== ] 2043/4871 41% [========================== ] 2044/4871 41% [========================== ] 2045/4871 41% [========================== ] 2046/4871 42% [========================== ] 2047/4871 42% [========================== ] 2048/4871 42% [========================== ] 2049/4871 42% [========================== ] 2050/4871 42% [========================== ] 2051/4871 42% [========================== ] 2052/4871 42% [========================== ] 2053/4871 42% [========================== ] 2054/4871 42% [========================== ] 2055/4871 42% [========================== ] 2056/4871 42% [========================== ] 2057/4871 42% [========================== ] 2058/4871 42% [========================== ] 2059/4871 42% [========================== ] 2060/4871 42% [========================== ] 2061/4871 42% [========================== ] 2062/4871 42% [========================== ] 2063/4871 42% [========================== ] 2064/4871 42% [========================== ] 2065/4871 42% [========================== ] 2066/4871 42% [========================== ] 2067/4871 42% [========================== ] 2068/4871 42% [========================== ] 2069/4871 42% [========================== ] 2070/4871 42% [========================== ] 2071/4871 42% [========================== ] 2072/4871 42% [========================== ] 2073/4871 42% [========================== ] 2074/4871 42% [========================== ] 2075/4871 42% [========================== ] 2076/4871 42% [========================== ] 2077/4871 42% [========================== ] 2078/4871 42% [========================== ] 2079/4871 42% [========================== ] 2080/4871 42% [========================== ] 2081/4871 42% [========================== ] 2082/4871 42% [========================== ] 2083/4871 42% [========================== ] 2084/4871 42% [========================== ] 2085/4871 42% [========================== ] 2086/4871 42% [========================== ] 2087/4871 42% [========================== ] 2088/4871 42% [========================== ] 2089/4871 42% [========================== ] 2090/4871 42% [========================== ] 2091/4871 42% [========================== ] 2092/4871 42% [========================== ] 2093/4871 42% [========================== ] 2094/4871 42% [========================== ] 2095/4871 43% [========================== ] 2096/4871 43% [========================== ] 2097/4871 43% [========================== ] 2098/4871 43% [========================== ] 2099/4871 43% [========================== ] 2100/4871 43% [========================== ] 2101/4871 43% [========================== ] 2102/4871 43% [========================== ] 2103/4871 43% [========================== ] 2104/4871 43% [========================== ] 2105/4871 43% [========================== ] 2106/4871 43% [========================== ] 2107/4871 43% [========================== ] 2108/4871 43% [========================== ] 2109/4871 43% [========================== ] 2110/4871 43% [========================== ] 2111/4871 43% [========================== ] 2112/4871 43% [========================== ] 2113/4871 43% [========================== ] 2114/4871 43% [========================== ] 2115/4871 43% [========================== ] 2116/4871 43% [========================== ] 2117/4871 43% [========================== ] 2118/4871 43% [========================== ] 2119/4871 43% [========================== ] 2120/4871 43% [========================== ] 2121/4871 43% [=========================== ] 2122/4871 43% [=========================== ] 2123/4871 43% [=========================== ] 2124/4871 43% [=========================== ] 2125/4871 43% [=========================== ] 2126/4871 43% [=========================== ] 2127/4871 43% [=========================== ] 2128/4871 43% [=========================== ] 2129/4871 43% [=========================== ] 2130/4871 43% [=========================== ] 2131/4871 43% [=========================== ] 2132/4871 43% [=========================== ] 2133/4871 43% [=========================== ] 2134/4871 43% [=========================== ] 2135/4871 43% [=========================== ] 2136/4871 43% [=========================== ] 2137/4871 43% [=========================== ] 2138/4871 43% [=========================== ] 2139/4871 43% [=========================== ] 2140/4871 43% [=========================== ] 2141/4871 43% [=========================== ] 2142/4871 43% [=========================== ] 2143/4871 43% [=========================== ] 2144/4871 44% [=========================== ] 2145/4871 44% [=========================== ] 2146/4871 44% [=========================== ] 2147/4871 44% [=========================== ] 2148/4871 44% [=========================== ] 2149/4871 44% [=========================== ] 2150/4871 44% [=========================== ] 2151/4871 44% [=========================== ] 2152/4871 44% [=========================== ] 2153/4871 44% [=========================== ] 2154/4871 44% [=========================== ] 2155/4871 44% [=========================== ] 2156/4871 44% [=========================== ] 2157/4871 44% [=========================== ] 2158/4871 44% [=========================== ] 2159/4871 44% [=========================== ] 2160/4871 44% [=========================== ] 2161/4871 44% [=========================== ] 2162/4871 44% [=========================== ] 2163/4871 44% [=========================== ] 2164/4871 44% [=========================== ] 2165/4871 44% [=========================== ] 2166/4871 44% [=========================== ] 2167/4871 44% [=========================== ] 2168/4871 44% [=========================== ] 2169/4871 44% [=========================== ] 2170/4871 44% [=========================== ] 2171/4871 44% [=========================== ] 2172/4871 44% [=========================== ] 2173/4871 44% [=========================== ] 2174/4871 44% [=========================== ] 2175/4871 44% [=========================== ] 2176/4871 44% [=========================== ] 2177/4871 44% [=========================== ] 2178/4871 44% [=========================== ] 2179/4871 44% [=========================== ] 2180/4871 44% [=========================== ] 2181/4871 44% [=========================== ] 2182/4871 44% [=========================== ] 2183/4871 44% [=========================== ] 2184/4871 44% [=========================== ] 2185/4871 44% [=========================== ] 2186/4871 44% [=========================== ] 2187/4871 44% [=========================== ] 2188/4871 44% [=========================== ] 2189/4871 44% [=========================== ] 2190/4871 44% [=========================== ] 2191/4871 44% [=========================== ] 2192/4871 45% [=========================== ] 2193/4871 45% [=========================== ] 2194/4871 45% [=========================== ] 2195/4871 45% [=========================== ] 2196/4871 45% [=========================== ] 2197/4871 45% [=========================== ] 2198/4871 45% [=========================== ] 2199/4871 45% [============================ ] 2200/4871 45% [============================ ] 2201/4871 45% [============================ ] 2202/4871 45% [============================ ] 2203/4871 45% [============================ ] 2204/4871 45% [============================ ] 2205/4871 45% [============================ ] 2206/4871 45% [============================ ] 2207/4871 45% [============================ ] 2208/4871 45% [============================ ] 2209/4871 45% [============================ ] 2210/4871 45% [============================ ] 2211/4871 45% [============================ ] 2212/4871 45% [============================ ] 2213/4871 45% [============================ ] 2214/4871 45% [============================ ] 2215/4871 45% [============================ ] 2216/4871 45% [============================ ] 2217/4871 45% [============================ ] 2218/4871 45% [============================ ] 2219/4871 45% [============================ ] 2220/4871 45% [============================ ] 2221/4871 45% [============================ ] 2222/4871 45% [============================ ] 2223/4871 45% [============================ ] 2224/4871 45% [============================ ] 2225/4871 45% [============================ ] 2226/4871 45% [============================ ] 2227/4871 45% [============================ ] 2228/4871 45% [============================ ] 2229/4871 45% [============================ ] 2230/4871 45% [============================ ] 2231/4871 45% [============================ ] 2232/4871 45% [============================ ] 2233/4871 45% [============================ ] 2234/4871 45% [============================ ] 2235/4871 45% [============================ ] 2236/4871 45% [============================ ] 2237/4871 45% [============================ ] 2238/4871 45% [============================ ] 2239/4871 45% [============================ ] 2240/4871 45% [============================ ] 2241/4871 46% [============================ ] 2242/4871 46% [============================ ] 2243/4871 46% [============================ ] 2244/4871 46% [============================ ] 2245/4871 46% [============================ ] 2246/4871 46% [============================ ] 2247/4871 46% [============================ ] 2248/4871 46% [============================ ] 2249/4871 46% [============================ ] 2250/4871 46% [============================ ] 2251/4871 46% [============================ ] 2252/4871 46% [============================ ] 2253/4871 46% [============================ ] 2254/4871 46% [============================ ] 2255/4871 46% [============================ ] 2256/4871 46% [============================ ] 2257/4871 46% [============================ ] 2258/4871 46% [============================ ] 2259/4871 46% [============================ ] 2260/4871 46% [============================ ] 2261/4871 46% [============================ ] 2262/4871 46% [============================ ] 2263/4871 46% [============================ ] 2264/4871 46% [============================ ] 2265/4871 46% [============================ ] 2266/4871 46% [============================ ] 2267/4871 46% [============================ ] 2268/4871 46% [============================ ] 2269/4871 46% [============================ ] 2270/4871 46% [============================ ] 2271/4871 46% [============================ ] 2272/4871 46% [============================ ] 2273/4871 46% [============================ ] 2274/4871 46% [============================ ] 2275/4871 46% [============================ ] 2276/4871 46% [============================ ] 2277/4871 46% [============================ ] 2278/4871 46% [============================= ] 2279/4871 46% [============================= ] 2280/4871 46% [============================= ] 2281/4871 46% [============================= ] 2282/4871 46% [============================= ] 2283/4871 46% [============================= ] 2284/4871 46% [============================= ] 2285/4871 46% [============================= ] 2286/4871 46% [============================= ] 2287/4871 46% [============================= ] 2288/4871 46% [============================= ] 2289/4871 46% [============================= ] 2290/4871 47% [============================= ] 2291/4871 47% [============================= ] 2292/4871 47% [============================= ] 2293/4871 47% [============================= ] 2294/4871 47% [============================= ] 2295/4871 47% [============================= ] 2296/4871 47% [============================= ] 2297/4871 47% [============================= ] 2298/4871 47% [============================= ] 2299/4871 47% [============================= ] 2300/4871 47% [============================= ] 2301/4871 47% [============================= ] 2302/4871 47% [============================= ] 2303/4871 47% [============================= ] 2304/4871 47% [============================= ] 2305/4871 47% [============================= ] 2306/4871 47% [============================= ] 2307/4871 47% [============================= ] 2308/4871 47% [============================= ] 2309/4871 47% [============================= ] 2310/4871 47% [============================= ] 2311/4871 47% [============================= ] 2312/4871 47% [============================= ] 2313/4871 47% [============================= ] 2314/4871 47% [============================= ] 2315/4871 47% [============================= ] 2316/4871 47% [============================= ] 2317/4871 47% [============================= ] 2318/4871 47% [============================= ] 2319/4871 47% [============================= ] 2320/4871 47% [============================= ] 2321/4871 47% [============================= ] 2322/4871 47% [============================= ] 2323/4871 47% [============================= ] 2324/4871 47% [============================= ] 2325/4871 47% [============================= ] 2326/4871 47% [============================= ] 2327/4871 47% [============================= ] 2328/4871 47% [============================= ] 2329/4871 47% [============================= ] 2330/4871 47% [============================= ] 2331/4871 47% [============================= ] 2332/4871 47% [============================= ] 2333/4871 47% [============================= ] 2334/4871 47% [============================= ] 2335/4871 47% [============================= ] 2336/4871 47% [============================= ] 2337/4871 47% [============================= ] 2338/4871 47% [============================= ] 2339/4871 48% [============================= ] 2340/4871 48% [============================= ] 2341/4871 48% [============================= ] 2342/4871 48% [============================= ] 2343/4871 48% [============================= ] 2344/4871 48% [============================= ] 2345/4871 48% [============================= ] 2346/4871 48% [============================= ] 2347/4871 48% [============================= ] 2348/4871 48% [============================= ] 2349/4871 48% [============================= ] 2350/4871 48% [============================= ] 2351/4871 48% [============================= ] 2352/4871 48% [============================= ] 2353/4871 48% [============================= ] 2354/4871 48% [============================= ] 2355/4871 48% [============================= ] 2356/4871 48% [============================== ] 2357/4871 48% [============================== ] 2358/4871 48% [============================== ] 2359/4871 48% [============================== ] 2360/4871 48% [============================== ] 2361/4871 48% [============================== ] 2362/4871 48% [============================== ] 2363/4871 48% [============================== ] 2364/4871 48% [============================== ] 2365/4871 48% [============================== ] 2366/4871 48% [============================== ] 2367/4871 48% [============================== ] 2368/4871 48% [============================== ] 2369/4871 48% [============================== ] 2370/4871 48% [============================== ] 2371/4871 48% [============================== ] 2372/4871 48% [============================== ] 2373/4871 48% [============================== ] 2374/4871 48% [============================== ] 2375/4871 48% [============================== ] 2376/4871 48% [============================== ] 2377/4871 48% [============================== ] 2378/4871 48% [============================== ] 2379/4871 48% [============================== ] 2380/4871 48% [============================== ] 2381/4871 48% [============================== ] 2382/4871 48% [============================== ] 2383/4871 48% [============================== ] 2384/4871 48% [============================== ] 2385/4871 48% [============================== ] 2386/4871 48% [============================== ] 2387/4871 49% [============================== ] 2388/4871 49% [============================== ] 2389/4871 49% [============================== ] 2390/4871 49% [============================== ] 2391/4871 49% [============================== ] 2392/4871 49% [============================== ] 2393/4871 49% [============================== ] 2394/4871 49% [============================== ] 2395/4871 49% [============================== ] 2396/4871 49% [============================== ] 2397/4871 49% [============================== ] 2398/4871 49% [============================== ] 2399/4871 49% [============================== ] 2400/4871 49% [============================== ] 2401/4871 49% [============================== ] 2402/4871 49% [============================== ] 2403/4871 49% [============================== ] 2404/4871 49% [============================== ] 2405/4871 49% [============================== ] 2406/4871 49% [============================== ] 2407/4871 49% [============================== ] 2408/4871 49% [============================== ] 2409/4871 49% [============================== ] 2410/4871 49% [============================== ] 2411/4871 49% [============================== ] 2412/4871 49% [============================== ] 2413/4871 49% [============================== ] 2414/4871 49% [============================== ] 2415/4871 49% [============================== ] 2416/4871 49% [============================== ] 2417/4871 49% [============================== ] 2418/4871 49% [============================== ] 2419/4871 49% [============================== ] 2420/4871 49% [============================== ] 2421/4871 49% [============================== ] 2422/4871 49% [============================== ] 2423/4871 49% [============================== ] 2424/4871 49% [============================== ] 2425/4871 49% [============================== ] 2426/4871 49% [============================== ] 2427/4871 49% [============================== ] 2428/4871 49% [============================== ] 2429/4871 49% [============================== ] 2430/4871 49% [============================== ] 2431/4871 49% [============================== ] 2432/4871 49% [============================== ] 2433/4871 49% [============================== ] 2434/4871 49% [============================== ] 2435/4871 49% [=============================== ] 2436/4871 50% [=============================== ] 2437/4871 50% [=============================== ] 2438/4871 50% [=============================== ] 2439/4871 50% [=============================== ] 2440/4871 50% [=============================== ] 2441/4871 50% [=============================== ] 2442/4871 50% [=============================== ] 2443/4871 50% [=============================== ] 2444/4871 50% [=============================== ] 2445/4871 50% [=============================== ] 2446/4871 50% [=============================== ] 2447/4871 50% [=============================== ] 2448/4871 50% [=============================== ] 2449/4871 50% [=============================== ] 2450/4871 50% [=============================== ] 2451/4871 50% [=============================== ] 2452/4871 50% [=============================== ] 2453/4871 50% [=============================== ] 2454/4871 50% [=============================== ] 2455/4871 50% [=============================== ] 2456/4871 50% [=============================== ] 2457/4871 50% [=============================== ] 2458/4871 50% [=============================== ] 2459/4871 50% [=============================== ] 2460/4871 50% [=============================== ] 2461/4871 50% [=============================== ] 2462/4871 50% [=============================== ] 2463/4871 50% [=============================== ] 2464/4871 50% [=============================== ] 2465/4871 50% [=============================== ] 2466/4871 50% [=============================== ] 2467/4871 50% [=============================== ] 2468/4871 50% [=============================== ] 2469/4871 50% [=============================== ] 2470/4871 50% [=============================== ] 2471/4871 50% [=============================== ] 2472/4871 50% [=============================== ] 2473/4871 50% [=============================== ] 2474/4871 50% [=============================== ] 2475/4871 50% [=============================== ] 2476/4871 50% [=============================== ] 2477/4871 50% [=============================== ] 2478/4871 50% [=============================== ] 2479/4871 50% [=============================== ] 2480/4871 50% [=============================== ] 2481/4871 50% [=============================== ] 2482/4871 50% [=============================== ] 2483/4871 50% [=============================== ] 2484/4871 50% [=============================== ] 2485/4871 51% [=============================== ] 2486/4871 51% [=============================== ] 2487/4871 51% [=============================== ] 2488/4871 51% [=============================== ] 2489/4871 51% [=============================== ] 2490/4871 51% [=============================== ] 2491/4871 51% [=============================== ] 2492/4871 51% [=============================== ] 2493/4871 51% [=============================== ] 2494/4871 51% [=============================== ] 2495/4871 51% [=============================== ] 2496/4871 51% [=============================== ] 2497/4871 51% [=============================== ] 2498/4871 51% [=============================== ] 2499/4871 51% [=============================== ] 2500/4871 51% [=============================== ] 2501/4871 51% [=============================== ] 2502/4871 51% [=============================== ] 2503/4871 51% [=============================== ] 2504/4871 51% [=============================== ] 2505/4871 51% [=============================== ] 2506/4871 51% [=============================== ] 2507/4871 51% [=============================== ] 2508/4871 51% [=============================== ] 2509/4871 51% [=============================== ] 2510/4871 51% [=============================== ] 2511/4871 51% [=============================== ] 2512/4871 51% [=============================== ] 2513/4871 51% [=============================== ] 2514/4871 51% [================================ ] 2515/4871 51% [================================ ] 2516/4871 51% [================================ ] 2517/4871 51% [================================ ] 2518/4871 51% [================================ ] 2519/4871 51% [================================ ] 2520/4871 51% [================================ ] 2521/4871 51% [================================ ] 2522/4871 51% [================================ ] 2523/4871 51% [================================ ] 2524/4871 51% [================================ ] 2525/4871 51% [================================ ] 2526/4871 51% [================================ ] 2527/4871 51% [================================ ] 2528/4871 51% [================================ ] 2529/4871 51% [================================ ] 2530/4871 51% [================================ ] 2531/4871 51% [================================ ] 2532/4871 51% [================================ ] 2533/4871 52% [================================ ] 2534/4871 52% [================================ ] 2535/4871 52% [================================ ] 2536/4871 52% [================================ ] 2537/4871 52% [================================ ] 2538/4871 52% [================================ ] 2539/4871 52% [================================ ] 2540/4871 52% [================================ ] 2541/4871 52% [================================ ] 2542/4871 52% [================================ ] 2543/4871 52% [================================ ] 2544/4871 52% [================================ ] 2545/4871 52% [================================ ] 2546/4871 52% [================================ ] 2547/4871 52% [================================ ] 2548/4871 52% [================================ ] 2549/4871 52% [================================ ] 2550/4871 52% [================================ ] 2551/4871 52% [================================ ] 2552/4871 52% [================================ ] 2553/4871 52% [================================ ] 2554/4871 52% [================================ ] 2555/4871 52% [================================ ] 2556/4871 52% [================================ ] 2557/4871 52% [================================ ] 2558/4871 52% [================================ ] 2559/4871 52% [================================ ] 2560/4871 52% [================================ ] 2561/4871 52% [================================ ] 2562/4871 52% [================================ ] 2563/4871 52% [================================ ] 2564/4871 52% [================================ ] 2565/4871 52% [================================ ] 2566/4871 52% [================================ ] 2567/4871 52% [================================ ] 2568/4871 52% [================================ ] 2569/4871 52% [================================ ] 2570/4871 52% [================================ ] 2571/4871 52% [================================ ] 2572/4871 52% [================================ ] 2573/4871 52% [================================ ] 2574/4871 52% [================================ ] 2575/4871 52% [================================ ] 2576/4871 52% [================================ ] 2577/4871 52% [================================ ] 2578/4871 52% [================================ ] 2579/4871 52% [================================ ] 2580/4871 52% [================================ ] 2581/4871 52% [================================ ] 2582/4871 53% [================================ ] 2583/4871 53% [================================ ] 2584/4871 53% [================================ ] 2585/4871 53% [================================ ] 2586/4871 53% [================================ ] 2587/4871 53% [================================ ] 2588/4871 53% [================================ ] 2589/4871 53% [================================ ] 2590/4871 53% [================================ ] 2591/4871 53% [================================ ] 2592/4871 53% [================================= ] 2593/4871 53% [================================= ] 2594/4871 53% [================================= ] 2595/4871 53% [================================= ] 2596/4871 53% [================================= ] 2597/4871 53% [================================= ] 2598/4871 53% [================================= ] 2599/4871 53% [================================= ] 2600/4871 53% [================================= ] 2601/4871 53% [================================= ] 2602/4871 53% [================================= ] 2603/4871 53% [================================= ] 2604/4871 53% [================================= ] 2605/4871 53% [================================= ] 2606/4871 53% [================================= ] 2607/4871 53% [================================= ] 2608/4871 53% [================================= ] 2609/4871 53% [================================= ] 2610/4871 53% [================================= ] 2611/4871 53% [================================= ] 2612/4871 53% [================================= ] 2613/4871 53% [================================= ] 2614/4871 53% [================================= ] 2615/4871 53% [================================= ] 2616/4871 53% [================================= ] 2617/4871 53% [================================= ] 2618/4871 53% [================================= ] 2619/4871 53% [================================= ] 2620/4871 53% [================================= ] 2621/4871 53% [================================= ] 2622/4871 53% [================================= ] 2623/4871 53% [================================= ] 2624/4871 53% [================================= ] 2625/4871 53% [================================= ] 2626/4871 53% [================================= ] 2627/4871 53% [================================= ] 2628/4871 53% [================================= ] 2629/4871 53% [================================= ] 2630/4871 53% [================================= ] 2631/4871 54% [================================= ] 2632/4871 54% [================================= ] 2633/4871 54% [================================= ] 2634/4871 54% [================================= ] 2635/4871 54% [================================= ] 2636/4871 54% [================================= ] 2637/4871 54% [================================= ] 2638/4871 54% [================================= ] 2639/4871 54% [================================= ] 2640/4871 54% [================================= ] 2641/4871 54% [================================= ] 2642/4871 54% [================================= ] 2643/4871 54% [================================= ] 2644/4871 54% [================================= ] 2645/4871 54% [================================= ] 2646/4871 54% [================================= ] 2647/4871 54% [================================= ] 2648/4871 54% [================================= ] 2649/4871 54% [================================= ] 2650/4871 54% [================================= ] 2651/4871 54% [================================= ] 2652/4871 54% [================================= ] 2653/4871 54% [================================= ] 2654/4871 54% [================================= ] 2655/4871 54% [================================= ] 2656/4871 54% [================================= ] 2657/4871 54% [================================= ] 2658/4871 54% [================================= ] 2659/4871 54% [================================= ] 2660/4871 54% [================================= ] 2661/4871 54% [================================= ] 2662/4871 54% [================================= ] 2663/4871 54% [================================= ] 2664/4871 54% [================================= ] 2665/4871 54% [================================= ] 2666/4871 54% [================================= ] 2667/4871 54% [================================= ] 2668/4871 54% [================================= ] 2669/4871 54% [================================= ] 2670/4871 54% [================================= ] 2671/4871 54% [================================== ] 2672/4871 54% [================================== ] 2673/4871 54% [================================== ] 2674/4871 54% [================================== ] 2675/4871 54% [================================== ] 2676/4871 54% [================================== ] 2677/4871 54% [================================== ] 2678/4871 54% [================================== ] 2679/4871 54% [================================== ] 2680/4871 55% [================================== ] 2681/4871 55% [================================== ] 2682/4871 55% [================================== ] 2683/4871 55% [================================== ] 2684/4871 55% [================================== ] 2685/4871 55% [================================== ] 2686/4871 55% [================================== ] 2687/4871 55% [================================== ] 2688/4871 55% [================================== ] 2689/4871 55% [================================== ] 2690/4871 55% [================================== ] 2691/4871 55% [================================== ] 2692/4871 55% [================================== ] 2693/4871 55% [================================== ] 2694/4871 55% [================================== ] 2695/4871 55% [================================== ] 2696/4871 55% [================================== ] 2697/4871 55% [================================== ] 2698/4871 55% [================================== ] 2699/4871 55% [================================== ] 2700/4871 55% [================================== ] 2701/4871 55% [================================== ] 2702/4871 55% [================================== ] 2703/4871 55% [================================== ] 2704/4871 55% [================================== ] 2705/4871 55% [================================== ] 2706/4871 55% [================================== ] 2707/4871 55% [================================== ] 2708/4871 55% [================================== ] 2709/4871 55% [================================== ] 2710/4871 55% [================================== ] 2711/4871 55% [================================== ] 2712/4871 55% [================================== ] 2713/4871 55% [================================== ] 2714/4871 55% [================================== ] 2715/4871 55% [================================== ] 2716/4871 55% [================================== ] 2717/4871 55% [================================== ] 2718/4871 55% [================================== ] 2719/4871 55% [================================== ] 2720/4871 55% [================================== ] 2721/4871 55% [================================== ] 2722/4871 55% [================================== ] 2723/4871 55% [================================== ] 2724/4871 55% [================================== ] 2725/4871 55% [================================== ] 2726/4871 55% [================================== ] 2727/4871 55% [================================== ] 2728/4871 56% [================================== ] 2729/4871 56% [================================== ] 2730/4871 56% [================================== ] 2731/4871 56% [================================== ] 2732/4871 56% [================================== ] 2733/4871 56% [================================== ] 2734/4871 56% [================================== ] 2735/4871 56% [================================== ] 2736/4871 56% [================================== ] 2737/4871 56% [================================== ] 2738/4871 56% [================================== ] 2739/4871 56% [================================== ] 2740/4871 56% [================================== ] 2741/4871 56% [================================== ] 2742/4871 56% [================================== ] 2743/4871 56% [================================== ] 2744/4871 56% [================================== ] 2745/4871 56% [================================== ] 2746/4871 56% [================================== ] 2747/4871 56% [================================== ] 2748/4871 56% [================================== ] 2749/4871 56% [=================================== ] 2750/4871 56% [=================================== ] 2751/4871 56% [=================================== ] 2752/4871 56% [=================================== ] 2753/4871 56% [=================================== ] 2754/4871 56% [=================================== ] 2755/4871 56% [=================================== ] 2756/4871 56% [=================================== ] 2757/4871 56% [=================================== ] 2758/4871 56% [=================================== ] 2759/4871 56% [=================================== ] 2760/4871 56% [=================================== ] 2761/4871 56% [=================================== ] 2762/4871 56% [=================================== ] 2763/4871 56% [=================================== ] 2764/4871 56% [=================================== ] 2765/4871 56% [=================================== ] 2766/4871 56% [=================================== ] 2767/4871 56% [=================================== ] 2768/4871 56% [=================================== ] 2769/4871 56% [=================================== ] 2770/4871 56% [=================================== ] 2771/4871 56% [=================================== ] 2772/4871 56% [=================================== ] 2773/4871 56% [=================================== ] 2774/4871 56% [=================================== ] 2775/4871 56% [=================================== ] 2776/4871 56% [=================================== ] 2777/4871 57% [=================================== ] 2778/4871 57% [=================================== ] 2779/4871 57% [=================================== ] 2780/4871 57% [=================================== ] 2781/4871 57% [=================================== ] 2782/4871 57% [=================================== ] 2783/4871 57% [=================================== ] 2784/4871 57% [=================================== ] 2785/4871 57% [=================================== ] 2786/4871 57% [=================================== ] 2787/4871 57% [=================================== ] 2788/4871 57% [=================================== ] 2789/4871 57% [=================================== ] 2790/4871 57% [=================================== ] 2791/4871 57% [=================================== ] 2792/4871 57% [=================================== ] 2793/4871 57% [=================================== ] 2794/4871 57% [=================================== ] 2795/4871 57% [=================================== ] 2796/4871 57% [=================================== ] 2797/4871 57% [=================================== ] 2798/4871 57% [=================================== ] 2799/4871 57% [=================================== ] 2800/4871 57% [=================================== ] 2801/4871 57% [=================================== ] 2802/4871 57% [=================================== ] 2803/4871 57% [=================================== ] 2804/4871 57% [=================================== ] 2805/4871 57% [=================================== ] 2806/4871 57% [=================================== ] 2807/4871 57% [=================================== ] 2808/4871 57% [=================================== ] 2809/4871 57% [=================================== ] 2810/4871 57% [=================================== ] 2811/4871 57% [=================================== ] 2812/4871 57% [=================================== ] 2813/4871 57% [=================================== ] 2814/4871 57% [=================================== ] 2815/4871 57% [=================================== ] 2816/4871 57% [=================================== ] 2817/4871 57% [=================================== ] 2818/4871 57% [=================================== ] 2819/4871 57% [=================================== ] 2820/4871 57% [=================================== ] 2821/4871 57% [=================================== ] 2822/4871 57% [=================================== ] 2823/4871 57% [=================================== ] 2824/4871 57% [=================================== ] 2825/4871 57% [=================================== ] 2826/4871 58% [=================================== ] 2827/4871 58% [=================================== ] 2828/4871 58% [==================================== ] 2829/4871 58% [==================================== ] 2830/4871 58% [==================================== ] 2831/4871 58% [==================================== ] 2832/4871 58% [==================================== ] 2833/4871 58% [==================================== ] 2834/4871 58% [==================================== ] 2835/4871 58% [==================================== ] 2836/4871 58% [==================================== ] 2837/4871 58% [==================================== ] 2838/4871 58% [==================================== ] 2839/4871 58% [==================================== ] 2840/4871 58% [==================================== ] 2841/4871 58% [==================================== ] 2842/4871 58% [==================================== ] 2843/4871 58% [==================================== ] 2844/4871 58% [==================================== ] 2845/4871 58% [==================================== ] 2846/4871 58% [==================================== ] 2847/4871 58% [==================================== ] 2848/4871 58% [==================================== ] 2849/4871 58% [==================================== ] 2850/4871 58% [==================================== ] 2851/4871 58% [==================================== ] 2852/4871 58% [==================================== ] 2853/4871 58% [==================================== ] 2854/4871 58% [==================================== ] 2855/4871 58% [==================================== ] 2856/4871 58% [==================================== ] 2857/4871 58% [==================================== ] 2858/4871 58% [==================================== ] 2859/4871 58% [==================================== ] 2860/4871 58% [==================================== ] 2861/4871 58% [==================================== ] 2862/4871 58% [==================================== ] 2863/4871 58% [==================================== ] 2864/4871 58% [==================================== ] 2865/4871 58% [==================================== ] 2866/4871 58% [==================================== ] 2867/4871 58% [==================================== ] 2868/4871 58% [==================================== ] 2869/4871 58% [==================================== ] 2870/4871 58% [==================================== ] 2871/4871 58% [==================================== ] 2872/4871 58% [==================================== ] 2873/4871 58% [==================================== ] 2874/4871 59% [==================================== ] 2875/4871 59% [==================================== ] 2876/4871 59% [==================================== ] 2877/4871 59% [==================================== ] 2878/4871 59% [==================================== ] 2879/4871 59% [==================================== ] 2880/4871 59% [==================================== ] 2881/4871 59% [==================================== ] 2882/4871 59% [==================================== ] 2883/4871 59% [==================================== ] 2884/4871 59% [==================================== ] 2885/4871 59% [==================================== ] 2886/4871 59% [==================================== ] 2887/4871 59% [==================================== ] 2888/4871 59% [==================================== ] 2889/4871 59% [==================================== ] 2890/4871 59% [==================================== ] 2891/4871 59% [==================================== ] 2892/4871 59% [==================================== ] 2893/4871 59% [==================================== ] 2894/4871 59% [==================================== ] 2895/4871 59% [==================================== ] 2896/4871 59% [==================================== ] 2897/4871 59% [==================================== ] 2898/4871 59% [==================================== ] 2899/4871 59% [==================================== ] 2900/4871 59% [==================================== ] 2901/4871 59% [==================================== ] 2902/4871 59% [==================================== ] 2903/4871 59% [==================================== ] 2904/4871 59% [==================================== ] 2905/4871 59% [==================================== ] 2906/4871 59% [===================================== ] 2907/4871 59% [===================================== ] 2908/4871 59% [===================================== ] 2909/4871 59% [===================================== ] 2910/4871 59% [===================================== ] 2911/4871 59% [===================================== ] 2912/4871 59% [===================================== ] 2913/4871 59% [===================================== ] 2914/4871 59% [===================================== ] 2915/4871 59% [===================================== ] 2916/4871 59% [===================================== ] 2917/4871 59% [===================================== ] 2918/4871 59% [===================================== ] 2919/4871 59% [===================================== ] 2920/4871 59% [===================================== ] 2921/4871 59% [===================================== ] 2922/4871 59% [===================================== ] 2923/4871 60% [===================================== ] 2924/4871 60% [===================================== ] 2925/4871 60% [===================================== ] 2926/4871 60% [===================================== ] 2927/4871 60% [===================================== ] 2928/4871 60% [===================================== ] 2929/4871 60% [===================================== ] 2930/4871 60% [===================================== ] 2931/4871 60% [===================================== ] 2932/4871 60% [===================================== ] 2933/4871 60% [===================================== ] 2934/4871 60% [===================================== ] 2935/4871 60% [===================================== ] 2936/4871 60% [===================================== ] 2937/4871 60% [===================================== ] 2938/4871 60% [===================================== ] 2939/4871 60% [===================================== ] 2940/4871 60% [===================================== ] 2941/4871 60% [===================================== ] 2942/4871 60% [===================================== ] 2943/4871 60% [===================================== ] 2944/4871 60% [===================================== ] 2945/4871 60% [===================================== ] 2946/4871 60% [===================================== ] 2947/4871 60% [===================================== ] 2948/4871 60% [===================================== ] 2949/4871 60% [===================================== ] 2950/4871 60% [===================================== ] 2951/4871 60% [===================================== ] 2952/4871 60% [===================================== ] 2953/4871 60% [===================================== ] 2954/4871 60% [===================================== ] 2955/4871 60% [===================================== ] 2956/4871 60% [===================================== ] 2957/4871 60% [===================================== ] 2958/4871 60% [===================================== ] 2959/4871 60% [===================================== ] 2960/4871 60% [===================================== ] 2961/4871 60% [===================================== ] 2962/4871 60% [===================================== ] 2963/4871 60% [===================================== ] 2964/4871 60% [===================================== ] 2965/4871 60% [===================================== ] 2966/4871 60% [===================================== ] 2967/4871 60% [===================================== ] 2968/4871 60% [===================================== ] 2969/4871 60% [===================================== ] 2970/4871 60% [===================================== ] 2971/4871 60% [===================================== ] 2972/4871 61% [===================================== ] 2973/4871 61% [===================================== ] 2974/4871 61% [===================================== ] 2975/4871 61% [===================================== ] 2976/4871 61% [===================================== ] 2977/4871 61% [===================================== ] 2978/4871 61% [===================================== ] 2979/4871 61% [===================================== ] 2980/4871 61% [===================================== ] 2981/4871 61% [===================================== ] 2982/4871 61% [===================================== ] 2983/4871 61% [===================================== ] 2984/4871 61% [===================================== ] 2985/4871 61% [====================================== ] 2986/4871 61% [====================================== ] 2987/4871 61% [====================================== ] 2988/4871 61% [====================================== ] 2989/4871 61% [====================================== ] 2990/4871 61% [====================================== ] 2991/4871 61% [====================================== ] 2992/4871 61% [====================================== ] 2993/4871 61% [====================================== ] 2994/4871 61% [====================================== ] 2995/4871 61% [====================================== ] 2996/4871 61% [====================================== ] 2997/4871 61% [====================================== ] 2998/4871 61% [====================================== ] 2999/4871 61% [====================================== ] 3000/4871 61% [====================================== ] 3001/4871 61% [====================================== ] 3002/4871 61% [====================================== ] 3003/4871 61% [====================================== ] 3004/4871 61% [====================================== ] 3005/4871 61% [====================================== ] 3006/4871 61% [====================================== ] 3007/4871 61% [====================================== ] 3008/4871 61% [====================================== ] 3009/4871 61% [====================================== ] 3010/4871 61% [====================================== ] 3011/4871 61% [====================================== ] 3012/4871 61% [====================================== ] 3013/4871 61% [====================================== ] 3014/4871 61% [====================================== ] 3015/4871 61% [====================================== ] 3016/4871 61% [====================================== ] 3017/4871 61% [====================================== ] 3018/4871 61% [====================================== ] 3019/4871 61% [====================================== ] 3020/4871 61% [====================================== ] 3021/4871 62% [====================================== ] 3022/4871 62% [====================================== ] 3023/4871 62% [====================================== ] 3024/4871 62% [====================================== ] 3025/4871 62% [====================================== ] 3026/4871 62% [====================================== ] 3027/4871 62% [====================================== ] 3028/4871 62% [====================================== ] 3029/4871 62% [====================================== ] 3030/4871 62% [====================================== ] 3031/4871 62% [====================================== ] 3032/4871 62% [====================================== ] 3033/4871 62% [====================================== ] 3034/4871 62% [====================================== ] 3035/4871 62% [====================================== ] 3036/4871 62% [====================================== ] 3037/4871 62% [====================================== ] 3038/4871 62% [====================================== ] 3039/4871 62% [====================================== ] 3040/4871 62% [====================================== ] 3041/4871 62% [====================================== ] 3042/4871 62% [====================================== ] 3043/4871 62% [====================================== ] 3044/4871 62% [====================================== ] 3045/4871 62% [====================================== ] 3046/4871 62% [====================================== ] 3047/4871 62% [====================================== ] 3048/4871 62% [====================================== ] 3049/4871 62% [====================================== ] 3050/4871 62% [====================================== ] 3051/4871 62% [====================================== ] 3052/4871 62% [====================================== ] 3053/4871 62% [====================================== ] 3054/4871 62% [====================================== ] 3055/4871 62% [====================================== ] 3056/4871 62% [====================================== ] 3057/4871 62% [====================================== ] 3058/4871 62% [====================================== ] 3059/4871 62% [====================================== ] 3060/4871 62% [====================================== ] 3061/4871 62% [====================================== ] 3062/4871 62% [====================================== ] 3063/4871 62% [====================================== ] 3064/4871 62% [======================================= ] 3065/4871 62% [======================================= ] 3066/4871 62% [======================================= ] 3067/4871 62% [======================================= ] 3068/4871 62% [======================================= ] 3069/4871 63% [======================================= ] 3070/4871 63% [======================================= ] 3071/4871 63% [======================================= ] 3072/4871 63% [======================================= ] 3073/4871 63% [======================================= ] 3074/4871 63% [======================================= ] 3075/4871 63% [======================================= ] 3076/4871 63% [======================================= ] 3077/4871 63% [======================================= ] 3078/4871 63% [======================================= ] 3079/4871 63% [======================================= ] 3080/4871 63% [======================================= ] 3081/4871 63% [======================================= ] 3082/4871 63% [======================================= ] 3083/4871 63% [======================================= ] 3084/4871 63% [======================================= ] 3085/4871 63% [======================================= ] 3086/4871 63% [======================================= ] 3087/4871 63% [======================================= ] 3088/4871 63% [======================================= ] 3089/4871 63% [======================================= ] 3090/4871 63% [======================================= ] 3091/4871 63% [======================================= ] 3092/4871 63% [======================================= ] 3093/4871 63% [======================================= ] 3094/4871 63% [======================================= ] 3095/4871 63% [======================================= ] 3096/4871 63% [======================================= ] 3097/4871 63% [======================================= ] 3098/4871 63% [======================================= ] 3099/4871 63% [======================================= ] 3100/4871 63% [======================================= ] 3101/4871 63% [======================================= ] 3102/4871 63% [======================================= ] 3103/4871 63% [======================================= ] 3104/4871 63% [======================================= ] 3105/4871 63% [======================================= ] 3106/4871 63% [======================================= ] 3107/4871 63% [======================================= ] 3108/4871 63% [======================================= ] 3109/4871 63% [======================================= ] 3110/4871 63% [======================================= ] 3111/4871 63% [======================================= ] 3112/4871 63% [======================================= ] 3113/4871 63% [======================================= ] 3114/4871 63% [======================================= ] 3115/4871 63% [======================================= ] 3116/4871 63% [======================================= ] 3117/4871 63% [======================================= ] 3118/4871 64% [======================================= ] 3119/4871 64% [======================================= ] 3120/4871 64% [======================================= ] 3121/4871 64% [======================================= ] 3122/4871 64% [======================================= ] 3123/4871 64% [======================================= ] 3124/4871 64% [======================================= ] 3125/4871 64% [======================================= ] 3126/4871 64% [======================================= ] 3127/4871 64% [======================================= ] 3128/4871 64% [======================================= ] 3129/4871 64% [======================================= ] 3130/4871 64% [======================================= ] 3131/4871 64% [======================================= ] 3132/4871 64% [======================================= ] 3133/4871 64% [======================================= ] 3134/4871 64% [======================================= ] 3135/4871 64% [======================================= ] 3136/4871 64% [======================================= ] 3137/4871 64% [======================================= ] 3138/4871 64% [======================================= ] 3139/4871 64% [======================================= ] 3140/4871 64% [======================================= ] 3141/4871 64% [======================================= ] 3142/4871 64% [======================================== ] 3143/4871 64% [======================================== ] 3144/4871 64% [======================================== ] 3145/4871 64% [======================================== ] 3146/4871 64% [======================================== ] 3147/4871 64% [======================================== ] 3148/4871 64% [======================================== ] 3149/4871 64% [======================================== ] 3150/4871 64% [======================================== ] 3151/4871 64% [======================================== ] 3152/4871 64% [======================================== ] 3153/4871 64% [======================================== ] 3154/4871 64% [======================================== ] 3155/4871 64% [======================================== ] 3156/4871 64% [======================================== ] 3157/4871 64% [======================================== ] 3158/4871 64% [======================================== ] 3159/4871 64% [======================================== ] 3160/4871 64% [======================================== ] 3161/4871 64% [======================================== ] 3162/4871 64% [======================================== ] 3163/4871 64% [======================================== ] 3164/4871 64% [======================================== ] 3165/4871 64% [======================================== ] 3166/4871 64% [======================================== ] 3167/4871 65% [======================================== ] 3168/4871 65% [======================================== ] 3169/4871 65% [======================================== ] 3170/4871 65% [======================================== ] 3171/4871 65% [======================================== ] 3172/4871 65% [======================================== ] 3173/4871 65% [======================================== ] 3174/4871 65% [======================================== ] 3175/4871 65% [======================================== ] 3176/4871 65% [======================================== ] 3177/4871 65% [======================================== ] 3178/4871 65% [======================================== ] 3179/4871 65% [======================================== ] 3180/4871 65% [======================================== ] 3181/4871 65% [======================================== ] 3182/4871 65% [======================================== ] 3183/4871 65% [======================================== ] 3184/4871 65% [======================================== ] 3185/4871 65% [======================================== ] 3186/4871 65% [======================================== ] 3187/4871 65% [======================================== ] 3188/4871 65% [======================================== ] 3189/4871 65% [======================================== ] 3190/4871 65% [======================================== ] 3191/4871 65% [======================================== ] 3192/4871 65% [======================================== ] 3193/4871 65% [======================================== ] 3194/4871 65% [======================================== ] 3195/4871 65% [======================================== ] 3196/4871 65% [======================================== ] 3197/4871 65% [======================================== ] 3198/4871 65% [======================================== ] 3199/4871 65% [======================================== ] 3200/4871 65% [======================================== ] 3201/4871 65% [======================================== ] 3202/4871 65% [======================================== ] 3203/4871 65% [======================================== ] 3204/4871 65% [======================================== ] 3205/4871 65% [======================================== ] 3206/4871 65% [======================================== ] 3207/4871 65% [======================================== ] 3208/4871 65% [======================================== ] 3209/4871 65% [======================================== ] 3210/4871 65% [======================================== ] 3211/4871 65% [======================================== ] 3212/4871 65% [======================================== ] 3213/4871 65% [======================================== ] 3214/4871 65% [======================================== ] 3215/4871 66% [======================================== ] 3216/4871 66% [======================================== ] 3217/4871 66% [======================================== ] 3218/4871 66% [======================================== ] 3219/4871 66% [======================================== ] 3220/4871 66% [======================================== ] 3221/4871 66% [========================================= ] 3222/4871 66% [========================================= ] 3223/4871 66% [========================================= ] 3224/4871 66% [========================================= ] 3225/4871 66% [========================================= ] 3226/4871 66% [========================================= ] 3227/4871 66% [========================================= ] 3228/4871 66% [========================================= ] 3229/4871 66% [========================================= ] 3230/4871 66% [========================================= ] 3231/4871 66% [========================================= ] 3232/4871 66% [========================================= ] 3233/4871 66% [========================================= ] 3234/4871 66% [========================================= ] 3235/4871 66% [========================================= ] 3236/4871 66% [========================================= ] 3237/4871 66% [========================================= ] 3238/4871 66% [========================================= ] 3239/4871 66% [========================================= ] 3240/4871 66% [========================================= ] 3241/4871 66% [========================================= ] 3242/4871 66% [========================================= ] 3243/4871 66% [========================================= ] 3244/4871 66% [========================================= ] 3245/4871 66% [========================================= ] 3246/4871 66% [========================================= ] 3247/4871 66% [========================================= ] 3248/4871 66% [========================================= ] 3249/4871 66% [========================================= ] 3250/4871 66% [========================================= ] 3251/4871 66% [========================================= ] 3252/4871 66% [========================================= ] 3253/4871 66% [========================================= ] 3254/4871 66% [========================================= ] 3255/4871 66% [========================================= ] 3256/4871 66% [========================================= ] 3257/4871 66% [========================================= ] 3258/4871 66% [========================================= ] 3259/4871 66% [========================================= ] 3260/4871 66% [========================================= ] 3261/4871 66% [========================================= ] 3262/4871 66% [========================================= ] 3263/4871 66% [========================================= ] 3264/4871 67% [========================================= ] 3265/4871 67% [========================================= ] 3266/4871 67% [========================================= ] 3267/4871 67% [========================================= ] 3268/4871 67% [========================================= ] 3269/4871 67% [========================================= ] 3270/4871 67% [========================================= ] 3271/4871 67% [========================================= ] 3272/4871 67% [========================================= ] 3273/4871 67% [========================================= ] 3274/4871 67% [========================================= ] 3275/4871 67% [========================================= ] 3276/4871 67% [========================================= ] 3277/4871 67% [========================================= ] 3278/4871 67% [========================================= ] 3279/4871 67% [========================================= ] 3280/4871 67% [========================================= ] 3281/4871 67% [========================================= ] 3282/4871 67% [========================================= ] 3283/4871 67% [========================================= ] 3284/4871 67% [========================================= ] 3285/4871 67% [========================================= ] 3286/4871 67% [========================================= ] 3287/4871 67% [========================================= ] 3288/4871 67% [========================================= ] 3289/4871 67% [========================================= ] 3290/4871 67% [========================================= ] 3291/4871 67% [========================================= ] 3292/4871 67% [========================================= ] 3293/4871 67% [========================================= ] 3294/4871 67% [========================================= ] 3295/4871 67% [========================================= ] 3296/4871 67% [========================================= ] 3297/4871 67% [========================================= ] 3298/4871 67% [========================================= ] 3299/4871 67% [========================================== ] 3300/4871 67% [========================================== ] 3301/4871 67% [========================================== ] 3302/4871 67% [========================================== ] 3303/4871 67% [========================================== ] 3304/4871 67% [========================================== ] 3305/4871 67% [========================================== ] 3306/4871 67% [========================================== ] 3307/4871 67% [========================================== ] 3308/4871 67% [========================================== ] 3309/4871 67% [========================================== ] 3310/4871 67% [========================================== ] 3311/4871 67% [========================================== ] 3312/4871 67% [========================================== ] 3313/4871 68% [========================================== ] 3314/4871 68% [========================================== ] 3315/4871 68% [========================================== ] 3316/4871 68% [========================================== ] 3317/4871 68% [========================================== ] 3318/4871 68% [========================================== ] 3319/4871 68% [========================================== ] 3320/4871 68% [========================================== ] 3321/4871 68% [========================================== ] 3322/4871 68% [========================================== ] 3323/4871 68% [========================================== ] 3324/4871 68% [========================================== ] 3325/4871 68% [========================================== ] 3326/4871 68% [========================================== ] 3327/4871 68% [========================================== ] 3328/4871 68% [========================================== ] 3329/4871 68% [========================================== ] 3330/4871 68% [========================================== ] 3331/4871 68% [========================================== ] 3332/4871 68% [========================================== ] 3333/4871 68% [========================================== ] 3334/4871 68% [========================================== ] 3335/4871 68% [========================================== ] 3336/4871 68% [========================================== ] 3337/4871 68% [========================================== ] 3338/4871 68% [========================================== ] 3339/4871 68% [========================================== ] 3340/4871 68% [========================================== ] 3341/4871 68% [========================================== ] 3342/4871 68% [========================================== ] 3343/4871 68% [========================================== ] 3344/4871 68% [========================================== ] 3345/4871 68% [========================================== ] 3346/4871 68% [========================================== ] 3347/4871 68% [========================================== ] 3348/4871 68% [========================================== ] 3349/4871 68% [========================================== ] 3350/4871 68% [========================================== ] 3351/4871 68% [========================================== ] 3352/4871 68% [========================================== ] 3353/4871 68% [========================================== ] 3354/4871 68% [========================================== ] 3355/4871 68% [========================================== ] 3356/4871 68% [========================================== ] 3357/4871 68% [========================================== ] 3358/4871 68% [========================================== ] 3359/4871 68% [========================================== ] 3360/4871 68% [========================================== ] 3361/4871 69% [========================================== ] 3362/4871 69% [========================================== ] 3363/4871 69% [========================================== ] 3364/4871 69% [========================================== ] 3365/4871 69% [========================================== ] 3366/4871 69% [========================================== ] 3367/4871 69% [========================================== ] 3368/4871 69% [========================================== ] 3369/4871 69% [========================================== ] 3370/4871 69% [========================================== ] 3371/4871 69% [========================================== ] 3372/4871 69% [========================================== ] 3373/4871 69% [========================================== ] 3374/4871 69% [========================================== ] 3375/4871 69% [========================================== ] 3376/4871 69% [========================================== ] 3377/4871 69% [========================================== ] 3378/4871 69% [=========================================== ] 3379/4871 69% [=========================================== ] 3380/4871 69% [=========================================== ] 3381/4871 69% [=========================================== ] 3382/4871 69% [=========================================== ] 3383/4871 69% [=========================================== ] 3384/4871 69% [=========================================== ] 3385/4871 69% [=========================================== ] 3386/4871 69% [=========================================== ] 3387/4871 69% [=========================================== ] 3388/4871 69% [=========================================== ] 3389/4871 69% [=========================================== ] 3390/4871 69% [=========================================== ] 3391/4871 69% [=========================================== ] 3392/4871 69% [=========================================== ] 3393/4871 69% [=========================================== ] 3394/4871 69% [=========================================== ] 3395/4871 69% [=========================================== ] 3396/4871 69% [=========================================== ] 3397/4871 69% [=========================================== ] 3398/4871 69% [=========================================== ] 3399/4871 69% [=========================================== ] 3400/4871 69% [=========================================== ] 3401/4871 69% [=========================================== ] 3402/4871 69% [=========================================== ] 3403/4871 69% [=========================================== ] 3404/4871 69% [=========================================== ] 3405/4871 69% [=========================================== ] 3406/4871 69% [=========================================== ] 3407/4871 69% [=========================================== ] 3408/4871 69% [=========================================== ] 3409/4871 69% [=========================================== ] 3410/4871 70% [=========================================== ] 3411/4871 70% [=========================================== ] 3412/4871 70% [=========================================== ] 3413/4871 70% [=========================================== ] 3414/4871 70% [=========================================== ] 3415/4871 70% [=========================================== ] 3416/4871 70% [=========================================== ] 3417/4871 70% [=========================================== ] 3418/4871 70% [=========================================== ] 3419/4871 70% [=========================================== ] 3420/4871 70% [=========================================== ] 3421/4871 70% [=========================================== ] 3422/4871 70% [=========================================== ] 3423/4871 70% [=========================================== ] 3424/4871 70% [=========================================== ] 3425/4871 70% [=========================================== ] 3426/4871 70% [=========================================== ] 3427/4871 70% [=========================================== ] 3428/4871 70% [=========================================== ] 3429/4871 70% [=========================================== ] 3430/4871 70% [=========================================== ] 3431/4871 70% [=========================================== ] 3432/4871 70% [=========================================== ] 3433/4871 70% [=========================================== ] 3434/4871 70% [=========================================== ] 3435/4871 70% [=========================================== ] 3436/4871 70% [=========================================== ] 3437/4871 70% [=========================================== ] 3438/4871 70% [=========================================== ] 3439/4871 70% [=========================================== ] 3440/4871 70% [=========================================== ] 3441/4871 70% [=========================================== ] 3442/4871 70% [=========================================== ] 3443/4871 70% [=========================================== ] 3444/4871 70% [=========================================== ] 3445/4871 70% [=========================================== ] 3446/4871 70% [=========================================== ] 3447/4871 70% [=========================================== ] 3448/4871 70% [=========================================== ] 3449/4871 70% [=========================================== ] 3450/4871 70% [=========================================== ] 3451/4871 70% [=========================================== ] 3452/4871 70% [=========================================== ] 3453/4871 70% [=========================================== ] 3454/4871 70% [=========================================== ] 3455/4871 70% [=========================================== ] 3456/4871 70% [============================================ ] 3457/4871 70% [============================================ ] 3458/4871 70% [============================================ ] 3459/4871 71% [============================================ ] 3460/4871 71% [============================================ ] 3461/4871 71% [============================================ ] 3462/4871 71% [============================================ ] 3463/4871 71% [============================================ ] 3464/4871 71% [============================================ ] 3465/4871 71% [============================================ ] 3466/4871 71% [============================================ ] 3467/4871 71% [============================================ ] 3468/4871 71% [============================================ ] 3469/4871 71% [============================================ ] 3470/4871 71% [============================================ ] 3471/4871 71% [============================================ ] 3472/4871 71% [============================================ ] 3473/4871 71% [============================================ ] 3474/4871 71% [============================================ ] 3475/4871 71% [============================================ ] 3476/4871 71% [============================================ ] 3477/4871 71% [============================================ ] 3478/4871 71% [============================================ ] 3479/4871 71% [============================================ ] 3480/4871 71% [============================================ ] 3481/4871 71% [============================================ ] 3482/4871 71% [============================================ ] 3483/4871 71% [============================================ ] 3484/4871 71% [============================================ ] 3485/4871 71% [============================================ ] 3486/4871 71% [============================================ ] 3487/4871 71% [============================================ ] 3488/4871 71% [============================================ ] 3489/4871 71% [============================================ ] 3490/4871 71% [============================================ ] 3491/4871 71% [============================================ ] 3492/4871 71% [============================================ ] 3493/4871 71% [============================================ ] 3494/4871 71% [============================================ ] 3495/4871 71% [============================================ ] 3496/4871 71% [============================================ ] 3497/4871 71% [============================================ ] 3498/4871 71% [============================================ ] 3499/4871 71% [============================================ ] 3500/4871 71% [============================================ ] 3501/4871 71% [============================================ ] 3502/4871 71% [============================================ ] 3503/4871 71% [============================================ ] 3504/4871 71% [============================================ ] 3505/4871 71% [============================================ ] 3506/4871 71% [============================================ ] 3507/4871 71% [============================================ ] 3508/4871 72% [============================================ ] 3509/4871 72% [============================================ ] 3510/4871 72% [============================================ ] 3511/4871 72% [============================================ ] 3512/4871 72% [============================================ ] 3513/4871 72% [============================================ ] 3514/4871 72% [============================================ ] 3515/4871 72% [============================================ ] 3516/4871 72% [============================================ ] 3517/4871 72% [============================================ ] 3518/4871 72% [============================================ ] 3519/4871 72% [============================================ ] 3520/4871 72% [============================================ ] 3521/4871 72% [============================================ ] 3522/4871 72% [============================================ ] 3523/4871 72% [============================================ ] 3524/4871 72% [============================================ ] 3525/4871 72% [============================================ ] 3526/4871 72% [============================================ ] 3527/4871 72% [============================================ ] 3528/4871 72% [============================================ ] 3529/4871 72% [============================================ ] 3530/4871 72% [============================================ ] 3531/4871 72% [============================================ ] 3532/4871 72% [============================================ ] 3533/4871 72% [============================================ ] 3534/4871 72% [============================================ ] 3535/4871 72% [============================================= ] 3536/4871 72% [============================================= ] 3537/4871 72% [============================================= ] 3538/4871 72% [============================================= ] 3539/4871 72% [============================================= ] 3540/4871 72% [============================================= ] 3541/4871 72% [============================================= ] 3542/4871 72% [============================================= ] 3543/4871 72% [============================================= ] 3544/4871 72% [============================================= ] 3545/4871 72% [============================================= ] 3546/4871 72% [============================================= ] 3547/4871 72% [============================================= ] 3548/4871 72% [============================================= ] 3549/4871 72% [============================================= ] 3550/4871 72% [============================================= ] 3551/4871 72% [============================================= ] 3552/4871 72% [============================================= ] 3553/4871 72% [============================================= ] 3554/4871 72% [============================================= ] 3555/4871 72% [============================================= ] 3556/4871 73% [============================================= ] 3557/4871 73% [============================================= ] 3558/4871 73% [============================================= ] 3559/4871 73% [============================================= ] 3560/4871 73% [============================================= ] 3561/4871 73% [============================================= ] 3562/4871 73% [============================================= ] 3563/4871 73% [============================================= ] 3564/4871 73% [============================================= ] 3565/4871 73% [============================================= ] 3566/4871 73% [============================================= ] 3567/4871 73% [============================================= ] 3568/4871 73% [============================================= ] 3569/4871 73% [============================================= ] 3570/4871 73% [============================================= ] 3571/4871 73% [============================================= ] 3572/4871 73% [============================================= ] 3573/4871 73% [============================================= ] 3574/4871 73% [============================================= ] 3575/4871 73% [============================================= ] 3576/4871 73% [============================================= ] 3577/4871 73% [============================================= ] 3578/4871 73% [============================================= ] 3579/4871 73% [============================================= ] 3580/4871 73% [============================================= ] 3581/4871 73% [============================================= ] 3582/4871 73% [============================================= ] 3583/4871 73% [============================================= ] 3584/4871 73% [============================================= ] 3585/4871 73% [============================================= ] 3586/4871 73% [============================================= ] 3587/4871 73% [============================================= ] 3588/4871 73% [============================================= ] 3589/4871 73% [============================================= ] 3590/4871 73% [============================================= ] 3591/4871 73% [============================================= ] 3592/4871 73% [============================================= ] 3593/4871 73% [============================================= ] 3594/4871 73% [============================================= ] 3595/4871 73% [============================================= ] 3596/4871 73% [============================================= ] 3597/4871 73% [============================================= ] 3598/4871 73% [============================================= ] 3599/4871 73% [============================================= ] 3600/4871 73% [============================================= ] 3601/4871 73% [============================================= ] 3602/4871 73% [============================================= ] 3603/4871 73% [============================================= ] 3604/4871 73% [============================================= ] 3605/4871 74% [============================================= ] 3606/4871 74% [============================================= ] 3607/4871 74% [============================================= ] 3608/4871 74% [============================================= ] 3609/4871 74% [============================================= ] 3610/4871 74% [============================================= ] 3611/4871 74% [============================================= ] 3612/4871 74% [============================================= ] 3613/4871 74% [============================================== ] 3614/4871 74% [============================================== ] 3615/4871 74% [============================================== ] 3616/4871 74% [============================================== ] 3617/4871 74% [============================================== ] 3618/4871 74% [============================================== ] 3619/4871 74% [============================================== ] 3620/4871 74% [============================================== ] 3621/4871 74% [============================================== ] 3622/4871 74% [============================================== ] 3623/4871 74% [============================================== ] 3624/4871 74% [============================================== ] 3625/4871 74% [============================================== ] 3626/4871 74% [============================================== ] 3627/4871 74% [============================================== ] 3628/4871 74% [============================================== ] 3629/4871 74% [============================================== ] 3630/4871 74% [============================================== ] 3631/4871 74% [============================================== ] 3632/4871 74% [============================================== ] 3633/4871 74% [============================================== ] 3634/4871 74% [============================================== ] 3635/4871 74% [============================================== ] 3636/4871 74% [============================================== ] 3637/4871 74% [============================================== ] 3638/4871 74% [============================================== ] 3639/4871 74% [============================================== ] 3640/4871 74% [============================================== ] 3641/4871 74% [============================================== ] 3642/4871 74% [============================================== ] 3643/4871 74% [============================================== ] 3644/4871 74% [============================================== ] 3645/4871 74% [============================================== ] 3646/4871 74% [============================================== ] 3647/4871 74% [============================================== ] 3648/4871 74% [============================================== ] 3649/4871 74% [============================================== ] 3650/4871 74% [============================================== ] 3651/4871 74% [============================================== ] 3652/4871 74% [============================================== ] 3653/4871 74% [============================================== ] 3654/4871 75% [============================================== ] 3655/4871 75% [============================================== ] 3656/4871 75% [============================================== ] 3657/4871 75% [============================================== ] 3658/4871 75% [============================================== ] 3659/4871 75% [============================================== ] 3660/4871 75% [============================================== ] 3661/4871 75% [============================================== ] 3662/4871 75% [============================================== ] 3663/4871 75% [============================================== ] 3664/4871 75% [============================================== ] 3665/4871 75% [============================================== ] 3666/4871 75% [============================================== ] 3667/4871 75% [============================================== ] 3668/4871 75% [============================================== ] 3669/4871 75% [============================================== ] 3670/4871 75% [============================================== ] 3671/4871 75% [============================================== ] 3672/4871 75% [============================================== ] 3673/4871 75% [============================================== ] 3674/4871 75% [============================================== ] 3675/4871 75% [============================================== ] 3676/4871 75% [============================================== ] 3677/4871 75% [============================================== ] 3678/4871 75% [============================================== ] 3679/4871 75% [============================================== ] 3680/4871 75% [============================================== ] 3681/4871 75% [============================================== ] 3682/4871 75% [============================================== ] 3683/4871 75% [============================================== ] 3684/4871 75% [============================================== ] 3685/4871 75% [============================================== ] 3686/4871 75% [============================================== ] 3687/4871 75% [============================================== ] 3688/4871 75% [============================================== ] 3689/4871 75% [============================================== ] 3690/4871 75% [============================================== ] 3691/4871 75% [============================================== ] 3692/4871 75% [=============================================== ] 3693/4871 75% [=============================================== ] 3694/4871 75% [=============================================== ] 3695/4871 75% [=============================================== ] 3696/4871 75% [=============================================== ] 3697/4871 75% [=============================================== ] 3698/4871 75% [=============================================== ] 3699/4871 75% [=============================================== ] 3700/4871 75% [=============================================== ] 3701/4871 75% [=============================================== ] 3702/4871 76% [=============================================== ] 3703/4871 76% [=============================================== ] 3704/4871 76% [=============================================== ] 3705/4871 76% [=============================================== ] 3706/4871 76% [=============================================== ] 3707/4871 76% [=============================================== ] 3708/4871 76% [=============================================== ] 3709/4871 76% [=============================================== ] 3710/4871 76% [=============================================== ] 3711/4871 76% [=============================================== ] 3712/4871 76% [=============================================== ] 3713/4871 76% [=============================================== ] 3714/4871 76% [=============================================== ] 3715/4871 76% [=============================================== ] 3716/4871 76% [=============================================== ] 3717/4871 76% [=============================================== ] 3718/4871 76% [=============================================== ] 3719/4871 76% [=============================================== ] 3720/4871 76% [=============================================== ] 3721/4871 76% [=============================================== ] 3722/4871 76% [=============================================== ] 3723/4871 76% [=============================================== ] 3724/4871 76% [=============================================== ] 3725/4871 76% [=============================================== ] 3726/4871 76% [=============================================== ] 3727/4871 76% [=============================================== ] 3728/4871 76% [=============================================== ] 3729/4871 76% [=============================================== ] 3730/4871 76% [=============================================== ] 3731/4871 76% [=============================================== ] 3732/4871 76% [=============================================== ] 3733/4871 76% [=============================================== ] 3734/4871 76% [=============================================== ] 3735/4871 76% [=============================================== ] 3736/4871 76% [=============================================== ] 3737/4871 76% [=============================================== ] 3738/4871 76% [=============================================== ] 3739/4871 76% [=============================================== ] 3740/4871 76% [=============================================== ] 3741/4871 76% [=============================================== ] 3742/4871 76% [=============================================== ] 3743/4871 76% [=============================================== ] 3744/4871 76% [=============================================== ] 3745/4871 76% [=============================================== ] 3746/4871 76% [=============================================== ] 3747/4871 76% [=============================================== ] 3748/4871 76% [=============================================== ] 3749/4871 76% [=============================================== ] 3750/4871 76% [=============================================== ] 3751/4871 77% [=============================================== ] 3752/4871 77% [=============================================== ] 3753/4871 77% [=============================================== ] 3754/4871 77% [=============================================== ] 3755/4871 77% [=============================================== ] 3756/4871 77% [=============================================== ] 3757/4871 77% [=============================================== ] 3758/4871 77% [=============================================== ] 3759/4871 77% [=============================================== ] 3760/4871 77% [=============================================== ] 3761/4871 77% [=============================================== ] 3762/4871 77% [=============================================== ] 3763/4871 77% [=============================================== ] 3764/4871 77% [=============================================== ] 3765/4871 77% [=============================================== ] 3766/4871 77% [=============================================== ] 3767/4871 77% [=============================================== ] 3768/4871 77% [=============================================== ] 3769/4871 77% [=============================================== ] 3770/4871 77% [=============================================== ] 3771/4871 77% [================================================ ] 3772/4871 77% [================================================ ] 3773/4871 77% [================================================ ] 3774/4871 77% [================================================ ] 3775/4871 77% [================================================ ] 3776/4871 77% [================================================ ] 3777/4871 77% [================================================ ] 3778/4871 77% [================================================ ] 3779/4871 77% [================================================ ] 3780/4871 77% [================================================ ] 3781/4871 77% [================================================ ] 3782/4871 77% [================================================ ] 3783/4871 77% [================================================ ] 3784/4871 77% [================================================ ] 3785/4871 77% [================================================ ] 3786/4871 77% [================================================ ] 3787/4871 77% [================================================ ] 3788/4871 77% [================================================ ] 3789/4871 77% [================================================ ] 3790/4871 77% [================================================ ] 3791/4871 77% [================================================ ] 3792/4871 77% [================================================ ] 3793/4871 77% [================================================ ] 3794/4871 77% [================================================ ] 3795/4871 77% [================================================ ] 3796/4871 77% [================================================ ] 3797/4871 77% [================================================ ] 3798/4871 77% [================================================ ] 3799/4871 77% [================================================ ] 3800/4871 78% [================================================ ] 3801/4871 78% [================================================ ] 3802/4871 78% [================================================ ] 3803/4871 78% [================================================ ] 3804/4871 78% [================================================ ] 3805/4871 78% [================================================ ] 3806/4871 78% [================================================ ] 3807/4871 78% [================================================ ] 3808/4871 78% [================================================ ] 3809/4871 78% [================================================ ] 3810/4871 78% [================================================ ] 3811/4871 78% [================================================ ] 3812/4871 78% [================================================ ] 3813/4871 78% [================================================ ] 3814/4871 78% [================================================ ] 3815/4871 78% [================================================ ] 3816/4871 78% [================================================ ] 3817/4871 78% [================================================ ] 3818/4871 78% [================================================ ] 3819/4871 78% [================================================ ] 3820/4871 78% [================================================ ] 3821/4871 78% [================================================ ] 3822/4871 78% [================================================ ] 3823/4871 78% [================================================ ] 3824/4871 78% [================================================ ] 3825/4871 78% [================================================ ] 3826/4871 78% [================================================ ] 3827/4871 78% [================================================ ] 3828/4871 78% [================================================ ] 3829/4871 78% [================================================ ] 3830/4871 78% [================================================ ] 3831/4871 78% [================================================ ] 3832/4871 78% [================================================ ] 3833/4871 78% [================================================ ] 3834/4871 78% [================================================ ] 3835/4871 78% [================================================ ] 3836/4871 78% [================================================ ] 3837/4871 78% [================================================ ] 3838/4871 78% [================================================ ] 3839/4871 78% [================================================ ] 3840/4871 78% [================================================ ] 3841/4871 78% [================================================ ] 3842/4871 78% [================================================ ] 3843/4871 78% [================================================ ] 3844/4871 78% [================================================ ] 3845/4871 78% [================================================ ] 3846/4871 78% [================================================ ] 3847/4871 78% [================================================ ] 3848/4871 78% [================================================ ] 3849/4871 79% [================================================= ] 3850/4871 79% [================================================= ] 3851/4871 79% [================================================= ] 3852/4871 79% [================================================= ] 3853/4871 79% [================================================= ] 3854/4871 79% [================================================= ] 3855/4871 79% [================================================= ] 3856/4871 79% [================================================= ] 3857/4871 79% [================================================= ] 3858/4871 79% [================================================= ] 3859/4871 79% [================================================= ] 3860/4871 79% [================================================= ] 3861/4871 79% [================================================= ] 3862/4871 79% [================================================= ] 3863/4871 79% [================================================= ] 3864/4871 79% [================================================= ] 3865/4871 79% [================================================= ] 3866/4871 79% [================================================= ] 3867/4871 79% [================================================= ] 3868/4871 79% [================================================= ] 3869/4871 79% [================================================= ] 3870/4871 79% [================================================= ] 3871/4871 79% [================================================= ] 3872/4871 79% [================================================= ] 3873/4871 79% [================================================= ] 3874/4871 79% [================================================= ] 3875/4871 79% [================================================= ] 3876/4871 79% [================================================= ] 3877/4871 79% [================================================= ] 3878/4871 79% [================================================= ] 3879/4871 79% [================================================= ] 3880/4871 79% [================================================= ] 3881/4871 79% [================================================= ] 3882/4871 79% [================================================= ] 3883/4871 79% [================================================= ] 3884/4871 79% [================================================= ] 3885/4871 79% [================================================= ] 3886/4871 79% [================================================= ] 3887/4871 79% [================================================= ] 3888/4871 79% [================================================= ] 3889/4871 79% [================================================= ] 3890/4871 79% [================================================= ] 3891/4871 79% [================================================= ] 3892/4871 79% [================================================= ] 3893/4871 79% [================================================= ] 3894/4871 79% [================================================= ] 3895/4871 79% [================================================= ] 3896/4871 79% [================================================= ] 3897/4871 80% [================================================= ] 3898/4871 80% [================================================= ] 3899/4871 80% [================================================= ] 3900/4871 80% [================================================= ] 3901/4871 80% [================================================= ] 3902/4871 80% [================================================= ] 3903/4871 80% [================================================= ] 3904/4871 80% [================================================= ] 3905/4871 80% [================================================= ] 3906/4871 80% [================================================= ] 3907/4871 80% [================================================= ] 3908/4871 80% [================================================= ] 3909/4871 80% [================================================= ] 3910/4871 80% [================================================= ] 3911/4871 80% [================================================= ] 3912/4871 80% [================================================= ] 3913/4871 80% [================================================= ] 3914/4871 80% [================================================= ] 3915/4871 80% [================================================= ] 3916/4871 80% [================================================= ] 3917/4871 80% [================================================= ] 3918/4871 80% [================================================= ] 3919/4871 80% [================================================= ] 3920/4871 80% [================================================= ] 3921/4871 80% [================================================= ] 3922/4871 80% [================================================= ] 3923/4871 80% [================================================= ] 3924/4871 80% [================================================= ] 3925/4871 80% [================================================= ] 3926/4871 80% [================================================= ] 3927/4871 80% [================================================= ] 3928/4871 80% [================================================== ] 3929/4871 80% [================================================== ] 3930/4871 80% [================================================== ] 3931/4871 80% [================================================== ] 3932/4871 80% [================================================== ] 3933/4871 80% [================================================== ] 3934/4871 80% [================================================== ] 3935/4871 80% [================================================== ] 3936/4871 80% [================================================== ] 3937/4871 80% [================================================== ] 3938/4871 80% [================================================== ] 3939/4871 80% [================================================== ] 3940/4871 80% [================================================== ] 3941/4871 80% [================================================== ] 3942/4871 80% [================================================== ] 3943/4871 80% [================================================== ] 3944/4871 80% [================================================== ] 3945/4871 80% [================================================== ] 3946/4871 81% [================================================== ] 3947/4871 81% [================================================== ] 3948/4871 81% [================================================== ] 3949/4871 81% [================================================== ] 3950/4871 81% [================================================== ] 3951/4871 81% [================================================== ] 3952/4871 81% [================================================== ] 3953/4871 81% [================================================== ] 3954/4871 81% [================================================== ] 3955/4871 81% [================================================== ] 3956/4871 81% [================================================== ] 3957/4871 81% [================================================== ] 3958/4871 81% [================================================== ] 3959/4871 81% [================================================== ] 3960/4871 81% [================================================== ] 3961/4871 81% [================================================== ] 3962/4871 81% [================================================== ] 3963/4871 81% [================================================== ] 3964/4871 81% [================================================== ] 3965/4871 81% [================================================== ] 3966/4871 81% [================================================== ] 3967/4871 81% [================================================== ] 3968/4871 81% [================================================== ] 3969/4871 81% [================================================== ] 3970/4871 81% [================================================== ] 3971/4871 81% [================================================== ] 3972/4871 81% [================================================== ] 3973/4871 81% [================================================== ] 3974/4871 81% [================================================== ] 3975/4871 81% [================================================== ] 3976/4871 81% [================================================== ] 3977/4871 81% [================================================== ] 3978/4871 81% [================================================== ] 3979/4871 81% [================================================== ] 3980/4871 81% [================================================== ] 3981/4871 81% [================================================== ] 3982/4871 81% [================================================== ] 3983/4871 81% [================================================== ] 3984/4871 81% [================================================== ] 3985/4871 81% [================================================== ] 3986/4871 81% [================================================== ] 3987/4871 81% [================================================== ] 3988/4871 81% [================================================== ] 3989/4871 81% [================================================== ] 3990/4871 81% [================================================== ] 3991/4871 81% [================================================== ] 3992/4871 81% [================================================== ] 3993/4871 81% [================================================== ] 3994/4871 81% [================================================== ] 3995/4871 82% [================================================== ] 3996/4871 82% [================================================== ] 3997/4871 82% [================================================== ] 3998/4871 82% [================================================== ] 3999/4871 82% [================================================== ] 4000/4871 82% [================================================== ] 4001/4871 82% [================================================== ] 4002/4871 82% [================================================== ] 4003/4871 82% [================================================== ] 4004/4871 82% [================================================== ] 4005/4871 82% [================================================== ] 4006/4871 82% [=================================================== ] 4007/4871 82% [=================================================== ] 4008/4871 82% [=================================================== ] 4009/4871 82% [=================================================== ] 4010/4871 82% [=================================================== ] 4011/4871 82% [=================================================== ] 4012/4871 82% [=================================================== ] 4013/4871 82% [=================================================== ] 4014/4871 82% [=================================================== ] 4015/4871 82% [=================================================== ] 4016/4871 82% [=================================================== ] 4017/4871 82% [=================================================== ] 4018/4871 82% [=================================================== ] 4019/4871 82% [=================================================== ] 4020/4871 82% [=================================================== ] 4021/4871 82% [=================================================== ] 4022/4871 82% [=================================================== ] 4023/4871 82% [=================================================== ] 4024/4871 82% [=================================================== ] 4025/4871 82% [=================================================== ] 4026/4871 82% [=================================================== ] 4027/4871 82% [=================================================== ] 4028/4871 82% [=================================================== ] 4029/4871 82% [=================================================== ] 4030/4871 82% [=================================================== ] 4031/4871 82% [=================================================== ] 4032/4871 82% [=================================================== ] 4033/4871 82% [=================================================== ] 4034/4871 82% [=================================================== ] 4035/4871 82% [=================================================== ] 4036/4871 82% [=================================================== ] 4037/4871 82% [=================================================== ] 4038/4871 82% [=================================================== ] 4039/4871 82% [=================================================== ] 4040/4871 82% [=================================================== ] 4041/4871 82% [=================================================== ] 4042/4871 82% [=================================================== ] 4043/4871 83% [=================================================== ] 4044/4871 83% [=================================================== ] 4045/4871 83% [=================================================== ] 4046/4871 83% [=================================================== ] 4047/4871 83% [=================================================== ] 4048/4871 83% [=================================================== ] 4049/4871 83% [=================================================== ] 4050/4871 83% [=================================================== ] 4051/4871 83% [=================================================== ] 4052/4871 83% [=================================================== ] 4053/4871 83% [=================================================== ] 4054/4871 83% [=================================================== ] 4055/4871 83% [=================================================== ] 4056/4871 83% [=================================================== ] 4057/4871 83% [=================================================== ] 4058/4871 83% [=================================================== ] 4059/4871 83% [=================================================== ] 4060/4871 83% [=================================================== ] 4061/4871 83% [=================================================== ] 4062/4871 83% [=================================================== ] 4063/4871 83% [=================================================== ] 4064/4871 83% [=================================================== ] 4065/4871 83% [=================================================== ] 4066/4871 83% [=================================================== ] 4067/4871 83% [=================================================== ] 4068/4871 83% [=================================================== ] 4069/4871 83% [=================================================== ] 4070/4871 83% [=================================================== ] 4071/4871 83% [=================================================== ] 4072/4871 83% [=================================================== ] 4073/4871 83% [=================================================== ] 4074/4871 83% [=================================================== ] 4075/4871 83% [=================================================== ] 4076/4871 83% [=================================================== ] 4077/4871 83% [=================================================== ] 4078/4871 83% [=================================================== ] 4079/4871 83% [=================================================== ] 4080/4871 83% [=================================================== ] 4081/4871 83% [=================================================== ] 4082/4871 83% [=================================================== ] 4083/4871 83% [=================================================== ] 4084/4871 83% [=================================================== ] 4085/4871 83% [==================================================== ] 4086/4871 83% [==================================================== ] 4087/4871 83% [==================================================== ] 4088/4871 83% [==================================================== ] 4089/4871 83% [==================================================== ] 4090/4871 83% [==================================================== ] 4091/4871 83% [==================================================== ] 4092/4871 84% [==================================================== ] 4093/4871 84% [==================================================== ] 4094/4871 84% [==================================================== ] 4095/4871 84% [==================================================== ] 4096/4871 84% [==================================================== ] 4097/4871 84% [==================================================== ] 4098/4871 84% [==================================================== ] 4099/4871 84% [==================================================== ] 4100/4871 84% [==================================================== ] 4101/4871 84% [==================================================== ] 4102/4871 84% [==================================================== ] 4103/4871 84% [==================================================== ] 4104/4871 84% [==================================================== ] 4105/4871 84% [==================================================== ] 4106/4871 84% [==================================================== ] 4107/4871 84% [==================================================== ] 4108/4871 84% [==================================================== ] 4109/4871 84% [==================================================== ] 4110/4871 84% [==================================================== ] 4111/4871 84% [==================================================== ] 4112/4871 84% [==================================================== ] 4113/4871 84% [==================================================== ] 4114/4871 84% [==================================================== ] 4115/4871 84% [==================================================== ] 4116/4871 84% [==================================================== ] 4117/4871 84% [==================================================== ] 4118/4871 84% [==================================================== ] 4119/4871 84% [==================================================== ] 4120/4871 84% [==================================================== ] 4121/4871 84% [==================================================== ] 4122/4871 84% [==================================================== ] 4123/4871 84% [==================================================== ] 4124/4871 84% [==================================================== ] 4125/4871 84% [==================================================== ] 4126/4871 84% [==================================================== ] 4127/4871 84% [==================================================== ] 4128/4871 84% [==================================================== ] 4129/4871 84% [==================================================== ] 4130/4871 84% [==================================================== ] 4131/4871 84% [==================================================== ] 4132/4871 84% [==================================================== ] 4133/4871 84% [==================================================== ] 4134/4871 84% [==================================================== ] 4135/4871 84% [==================================================== ] 4136/4871 84% [==================================================== ] 4137/4871 84% [==================================================== ] 4138/4871 84% [==================================================== ] 4139/4871 84% [==================================================== ] 4140/4871 84% [==================================================== ] 4141/4871 85% [==================================================== ] 4142/4871 85% [==================================================== ] 4143/4871 85% [==================================================== ] 4144/4871 85% [==================================================== ] 4145/4871 85% [==================================================== ] 4146/4871 85% [==================================================== ] 4147/4871 85% [==================================================== ] 4148/4871 85% [==================================================== ] 4149/4871 85% [==================================================== ] 4150/4871 85% [==================================================== ] 4151/4871 85% [==================================================== ] 4152/4871 85% [==================================================== ] 4153/4871 85% [==================================================== ] 4154/4871 85% [==================================================== ] 4155/4871 85% [==================================================== ] 4156/4871 85% [==================================================== ] 4157/4871 85% [==================================================== ] 4158/4871 85% [==================================================== ] 4159/4871 85% [==================================================== ] 4160/4871 85% [==================================================== ] 4161/4871 85% [==================================================== ] 4162/4871 85% [==================================================== ] 4163/4871 85% [===================================================== ] 4164/4871 85% [===================================================== ] 4165/4871 85% [===================================================== ] 4166/4871 85% [===================================================== ] 4167/4871 85% [===================================================== ] 4168/4871 85% [===================================================== ] 4169/4871 85% [===================================================== ] 4170/4871 85% [===================================================== ] 4171/4871 85% [===================================================== ] 4172/4871 85% [===================================================== ] 4173/4871 85% [===================================================== ] 4174/4871 85% [===================================================== ] 4175/4871 85% [===================================================== ] 4176/4871 85% [===================================================== ] 4177/4871 85% [===================================================== ] 4178/4871 85% [===================================================== ] 4179/4871 85% [===================================================== ] 4180/4871 85% [===================================================== ] 4181/4871 85% [===================================================== ] 4182/4871 85% [===================================================== ] 4183/4871 85% [===================================================== ] 4184/4871 85% [===================================================== ] 4185/4871 85% [===================================================== ] 4186/4871 85% [===================================================== ] 4187/4871 85% [===================================================== ] 4188/4871 85% [===================================================== ] 4189/4871 85% [===================================================== ] 4190/4871 86% [===================================================== ] 4191/4871 86% [===================================================== ] 4192/4871 86% [===================================================== ] 4193/4871 86% [===================================================== ] 4194/4871 86% [===================================================== ] 4195/4871 86% [===================================================== ] 4196/4871 86% [===================================================== ] 4197/4871 86% [===================================================== ] 4198/4871 86% [===================================================== ] 4199/4871 86% [===================================================== ] 4200/4871 86% [===================================================== ] 4201/4871 86% [===================================================== ] 4202/4871 86% [===================================================== ] 4203/4871 86% [===================================================== ] 4204/4871 86% [===================================================== ] 4205/4871 86% [===================================================== ] 4206/4871 86% [===================================================== ] 4207/4871 86% [===================================================== ] 4208/4871 86% [===================================================== ] 4209/4871 86% [===================================================== ] 4210/4871 86% [===================================================== ] 4211/4871 86% [===================================================== ] 4212/4871 86% [===================================================== ] 4213/4871 86% [===================================================== ] 4214/4871 86% [===================================================== ] 4215/4871 86% [===================================================== ] 4216/4871 86% [===================================================== ] 4217/4871 86% [===================================================== ] 4218/4871 86% [===================================================== ] 4219/4871 86% [===================================================== ] 4220/4871 86% [===================================================== ] 4221/4871 86% [===================================================== ] 4222/4871 86% [===================================================== ] 4223/4871 86% [===================================================== ] 4224/4871 86% [===================================================== ] 4225/4871 86% [===================================================== ] 4226/4871 86% [===================================================== ] 4227/4871 86% [===================================================== ] 4228/4871 86% [===================================================== ] 4229/4871 86% [===================================================== ] 4230/4871 86% [===================================================== ] 4231/4871 86% [===================================================== ] 4232/4871 86% [===================================================== ] 4233/4871 86% [===================================================== ] 4234/4871 86% [===================================================== ] 4235/4871 86% [===================================================== ] 4236/4871 86% [===================================================== ] 4237/4871 86% [===================================================== ] 4238/4871 87% [===================================================== ] 4239/4871 87% [===================================================== ] 4240/4871 87% [===================================================== ] 4241/4871 87% [===================================================== ] 4242/4871 87% [====================================================== ] 4243/4871 87% [====================================================== ] 4244/4871 87% [====================================================== ] 4245/4871 87% [====================================================== ] 4246/4871 87% [====================================================== ] 4247/4871 87% [====================================================== ] 4248/4871 87% [====================================================== ] 4249/4871 87% [====================================================== ] 4250/4871 87% [====================================================== ] 4251/4871 87% [====================================================== ] 4252/4871 87% [====================================================== ] 4253/4871 87% [====================================================== ] 4254/4871 87% [====================================================== ] 4255/4871 87% [====================================================== ] 4256/4871 87% [====================================================== ] 4257/4871 87% [====================================================== ] 4258/4871 87% [====================================================== ] 4259/4871 87% [====================================================== ] 4260/4871 87% [====================================================== ] 4261/4871 87% [====================================================== ] 4262/4871 87% [====================================================== ] 4263/4871 87% [====================================================== ] 4264/4871 87% [====================================================== ] 4265/4871 87% [====================================================== ] 4266/4871 87% [====================================================== ] 4267/4871 87% [====================================================== ] 4268/4871 87% [====================================================== ] 4269/4871 87% [====================================================== ] 4270/4871 87% [====================================================== ] 4271/4871 87% [====================================================== ] 4272/4871 87% [====================================================== ] 4273/4871 87% [====================================================== ] 4274/4871 87% [====================================================== ] 4275/4871 87% [====================================================== ] 4276/4871 87% [====================================================== ] 4277/4871 87% [====================================================== ] 4278/4871 87% [====================================================== ] 4279/4871 87% [====================================================== ] 4280/4871 87% [====================================================== ] 4281/4871 87% [====================================================== ] 4282/4871 87% [====================================================== ] 4283/4871 87% [====================================================== ] 4284/4871 87% [====================================================== ] 4285/4871 87% [====================================================== ] 4286/4871 87% [====================================================== ] 4287/4871 88% [====================================================== ] 4288/4871 88% [====================================================== ] 4289/4871 88% [====================================================== ] 4290/4871 88% [====================================================== ] 4291/4871 88% [====================================================== ] 4292/4871 88% [====================================================== ] 4293/4871 88% [====================================================== ] 4294/4871 88% [====================================================== ] 4295/4871 88% [====================================================== ] 4296/4871 88% [====================================================== ] 4297/4871 88% [====================================================== ] 4298/4871 88% [====================================================== ] 4299/4871 88% [====================================================== ] 4300/4871 88% [====================================================== ] 4301/4871 88% [====================================================== ] 4302/4871 88% [====================================================== ] 4303/4871 88% [====================================================== ] 4304/4871 88% [====================================================== ] 4305/4871 88% [====================================================== ] 4306/4871 88% [====================================================== ] 4307/4871 88% [====================================================== ] 4308/4871 88% [====================================================== ] 4309/4871 88% [====================================================== ] 4310/4871 88% [====================================================== ] 4311/4871 88% [====================================================== ] 4312/4871 88% [====================================================== ] 4313/4871 88% [====================================================== ] 4314/4871 88% [====================================================== ] 4315/4871 88% [====================================================== ] 4316/4871 88% [====================================================== ] 4317/4871 88% [====================================================== ] 4318/4871 88% [====================================================== ] 4319/4871 88% [====================================================== ] 4320/4871 88% [====================================================== ] 4321/4871 88% [======================================================= ] 4322/4871 88% [======================================================= ] 4323/4871 88% [======================================================= ] 4324/4871 88% [======================================================= ] 4325/4871 88% [======================================================= ] 4326/4871 88% [======================================================= ] 4327/4871 88% [======================================================= ] 4328/4871 88% [======================================================= ] 4329/4871 88% [======================================================= ] 4330/4871 88% [======================================================= ] 4331/4871 88% [======================================================= ] 4332/4871 88% [======================================================= ] 4333/4871 88% [======================================================= ] 4334/4871 88% [======================================================= ] 4335/4871 88% [======================================================= ] 4336/4871 89% [======================================================= ] 4337/4871 89% [======================================================= ] 4338/4871 89% [======================================================= ] 4339/4871 89% [======================================================= ] 4340/4871 89% [======================================================= ] 4341/4871 89% [======================================================= ] 4342/4871 89% [======================================================= ] 4343/4871 89% [======================================================= ] 4344/4871 89% [======================================================= ] 4345/4871 89% [======================================================= ] 4346/4871 89% [======================================================= ] 4347/4871 89% [======================================================= ] 4348/4871 89% [======================================================= ] 4349/4871 89% [======================================================= ] 4350/4871 89% [======================================================= ] 4351/4871 89% [======================================================= ] 4352/4871 89% [======================================================= ] 4353/4871 89% [======================================================= ] 4354/4871 89% [======================================================= ] 4355/4871 89% [======================================================= ] 4356/4871 89% [======================================================= ] 4357/4871 89% [======================================================= ] 4358/4871 89% [======================================================= ] 4359/4871 89% [======================================================= ] 4360/4871 89% [======================================================= ] 4361/4871 89% [======================================================= ] 4362/4871 89% [======================================================= ] 4363/4871 89% [======================================================= ] 4364/4871 89% [======================================================= ] 4365/4871 89% [======================================================= ] 4366/4871 89% [======================================================= ] 4367/4871 89% [======================================================= ] 4368/4871 89% [======================================================= ] 4369/4871 89% [======================================================= ] 4370/4871 89% [======================================================= ] 4371/4871 89% [======================================================= ] 4372/4871 89% [======================================================= ] 4373/4871 89% [======================================================= ] 4374/4871 89% [======================================================= ] 4375/4871 89% [======================================================= ] 4376/4871 89% [======================================================= ] 4377/4871 89% [======================================================= ] 4378/4871 89% [======================================================= ] 4379/4871 89% [======================================================= ] 4380/4871 89% [======================================================= ] 4381/4871 89% [======================================================= ] 4382/4871 89% [======================================================= ] 4383/4871 89% [======================================================= ] 4384/4871 90% [======================================================= ] 4385/4871 90% [======================================================= ] 4386/4871 90% [======================================================= ] 4387/4871 90% [======================================================= ] 4388/4871 90% [======================================================= ] 4389/4871 90% [======================================================= ] 4390/4871 90% [======================================================= ] 4391/4871 90% [======================================================= ] 4392/4871 90% [======================================================= ] 4393/4871 90% [======================================================= ] 4394/4871 90% [======================================================= ] 4395/4871 90% [======================================================= ] 4396/4871 90% [======================================================= ] 4397/4871 90% [======================================================= ] 4398/4871 90% [======================================================= ] 4399/4871 90% [======================================================== ] 4400/4871 90% [======================================================== ] 4401/4871 90% [======================================================== ] 4402/4871 90% [======================================================== ] 4403/4871 90% [======================================================== ] 4404/4871 90% [======================================================== ] 4405/4871 90% [======================================================== ] 4406/4871 90% [======================================================== ] 4407/4871 90% [======================================================== ] 4408/4871 90% [======================================================== ] 4409/4871 90% [======================================================== ] 4410/4871 90% [======================================================== ] 4411/4871 90% [======================================================== ] 4412/4871 90% [======================================================== ] 4413/4871 90% [======================================================== ] 4414/4871 90% [======================================================== ] 4415/4871 90% [======================================================== ] 4416/4871 90% [======================================================== ] 4417/4871 90% [======================================================== ] 4418/4871 90% [======================================================== ] 4419/4871 90% [======================================================== ] 4420/4871 90% [======================================================== ] 4421/4871 90% [======================================================== ] 4422/4871 90% [======================================================== ] 4423/4871 90% [======================================================== ] 4424/4871 90% [======================================================== ] 4425/4871 90% [======================================================== ] 4426/4871 90% [======================================================== ] 4427/4871 90% [======================================================== ] 4428/4871 90% [======================================================== ] 4429/4871 90% [======================================================== ] 4430/4871 90% [======================================================== ] 4431/4871 90% [======================================================== ] 4432/4871 90% [======================================================== ] 4433/4871 91% [======================================================== ] 4434/4871 91% [======================================================== ] 4435/4871 91% [======================================================== ] 4436/4871 91% [======================================================== ] 4437/4871 91% [======================================================== ] 4438/4871 91% [======================================================== ] 4439/4871 91% [======================================================== ] 4440/4871 91% [======================================================== ] 4441/4871 91% [======================================================== ] 4442/4871 91% [======================================================== ] 4443/4871 91% [======================================================== ] 4444/4871 91% [======================================================== ] 4445/4871 91% [======================================================== ] 4446/4871 91% [======================================================== ] 4447/4871 91% [======================================================== ] 4448/4871 91% [======================================================== ] 4449/4871 91% [======================================================== ] 4450/4871 91% [======================================================== ] 4451/4871 91% [======================================================== ] 4452/4871 91% [======================================================== ] 4453/4871 91% [======================================================== ] 4454/4871 91% [======================================================== ] 4455/4871 91% [======================================================== ] 4456/4871 91% [======================================================== ] 4457/4871 91% [======================================================== ] 4458/4871 91% [======================================================== ] 4459/4871 91% [======================================================== ] 4460/4871 91% [======================================================== ] 4461/4871 91% [======================================================== ] 4462/4871 91% [======================================================== ] 4463/4871 91% [======================================================== ] 4464/4871 91% [======================================================== ] 4465/4871 91% [======================================================== ] 4466/4871 91% [======================================================== ] 4467/4871 91% [======================================================== ] 4468/4871 91% [======================================================== ] 4469/4871 91% [======================================================== ] 4470/4871 91% [======================================================== ] 4471/4871 91% [======================================================== ] 4472/4871 91% [======================================================== ] 4473/4871 91% [======================================================== ] 4474/4871 91% [======================================================== ] 4475/4871 91% [======================================================== ] 4476/4871 91% [======================================================== ] 4477/4871 91% [======================================================== ] 4478/4871 91% [========================================================= ] 4479/4871 91% [========================================================= ] 4480/4871 91% [========================================================= ] 4481/4871 91% [========================================================= ] 4482/4871 92% [========================================================= ] 4483/4871 92% [========================================================= ] 4484/4871 92% [========================================================= ] 4485/4871 92% [========================================================= ] 4486/4871 92% [========================================================= ] 4487/4871 92% [========================================================= ] 4488/4871 92% [========================================================= ] 4489/4871 92% [========================================================= ] 4490/4871 92% [========================================================= ] 4491/4871 92% [========================================================= ] 4492/4871 92% [========================================================= ] 4493/4871 92% [========================================================= ] 4494/4871 92% [========================================================= ] 4495/4871 92% [========================================================= ] 4496/4871 92% [========================================================= ] 4497/4871 92% [========================================================= ] 4498/4871 92% [========================================================= ] 4499/4871 92% [========================================================= ] 4500/4871 92% [========================================================= ] 4501/4871 92% [========================================================= ] 4502/4871 92% [========================================================= ] 4503/4871 92% [========================================================= ] 4504/4871 92% [========================================================= ] 4505/4871 92% [========================================================= ] 4506/4871 92% [========================================================= ] 4507/4871 92% [========================================================= ] 4508/4871 92% [========================================================= ] 4509/4871 92% [========================================================= ] 4510/4871 92% [========================================================= ] 4511/4871 92% [========================================================= ] 4512/4871 92% [========================================================= ] 4513/4871 92% [========================================================= ] 4514/4871 92% [========================================================= ] 4515/4871 92% [========================================================= ] 4516/4871 92% [========================================================= ] 4517/4871 92% [========================================================= ] 4518/4871 92% [========================================================= ] 4519/4871 92% [========================================================= ] 4520/4871 92% [========================================================= ] 4521/4871 92% [========================================================= ] 4522/4871 92% [========================================================= ] 4523/4871 92% [========================================================= ] 4524/4871 92% [========================================================= ] 4525/4871 92% [========================================================= ] 4526/4871 92% [========================================================= ] 4527/4871 92% [========================================================= ] 4528/4871 92% [========================================================= ] 4529/4871 92% [========================================================= ] 4530/4871 92% [========================================================= ] 4531/4871 93% [========================================================= ] 4532/4871 93% [========================================================= ] 4533/4871 93% [========================================================= ] 4534/4871 93% [========================================================= ] 4535/4871 93% [========================================================= ] 4536/4871 93% [========================================================= ] 4537/4871 93% [========================================================= ] 4538/4871 93% [========================================================= ] 4539/4871 93% [========================================================= ] 4540/4871 93% [========================================================= ] 4541/4871 93% [========================================================= ] 4542/4871 93% [========================================================= ] 4543/4871 93% [========================================================= ] 4544/4871 93% [========================================================= ] 4545/4871 93% [========================================================= ] 4546/4871 93% [========================================================= ] 4547/4871 93% [========================================================= ] 4548/4871 93% [========================================================= ] 4549/4871 93% [========================================================= ] 4550/4871 93% [========================================================= ] 4551/4871 93% [========================================================= ] 4552/4871 93% [========================================================= ] 4553/4871 93% [========================================================= ] 4554/4871 93% [========================================================= ] 4555/4871 93% [========================================================= ] 4556/4871 93% [========================================================== ] 4557/4871 93% [========================================================== ] 4558/4871 93% [========================================================== ] 4559/4871 93% [========================================================== ] 4560/4871 93% [========================================================== ] 4561/4871 93% [========================================================== ] 4562/4871 93% [========================================================== ] 4563/4871 93% [========================================================== ] 4564/4871 93% [========================================================== ] 4565/4871 93% [========================================================== ] 4566/4871 93% [========================================================== ] 4567/4871 93% [========================================================== ] 4568/4871 93% [========================================================== ] 4569/4871 93% [========================================================== ] 4570/4871 93% [========================================================== ] 4571/4871 93% [========================================================== ] 4572/4871 93% [========================================================== ] 4573/4871 93% [========================================================== ] 4574/4871 93% [========================================================== ] 4575/4871 93% [========================================================== ] 4576/4871 93% [========================================================== ] 4577/4871 93% [========================================================== ] 4578/4871 93% [========================================================== ] 4579/4871 94% [========================================================== ] 4580/4871 94% [========================================================== ] 4581/4871 94% [========================================================== ] 4582/4871 94% [========================================================== ] 4583/4871 94% [========================================================== ] 4584/4871 94% [========================================================== ] 4585/4871 94% [========================================================== ] 4586/4871 94% [========================================================== ] 4587/4871 94% [========================================================== ] 4588/4871 94% [========================================================== ] 4589/4871 94% [========================================================== ] 4590/4871 94% [========================================================== ] 4591/4871 94% [========================================================== ] 4592/4871 94% [========================================================== ] 4593/4871 94% [========================================================== ] 4594/4871 94% [========================================================== ] 4595/4871 94% [========================================================== ] 4596/4871 94% [========================================================== ] 4597/4871 94% [========================================================== ] 4598/4871 94% [========================================================== ] 4599/4871 94% [========================================================== ] 4600/4871 94% [========================================================== ] 4601/4871 94% [========================================================== ] 4602/4871 94% [========================================================== ] 4603/4871 94% [========================================================== ] 4604/4871 94% [========================================================== ] 4605/4871 94% [========================================================== ] 4606/4871 94% [========================================================== ] 4607/4871 94% [========================================================== ] 4608/4871 94% [========================================================== ] 4609/4871 94% [========================================================== ] 4610/4871 94% [========================================================== ] 4611/4871 94% [========================================================== ] 4612/4871 94% [========================================================== ] 4613/4871 94% [========================================================== ] 4614/4871 94% [========================================================== ] 4615/4871 94% [========================================================== ] 4616/4871 94% [========================================================== ] 4617/4871 94% [========================================================== ] 4618/4871 94% [========================================================== ] 4619/4871 94% [========================================================== ] 4620/4871 94% [========================================================== ] 4621/4871 94% [========================================================== ] 4622/4871 94% [========================================================== ] 4623/4871 94% [========================================================== ] 4624/4871 94% [========================================================== ] 4625/4871 94% [========================================================== ] 4626/4871 94% [========================================================== ] 4627/4871 94% [========================================================== ] 4628/4871 95% [========================================================== ] 4629/4871 95% [========================================================== ] 4630/4871 95% [========================================================== ] 4631/4871 95% [========================================================== ] 4632/4871 95% [========================================================== ] 4633/4871 95% [========================================================== ] 4634/4871 95% [========================================================== ] 4635/4871 95% [=========================================================== ] 4636/4871 95% [=========================================================== ] 4637/4871 95% [=========================================================== ] 4638/4871 95% [=========================================================== ] 4639/4871 95% [=========================================================== ] 4640/4871 95% [=========================================================== ] 4641/4871 95% [=========================================================== ] 4642/4871 95% [=========================================================== ] 4643/4871 95% [=========================================================== ] 4644/4871 95% [=========================================================== ] 4645/4871 95% [=========================================================== ] 4646/4871 95% [=========================================================== ] 4647/4871 95% [=========================================================== ] 4648/4871 95% [=========================================================== ] 4649/4871 95% [=========================================================== ] 4650/4871 95% [=========================================================== ] 4651/4871 95% [=========================================================== ] 4652/4871 95% [=========================================================== ] 4653/4871 95% [=========================================================== ] 4654/4871 95% [=========================================================== ] 4655/4871 95% [=========================================================== ] 4656/4871 95% [=========================================================== ] 4657/4871 95% [=========================================================== ] 4658/4871 95% [=========================================================== ] 4659/4871 95% [=========================================================== ] 4660/4871 95% [=========================================================== ] 4661/4871 95% [=========================================================== ] 4662/4871 95% [=========================================================== ] 4663/4871 95% [=========================================================== ] 4664/4871 95% [=========================================================== ] 4665/4871 95% [=========================================================== ] 4666/4871 95% [=========================================================== ] 4667/4871 95% [=========================================================== ] 4668/4871 95% [=========================================================== ] 4669/4871 95% [=========================================================== ] 4670/4871 95% [=========================================================== ] 4671/4871 95% [=========================================================== ] 4672/4871 95% [=========================================================== ] 4673/4871 95% [=========================================================== ] 4674/4871 95% [=========================================================== ] 4675/4871 95% [=========================================================== ] 4676/4871 95% [=========================================================== ] 4677/4871 96% [=========================================================== ] 4678/4871 96% [=========================================================== ] 4679/4871 96% [=========================================================== ] 4680/4871 96% [=========================================================== ] 4681/4871 96% [=========================================================== ] 4682/4871 96% [=========================================================== ] 4683/4871 96% [=========================================================== ] 4684/4871 96% [=========================================================== ] 4685/4871 96% [=========================================================== ] 4686/4871 96% [=========================================================== ] 4687/4871 96% [=========================================================== ] 4688/4871 96% [=========================================================== ] 4689/4871 96% [=========================================================== ] 4690/4871 96% [=========================================================== ] 4691/4871 96% [=========================================================== ] 4692/4871 96% [=========================================================== ] 4693/4871 96% [=========================================================== ] 4694/4871 96% [=========================================================== ] 4695/4871 96% [=========================================================== ] 4696/4871 96% [=========================================================== ] 4697/4871 96% [=========================================================== ] 4698/4871 96% [=========================================================== ] 4699/4871 96% [=========================================================== ] 4700/4871 96% [=========================================================== ] 4701/4871 96% [=========================================================== ] 4702/4871 96% [=========================================================== ] 4703/4871 96% [=========================================================== ] 4704/4871 96% [=========================================================== ] 4705/4871 96% [=========================================================== ] 4706/4871 96% [=========================================================== ] 4707/4871 96% [=========================================================== ] 4708/4871 96% [=========================================================== ] 4709/4871 96% [=========================================================== ] 4710/4871 96% [=========================================================== ] 4711/4871 96% [=========================================================== ] 4712/4871 96% [=========================================================== ] 4713/4871 96% [============================================================ ] 4714/4871 96% [============================================================ ] 4715/4871 96% [============================================================ ] 4716/4871 96% [============================================================ ] 4717/4871 96% [============================================================ ] 4718/4871 96% [============================================================ ] 4719/4871 96% [============================================================ ] 4720/4871 96% [============================================================ ] 4721/4871 96% [============================================================ ] 4722/4871 96% [============================================================ ] 4723/4871 96% [============================================================ ] 4724/4871 96% [============================================================ ] 4725/4871 97% [============================================================ ] 4726/4871 97% [============================================================ ] 4727/4871 97% [============================================================ ] 4728/4871 97% [============================================================ ] 4729/4871 97% [============================================================ ] 4730/4871 97% [============================================================ ] 4731/4871 97% [============================================================ ] 4732/4871 97% [============================================================ ] 4733/4871 97% [============================================================ ] 4734/4871 97% [============================================================ ] 4735/4871 97% [============================================================ ] 4736/4871 97% [============================================================ ] 4737/4871 97% [============================================================ ] 4738/4871 97% [============================================================ ] 4739/4871 97% [============================================================ ] 4740/4871 97% [============================================================ ] 4741/4871 97% [============================================================ ] 4742/4871 97% [============================================================ ] 4743/4871 97% [============================================================ ] 4744/4871 97% [============================================================ ] 4745/4871 97% [============================================================ ] 4746/4871 97% [============================================================ ] 4747/4871 97% [============================================================ ] 4748/4871 97% [============================================================ ] 4749/4871 97% [============================================================ ] 4750/4871 97% [============================================================ ] 4751/4871 97% [============================================================ ] 4752/4871 97% [============================================================ ] 4753/4871 97% [============================================================ ] 4754/4871 97% [============================================================ ] 4755/4871 97% [============================================================ ] 4756/4871 97% [============================================================ ] 4757/4871 97% [============================================================ ] 4758/4871 97% [============================================================ ] 4759/4871 97% [============================================================ ] 4760/4871 97% [============================================================ ] 4761/4871 97% [============================================================ ] 4762/4871 97% [============================================================ ] 4763/4871 97% [============================================================ ] 4764/4871 97% [============================================================ ] 4765/4871 97% [============================================================ ] 4766/4871 97% [============================================================ ] 4767/4871 97% [============================================================ ] 4768/4871 97% [============================================================ ] 4769/4871 97% [============================================================ ] 4770/4871 97% [============================================================ ] 4771/4871 97% [============================================================ ] 4772/4871 97% [============================================================ ] 4773/4871 97% [============================================================ ] 4774/4871 98% [============================================================ ] 4775/4871 98% [============================================================ ] 4776/4871 98% [============================================================ ] 4777/4871 98% [============================================================ ] 4778/4871 98% [============================================================ ] 4779/4871 98% [============================================================ ] 4780/4871 98% [============================================================ ] 4781/4871 98% [============================================================ ] 4782/4871 98% [============================================================ ] 4783/4871 98% [============================================================ ] 4784/4871 98% [============================================================ ] 4785/4871 98% [============================================================ ] 4786/4871 98% [============================================================ ] 4787/4871 98% [============================================================ ] 4788/4871 98% [============================================================ ] 4789/4871 98% [============================================================ ] 4790/4871 98% [============================================================ ] 4791/4871 98% [============================================================ ] 4792/4871 98% [============================================================= ] 4793/4871 98% [============================================================= ] 4794/4871 98% [============================================================= ] 4795/4871 98% [============================================================= ] 4796/4871 98% [============================================================= ] 4797/4871 98% [============================================================= ] 4798/4871 98% [============================================================= ] 4799/4871 98% [============================================================= ] 4800/4871 98% [============================================================= ] 4801/4871 98% [============================================================= ] 4802/4871 98% [============================================================= ] 4803/4871 98% [============================================================= ] 4804/4871 98% [============================================================= ] 4805/4871 98% [============================================================= ] 4806/4871 98% [============================================================= ] 4807/4871 98% [============================================================= ] 4808/4871 98% [============================================================= ] 4809/4871 98% [============================================================= ] 4810/4871 98% [============================================================= ] 4811/4871 98% [============================================================= ] 4812/4871 98% [============================================================= ] 4813/4871 98% [============================================================= ] 4814/4871 98% [============================================================= ] 4815/4871 98% [============================================================= ] 4816/4871 98% [============================================================= ] 4817/4871 98% [============================================================= ] 4818/4871 98% [============================================================= ] 4819/4871 98% [============================================================= ] 4820/4871 98% [============================================================= ] 4821/4871 98% [============================================================= ] 4822/4871 98% [============================================================= ] 4823/4871 99% [============================================================= ] 4824/4871 99% [============================================================= ] 4825/4871 99% [============================================================= ] 4826/4871 99% [============================================================= ] 4827/4871 99% [============================================================= ] 4828/4871 99% [============================================================= ] 4829/4871 99% [============================================================= ] 4830/4871 99% [============================================================= ] 4831/4871 99% [============================================================= ] 4832/4871 99% [============================================================= ] 4833/4871 99% [============================================================= ] 4834/4871 99% [============================================================= ] 4835/4871 99% [============================================================= ] 4836/4871 99% [============================================================= ] 4837/4871 99% [============================================================= ] 4838/4871 99% [============================================================= ] 4839/4871 99% [============================================================= ] 4840/4871 99% [============================================================= ] 4841/4871 99% [============================================================= ] 4842/4871 99% [============================================================= ] 4843/4871 99% [============================================================= ] 4844/4871 99% [============================================================= ] 4845/4871 99% [============================================================= ] 4846/4871 99% [============================================================= ] 4847/4871 99% [============================================================= ] 4848/4871 99% [============================================================= ] 4849/4871 99% [============================================================= ] 4850/4871 99% [============================================================= ] 4851/4871 99% [============================================================= ] 4852/4871 99% [============================================================= ] 4853/4871 99% [============================================================= ] 4854/4871 99% [============================================================= ] 4855/4871 99% [============================================================= ] 4856/4871 99% [============================================================= ] 4857/4871 99% [============================================================= ] 4858/4871 99% [============================================================= ] 4859/4871 99% [============================================================= ] 4860/4871 99% [============================================================= ] 4861/4871 99% [============================================================= ] 4862/4871 99% [============================================================= ] 4863/4871 99% [============================================================= ] 4864/4871 99% [============================================================= ] 4865/4871 99% [============================================================= ] 4866/4871 99% [============================================================= ] 4867/4871 99% [============================================================= ] 4868/4871 99% [============================================================= ] 4869/4871 99% [============================================================= ] 4870/4871 99% [==============================================================] 4871/4871 100% operation complete, 4871 objects in 43289 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.02.7 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.1.62 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1w Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1w Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libite 2.5.3 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-clone 0.46 Collecting legal info README.md: OK (sha256: 40aa7eb133e97b075024380640528760a54aefc344781741ed02539a375db5ac) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-file-listing 6.15 Collecting legal info LICENSE: OK (sha256: 287e6f0fdf2db790a24975b492cde64b210c16af7137f44373cbd03fcf844212) >>> perl-html-parser 3.80 Collecting legal info LICENSE: OK (sha256: 9081922eb873ec1809c20672a7385a65f3c6b1163166bf69b2bbe986fb5b0159) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-http-cookies 6.10 Collecting legal info LICENSE: OK (sha256: 82902ce20c8ed71d7f4e7a6a5b2b26e43a7e2e90c78098fb49aa49e03ac808e0) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.44 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-http-multipartparser 0.02 Collecting legal info README: OK (sha256: a339d6cf9253720ba69b311423556cc02c94d5a6f76cf5cdf11af2112e14a074) >>> perl-http-negotiate 6.01 Collecting legal info README: OK (sha256: 7a2114bb46279309f8a67e359ab0a578a4e9a7c7add0d1725de46b44f6da6514) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-libwww-perl 6.67 Collecting legal info LICENSE: OK (sha256: 311f168ba9a7819ffab4fea19858f9e880737baf6d112929d11530205035a4cc) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-mailtools 2.21 Collecting legal info README: OK (sha256: f7558badc4f4875df247bcccb50a8f369bfe4a2c19361f1df7b26ddf6aaaaf6b) >>> perl-mime-tools 5.509 Collecting legal info COPYING: OK (sha256: 151cd94e37eb05239c5a678c7d1c4d9d5241a7c9c138760b85152bc1947e2b93) >>> perl-mojolicious-plugin-authentication 1.37 Collecting legal info LICENSE: OK (sha256: 37d219684a6c5f8754435fb0dd36a779121e416553fd6a75e22a7545039d1021) >>> perl-mojolicious-plugin-securityheader 0.07 Collecting legal info LICENSE: OK (sha256: 0c38e4629cc9eee869217d62ad765e581e54958596672046a62dfa4cfd87bb09) >>> perl-mojolicious 9.31 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-net-http 6.22 Collecting legal info LICENSE: OK (sha256: 0ed700a4bfc022e999d83407f71ab62ead96662d8f7bbebfd857376bf3ed6528) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-uri 5.17 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> perl-www-robotrules 6.02 Collecting legal info README: OK (sha256: fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05) >>> perl-xml-sax-base 1.09 Collecting legal info README: OK (sha256: 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> host-rust-bin 1.67.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> uacme 1.7.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wireless-regdb 2023.09.01 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.5 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-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'