>>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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/autobuild/autobuild/instance-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: 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:3: 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 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 In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ 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:2: 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 gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/bin PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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/autobuild/autobuild/instance-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-6/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-6/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Og', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Og', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-mlongcalls', '-mauto-litpools', '-Og', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%xtensa%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%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/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%xtensa%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-mlongcalls', '-mauto-litpools', '-Og', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Og', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Og', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/5.36.0/pod rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/5.36.0/xtensa-linux/CORE find /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-6/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-6/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-6/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/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/autobuild/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-6/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/autobuild/autobuild/instance-6/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/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-85-g0c28688054"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 5061 number of 4KB nodes: 42657 Total image size: 141462880 >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 5061 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/5061 0% [ ] 2/5061 0% [ ] 3/5061 0% [ ] 4/5061 0% [ ] 5/5061 0% [ ] 6/5061 0% [ ] 7/5061 0% [ ] 8/5061 0% [ ] 9/5061 0% [ ] 10/5061 0% [ ] 11/5061 0% [ ] 12/5061 0% [ ] 13/5061 0% [ ] 14/5061 0% [ ] 15/5061 0% [ ] 16/5061 0% [ ] 17/5061 0% [ ] 18/5061 0% [ ] 19/5061 0% [ ] 20/5061 0% [ ] 21/5061 0% [ ] 22/5061 0% [ ] 23/5061 0% [ ] 24/5061 0% [ ] 25/5061 0% [ ] 26/5061 0% [ ] 27/5061 0% [ ] 28/5061 0% [ ] 29/5061 0% [ ] 30/5061 0% [ ] 31/5061 0% [ ] 32/5061 0% [ ] 33/5061 0% [ ] 34/5061 0% [ ] 35/5061 0% [ ] 36/5061 0% [ ] 37/5061 0% [ ] 38/5061 0% [ ] 39/5061 0% [ ] 40/5061 0% [ ] 41/5061 0% [ ] 42/5061 0% [ ] 43/5061 0% [ ] 44/5061 0% [ ] 45/5061 0% [ ] 46/5061 0% [ ] 47/5061 0% [ ] 48/5061 0% [ ] 49/5061 0% [ ] 50/5061 0% [ ] 51/5061 1% [ ] 52/5061 1% [ ] 53/5061 1% [ ] 54/5061 1% [ ] 55/5061 1% [ ] 56/5061 1% [ ] 57/5061 1% [ ] 58/5061 1% [ ] 59/5061 1% [ ] 60/5061 1% [ ] 61/5061 1% [ ] 62/5061 1% [ ] 63/5061 1% [ ] 64/5061 1% [ ] 65/5061 1% [ ] 66/5061 1% [ ] 67/5061 1% [ ] 68/5061 1% [ ] 69/5061 1% [ ] 70/5061 1% [ ] 71/5061 1% [ ] 72/5061 1% [ ] 73/5061 1% [ ] 74/5061 1% [ ] 75/5061 1% [ ] 76/5061 1% [ ] 77/5061 1% [ ] 78/5061 1% [ ] 79/5061 1% [ ] 80/5061 1% [ ] 81/5061 1% [= ] 82/5061 1% [= ] 83/5061 1% [= ] 84/5061 1% [= ] 85/5061 1% [= ] 86/5061 1% [= ] 87/5061 1% [= ] 88/5061 1% [= ] 89/5061 1% [= ] 90/5061 1% [= ] 91/5061 1% [= ] 92/5061 1% [= ] 93/5061 1% [= ] 94/5061 1% [= ] 95/5061 1% [= ] 96/5061 1% [= ] 97/5061 1% [= ] 98/5061 1% [= ] 99/5061 1% [= ] 100/5061 1% [= ] 101/5061 1% [= ] 102/5061 2% [= ] 103/5061 2% [= ] 104/5061 2% [= ] 105/5061 2% [= ] 106/5061 2% [= ] 107/5061 2% [= ] 108/5061 2% [= ] 109/5061 2% [= ] 110/5061 2% [= ] 111/5061 2% [= ] 112/5061 2% [= ] 113/5061 2% [= ] 114/5061 2% [= ] 115/5061 2% [= ] 116/5061 2% [= ] 117/5061 2% [= ] 118/5061 2% [= ] 119/5061 2% [= ] 120/5061 2% [= ] 121/5061 2% [= ] 122/5061 2% [= ] 123/5061 2% [= ] 124/5061 2% [= ] 125/5061 2% [= ] 126/5061 2% [= ] 127/5061 2% [= ] 128/5061 2% [= ] 129/5061 2% [= ] 130/5061 2% [= ] 131/5061 2% [= ] 132/5061 2% [= ] 133/5061 2% [= ] 134/5061 2% [= ] 135/5061 2% [= ] 136/5061 2% [= ] 137/5061 2% [= ] 138/5061 2% [= ] 139/5061 2% [= ] 140/5061 2% [= ] 141/5061 2% [= ] 142/5061 2% [= ] 143/5061 2% [= ] 144/5061 2% [= ] 145/5061 2% [= ] 146/5061 2% [= ] 147/5061 2% [= ] 148/5061 2% [= ] 149/5061 2% [= ] 150/5061 2% [= ] 151/5061 2% [= ] 152/5061 3% [= ] 153/5061 3% [= ] 154/5061 3% [= ] 155/5061 3% [= ] 156/5061 3% [= ] 157/5061 3% [= ] 158/5061 3% [= ] 159/5061 3% [= ] 160/5061 3% [= ] 161/5061 3% [= ] 162/5061 3% [= ] 163/5061 3% [== ] 164/5061 3% [== ] 165/5061 3% [== ] 166/5061 3% [== ] 167/5061 3% [== ] 168/5061 3% [== ] 169/5061 3% [== ] 170/5061 3% [== ] 171/5061 3% [== ] 172/5061 3% [== ] 173/5061 3% [== ] 174/5061 3% [== ] 175/5061 3% [== ] 176/5061 3% [== ] 177/5061 3% [== ] 178/5061 3% [== ] 179/5061 3% [== ] 180/5061 3% [== ] 181/5061 3% [== ] 182/5061 3% [== ] 183/5061 3% [== ] 184/5061 3% [== ] 185/5061 3% [== ] 186/5061 3% [== ] 187/5061 3% [== ] 188/5061 3% [== ] 189/5061 3% [== ] 190/5061 3% [== ] 191/5061 3% [== ] 192/5061 3% [== ] 193/5061 3% [== ] 194/5061 3% [== ] 195/5061 3% [== ] 196/5061 3% [== ] 197/5061 3% [== ] 198/5061 3% [== ] 199/5061 3% [== ] 200/5061 3% [== ] 201/5061 3% [== ] 202/5061 3% [== ] 203/5061 4% [== ] 204/5061 4% [== ] 205/5061 4% [== ] 206/5061 4% [== ] 207/5061 4% [== ] 208/5061 4% [== ] 209/5061 4% [== ] 210/5061 4% [== ] 211/5061 4% [== ] 212/5061 4% [== ] 213/5061 4% [== ] 214/5061 4% [== ] 215/5061 4% [== ] 216/5061 4% [== ] 217/5061 4% [== ] 218/5061 4% [== ] 219/5061 4% [== ] 220/5061 4% [== ] 221/5061 4% [== ] 222/5061 4% [== ] 223/5061 4% [== ] 224/5061 4% [== ] 225/5061 4% [== ] 226/5061 4% [== ] 227/5061 4% [== ] 228/5061 4% [== ] 229/5061 4% [== ] 230/5061 4% [== ] 231/5061 4% [== ] 232/5061 4% [== ] 233/5061 4% [== ] 234/5061 4% [== ] 235/5061 4% [== ] 236/5061 4% [== ] 237/5061 4% [== ] 238/5061 4% [== ] 239/5061 4% [== ] 240/5061 4% [== ] 241/5061 4% [== ] 242/5061 4% [== ] 243/5061 4% [== ] 244/5061 4% [=== ] 245/5061 4% [=== ] 246/5061 4% [=== ] 247/5061 4% [=== ] 248/5061 4% [=== ] 249/5061 4% [=== ] 250/5061 4% [=== ] 251/5061 4% [=== ] 252/5061 4% [=== ] 253/5061 4% [=== ] 254/5061 5% [=== ] 255/5061 5% [=== ] 256/5061 5% [=== ] 257/5061 5% [=== ] 258/5061 5% [=== ] 259/5061 5% [=== ] 260/5061 5% [=== ] 261/5061 5% [=== ] 262/5061 5% [=== ] 263/5061 5% [=== ] 264/5061 5% [=== ] 265/5061 5% [=== ] 266/5061 5% [=== ] 267/5061 5% [=== ] 268/5061 5% [=== ] 269/5061 5% [=== ] 270/5061 5% [=== ] 271/5061 5% [=== ] 272/5061 5% [=== ] 273/5061 5% [=== ] 274/5061 5% [=== ] 275/5061 5% [=== ] 276/5061 5% [=== ] 277/5061 5% [=== ] 278/5061 5% [=== ] 279/5061 5% [=== ] 280/5061 5% [=== ] 281/5061 5% [=== ] 282/5061 5% [=== ] 283/5061 5% [=== ] 284/5061 5% [=== ] 285/5061 5% [=== ] 286/5061 5% [=== ] 287/5061 5% [=== ] 288/5061 5% [=== ] 289/5061 5% [=== ] 290/5061 5% [=== ] 291/5061 5% [=== ] 292/5061 5% [=== ] 293/5061 5% [=== ] 294/5061 5% [=== ] 295/5061 5% [=== ] 296/5061 5% [=== ] 297/5061 5% [=== ] 298/5061 5% [=== ] 299/5061 5% [=== ] 300/5061 5% [=== ] 301/5061 5% [=== ] 302/5061 5% [=== ] 303/5061 5% [=== ] 304/5061 6% [=== ] 305/5061 6% [=== ] 306/5061 6% [=== ] 307/5061 6% [=== ] 308/5061 6% [=== ] 309/5061 6% [=== ] 310/5061 6% [=== ] 311/5061 6% [=== ] 312/5061 6% [=== ] 313/5061 6% [=== ] 314/5061 6% [=== ] 315/5061 6% [=== ] 316/5061 6% [=== ] 317/5061 6% [=== ] 318/5061 6% [=== ] 319/5061 6% [=== ] 320/5061 6% [=== ] 321/5061 6% [=== ] 322/5061 6% [=== ] 323/5061 6% [=== ] 324/5061 6% [=== ] 325/5061 6% [=== ] 326/5061 6% [==== ] 327/5061 6% [==== ] 328/5061 6% [==== ] 329/5061 6% [==== ] 330/5061 6% [==== ] 331/5061 6% [==== ] 332/5061 6% [==== ] 333/5061 6% [==== ] 334/5061 6% [==== ] 335/5061 6% [==== ] 336/5061 6% [==== ] 337/5061 6% [==== ] 338/5061 6% [==== ] 339/5061 6% [==== ] 340/5061 6% [==== ] 341/5061 6% [==== ] 342/5061 6% [==== ] 343/5061 6% [==== ] 344/5061 6% [==== ] 345/5061 6% [==== ] 346/5061 6% [==== ] 347/5061 6% [==== ] 348/5061 6% [==== ] 349/5061 6% [==== ] 350/5061 6% [==== ] 351/5061 6% [==== ] 352/5061 6% [==== ] 353/5061 6% [==== ] 354/5061 6% [==== ] 355/5061 7% [==== ] 356/5061 7% [==== ] 357/5061 7% [==== ] 358/5061 7% [==== ] 359/5061 7% [==== ] 360/5061 7% [==== ] 361/5061 7% [==== ] 362/5061 7% [==== ] 363/5061 7% [==== ] 364/5061 7% [==== ] 365/5061 7% [==== ] 366/5061 7% [==== ] 367/5061 7% [==== ] 368/5061 7% [==== ] 369/5061 7% [==== ] 370/5061 7% [==== ] 371/5061 7% [==== ] 372/5061 7% [==== ] 373/5061 7% [==== ] 374/5061 7% [==== ] 375/5061 7% [==== ] 376/5061 7% [==== ] 377/5061 7% [==== ] 378/5061 7% [==== ] 379/5061 7% [==== ] 380/5061 7% [==== ] 381/5061 7% [==== ] 382/5061 7% [==== ] 383/5061 7% [==== ] 384/5061 7% [==== ] 385/5061 7% [==== ] 386/5061 7% [==== ] 387/5061 7% [==== ] 388/5061 7% [==== ] 389/5061 7% [==== ] 390/5061 7% [==== ] 391/5061 7% [==== ] 392/5061 7% [==== ] 393/5061 7% [==== ] 394/5061 7% [==== ] 395/5061 7% [==== ] 396/5061 7% [==== ] 397/5061 7% [==== ] 398/5061 7% [==== ] 399/5061 7% [==== ] 400/5061 7% [==== ] 401/5061 7% [==== ] 402/5061 7% [==== ] 403/5061 7% [==== ] 404/5061 7% [==== ] 405/5061 8% [==== ] 406/5061 8% [==== ] 407/5061 8% [==== ] 408/5061 8% [===== ] 409/5061 8% [===== ] 410/5061 8% [===== ] 411/5061 8% [===== ] 412/5061 8% [===== ] 413/5061 8% [===== ] 414/5061 8% [===== ] 415/5061 8% [===== ] 416/5061 8% [===== ] 417/5061 8% [===== ] 418/5061 8% [===== ] 419/5061 8% [===== ] 420/5061 8% [===== ] 421/5061 8% [===== ] 422/5061 8% [===== ] 423/5061 8% [===== ] 424/5061 8% [===== ] 425/5061 8% [===== ] 426/5061 8% [===== ] 427/5061 8% [===== ] 428/5061 8% [===== ] 429/5061 8% [===== ] 430/5061 8% [===== ] 431/5061 8% [===== ] 432/5061 8% [===== ] 433/5061 8% [===== ] 434/5061 8% [===== ] 435/5061 8% [===== ] 436/5061 8% [===== ] 437/5061 8% [===== ] 438/5061 8% [===== ] 439/5061 8% [===== ] 440/5061 8% [===== ] 441/5061 8% [===== ] 442/5061 8% [===== ] 443/5061 8% [===== ] 444/5061 8% [===== ] 445/5061 8% [===== ] 446/5061 8% [===== ] 447/5061 8% [===== ] 448/5061 8% [===== ] 449/5061 8% [===== ] 450/5061 8% [===== ] 451/5061 8% [===== ] 452/5061 8% [===== ] 453/5061 8% [===== ] 454/5061 8% [===== ] 455/5061 8% [===== ] 456/5061 9% [===== ] 457/5061 9% [===== ] 458/5061 9% [===== ] 459/5061 9% [===== ] 460/5061 9% [===== ] 461/5061 9% [===== ] 462/5061 9% [===== ] 463/5061 9% [===== ] 464/5061 9% [===== ] 465/5061 9% [===== ] 466/5061 9% [===== ] 467/5061 9% [===== ] 468/5061 9% [===== ] 469/5061 9% [===== ] 470/5061 9% [===== ] 471/5061 9% [===== ] 472/5061 9% [===== ] 473/5061 9% [===== ] 474/5061 9% [===== ] 475/5061 9% [===== ] 476/5061 9% [===== ] 477/5061 9% [===== ] 478/5061 9% [===== ] 479/5061 9% [===== ] 480/5061 9% [===== ] 481/5061 9% [===== ] 482/5061 9% [===== ] 483/5061 9% [===== ] 484/5061 9% [===== ] 485/5061 9% [===== ] 486/5061 9% [===== ] 487/5061 9% [===== ] 488/5061 9% [===== ] 489/5061 9% [====== ] 490/5061 9% [====== ] 491/5061 9% [====== ] 492/5061 9% [====== ] 493/5061 9% [====== ] 494/5061 9% [====== ] 495/5061 9% [====== ] 496/5061 9% [====== ] 497/5061 9% [====== ] 498/5061 9% [====== ] 499/5061 9% [====== ] 500/5061 9% [====== ] 501/5061 9% [====== ] 502/5061 9% [====== ] 503/5061 9% [====== ] 504/5061 9% [====== ] 505/5061 9% [====== ] 506/5061 9% [====== ] 507/5061 10% [====== ] 508/5061 10% [====== ] 509/5061 10% [====== ] 510/5061 10% [====== ] 511/5061 10% [====== ] 512/5061 10% [====== ] 513/5061 10% [====== ] 514/5061 10% [====== ] 515/5061 10% [====== ] 516/5061 10% [====== ] 517/5061 10% [====== ] 518/5061 10% [====== ] 519/5061 10% [====== ] 520/5061 10% [====== ] 521/5061 10% [====== ] 522/5061 10% [====== ] 523/5061 10% [====== ] 524/5061 10% [====== ] 525/5061 10% [====== ] 526/5061 10% [====== ] 527/5061 10% [====== ] 528/5061 10% [====== ] 529/5061 10% [====== ] 530/5061 10% [====== ] 531/5061 10% [====== ] 532/5061 10% [====== ] 533/5061 10% [====== ] 534/5061 10% [====== ] 535/5061 10% [====== ] 536/5061 10% [====== ] 537/5061 10% [====== ] 538/5061 10% [====== ] 539/5061 10% [====== ] 540/5061 10% [====== ] 541/5061 10% [====== ] 542/5061 10% [====== ] 543/5061 10% [====== ] 544/5061 10% [====== ] 545/5061 10% [====== ] 546/5061 10% [====== ] 547/5061 10% [====== ] 548/5061 10% [====== ] 549/5061 10% [====== ] 550/5061 10% [====== ] 551/5061 10% [====== ] 552/5061 10% [====== ] 553/5061 10% [====== ] 554/5061 10% [====== ] 555/5061 10% [====== ] 556/5061 10% [====== ] 557/5061 11% [====== ] 558/5061 11% [====== ] 559/5061 11% [====== ] 560/5061 11% [====== ] 561/5061 11% [====== ] 562/5061 11% [====== ] 563/5061 11% [====== ] 564/5061 11% [====== ] 565/5061 11% [====== ] 566/5061 11% [====== ] 567/5061 11% [====== ] 568/5061 11% [====== ] 569/5061 11% [====== ] 570/5061 11% [====== ] 571/5061 11% [======= ] 572/5061 11% [======= ] 573/5061 11% [======= ] 574/5061 11% [======= ] 575/5061 11% [======= ] 576/5061 11% [======= ] 577/5061 11% [======= ] 578/5061 11% [======= ] 579/5061 11% [======= ] 580/5061 11% [======= ] 581/5061 11% [======= ] 582/5061 11% [======= ] 583/5061 11% [======= ] 584/5061 11% [======= ] 585/5061 11% [======= ] 586/5061 11% [======= ] 587/5061 11% [======= ] 588/5061 11% [======= ] 589/5061 11% [======= ] 590/5061 11% [======= ] 591/5061 11% [======= ] 592/5061 11% [======= ] 593/5061 11% [======= ] 594/5061 11% [======= ] 595/5061 11% [======= ] 596/5061 11% [======= ] 597/5061 11% [======= ] 598/5061 11% [======= ] 599/5061 11% [======= ] 600/5061 11% [======= ] 601/5061 11% [======= ] 602/5061 11% [======= ] 603/5061 11% [======= ] 604/5061 11% [======= ] 605/5061 11% [======= ] 606/5061 11% [======= ] 607/5061 11% [======= ] 608/5061 12% [======= ] 609/5061 12% [======= ] 610/5061 12% [======= ] 611/5061 12% [======= ] 612/5061 12% [======= ] 613/5061 12% [======= ] 614/5061 12% [======= ] 615/5061 12% [======= ] 616/5061 12% [======= ] 617/5061 12% [======= ] 618/5061 12% [======= ] 619/5061 12% [======= ] 620/5061 12% [======= ] 621/5061 12% [======= ] 622/5061 12% [======= ] 623/5061 12% [======= ] 624/5061 12% [======= ] 625/5061 12% [======= ] 626/5061 12% [======= ] 627/5061 12% [======= ] 628/5061 12% [======= ] 629/5061 12% [======= ] 630/5061 12% [======= ] 631/5061 12% [======= ] 632/5061 12% [======= ] 633/5061 12% [======= ] 634/5061 12% [======= ] 635/5061 12% [======= ] 636/5061 12% [======= ] 637/5061 12% [======= ] 638/5061 12% [======= ] 639/5061 12% [======= ] 640/5061 12% [======= ] 641/5061 12% [======= ] 642/5061 12% [======= ] 643/5061 12% [======= ] 644/5061 12% [======= ] 645/5061 12% [======= ] 646/5061 12% [======= ] 647/5061 12% [======= ] 648/5061 12% [======= ] 649/5061 12% [======= ] 650/5061 12% [======= ] 651/5061 12% [======= ] 652/5061 12% [======= ] 653/5061 12% [======== ] 654/5061 12% [======== ] 655/5061 12% [======== ] 656/5061 12% [======== ] 657/5061 12% [======== ] 658/5061 13% [======== ] 659/5061 13% [======== ] 660/5061 13% [======== ] 661/5061 13% [======== ] 662/5061 13% [======== ] 663/5061 13% [======== ] 664/5061 13% [======== ] 665/5061 13% [======== ] 666/5061 13% [======== ] 667/5061 13% [======== ] 668/5061 13% [======== ] 669/5061 13% [======== ] 670/5061 13% [======== ] 671/5061 13% [======== ] 672/5061 13% [======== ] 673/5061 13% [======== ] 674/5061 13% [======== ] 675/5061 13% [======== ] 676/5061 13% [======== ] 677/5061 13% [======== ] 678/5061 13% [======== ] 679/5061 13% [======== ] 680/5061 13% [======== ] 681/5061 13% [======== ] 682/5061 13% [======== ] 683/5061 13% [======== ] 684/5061 13% [======== ] 685/5061 13% [======== ] 686/5061 13% [======== ] 687/5061 13% [======== ] 688/5061 13% [======== ] 689/5061 13% [======== ] 690/5061 13% [======== ] 691/5061 13% [======== ] 692/5061 13% [======== ] 693/5061 13% [======== ] 694/5061 13% [======== ] 695/5061 13% [======== ] 696/5061 13% [======== ] 697/5061 13% [======== ] 698/5061 13% [======== ] 699/5061 13% [======== ] 700/5061 13% [======== ] 701/5061 13% [======== ] 702/5061 13% [======== ] 703/5061 13% [======== ] 704/5061 13% [======== ] 705/5061 13% [======== ] 706/5061 13% [======== ] 707/5061 13% [======== ] 708/5061 13% [======== ] 709/5061 14% [======== ] 710/5061 14% [======== ] 711/5061 14% [======== ] 712/5061 14% [======== ] 713/5061 14% [======== ] 714/5061 14% [======== ] 715/5061 14% [======== ] 716/5061 14% [======== ] 717/5061 14% [======== ] 718/5061 14% [======== ] 719/5061 14% [======== ] 720/5061 14% [======== ] 721/5061 14% [======== ] 722/5061 14% [======== ] 723/5061 14% [======== ] 724/5061 14% [======== ] 725/5061 14% [======== ] 726/5061 14% [======== ] 727/5061 14% [======== ] 728/5061 14% [======== ] 729/5061 14% [======== ] 730/5061 14% [======== ] 731/5061 14% [======== ] 732/5061 14% [======== ] 733/5061 14% [======== ] 734/5061 14% [========= ] 735/5061 14% [========= ] 736/5061 14% [========= ] 737/5061 14% [========= ] 738/5061 14% [========= ] 739/5061 14% [========= ] 740/5061 14% [========= ] 741/5061 14% [========= ] 742/5061 14% [========= ] 743/5061 14% [========= ] 744/5061 14% [========= ] 745/5061 14% [========= ] 746/5061 14% [========= ] 747/5061 14% [========= ] 748/5061 14% [========= ] 749/5061 14% [========= ] 750/5061 14% [========= ] 751/5061 14% [========= ] 752/5061 14% [========= ] 753/5061 14% [========= ] 754/5061 14% [========= ] 755/5061 14% [========= ] 756/5061 14% [========= ] 757/5061 14% [========= ] 758/5061 14% [========= ] 759/5061 14% [========= ] 760/5061 15% [========= ] 761/5061 15% [========= ] 762/5061 15% [========= ] 763/5061 15% [========= ] 764/5061 15% [========= ] 765/5061 15% [========= ] 766/5061 15% [========= ] 767/5061 15% [========= ] 768/5061 15% [========= ] 769/5061 15% [========= ] 770/5061 15% [========= ] 771/5061 15% [========= ] 772/5061 15% [========= ] 773/5061 15% [========= ] 774/5061 15% [========= ] 775/5061 15% [========= ] 776/5061 15% [========= ] 777/5061 15% [========= ] 778/5061 15% [========= ] 779/5061 15% [========= ] 780/5061 15% [========= ] 781/5061 15% [========= ] 782/5061 15% [========= ] 783/5061 15% [========= ] 784/5061 15% [========= ] 785/5061 15% [========= ] 786/5061 15% [========= ] 787/5061 15% [========= ] 788/5061 15% [========= ] 789/5061 15% [========= ] 790/5061 15% [========= ] 791/5061 15% [========= ] 792/5061 15% [========= ] 793/5061 15% [========= ] 794/5061 15% [========= ] 795/5061 15% [========= ] 796/5061 15% [========= ] 797/5061 15% [========= ] 798/5061 15% [========= ] 799/5061 15% [========= ] 800/5061 15% [========= ] 801/5061 15% [========= ] 802/5061 15% [========= ] 803/5061 15% [========= ] 804/5061 15% [========= ] 805/5061 15% [========= ] 806/5061 15% [========= ] 807/5061 15% [========= ] 808/5061 15% [========= ] 809/5061 15% [========= ] 810/5061 16% [========= ] 811/5061 16% [========= ] 812/5061 16% [========= ] 813/5061 16% [========= ] 814/5061 16% [========= ] 815/5061 16% [========= ] 816/5061 16% [========== ] 817/5061 16% [========== ] 818/5061 16% [========== ] 819/5061 16% [========== ] 820/5061 16% [========== ] 821/5061 16% [========== ] 822/5061 16% [========== ] 823/5061 16% [========== ] 824/5061 16% [========== ] 825/5061 16% [========== ] 826/5061 16% [========== ] 827/5061 16% [========== ] 828/5061 16% [========== ] 829/5061 16% [========== ] 830/5061 16% [========== ] 831/5061 16% [========== ] 832/5061 16% [========== ] 833/5061 16% [========== ] 834/5061 16% [========== ] 835/5061 16% [========== ] 836/5061 16% [========== ] 837/5061 16% [========== ] 838/5061 16% [========== ] 839/5061 16% [========== ] 840/5061 16% [========== ] 841/5061 16% [========== ] 842/5061 16% [========== ] 843/5061 16% [========== ] 844/5061 16% [========== ] 845/5061 16% [========== ] 846/5061 16% [========== ] 847/5061 16% [========== ] 848/5061 16% [========== ] 849/5061 16% [========== ] 850/5061 16% [========== ] 851/5061 16% [========== ] 852/5061 16% [========== ] 853/5061 16% [========== ] 854/5061 16% [========== ] 855/5061 16% [========== ] 856/5061 16% [========== ] 857/5061 16% [========== ] 858/5061 16% [========== ] 859/5061 16% [========== ] 860/5061 16% [========== ] 861/5061 17% [========== ] 862/5061 17% [========== ] 863/5061 17% [========== ] 864/5061 17% [========== ] 865/5061 17% [========== ] 866/5061 17% [========== ] 867/5061 17% [========== ] 868/5061 17% [========== ] 869/5061 17% [========== ] 870/5061 17% [========== ] 871/5061 17% [========== ] 872/5061 17% [========== ] 873/5061 17% [========== ] 874/5061 17% [========== ] 875/5061 17% [========== ] 876/5061 17% [========== ] 877/5061 17% [========== ] 878/5061 17% [========== ] 879/5061 17% [========== ] 880/5061 17% [========== ] 881/5061 17% [========== ] 882/5061 17% [========== ] 883/5061 17% [========== ] 884/5061 17% [========== ] 885/5061 17% [========== ] 886/5061 17% [========== ] 887/5061 17% [========== ] 888/5061 17% [========== ] 889/5061 17% [========== ] 890/5061 17% [========== ] 891/5061 17% [========== ] 892/5061 17% [========== ] 893/5061 17% [========== ] 894/5061 17% [========== ] 895/5061 17% [========== ] 896/5061 17% [========== ] 897/5061 17% [=========== ] 898/5061 17% [=========== ] 899/5061 17% [=========== ] 900/5061 17% [=========== ] 901/5061 17% [=========== ] 902/5061 17% [=========== ] 903/5061 17% [=========== ] 904/5061 17% [=========== ] 905/5061 17% [=========== ] 906/5061 17% [=========== ] 907/5061 17% [=========== ] 908/5061 17% [=========== ] 909/5061 17% [=========== ] 910/5061 17% [=========== ] 911/5061 18% [=========== ] 912/5061 18% [=========== ] 913/5061 18% [=========== ] 914/5061 18% [=========== ] 915/5061 18% [=========== ] 916/5061 18% [=========== ] 917/5061 18% [=========== ] 918/5061 18% [=========== ] 919/5061 18% [=========== ] 920/5061 18% [=========== ] 921/5061 18% [=========== ] 922/5061 18% [=========== ] 923/5061 18% [=========== ] 924/5061 18% [=========== ] 925/5061 18% [=========== ] 926/5061 18% [=========== ] 927/5061 18% [=========== ] 928/5061 18% [=========== ] 929/5061 18% [=========== ] 930/5061 18% [=========== ] 931/5061 18% [=========== ] 932/5061 18% [=========== ] 933/5061 18% [=========== ] 934/5061 18% [=========== ] 935/5061 18% [=========== ] 936/5061 18% [=========== ] 937/5061 18% [=========== ] 938/5061 18% [=========== ] 939/5061 18% [=========== ] 940/5061 18% [=========== ] 941/5061 18% [=========== ] 942/5061 18% [=========== ] 943/5061 18% [=========== ] 944/5061 18% [=========== ] 945/5061 18% [=========== ] 946/5061 18% [=========== ] 947/5061 18% [=========== ] 948/5061 18% [=========== ] 949/5061 18% [=========== ] 950/5061 18% [=========== ] 951/5061 18% [=========== ] 952/5061 18% [=========== ] 953/5061 18% [=========== ] 954/5061 18% [=========== ] 955/5061 18% [=========== ] 956/5061 18% [=========== ] 957/5061 18% [=========== ] 958/5061 18% [=========== ] 959/5061 18% [=========== ] 960/5061 18% [=========== ] 961/5061 18% [=========== ] 962/5061 19% [=========== ] 963/5061 19% [=========== ] 964/5061 19% [=========== ] 965/5061 19% [=========== ] 966/5061 19% [=========== ] 967/5061 19% [=========== ] 968/5061 19% [=========== ] 969/5061 19% [=========== ] 970/5061 19% [=========== ] 971/5061 19% [=========== ] 972/5061 19% [=========== ] 973/5061 19% [=========== ] 974/5061 19% [=========== ] 975/5061 19% [=========== ] 976/5061 19% [=========== ] 977/5061 19% [=========== ] 978/5061 19% [=========== ] 979/5061 19% [============ ] 980/5061 19% [============ ] 981/5061 19% [============ ] 982/5061 19% [============ ] 983/5061 19% [============ ] 984/5061 19% [============ ] 985/5061 19% [============ ] 986/5061 19% [============ ] 987/5061 19% [============ ] 988/5061 19% [============ ] 989/5061 19% [============ ] 990/5061 19% [============ ] 991/5061 19% [============ ] 992/5061 19% [============ ] 993/5061 19% [============ ] 994/5061 19% [============ ] 995/5061 19% [============ ] 996/5061 19% [============ ] 997/5061 19% [============ ] 998/5061 19% [============ ] 999/5061 19% [============ ] 1000/5061 19% [============ ] 1001/5061 19% [============ ] 1002/5061 19% [============ ] 1003/5061 19% [============ ] 1004/5061 19% [============ ] 1005/5061 19% [============ ] 1006/5061 19% [============ ] 1007/5061 19% [============ ] 1008/5061 19% [============ ] 1009/5061 19% [============ ] 1010/5061 19% [============ ] 1011/5061 19% [============ ] 1012/5061 19% [============ ] 1013/5061 20% [============ ] 1014/5061 20% [============ ] 1015/5061 20% [============ ] 1016/5061 20% [============ ] 1017/5061 20% [============ ] 1018/5061 20% [============ ] 1019/5061 20% [============ ] 1020/5061 20% [============ ] 1021/5061 20% [============ ] 1022/5061 20% [============ ] 1023/5061 20% [============ ] 1024/5061 20% [============ ] 1025/5061 20% [============ ] 1026/5061 20% [============ ] 1027/5061 20% [============ ] 1028/5061 20% [============ ] 1029/5061 20% [============ ] 1030/5061 20% [============ ] 1031/5061 20% [============ ] 1032/5061 20% [============ ] 1033/5061 20% [============ ] 1034/5061 20% [============ ] 1035/5061 20% [============ ] 1036/5061 20% [============ ] 1037/5061 20% [============ ] 1038/5061 20% [============ ] 1039/5061 20% [============ ] 1040/5061 20% [============ ] 1041/5061 20% [============ ] 1042/5061 20% [============ ] 1043/5061 20% [============ ] 1044/5061 20% [============ ] 1045/5061 20% [============ ] 1046/5061 20% [============ ] 1047/5061 20% [============ ] 1048/5061 20% [============ ] 1049/5061 20% [============ ] 1050/5061 20% [============ ] 1051/5061 20% [============ ] 1052/5061 20% [============ ] 1053/5061 20% [============ ] 1054/5061 20% [============ ] 1055/5061 20% [============ ] 1056/5061 20% [============ ] 1057/5061 20% [============ ] 1058/5061 20% [============ ] 1059/5061 20% [============ ] 1060/5061 20% [============ ] 1061/5061 20% [============= ] 1062/5061 20% [============= ] 1063/5061 21% [============= ] 1064/5061 21% [============= ] 1065/5061 21% [============= ] 1066/5061 21% [============= ] 1067/5061 21% [============= ] 1068/5061 21% [============= ] 1069/5061 21% [============= ] 1070/5061 21% [============= ] 1071/5061 21% [============= ] 1072/5061 21% [============= ] 1073/5061 21% [============= ] 1074/5061 21% [============= ] 1075/5061 21% [============= ] 1076/5061 21% [============= ] 1077/5061 21% [============= ] 1078/5061 21% [============= ] 1079/5061 21% [============= ] 1080/5061 21% [============= ] 1081/5061 21% [============= ] 1082/5061 21% [============= ] 1083/5061 21% [============= ] 1084/5061 21% [============= ] 1085/5061 21% [============= ] 1086/5061 21% [============= ] 1087/5061 21% [============= ] 1088/5061 21% [============= ] 1089/5061 21% [============= ] 1090/5061 21% [============= ] 1091/5061 21% [============= ] 1092/5061 21% [============= ] 1093/5061 21% [============= ] 1094/5061 21% [============= ] 1095/5061 21% [============= ] 1096/5061 21% [============= ] 1097/5061 21% [============= ] 1098/5061 21% [============= ] 1099/5061 21% [============= ] 1100/5061 21% [============= ] 1101/5061 21% [============= ] 1102/5061 21% [============= ] 1103/5061 21% [============= ] 1104/5061 21% [============= ] 1105/5061 21% [============= ] 1106/5061 21% [============= ] 1107/5061 21% [============= ] 1108/5061 21% [============= ] 1109/5061 21% [============= ] 1110/5061 21% [============= ] 1111/5061 21% [============= ] 1112/5061 21% [============= ] 1113/5061 21% [============= ] 1114/5061 22% [============= ] 1115/5061 22% [============= ] 1116/5061 22% [============= ] 1117/5061 22% [============= ] 1118/5061 22% [============= ] 1119/5061 22% [============= ] 1120/5061 22% [============= ] 1121/5061 22% [============= ] 1122/5061 22% [============= ] 1123/5061 22% [============= ] 1124/5061 22% [============= ] 1125/5061 22% [============= ] 1126/5061 22% [============= ] 1127/5061 22% [============= ] 1128/5061 22% [============= ] 1129/5061 22% [============= ] 1130/5061 22% [============= ] 1131/5061 22% [============= ] 1132/5061 22% [============= ] 1133/5061 22% [============= ] 1134/5061 22% [============= ] 1135/5061 22% [============= ] 1136/5061 22% [============= ] 1137/5061 22% [============= ] 1138/5061 22% [============= ] 1139/5061 22% [============= ] 1140/5061 22% [============= ] 1141/5061 22% [============= ] 1142/5061 22% [============== ] 1143/5061 22% [============== ] 1144/5061 22% [============== ] 1145/5061 22% [============== ] 1146/5061 22% [============== ] 1147/5061 22% [============== ] 1148/5061 22% [============== ] 1149/5061 22% [============== ] 1150/5061 22% [============== ] 1151/5061 22% [============== ] 1152/5061 22% [============== ] 1153/5061 22% [============== ] 1154/5061 22% [============== ] 1155/5061 22% [============== ] 1156/5061 22% [============== ] 1157/5061 22% [============== ] 1158/5061 22% [============== ] 1159/5061 22% [============== ] 1160/5061 22% [============== ] 1161/5061 22% [============== ] 1162/5061 22% [============== ] 1163/5061 22% [============== ] 1164/5061 22% [============== ] 1165/5061 23% [============== ] 1166/5061 23% [============== ] 1167/5061 23% [============== ] 1168/5061 23% [============== ] 1169/5061 23% [============== ] 1170/5061 23% [============== ] 1171/5061 23% [============== ] 1172/5061 23% [============== ] 1173/5061 23% [============== ] 1174/5061 23% [============== ] 1175/5061 23% [============== ] 1176/5061 23% [============== ] 1177/5061 23% [============== ] 1178/5061 23% [============== ] 1179/5061 23% [============== ] 1180/5061 23% [============== ] 1181/5061 23% [============== ] 1182/5061 23% [============== ] 1183/5061 23% [============== ] 1184/5061 23% [============== ] 1185/5061 23% [============== ] 1186/5061 23% [============== ] 1187/5061 23% [============== ] 1188/5061 23% [============== ] 1189/5061 23% [============== ] 1190/5061 23% [============== ] 1191/5061 23% [============== ] 1192/5061 23% [============== ] 1193/5061 23% [============== ] 1194/5061 23% [============== ] 1195/5061 23% [============== ] 1196/5061 23% [============== ] 1197/5061 23% [============== ] 1198/5061 23% [============== ] 1199/5061 23% [============== ] 1200/5061 23% [============== ] 1201/5061 23% [============== ] 1202/5061 23% [============== ] 1203/5061 23% [============== ] 1204/5061 23% [============== ] 1205/5061 23% [============== ] 1206/5061 23% [============== ] 1207/5061 23% [============== ] 1208/5061 23% [============== ] 1209/5061 23% [============== ] 1210/5061 23% [============== ] 1211/5061 23% [============== ] 1212/5061 23% [============== ] 1213/5061 23% [============== ] 1214/5061 23% [============== ] 1215/5061 24% [============== ] 1216/5061 24% [============== ] 1217/5061 24% [============== ] 1218/5061 24% [============== ] 1219/5061 24% [============== ] 1220/5061 24% [============== ] 1221/5061 24% [============== ] 1222/5061 24% [============== ] 1223/5061 24% [============== ] 1224/5061 24% [=============== ] 1225/5061 24% [=============== ] 1226/5061 24% [=============== ] 1227/5061 24% [=============== ] 1228/5061 24% [=============== ] 1229/5061 24% [=============== ] 1230/5061 24% [=============== ] 1231/5061 24% [=============== ] 1232/5061 24% [=============== ] 1233/5061 24% [=============== ] 1234/5061 24% [=============== ] 1235/5061 24% [=============== ] 1236/5061 24% [=============== ] 1237/5061 24% [=============== ] 1238/5061 24% [=============== ] 1239/5061 24% [=============== ] 1240/5061 24% [=============== ] 1241/5061 24% [=============== ] 1242/5061 24% [=============== ] 1243/5061 24% [=============== ] 1244/5061 24% [=============== ] 1245/5061 24% [=============== ] 1246/5061 24% [=============== ] 1247/5061 24% [=============== ] 1248/5061 24% [=============== ] 1249/5061 24% [=============== ] 1250/5061 24% [=============== ] 1251/5061 24% [=============== ] 1252/5061 24% [=============== ] 1253/5061 24% [=============== ] 1254/5061 24% [=============== ] 1255/5061 24% [=============== ] 1256/5061 24% [=============== ] 1257/5061 24% [=============== ] 1258/5061 24% [=============== ] 1259/5061 24% [=============== ] 1260/5061 24% [=============== ] 1261/5061 24% [=============== ] 1262/5061 24% [=============== ] 1263/5061 24% [=============== ] 1264/5061 24% [=============== ] 1265/5061 24% [=============== ] 1266/5061 25% [=============== ] 1267/5061 25% [=============== ] 1268/5061 25% [=============== ] 1269/5061 25% [=============== ] 1270/5061 25% [=============== ] 1271/5061 25% [=============== ] 1272/5061 25% [=============== ] 1273/5061 25% [=============== ] 1274/5061 25% [=============== ] 1275/5061 25% [=============== ] 1276/5061 25% [=============== ] 1277/5061 25% [=============== ] 1278/5061 25% [=============== ] 1279/5061 25% [=============== ] 1280/5061 25% [=============== ] 1281/5061 25% [=============== ] 1282/5061 25% [=============== ] 1283/5061 25% [=============== ] 1284/5061 25% [=============== ] 1285/5061 25% [=============== ] 1286/5061 25% [=============== ] 1287/5061 25% [=============== ] 1288/5061 25% [=============== ] 1289/5061 25% [=============== ] 1290/5061 25% [=============== ] 1291/5061 25% [=============== ] 1292/5061 25% [=============== ] 1293/5061 25% [=============== ] 1294/5061 25% [=============== ] 1295/5061 25% [=============== ] 1296/5061 25% [=============== ] 1297/5061 25% [=============== ] 1298/5061 25% [=============== ] 1299/5061 25% [=============== ] 1300/5061 25% [=============== ] 1301/5061 25% [=============== ] 1302/5061 25% [=============== ] 1303/5061 25% [=============== ] 1304/5061 25% [=============== ] 1305/5061 25% [=============== ] 1306/5061 25% [================ ] 1307/5061 25% [================ ] 1308/5061 25% [================ ] 1309/5061 25% [================ ] 1310/5061 25% [================ ] 1311/5061 25% [================ ] 1312/5061 25% [================ ] 1313/5061 25% [================ ] 1314/5061 25% [================ ] 1315/5061 25% [================ ] 1316/5061 26% [================ ] 1317/5061 26% [================ ] 1318/5061 26% [================ ] 1319/5061 26% [================ ] 1320/5061 26% [================ ] 1321/5061 26% [================ ] 1322/5061 26% [================ ] 1323/5061 26% [================ ] 1324/5061 26% [================ ] 1325/5061 26% [================ ] 1326/5061 26% [================ ] 1327/5061 26% [================ ] 1328/5061 26% [================ ] 1329/5061 26% [================ ] 1330/5061 26% [================ ] 1331/5061 26% [================ ] 1332/5061 26% [================ ] 1333/5061 26% [================ ] 1334/5061 26% [================ ] 1335/5061 26% [================ ] 1336/5061 26% [================ ] 1337/5061 26% [================ ] 1338/5061 26% [================ ] 1339/5061 26% [================ ] 1340/5061 26% [================ ] 1341/5061 26% [================ ] 1342/5061 26% [================ ] 1343/5061 26% [================ ] 1344/5061 26% [================ ] 1345/5061 26% [================ ] 1346/5061 26% [================ ] 1347/5061 26% [================ ] 1348/5061 26% [================ ] 1349/5061 26% [================ ] 1350/5061 26% [================ ] 1351/5061 26% [================ ] 1352/5061 26% [================ ] 1353/5061 26% [================ ] 1354/5061 26% [================ ] 1355/5061 26% [================ ] 1356/5061 26% [================ ] 1357/5061 26% [================ ] 1358/5061 26% [================ ] 1359/5061 26% [================ ] 1360/5061 26% [================ ] 1361/5061 26% [================ ] 1362/5061 26% [================ ] 1363/5061 26% [================ ] 1364/5061 26% [================ ] 1365/5061 26% [================ ] 1366/5061 26% [================ ] 1367/5061 27% [================ ] 1368/5061 27% [================ ] 1369/5061 27% [================ ] 1370/5061 27% [================ ] 1371/5061 27% [================ ] 1372/5061 27% [================ ] 1373/5061 27% [================ ] 1374/5061 27% [================ ] 1375/5061 27% [================ ] 1376/5061 27% [================ ] 1377/5061 27% [================ ] 1378/5061 27% [================ ] 1379/5061 27% [================ ] 1380/5061 27% [================ ] 1381/5061 27% [================ ] 1382/5061 27% [================ ] 1383/5061 27% [================ ] 1384/5061 27% [================ ] 1385/5061 27% [================ ] 1386/5061 27% [================ ] 1387/5061 27% [================= ] 1388/5061 27% [================= ] 1389/5061 27% [================= ] 1390/5061 27% [================= ] 1391/5061 27% [================= ] 1392/5061 27% [================= ] 1393/5061 27% [================= ] 1394/5061 27% [================= ] 1395/5061 27% [================= ] 1396/5061 27% [================= ] 1397/5061 27% [================= ] 1398/5061 27% [================= ] 1399/5061 27% [================= ] 1400/5061 27% [================= ] 1401/5061 27% [================= ] 1402/5061 27% [================= ] 1403/5061 27% [================= ] 1404/5061 27% [================= ] 1405/5061 27% [================= ] 1406/5061 27% [================= ] 1407/5061 27% [================= ] 1408/5061 27% [================= ] 1409/5061 27% [================= ] 1410/5061 27% [================= ] 1411/5061 27% [================= ] 1412/5061 27% [================= ] 1413/5061 27% [================= ] 1414/5061 27% [================= ] 1415/5061 27% [================= ] 1416/5061 27% [================= ] 1417/5061 27% [================= ] 1418/5061 28% [================= ] 1419/5061 28% [================= ] 1420/5061 28% [================= ] 1421/5061 28% [================= ] 1422/5061 28% [================= ] 1423/5061 28% [================= ] 1424/5061 28% [================= ] 1425/5061 28% [================= ] 1426/5061 28% [================= ] 1427/5061 28% [================= ] 1428/5061 28% [================= ] 1429/5061 28% [================= ] 1430/5061 28% [================= ] 1431/5061 28% [================= ] 1432/5061 28% [================= ] 1433/5061 28% [================= ] 1434/5061 28% [================= ] 1435/5061 28% [================= ] 1436/5061 28% [================= ] 1437/5061 28% [================= ] 1438/5061 28% [================= ] 1439/5061 28% [================= ] 1440/5061 28% [================= ] 1441/5061 28% [================= ] 1442/5061 28% [================= ] 1443/5061 28% [================= ] 1444/5061 28% [================= ] 1445/5061 28% [================= ] 1446/5061 28% [================= ] 1447/5061 28% [================= ] 1448/5061 28% [================= ] 1449/5061 28% [================= ] 1450/5061 28% [================= ] 1451/5061 28% [================= ] 1452/5061 28% [================= ] 1453/5061 28% [================= ] 1454/5061 28% [================= ] 1455/5061 28% [================= ] 1456/5061 28% [================= ] 1457/5061 28% [================= ] 1458/5061 28% [================= ] 1459/5061 28% [================= ] 1460/5061 28% [================= ] 1461/5061 28% [================= ] 1462/5061 28% [================= ] 1463/5061 28% [================= ] 1464/5061 28% [================= ] 1465/5061 28% [================= ] 1466/5061 28% [================= ] 1467/5061 28% [================= ] 1468/5061 29% [================= ] 1469/5061 29% [================== ] 1470/5061 29% [================== ] 1471/5061 29% [================== ] 1472/5061 29% [================== ] 1473/5061 29% [================== ] 1474/5061 29% [================== ] 1475/5061 29% [================== ] 1476/5061 29% [================== ] 1477/5061 29% [================== ] 1478/5061 29% [================== ] 1479/5061 29% [================== ] 1480/5061 29% [================== ] 1481/5061 29% [================== ] 1482/5061 29% [================== ] 1483/5061 29% [================== ] 1484/5061 29% [================== ] 1485/5061 29% [================== ] 1486/5061 29% [================== ] 1487/5061 29% [================== ] 1488/5061 29% [================== ] 1489/5061 29% [================== ] 1490/5061 29% [================== ] 1491/5061 29% [================== ] 1492/5061 29% [================== ] 1493/5061 29% [================== ] 1494/5061 29% [================== ] 1495/5061 29% [================== ] 1496/5061 29% [================== ] 1497/5061 29% [================== ] 1498/5061 29% [================== ] 1499/5061 29% [================== ] 1500/5061 29% [================== ] 1501/5061 29% [================== ] 1502/5061 29% [================== ] 1503/5061 29% [================== ] 1504/5061 29% [================== ] 1505/5061 29% [================== ] 1506/5061 29% [================== ] 1507/5061 29% [================== ] 1508/5061 29% [================== ] 1509/5061 29% [================== ] 1510/5061 29% [================== ] 1511/5061 29% [================== ] 1512/5061 29% [================== ] 1513/5061 29% [================== ] 1514/5061 29% [================== ] 1515/5061 29% [================== ] 1516/5061 29% [================== ] 1517/5061 29% [================== ] 1518/5061 29% [================== ] 1519/5061 30% [================== ] 1520/5061 30% [================== ] 1521/5061 30% [================== ] 1522/5061 30% [================== ] 1523/5061 30% [================== ] 1524/5061 30% [================== ] 1525/5061 30% [================== ] 1526/5061 30% [================== ] 1527/5061 30% [================== ] 1528/5061 30% [================== ] 1529/5061 30% [================== ] 1530/5061 30% [================== ] 1531/5061 30% [================== ] 1532/5061 30% [================== ] 1533/5061 30% [================== ] 1534/5061 30% [================== ] 1535/5061 30% [================== ] 1536/5061 30% [================== ] 1537/5061 30% [================== ] 1538/5061 30% [================== ] 1539/5061 30% [================== ] 1540/5061 30% [================== ] 1541/5061 30% [================== ] 1542/5061 30% [================== ] 1543/5061 30% [================== ] 1544/5061 30% [================== ] 1545/5061 30% [================== ] 1546/5061 30% [================== ] 1547/5061 30% [================== ] 1548/5061 30% [================== ] 1549/5061 30% [================== ] 1550/5061 30% [=================== ] 1551/5061 30% [=================== ] 1552/5061 30% [=================== ] 1553/5061 30% [=================== ] 1554/5061 30% [=================== ] 1555/5061 30% [=================== ] 1556/5061 30% [=================== ] 1557/5061 30% [=================== ] 1558/5061 30% [=================== ] 1559/5061 30% [=================== ] 1560/5061 30% [=================== ] 1561/5061 30% [=================== ] 1562/5061 30% [=================== ] 1563/5061 30% [=================== ] 1564/5061 30% [=================== ] 1565/5061 30% [=================== ] 1566/5061 30% [=================== ] 1567/5061 30% [=================== ] 1568/5061 30% [=================== ] 1569/5061 31% [=================== ] 1570/5061 31% [=================== ] 1571/5061 31% [=================== ] 1572/5061 31% [=================== ] 1573/5061 31% [=================== ] 1574/5061 31% [=================== ] 1575/5061 31% [=================== ] 1576/5061 31% [=================== ] 1577/5061 31% [=================== ] 1578/5061 31% [=================== ] 1579/5061 31% [=================== ] 1580/5061 31% [=================== ] 1581/5061 31% [=================== ] 1582/5061 31% [=================== ] 1583/5061 31% [=================== ] 1584/5061 31% [=================== ] 1585/5061 31% [=================== ] 1586/5061 31% [=================== ] 1587/5061 31% [=================== ] 1588/5061 31% [=================== ] 1589/5061 31% [=================== ] 1590/5061 31% [=================== ] 1591/5061 31% [=================== ] 1592/5061 31% [=================== ] 1593/5061 31% [=================== ] 1594/5061 31% [=================== ] 1595/5061 31% [=================== ] 1596/5061 31% [=================== ] 1597/5061 31% [=================== ] 1598/5061 31% [=================== ] 1599/5061 31% [=================== ] 1600/5061 31% [=================== ] 1601/5061 31% [=================== ] 1602/5061 31% [=================== ] 1603/5061 31% [=================== ] 1604/5061 31% [=================== ] 1605/5061 31% [=================== ] 1606/5061 31% [=================== ] 1607/5061 31% [=================== ] 1608/5061 31% [=================== ] 1609/5061 31% [=================== ] 1610/5061 31% [=================== ] 1611/5061 31% [=================== ] 1612/5061 31% [=================== ] 1613/5061 31% [=================== ] 1614/5061 31% [=================== ] 1615/5061 31% [=================== ] 1616/5061 31% [=================== ] 1617/5061 31% [=================== ] 1618/5061 31% [=================== ] 1619/5061 31% [=================== ] 1620/5061 32% [=================== ] 1621/5061 32% [=================== ] 1622/5061 32% [=================== ] 1623/5061 32% [=================== ] 1624/5061 32% [=================== ] 1625/5061 32% [=================== ] 1626/5061 32% [=================== ] 1627/5061 32% [=================== ] 1628/5061 32% [=================== ] 1629/5061 32% [=================== ] 1630/5061 32% [=================== ] 1631/5061 32% [=================== ] 1632/5061 32% [==================== ] 1633/5061 32% [==================== ] 1634/5061 32% [==================== ] 1635/5061 32% [==================== ] 1636/5061 32% [==================== ] 1637/5061 32% [==================== ] 1638/5061 32% [==================== ] 1639/5061 32% [==================== ] 1640/5061 32% [==================== ] 1641/5061 32% [==================== ] 1642/5061 32% [==================== ] 1643/5061 32% [==================== ] 1644/5061 32% [==================== ] 1645/5061 32% [==================== ] 1646/5061 32% [==================== ] 1647/5061 32% [==================== ] 1648/5061 32% [==================== ] 1649/5061 32% [==================== ] 1650/5061 32% [==================== ] 1651/5061 32% [==================== ] 1652/5061 32% [==================== ] 1653/5061 32% [==================== ] 1654/5061 32% [==================== ] 1655/5061 32% [==================== ] 1656/5061 32% [==================== ] 1657/5061 32% [==================== ] 1658/5061 32% [==================== ] 1659/5061 32% [==================== ] 1660/5061 32% [==================== ] 1661/5061 32% [==================== ] 1662/5061 32% [==================== ] 1663/5061 32% [==================== ] 1664/5061 32% [==================== ] 1665/5061 32% [==================== ] 1666/5061 32% [==================== ] 1667/5061 32% [==================== ] 1668/5061 32% [==================== ] 1669/5061 32% [==================== ] 1670/5061 32% [==================== ] 1671/5061 33% [==================== ] 1672/5061 33% [==================== ] 1673/5061 33% [==================== ] 1674/5061 33% [==================== ] 1675/5061 33% [==================== ] 1676/5061 33% [==================== ] 1677/5061 33% [==================== ] 1678/5061 33% [==================== ] 1679/5061 33% [==================== ] 1680/5061 33% [==================== ] 1681/5061 33% [==================== ] 1682/5061 33% [==================== ] 1683/5061 33% [==================== ] 1684/5061 33% [==================== ] 1685/5061 33% [==================== ] 1686/5061 33% [==================== ] 1687/5061 33% [==================== ] 1688/5061 33% [==================== ] 1689/5061 33% [==================== ] 1690/5061 33% [==================== ] 1691/5061 33% [==================== ] 1692/5061 33% [==================== ] 1693/5061 33% [==================== ] 1694/5061 33% [==================== ] 1695/5061 33% [==================== ] 1696/5061 33% [==================== ] 1697/5061 33% [==================== ] 1698/5061 33% [==================== ] 1699/5061 33% [==================== ] 1700/5061 33% [==================== ] 1701/5061 33% [==================== ] 1702/5061 33% [==================== ] 1703/5061 33% [==================== ] 1704/5061 33% [==================== ] 1705/5061 33% [==================== ] 1706/5061 33% [==================== ] 1707/5061 33% [==================== ] 1708/5061 33% [==================== ] 1709/5061 33% [==================== ] 1710/5061 33% [==================== ] 1711/5061 33% [==================== ] 1712/5061 33% [==================== ] 1713/5061 33% [==================== ] 1714/5061 33% [===================== ] 1715/5061 33% [===================== ] 1716/5061 33% [===================== ] 1717/5061 33% [===================== ] 1718/5061 33% [===================== ] 1719/5061 33% [===================== ] 1720/5061 33% [===================== ] 1721/5061 34% [===================== ] 1722/5061 34% [===================== ] 1723/5061 34% [===================== ] 1724/5061 34% [===================== ] 1725/5061 34% [===================== ] 1726/5061 34% [===================== ] 1727/5061 34% [===================== ] 1728/5061 34% [===================== ] 1729/5061 34% [===================== ] 1730/5061 34% [===================== ] 1731/5061 34% [===================== ] 1732/5061 34% [===================== ] 1733/5061 34% [===================== ] 1734/5061 34% [===================== ] 1735/5061 34% [===================== ] 1736/5061 34% [===================== ] 1737/5061 34% [===================== ] 1738/5061 34% [===================== ] 1739/5061 34% [===================== ] 1740/5061 34% [===================== ] 1741/5061 34% [===================== ] 1742/5061 34% [===================== ] 1743/5061 34% [===================== ] 1744/5061 34% [===================== ] 1745/5061 34% [===================== ] 1746/5061 34% [===================== ] 1747/5061 34% [===================== ] 1748/5061 34% [===================== ] 1749/5061 34% [===================== ] 1750/5061 34% [===================== ] 1751/5061 34% [===================== ] 1752/5061 34% [===================== ] 1753/5061 34% [===================== ] 1754/5061 34% [===================== ] 1755/5061 34% [===================== ] 1756/5061 34% [===================== ] 1757/5061 34% [===================== ] 1758/5061 34% [===================== ] 1759/5061 34% [===================== ] 1760/5061 34% [===================== ] 1761/5061 34% [===================== ] 1762/5061 34% [===================== ] 1763/5061 34% [===================== ] 1764/5061 34% [===================== ] 1765/5061 34% [===================== ] 1766/5061 34% [===================== ] 1767/5061 34% [===================== ] 1768/5061 34% [===================== ] 1769/5061 34% [===================== ] 1770/5061 34% [===================== ] 1771/5061 34% [===================== ] 1772/5061 35% [===================== ] 1773/5061 35% [===================== ] 1774/5061 35% [===================== ] 1775/5061 35% [===================== ] 1776/5061 35% [===================== ] 1777/5061 35% [===================== ] 1778/5061 35% [===================== ] 1779/5061 35% [===================== ] 1780/5061 35% [===================== ] 1781/5061 35% [===================== ] 1782/5061 35% [===================== ] 1783/5061 35% [===================== ] 1784/5061 35% [===================== ] 1785/5061 35% [===================== ] 1786/5061 35% [===================== ] 1787/5061 35% [===================== ] 1788/5061 35% [===================== ] 1789/5061 35% [===================== ] 1790/5061 35% [===================== ] 1791/5061 35% [===================== ] 1792/5061 35% [===================== ] 1793/5061 35% [===================== ] 1794/5061 35% [===================== ] 1795/5061 35% [====================== ] 1796/5061 35% [====================== ] 1797/5061 35% [====================== ] 1798/5061 35% [====================== ] 1799/5061 35% [====================== ] 1800/5061 35% [====================== ] 1801/5061 35% [====================== ] 1802/5061 35% [====================== ] 1803/5061 35% [====================== ] 1804/5061 35% [====================== ] 1805/5061 35% [====================== ] 1806/5061 35% [====================== ] 1807/5061 35% [====================== ] 1808/5061 35% [====================== ] 1809/5061 35% [====================== ] 1810/5061 35% [====================== ] 1811/5061 35% [====================== ] 1812/5061 35% [====================== ] 1813/5061 35% [====================== ] 1814/5061 35% [====================== ] 1815/5061 35% [====================== ] 1816/5061 35% [====================== ] 1817/5061 35% [====================== ] 1818/5061 35% [====================== ] 1819/5061 35% [====================== ] 1820/5061 35% [====================== ] 1821/5061 35% [====================== ] 1822/5061 36% [====================== ] 1823/5061 36% [====================== ] 1824/5061 36% [====================== ] 1825/5061 36% [====================== ] 1826/5061 36% [====================== ] 1827/5061 36% [====================== ] 1828/5061 36% [====================== ] 1829/5061 36% [====================== ] 1830/5061 36% [====================== ] 1831/5061 36% [====================== ] 1832/5061 36% [====================== ] 1833/5061 36% [====================== ] 1834/5061 36% [====================== ] 1835/5061 36% [====================== ] 1836/5061 36% [====================== ] 1837/5061 36% [====================== ] 1838/5061 36% [====================== ] 1839/5061 36% [====================== ] 1840/5061 36% [====================== ] 1841/5061 36% [====================== ] 1842/5061 36% [====================== ] 1843/5061 36% [====================== ] 1844/5061 36% [====================== ] 1845/5061 36% [====================== ] 1846/5061 36% [====================== ] 1847/5061 36% [====================== ] 1848/5061 36% [====================== ] 1849/5061 36% [====================== ] 1850/5061 36% [====================== ] 1851/5061 36% [====================== ] 1852/5061 36% [====================== ] 1853/5061 36% [====================== ] 1854/5061 36% [====================== ] 1855/5061 36% [====================== ] 1856/5061 36% [====================== ] 1857/5061 36% [====================== ] 1858/5061 36% [====================== ] 1859/5061 36% [====================== ] 1860/5061 36% [====================== ] 1861/5061 36% [====================== ] 1862/5061 36% [====================== ] 1863/5061 36% [====================== ] 1864/5061 36% [====================== ] 1865/5061 36% [====================== ] 1866/5061 36% [====================== ] 1867/5061 36% [====================== ] 1868/5061 36% [====================== ] 1869/5061 36% [====================== ] 1870/5061 36% [====================== ] 1871/5061 36% [====================== ] 1872/5061 36% [====================== ] 1873/5061 37% [====================== ] 1874/5061 37% [====================== ] 1875/5061 37% [====================== ] 1876/5061 37% [====================== ] 1877/5061 37% [======================= ] 1878/5061 37% [======================= ] 1879/5061 37% [======================= ] 1880/5061 37% [======================= ] 1881/5061 37% [======================= ] 1882/5061 37% [======================= ] 1883/5061 37% [======================= ] 1884/5061 37% [======================= ] 1885/5061 37% [======================= ] 1886/5061 37% [======================= ] 1887/5061 37% [======================= ] 1888/5061 37% [======================= ] 1889/5061 37% [======================= ] 1890/5061 37% [======================= ] 1891/5061 37% [======================= ] 1892/5061 37% [======================= ] 1893/5061 37% [======================= ] 1894/5061 37% [======================= ] 1895/5061 37% [======================= ] 1896/5061 37% [======================= ] 1897/5061 37% [======================= ] 1898/5061 37% [======================= ] 1899/5061 37% [======================= ] 1900/5061 37% [======================= ] 1901/5061 37% [======================= ] 1902/5061 37% [======================= ] 1903/5061 37% [======================= ] 1904/5061 37% [======================= ] 1905/5061 37% [======================= ] 1906/5061 37% [======================= ] 1907/5061 37% [======================= ] 1908/5061 37% [======================= ] 1909/5061 37% [======================= ] 1910/5061 37% [======================= ] 1911/5061 37% [======================= ] 1912/5061 37% [======================= ] 1913/5061 37% [======================= ] 1914/5061 37% [======================= ] 1915/5061 37% [======================= ] 1916/5061 37% [======================= ] 1917/5061 37% [======================= ] 1918/5061 37% [======================= ] 1919/5061 37% [======================= ] 1920/5061 37% [======================= ] 1921/5061 37% [======================= ] 1922/5061 37% [======================= ] 1923/5061 37% [======================= ] 1924/5061 38% [======================= ] 1925/5061 38% [======================= ] 1926/5061 38% [======================= ] 1927/5061 38% [======================= ] 1928/5061 38% [======================= ] 1929/5061 38% [======================= ] 1930/5061 38% [======================= ] 1931/5061 38% [======================= ] 1932/5061 38% [======================= ] 1933/5061 38% [======================= ] 1934/5061 38% [======================= ] 1935/5061 38% [======================= ] 1936/5061 38% [======================= ] 1937/5061 38% [======================= ] 1938/5061 38% [======================= ] 1939/5061 38% [======================= ] 1940/5061 38% [======================= ] 1941/5061 38% [======================= ] 1942/5061 38% [======================= ] 1943/5061 38% [======================= ] 1944/5061 38% [======================= ] 1945/5061 38% [======================= ] 1946/5061 38% [======================= ] 1947/5061 38% [======================= ] 1948/5061 38% [======================= ] 1949/5061 38% [======================= ] 1950/5061 38% [======================= ] 1951/5061 38% [======================= ] 1952/5061 38% [======================= ] 1953/5061 38% [======================= ] 1954/5061 38% [======================= ] 1955/5061 38% [======================= ] 1956/5061 38% [======================= ] 1957/5061 38% [======================= ] 1958/5061 38% [======================= ] 1959/5061 38% [======================== ] 1960/5061 38% [======================== ] 1961/5061 38% [======================== ] 1962/5061 38% [======================== ] 1963/5061 38% [======================== ] 1964/5061 38% [======================== ] 1965/5061 38% [======================== ] 1966/5061 38% [======================== ] 1967/5061 38% [======================== ] 1968/5061 38% [======================== ] 1969/5061 38% [======================== ] 1970/5061 38% [======================== ] 1971/5061 38% [======================== ] 1972/5061 38% [======================== ] 1973/5061 38% [======================== ] 1974/5061 39% [======================== ] 1975/5061 39% [======================== ] 1976/5061 39% [======================== ] 1977/5061 39% [======================== ] 1978/5061 39% [======================== ] 1979/5061 39% [======================== ] 1980/5061 39% [======================== ] 1981/5061 39% [======================== ] 1982/5061 39% [======================== ] 1983/5061 39% [======================== ] 1984/5061 39% [======================== ] 1985/5061 39% [======================== ] 1986/5061 39% [======================== ] 1987/5061 39% [======================== ] 1988/5061 39% [======================== ] 1989/5061 39% [======================== ] 1990/5061 39% [======================== ] 1991/5061 39% [======================== ] 1992/5061 39% [======================== ] 1993/5061 39% [======================== ] 1994/5061 39% [======================== ] 1995/5061 39% [======================== ] 1996/5061 39% [======================== ] 1997/5061 39% [======================== ] 1998/5061 39% [======================== ] 1999/5061 39% [======================== ] 2000/5061 39% [======================== ] 2001/5061 39% [======================== ] 2002/5061 39% [======================== ] 2003/5061 39% [======================== ] 2004/5061 39% [======================== ] 2005/5061 39% [======================== ] 2006/5061 39% [======================== ] 2007/5061 39% [======================== ] 2008/5061 39% [======================== ] 2009/5061 39% [======================== ] 2010/5061 39% [======================== ] 2011/5061 39% [======================== ] 2012/5061 39% [======================== ] 2013/5061 39% [======================== ] 2014/5061 39% [======================== ] 2015/5061 39% [======================== ] 2016/5061 39% [======================== ] 2017/5061 39% [======================== ] 2018/5061 39% [======================== ] 2019/5061 39% [======================== ] 2020/5061 39% [======================== ] 2021/5061 39% [======================== ] 2022/5061 39% [======================== ] 2023/5061 39% [======================== ] 2024/5061 39% [======================== ] 2025/5061 40% [======================== ] 2026/5061 40% [======================== ] 2027/5061 40% [======================== ] 2028/5061 40% [======================== ] 2029/5061 40% [======================== ] 2030/5061 40% [======================== ] 2031/5061 40% [======================== ] 2032/5061 40% [======================== ] 2033/5061 40% [======================== ] 2034/5061 40% [======================== ] 2035/5061 40% [======================== ] 2036/5061 40% [======================== ] 2037/5061 40% [======================== ] 2038/5061 40% [======================== ] 2039/5061 40% [======================== ] 2040/5061 40% [========================= ] 2041/5061 40% [========================= ] 2042/5061 40% [========================= ] 2043/5061 40% [========================= ] 2044/5061 40% [========================= ] 2045/5061 40% [========================= ] 2046/5061 40% [========================= ] 2047/5061 40% [========================= ] 2048/5061 40% [========================= ] 2049/5061 40% [========================= ] 2050/5061 40% [========================= ] 2051/5061 40% [========================= ] 2052/5061 40% [========================= ] 2053/5061 40% [========================= ] 2054/5061 40% [========================= ] 2055/5061 40% [========================= ] 2056/5061 40% [========================= ] 2057/5061 40% [========================= ] 2058/5061 40% [========================= ] 2059/5061 40% [========================= ] 2060/5061 40% [========================= ] 2061/5061 40% [========================= ] 2062/5061 40% [========================= ] 2063/5061 40% [========================= ] 2064/5061 40% [========================= ] 2065/5061 40% [========================= ] 2066/5061 40% [========================= ] 2067/5061 40% [========================= ] 2068/5061 40% [========================= ] 2069/5061 40% [========================= ] 2070/5061 40% [========================= ] 2071/5061 40% [========================= ] 2072/5061 40% [========================= ] 2073/5061 40% [========================= ] 2074/5061 40% [========================= ] 2075/5061 40% [========================= ] 2076/5061 41% [========================= ] 2077/5061 41% [========================= ] 2078/5061 41% [========================= ] 2079/5061 41% [========================= ] 2080/5061 41% [========================= ] 2081/5061 41% [========================= ] 2082/5061 41% [========================= ] 2083/5061 41% [========================= ] 2084/5061 41% [========================= ] 2085/5061 41% [========================= ] 2086/5061 41% [========================= ] 2087/5061 41% [========================= ] 2088/5061 41% [========================= ] 2089/5061 41% [========================= ] 2090/5061 41% [========================= ] 2091/5061 41% [========================= ] 2092/5061 41% [========================= ] 2093/5061 41% [========================= ] 2094/5061 41% [========================= ] 2095/5061 41% [========================= ] 2096/5061 41% [========================= ] 2097/5061 41% [========================= ] 2098/5061 41% [========================= ] 2099/5061 41% [========================= ] 2100/5061 41% [========================= ] 2101/5061 41% [========================= ] 2102/5061 41% [========================= ] 2103/5061 41% [========================= ] 2104/5061 41% [========================= ] 2105/5061 41% [========================= ] 2106/5061 41% [========================= ] 2107/5061 41% [========================= ] 2108/5061 41% [========================= ] 2109/5061 41% [========================= ] 2110/5061 41% [========================= ] 2111/5061 41% [========================= ] 2112/5061 41% [========================= ] 2113/5061 41% [========================= ] 2114/5061 41% [========================= ] 2115/5061 41% [========================= ] 2116/5061 41% [========================= ] 2117/5061 41% [========================= ] 2118/5061 41% [========================= ] 2119/5061 41% [========================= ] 2120/5061 41% [========================= ] 2121/5061 41% [========================= ] 2122/5061 41% [========================== ] 2123/5061 41% [========================== ] 2124/5061 41% [========================== ] 2125/5061 41% [========================== ] 2126/5061 42% [========================== ] 2127/5061 42% [========================== ] 2128/5061 42% [========================== ] 2129/5061 42% [========================== ] 2130/5061 42% [========================== ] 2131/5061 42% [========================== ] 2132/5061 42% [========================== ] 2133/5061 42% [========================== ] 2134/5061 42% [========================== ] 2135/5061 42% [========================== ] 2136/5061 42% [========================== ] 2137/5061 42% [========================== ] 2138/5061 42% [========================== ] 2139/5061 42% [========================== ] 2140/5061 42% [========================== ] 2141/5061 42% [========================== ] 2142/5061 42% [========================== ] 2143/5061 42% [========================== ] 2144/5061 42% [========================== ] 2145/5061 42% [========================== ] 2146/5061 42% [========================== ] 2147/5061 42% [========================== ] 2148/5061 42% [========================== ] 2149/5061 42% [========================== ] 2150/5061 42% [========================== ] 2151/5061 42% [========================== ] 2152/5061 42% [========================== ] 2153/5061 42% [========================== ] 2154/5061 42% [========================== ] 2155/5061 42% [========================== ] 2156/5061 42% [========================== ] 2157/5061 42% [========================== ] 2158/5061 42% [========================== ] 2159/5061 42% [========================== ] 2160/5061 42% [========================== ] 2161/5061 42% [========================== ] 2162/5061 42% [========================== ] 2163/5061 42% [========================== ] 2164/5061 42% [========================== ] 2165/5061 42% [========================== ] 2166/5061 42% [========================== ] 2167/5061 42% [========================== ] 2168/5061 42% [========================== ] 2169/5061 42% [========================== ] 2170/5061 42% [========================== ] 2171/5061 42% [========================== ] 2172/5061 42% [========================== ] 2173/5061 42% [========================== ] 2174/5061 42% [========================== ] 2175/5061 42% [========================== ] 2176/5061 42% [========================== ] 2177/5061 43% [========================== ] 2178/5061 43% [========================== ] 2179/5061 43% [========================== ] 2180/5061 43% [========================== ] 2181/5061 43% [========================== ] 2182/5061 43% [========================== ] 2183/5061 43% [========================== ] 2184/5061 43% [========================== ] 2185/5061 43% [========================== ] 2186/5061 43% [========================== ] 2187/5061 43% [========================== ] 2188/5061 43% [========================== ] 2189/5061 43% [========================== ] 2190/5061 43% [========================== ] 2191/5061 43% [========================== ] 2192/5061 43% [========================== ] 2193/5061 43% [========================== ] 2194/5061 43% [========================== ] 2195/5061 43% [========================== ] 2196/5061 43% [========================== ] 2197/5061 43% [========================== ] 2198/5061 43% [========================== ] 2199/5061 43% [========================== ] 2200/5061 43% [========================== ] 2201/5061 43% [========================== ] 2202/5061 43% [========================== ] 2203/5061 43% [=========================== ] 2204/5061 43% [=========================== ] 2205/5061 43% [=========================== ] 2206/5061 43% [=========================== ] 2207/5061 43% [=========================== ] 2208/5061 43% [=========================== ] 2209/5061 43% [=========================== ] 2210/5061 43% [=========================== ] 2211/5061 43% [=========================== ] 2212/5061 43% [=========================== ] 2213/5061 43% [=========================== ] 2214/5061 43% [=========================== ] 2215/5061 43% [=========================== ] 2216/5061 43% [=========================== ] 2217/5061 43% [=========================== ] 2218/5061 43% [=========================== ] 2219/5061 43% [=========================== ] 2220/5061 43% [=========================== ] 2221/5061 43% [=========================== ] 2222/5061 43% [=========================== ] 2223/5061 43% [=========================== ] 2224/5061 43% [=========================== ] 2225/5061 43% [=========================== ] 2226/5061 43% [=========================== ] 2227/5061 44% [=========================== ] 2228/5061 44% [=========================== ] 2229/5061 44% [=========================== ] 2230/5061 44% [=========================== ] 2231/5061 44% [=========================== ] 2232/5061 44% [=========================== ] 2233/5061 44% [=========================== ] 2234/5061 44% [=========================== ] 2235/5061 44% [=========================== ] 2236/5061 44% [=========================== ] 2237/5061 44% [=========================== ] 2238/5061 44% [=========================== ] 2239/5061 44% [=========================== ] 2240/5061 44% [=========================== ] 2241/5061 44% [=========================== ] 2242/5061 44% [=========================== ] 2243/5061 44% [=========================== ] 2244/5061 44% [=========================== ] 2245/5061 44% [=========================== ] 2246/5061 44% [=========================== ] 2247/5061 44% [=========================== ] 2248/5061 44% [=========================== ] 2249/5061 44% [=========================== ] 2250/5061 44% [=========================== ] 2251/5061 44% [=========================== ] 2252/5061 44% [=========================== ] 2253/5061 44% [=========================== ] 2254/5061 44% [=========================== ] 2255/5061 44% [=========================== ] 2256/5061 44% [=========================== ] 2257/5061 44% [=========================== ] 2258/5061 44% [=========================== ] 2259/5061 44% [=========================== ] 2260/5061 44% [=========================== ] 2261/5061 44% [=========================== ] 2262/5061 44% [=========================== ] 2263/5061 44% [=========================== ] 2264/5061 44% [=========================== ] 2265/5061 44% [=========================== ] 2266/5061 44% [=========================== ] 2267/5061 44% [=========================== ] 2268/5061 44% [=========================== ] 2269/5061 44% [=========================== ] 2270/5061 44% [=========================== ] 2271/5061 44% [=========================== ] 2272/5061 44% [=========================== ] 2273/5061 44% [=========================== ] 2274/5061 44% [=========================== ] 2275/5061 44% [=========================== ] 2276/5061 44% [=========================== ] 2277/5061 44% [=========================== ] 2278/5061 45% [=========================== ] 2279/5061 45% [=========================== ] 2280/5061 45% [=========================== ] 2281/5061 45% [=========================== ] 2282/5061 45% [=========================== ] 2283/5061 45% [=========================== ] 2284/5061 45% [=========================== ] 2285/5061 45% [============================ ] 2286/5061 45% [============================ ] 2287/5061 45% [============================ ] 2288/5061 45% [============================ ] 2289/5061 45% [============================ ] 2290/5061 45% [============================ ] 2291/5061 45% [============================ ] 2292/5061 45% [============================ ] 2293/5061 45% [============================ ] 2294/5061 45% [============================ ] 2295/5061 45% [============================ ] 2296/5061 45% [============================ ] 2297/5061 45% [============================ ] 2298/5061 45% [============================ ] 2299/5061 45% [============================ ] 2300/5061 45% [============================ ] 2301/5061 45% [============================ ] 2302/5061 45% [============================ ] 2303/5061 45% [============================ ] 2304/5061 45% [============================ ] 2305/5061 45% [============================ ] 2306/5061 45% [============================ ] 2307/5061 45% [============================ ] 2308/5061 45% [============================ ] 2309/5061 45% [============================ ] 2310/5061 45% [============================ ] 2311/5061 45% [============================ ] 2312/5061 45% [============================ ] 2313/5061 45% [============================ ] 2314/5061 45% [============================ ] 2315/5061 45% [============================ ] 2316/5061 45% [============================ ] 2317/5061 45% [============================ ] 2318/5061 45% [============================ ] 2319/5061 45% [============================ ] 2320/5061 45% [============================ ] 2321/5061 45% [============================ ] 2322/5061 45% [============================ ] 2323/5061 45% [============================ ] 2324/5061 45% [============================ ] 2325/5061 45% [============================ ] 2326/5061 45% [============================ ] 2327/5061 45% [============================ ] 2328/5061 45% [============================ ] 2329/5061 46% [============================ ] 2330/5061 46% [============================ ] 2331/5061 46% [============================ ] 2332/5061 46% [============================ ] 2333/5061 46% [============================ ] 2334/5061 46% [============================ ] 2335/5061 46% [============================ ] 2336/5061 46% [============================ ] 2337/5061 46% [============================ ] 2338/5061 46% [============================ ] 2339/5061 46% [============================ ] 2340/5061 46% [============================ ] 2341/5061 46% [============================ ] 2342/5061 46% [============================ ] 2343/5061 46% [============================ ] 2344/5061 46% [============================ ] 2345/5061 46% [============================ ] 2346/5061 46% [============================ ] 2347/5061 46% [============================ ] 2348/5061 46% [============================ ] 2349/5061 46% [============================ ] 2350/5061 46% [============================ ] 2351/5061 46% [============================ ] 2352/5061 46% [============================ ] 2353/5061 46% [============================ ] 2354/5061 46% [============================ ] 2355/5061 46% [============================ ] 2356/5061 46% [============================ ] 2357/5061 46% [============================ ] 2358/5061 46% [============================ ] 2359/5061 46% [============================ ] 2360/5061 46% [============================ ] 2361/5061 46% [============================ ] 2362/5061 46% [============================ ] 2363/5061 46% [============================ ] 2364/5061 46% [============================ ] 2365/5061 46% [============================ ] 2366/5061 46% [============================ ] 2367/5061 46% [============================= ] 2368/5061 46% [============================= ] 2369/5061 46% [============================= ] 2370/5061 46% [============================= ] 2371/5061 46% [============================= ] 2372/5061 46% [============================= ] 2373/5061 46% [============================= ] 2374/5061 46% [============================= ] 2375/5061 46% [============================= ] 2376/5061 46% [============================= ] 2377/5061 46% [============================= ] 2378/5061 46% [============================= ] 2379/5061 47% [============================= ] 2380/5061 47% [============================= ] 2381/5061 47% [============================= ] 2382/5061 47% [============================= ] 2383/5061 47% [============================= ] 2384/5061 47% [============================= ] 2385/5061 47% [============================= ] 2386/5061 47% [============================= ] 2387/5061 47% [============================= ] 2388/5061 47% [============================= ] 2389/5061 47% [============================= ] 2390/5061 47% [============================= ] 2391/5061 47% [============================= ] 2392/5061 47% [============================= ] 2393/5061 47% [============================= ] 2394/5061 47% [============================= ] 2395/5061 47% [============================= ] 2396/5061 47% [============================= ] 2397/5061 47% [============================= ] 2398/5061 47% [============================= ] 2399/5061 47% [============================= ] 2400/5061 47% [============================= ] 2401/5061 47% [============================= ] 2402/5061 47% [============================= ] 2403/5061 47% [============================= ] 2404/5061 47% [============================= ] 2405/5061 47% [============================= ] 2406/5061 47% [============================= ] 2407/5061 47% [============================= ] 2408/5061 47% [============================= ] 2409/5061 47% [============================= ] 2410/5061 47% [============================= ] 2411/5061 47% [============================= ] 2412/5061 47% [============================= ] 2413/5061 47% [============================= ] 2414/5061 47% [============================= ] 2415/5061 47% [============================= ] 2416/5061 47% [============================= ] 2417/5061 47% [============================= ] 2418/5061 47% [============================= ] 2419/5061 47% [============================= ] 2420/5061 47% [============================= ] 2421/5061 47% [============================= ] 2422/5061 47% [============================= ] 2423/5061 47% [============================= ] 2424/5061 47% [============================= ] 2425/5061 47% [============================= ] 2426/5061 47% [============================= ] 2427/5061 47% [============================= ] 2428/5061 47% [============================= ] 2429/5061 47% [============================= ] 2430/5061 48% [============================= ] 2431/5061 48% [============================= ] 2432/5061 48% [============================= ] 2433/5061 48% [============================= ] 2434/5061 48% [============================= ] 2435/5061 48% [============================= ] 2436/5061 48% [============================= ] 2437/5061 48% [============================= ] 2438/5061 48% [============================= ] 2439/5061 48% [============================= ] 2440/5061 48% [============================= ] 2441/5061 48% [============================= ] 2442/5061 48% [============================= ] 2443/5061 48% [============================= ] 2444/5061 48% [============================= ] 2445/5061 48% [============================= ] 2446/5061 48% [============================= ] 2447/5061 48% [============================= ] 2448/5061 48% [============================== ] 2449/5061 48% [============================== ] 2450/5061 48% [============================== ] 2451/5061 48% [============================== ] 2452/5061 48% [============================== ] 2453/5061 48% [============================== ] 2454/5061 48% [============================== ] 2455/5061 48% [============================== ] 2456/5061 48% [============================== ] 2457/5061 48% [============================== ] 2458/5061 48% [============================== ] 2459/5061 48% [============================== ] 2460/5061 48% [============================== ] 2461/5061 48% [============================== ] 2462/5061 48% [============================== ] 2463/5061 48% [============================== ] 2464/5061 48% [============================== ] 2465/5061 48% [============================== ] 2466/5061 48% [============================== ] 2467/5061 48% [============================== ] 2468/5061 48% [============================== ] 2469/5061 48% [============================== ] 2470/5061 48% [============================== ] 2471/5061 48% [============================== ] 2472/5061 48% [============================== ] 2473/5061 48% [============================== ] 2474/5061 48% [============================== ] 2475/5061 48% [============================== ] 2476/5061 48% [============================== ] 2477/5061 48% [============================== ] 2478/5061 48% [============================== ] 2479/5061 48% [============================== ] 2480/5061 49% [============================== ] 2481/5061 49% [============================== ] 2482/5061 49% [============================== ] 2483/5061 49% [============================== ] 2484/5061 49% [============================== ] 2485/5061 49% [============================== ] 2486/5061 49% [============================== ] 2487/5061 49% [============================== ] 2488/5061 49% [============================== ] 2489/5061 49% [============================== ] 2490/5061 49% [============================== ] 2491/5061 49% [============================== ] 2492/5061 49% [============================== ] 2493/5061 49% [============================== ] 2494/5061 49% [============================== ] 2495/5061 49% [============================== ] 2496/5061 49% [============================== ] 2497/5061 49% [============================== ] 2498/5061 49% [============================== ] 2499/5061 49% [============================== ] 2500/5061 49% [============================== ] 2501/5061 49% [============================== ] 2502/5061 49% [============================== ] 2503/5061 49% [============================== ] 2504/5061 49% [============================== ] 2505/5061 49% [============================== ] 2506/5061 49% [============================== ] 2507/5061 49% [============================== ] 2508/5061 49% [============================== ] 2509/5061 49% [============================== ] 2510/5061 49% [============================== ] 2511/5061 49% [============================== ] 2512/5061 49% [============================== ] 2513/5061 49% [============================== ] 2514/5061 49% [============================== ] 2515/5061 49% [============================== ] 2516/5061 49% [============================== ] 2517/5061 49% [============================== ] 2518/5061 49% [============================== ] 2519/5061 49% [============================== ] 2520/5061 49% [============================== ] 2521/5061 49% [============================== ] 2522/5061 49% [============================== ] 2523/5061 49% [============================== ] 2524/5061 49% [============================== ] 2525/5061 49% [============================== ] 2526/5061 49% [============================== ] 2527/5061 49% [============================== ] 2528/5061 49% [============================== ] 2529/5061 49% [============================== ] 2530/5061 49% [=============================== ] 2531/5061 50% [=============================== ] 2532/5061 50% [=============================== ] 2533/5061 50% [=============================== ] 2534/5061 50% [=============================== ] 2535/5061 50% [=============================== ] 2536/5061 50% [=============================== ] 2537/5061 50% [=============================== ] 2538/5061 50% [=============================== ] 2539/5061 50% [=============================== ] 2540/5061 50% [=============================== ] 2541/5061 50% [=============================== ] 2542/5061 50% [=============================== ] 2543/5061 50% [=============================== ] 2544/5061 50% [=============================== ] 2545/5061 50% [=============================== ] 2546/5061 50% [=============================== ] 2547/5061 50% [=============================== ] 2548/5061 50% [=============================== ] 2549/5061 50% [=============================== ] 2550/5061 50% [=============================== ] 2551/5061 50% [=============================== ] 2552/5061 50% [=============================== ] 2553/5061 50% [=============================== ] 2554/5061 50% [=============================== ] 2555/5061 50% [=============================== ] 2556/5061 50% [=============================== ] 2557/5061 50% [=============================== ] 2558/5061 50% [=============================== ] 2559/5061 50% [=============================== ] 2560/5061 50% [=============================== ] 2561/5061 50% [=============================== ] 2562/5061 50% [=============================== ] 2563/5061 50% [=============================== ] 2564/5061 50% [=============================== ] 2565/5061 50% [=============================== ] 2566/5061 50% [=============================== ] 2567/5061 50% [=============================== ] 2568/5061 50% [=============================== ] 2569/5061 50% [=============================== ] 2570/5061 50% [=============================== ] 2571/5061 50% [=============================== ] 2572/5061 50% [=============================== ] 2573/5061 50% [=============================== ] 2574/5061 50% [=============================== ] 2575/5061 50% [=============================== ] 2576/5061 50% [=============================== ] 2577/5061 50% [=============================== ] 2578/5061 50% [=============================== ] 2579/5061 50% [=============================== ] 2580/5061 50% [=============================== ] 2581/5061 50% [=============================== ] 2582/5061 51% [=============================== ] 2583/5061 51% [=============================== ] 2584/5061 51% [=============================== ] 2585/5061 51% [=============================== ] 2586/5061 51% [=============================== ] 2587/5061 51% [=============================== ] 2588/5061 51% [=============================== ] 2589/5061 51% [=============================== ] 2590/5061 51% [=============================== ] 2591/5061 51% [=============================== ] 2592/5061 51% [=============================== ] 2593/5061 51% [=============================== ] 2594/5061 51% [=============================== ] 2595/5061 51% [=============================== ] 2596/5061 51% [=============================== ] 2597/5061 51% [=============================== ] 2598/5061 51% [=============================== ] 2599/5061 51% [=============================== ] 2600/5061 51% [=============================== ] 2601/5061 51% [=============================== ] 2602/5061 51% [=============================== ] 2603/5061 51% [=============================== ] 2604/5061 51% [=============================== ] 2605/5061 51% [=============================== ] 2606/5061 51% [=============================== ] 2607/5061 51% [=============================== ] 2608/5061 51% [=============================== ] 2609/5061 51% [=============================== ] 2610/5061 51% [=============================== ] 2611/5061 51% [=============================== ] 2612/5061 51% [================================ ] 2613/5061 51% [================================ ] 2614/5061 51% [================================ ] 2615/5061 51% [================================ ] 2616/5061 51% [================================ ] 2617/5061 51% [================================ ] 2618/5061 51% [================================ ] 2619/5061 51% [================================ ] 2620/5061 51% [================================ ] 2621/5061 51% [================================ ] 2622/5061 51% [================================ ] 2623/5061 51% [================================ ] 2624/5061 51% [================================ ] 2625/5061 51% [================================ ] 2626/5061 51% [================================ ] 2627/5061 51% [================================ ] 2628/5061 51% [================================ ] 2629/5061 51% [================================ ] 2630/5061 51% [================================ ] 2631/5061 51% [================================ ] 2632/5061 52% [================================ ] 2633/5061 52% [================================ ] 2634/5061 52% [================================ ] 2635/5061 52% [================================ ] 2636/5061 52% [================================ ] 2637/5061 52% [================================ ] 2638/5061 52% [================================ ] 2639/5061 52% [================================ ] 2640/5061 52% [================================ ] 2641/5061 52% [================================ ] 2642/5061 52% [================================ ] 2643/5061 52% [================================ ] 2644/5061 52% [================================ ] 2645/5061 52% [================================ ] 2646/5061 52% [================================ ] 2647/5061 52% [================================ ] 2648/5061 52% [================================ ] 2649/5061 52% [================================ ] 2650/5061 52% [================================ ] 2651/5061 52% [================================ ] 2652/5061 52% [================================ ] 2653/5061 52% [================================ ] 2654/5061 52% [================================ ] 2655/5061 52% [================================ ] 2656/5061 52% [================================ ] 2657/5061 52% [================================ ] 2658/5061 52% [================================ ] 2659/5061 52% [================================ ] 2660/5061 52% [================================ ] 2661/5061 52% [================================ ] 2662/5061 52% [================================ ] 2663/5061 52% [================================ ] 2664/5061 52% [================================ ] 2665/5061 52% [================================ ] 2666/5061 52% [================================ ] 2667/5061 52% [================================ ] 2668/5061 52% [================================ ] 2669/5061 52% [================================ ] 2670/5061 52% [================================ ] 2671/5061 52% [================================ ] 2672/5061 52% [================================ ] 2673/5061 52% [================================ ] 2674/5061 52% [================================ ] 2675/5061 52% [================================ ] 2676/5061 52% [================================ ] 2677/5061 52% [================================ ] 2678/5061 52% [================================ ] 2679/5061 52% [================================ ] 2680/5061 52% [================================ ] 2681/5061 52% [================================ ] 2682/5061 52% [================================ ] 2683/5061 53% [================================ ] 2684/5061 53% [================================ ] 2685/5061 53% [================================ ] 2686/5061 53% [================================ ] 2687/5061 53% [================================ ] 2688/5061 53% [================================ ] 2689/5061 53% [================================ ] 2690/5061 53% [================================ ] 2691/5061 53% [================================ ] 2692/5061 53% [================================ ] 2693/5061 53% [================================= ] 2694/5061 53% [================================= ] 2695/5061 53% [================================= ] 2696/5061 53% [================================= ] 2697/5061 53% [================================= ] 2698/5061 53% [================================= ] 2699/5061 53% [================================= ] 2700/5061 53% [================================= ] 2701/5061 53% [================================= ] 2702/5061 53% [================================= ] 2703/5061 53% [================================= ] 2704/5061 53% [================================= ] 2705/5061 53% [================================= ] 2706/5061 53% [================================= ] 2707/5061 53% [================================= ] 2708/5061 53% [================================= ] 2709/5061 53% [================================= ] 2710/5061 53% [================================= ] 2711/5061 53% [================================= ] 2712/5061 53% [================================= ] 2713/5061 53% [================================= ] 2714/5061 53% [================================= ] 2715/5061 53% [================================= ] 2716/5061 53% [================================= ] 2717/5061 53% [================================= ] 2718/5061 53% [================================= ] 2719/5061 53% [================================= ] 2720/5061 53% [================================= ] 2721/5061 53% [================================= ] 2722/5061 53% [================================= ] 2723/5061 53% [================================= ] 2724/5061 53% [================================= ] 2725/5061 53% [================================= ] 2726/5061 53% [================================= ] 2727/5061 53% [================================= ] 2728/5061 53% [================================= ] 2729/5061 53% [================================= ] 2730/5061 53% [================================= ] 2731/5061 53% [================================= ] 2732/5061 53% [================================= ] 2733/5061 54% [================================= ] 2734/5061 54% [================================= ] 2735/5061 54% [================================= ] 2736/5061 54% [================================= ] 2737/5061 54% [================================= ] 2738/5061 54% [================================= ] 2739/5061 54% [================================= ] 2740/5061 54% [================================= ] 2741/5061 54% [================================= ] 2742/5061 54% [================================= ] 2743/5061 54% [================================= ] 2744/5061 54% [================================= ] 2745/5061 54% [================================= ] 2746/5061 54% [================================= ] 2747/5061 54% [================================= ] 2748/5061 54% [================================= ] 2749/5061 54% [================================= ] 2750/5061 54% [================================= ] 2751/5061 54% [================================= ] 2752/5061 54% [================================= ] 2753/5061 54% [================================= ] 2754/5061 54% [================================= ] 2755/5061 54% [================================= ] 2756/5061 54% [================================= ] 2757/5061 54% [================================= ] 2758/5061 54% [================================= ] 2759/5061 54% [================================= ] 2760/5061 54% [================================= ] 2761/5061 54% [================================= ] 2762/5061 54% [================================= ] 2763/5061 54% [================================= ] 2764/5061 54% [================================= ] 2765/5061 54% [================================= ] 2766/5061 54% [================================= ] 2767/5061 54% [================================= ] 2768/5061 54% [================================= ] 2769/5061 54% [================================= ] 2770/5061 54% [================================= ] 2771/5061 54% [================================= ] 2772/5061 54% [================================= ] 2773/5061 54% [================================= ] 2774/5061 54% [================================= ] 2775/5061 54% [================================== ] 2776/5061 54% [================================== ] 2777/5061 54% [================================== ] 2778/5061 54% [================================== ] 2779/5061 54% [================================== ] 2780/5061 54% [================================== ] 2781/5061 54% [================================== ] 2782/5061 54% [================================== ] 2783/5061 54% [================================== ] 2784/5061 55% [================================== ] 2785/5061 55% [================================== ] 2786/5061 55% [================================== ] 2787/5061 55% [================================== ] 2788/5061 55% [================================== ] 2789/5061 55% [================================== ] 2790/5061 55% [================================== ] 2791/5061 55% [================================== ] 2792/5061 55% [================================== ] 2793/5061 55% [================================== ] 2794/5061 55% [================================== ] 2795/5061 55% [================================== ] 2796/5061 55% [================================== ] 2797/5061 55% [================================== ] 2798/5061 55% [================================== ] 2799/5061 55% [================================== ] 2800/5061 55% [================================== ] 2801/5061 55% [================================== ] 2802/5061 55% [================================== ] 2803/5061 55% [================================== ] 2804/5061 55% [================================== ] 2805/5061 55% [================================== ] 2806/5061 55% [================================== ] 2807/5061 55% [================================== ] 2808/5061 55% [================================== ] 2809/5061 55% [================================== ] 2810/5061 55% [================================== ] 2811/5061 55% [================================== ] 2812/5061 55% [================================== ] 2813/5061 55% [================================== ] 2814/5061 55% [================================== ] 2815/5061 55% [================================== ] 2816/5061 55% [================================== ] 2817/5061 55% [================================== ] 2818/5061 55% [================================== ] 2819/5061 55% [================================== ] 2820/5061 55% [================================== ] 2821/5061 55% [================================== ] 2822/5061 55% [================================== ] 2823/5061 55% [================================== ] 2824/5061 55% [================================== ] 2825/5061 55% [================================== ] 2826/5061 55% [================================== ] 2827/5061 55% [================================== ] 2828/5061 55% [================================== ] 2829/5061 55% [================================== ] 2830/5061 55% [================================== ] 2831/5061 55% [================================== ] 2832/5061 55% [================================== ] 2833/5061 55% [================================== ] 2834/5061 55% [================================== ] 2835/5061 56% [================================== ] 2836/5061 56% [================================== ] 2837/5061 56% [================================== ] 2838/5061 56% [================================== ] 2839/5061 56% [================================== ] 2840/5061 56% [================================== ] 2841/5061 56% [================================== ] 2842/5061 56% [================================== ] 2843/5061 56% [================================== ] 2844/5061 56% [================================== ] 2845/5061 56% [================================== ] 2846/5061 56% [================================== ] 2847/5061 56% [================================== ] 2848/5061 56% [================================== ] 2849/5061 56% [================================== ] 2850/5061 56% [================================== ] 2851/5061 56% [================================== ] 2852/5061 56% [================================== ] 2853/5061 56% [================================== ] 2854/5061 56% [================================== ] 2855/5061 56% [================================== ] 2856/5061 56% [================================== ] 2857/5061 56% [=================================== ] 2858/5061 56% [=================================== ] 2859/5061 56% [=================================== ] 2860/5061 56% [=================================== ] 2861/5061 56% [=================================== ] 2862/5061 56% [=================================== ] 2863/5061 56% [=================================== ] 2864/5061 56% [=================================== ] 2865/5061 56% [=================================== ] 2866/5061 56% [=================================== ] 2867/5061 56% [=================================== ] 2868/5061 56% [=================================== ] 2869/5061 56% [=================================== ] 2870/5061 56% [=================================== ] 2871/5061 56% [=================================== ] 2872/5061 56% [=================================== ] 2873/5061 56% [=================================== ] 2874/5061 56% [=================================== ] 2875/5061 56% [=================================== ] 2876/5061 56% [=================================== ] 2877/5061 56% [=================================== ] 2878/5061 56% [=================================== ] 2879/5061 56% [=================================== ] 2880/5061 56% [=================================== ] 2881/5061 56% [=================================== ] 2882/5061 56% [=================================== ] 2883/5061 56% [=================================== ] 2884/5061 56% [=================================== ] 2885/5061 57% [=================================== ] 2886/5061 57% [=================================== ] 2887/5061 57% [=================================== ] 2888/5061 57% [=================================== ] 2889/5061 57% [=================================== ] 2890/5061 57% [=================================== ] 2891/5061 57% [=================================== ] 2892/5061 57% [=================================== ] 2893/5061 57% [=================================== ] 2894/5061 57% [=================================== ] 2895/5061 57% [=================================== ] 2896/5061 57% [=================================== ] 2897/5061 57% [=================================== ] 2898/5061 57% [=================================== ] 2899/5061 57% [=================================== ] 2900/5061 57% [=================================== ] 2901/5061 57% [=================================== ] 2902/5061 57% [=================================== ] 2903/5061 57% [=================================== ] 2904/5061 57% [=================================== ] 2905/5061 57% [=================================== ] 2906/5061 57% [=================================== ] 2907/5061 57% [=================================== ] 2908/5061 57% [=================================== ] 2909/5061 57% [=================================== ] 2910/5061 57% [=================================== ] 2911/5061 57% [=================================== ] 2912/5061 57% [=================================== ] 2913/5061 57% [=================================== ] 2914/5061 57% [=================================== ] 2915/5061 57% [=================================== ] 2916/5061 57% [=================================== ] 2917/5061 57% [=================================== ] 2918/5061 57% [=================================== ] 2919/5061 57% [=================================== ] 2920/5061 57% [=================================== ] 2921/5061 57% [=================================== ] 2922/5061 57% [=================================== ] 2923/5061 57% [=================================== ] 2924/5061 57% [=================================== ] 2925/5061 57% [=================================== ] 2926/5061 57% [=================================== ] 2927/5061 57% [=================================== ] 2928/5061 57% [=================================== ] 2929/5061 57% [=================================== ] 2930/5061 57% [=================================== ] 2931/5061 57% [=================================== ] 2932/5061 57% [=================================== ] 2933/5061 57% [=================================== ] 2934/5061 57% [=================================== ] 2935/5061 57% [=================================== ] 2936/5061 58% [=================================== ] 2937/5061 58% [=================================== ] 2938/5061 58% [==================================== ] 2939/5061 58% [==================================== ] 2940/5061 58% [==================================== ] 2941/5061 58% [==================================== ] 2942/5061 58% [==================================== ] 2943/5061 58% [==================================== ] 2944/5061 58% [==================================== ] 2945/5061 58% [==================================== ] 2946/5061 58% [==================================== ] 2947/5061 58% [==================================== ] 2948/5061 58% [==================================== ] 2949/5061 58% [==================================== ] 2950/5061 58% [==================================== ] 2951/5061 58% [==================================== ] 2952/5061 58% [==================================== ] 2953/5061 58% [==================================== ] 2954/5061 58% [==================================== ] 2955/5061 58% [==================================== ] 2956/5061 58% [==================================== ] 2957/5061 58% [==================================== ] 2958/5061 58% [==================================== ] 2959/5061 58% [==================================== ] 2960/5061 58% [==================================== ] 2961/5061 58% [==================================== ] 2962/5061 58% [==================================== ] 2963/5061 58% [==================================== ] 2964/5061 58% [==================================== ] 2965/5061 58% [==================================== ] 2966/5061 58% [==================================== ] 2967/5061 58% [==================================== ] 2968/5061 58% [==================================== ] 2969/5061 58% [==================================== ] 2970/5061 58% [==================================== ] 2971/5061 58% [==================================== ] 2972/5061 58% [==================================== ] 2973/5061 58% [==================================== ] 2974/5061 58% [==================================== ] 2975/5061 58% [==================================== ] 2976/5061 58% [==================================== ] 2977/5061 58% [==================================== ] 2978/5061 58% [==================================== ] 2979/5061 58% [==================================== ] 2980/5061 58% [==================================== ] 2981/5061 58% [==================================== ] 2982/5061 58% [==================================== ] 2983/5061 58% [==================================== ] 2984/5061 58% [==================================== ] 2985/5061 58% [==================================== ] 2986/5061 59% [==================================== ] 2987/5061 59% [==================================== ] 2988/5061 59% [==================================== ] 2989/5061 59% [==================================== ] 2990/5061 59% [==================================== ] 2991/5061 59% [==================================== ] 2992/5061 59% [==================================== ] 2993/5061 59% [==================================== ] 2994/5061 59% [==================================== ] 2995/5061 59% [==================================== ] 2996/5061 59% [==================================== ] 2997/5061 59% [==================================== ] 2998/5061 59% [==================================== ] 2999/5061 59% [==================================== ] 3000/5061 59% [==================================== ] 3001/5061 59% [==================================== ] 3002/5061 59% [==================================== ] 3003/5061 59% [==================================== ] 3004/5061 59% [==================================== ] 3005/5061 59% [==================================== ] 3006/5061 59% [==================================== ] 3007/5061 59% [==================================== ] 3008/5061 59% [==================================== ] 3009/5061 59% [==================================== ] 3010/5061 59% [==================================== ] 3011/5061 59% [==================================== ] 3012/5061 59% [==================================== ] 3013/5061 59% [==================================== ] 3014/5061 59% [==================================== ] 3015/5061 59% [==================================== ] 3016/5061 59% [==================================== ] 3017/5061 59% [==================================== ] 3018/5061 59% [==================================== ] 3019/5061 59% [==================================== ] 3020/5061 59% [===================================== ] 3021/5061 59% [===================================== ] 3022/5061 59% [===================================== ] 3023/5061 59% [===================================== ] 3024/5061 59% [===================================== ] 3025/5061 59% [===================================== ] 3026/5061 59% [===================================== ] 3027/5061 59% [===================================== ] 3028/5061 59% [===================================== ] 3029/5061 59% [===================================== ] 3030/5061 59% [===================================== ] 3031/5061 59% [===================================== ] 3032/5061 59% [===================================== ] 3033/5061 59% [===================================== ] 3034/5061 59% [===================================== ] 3035/5061 59% [===================================== ] 3036/5061 59% [===================================== ] 3037/5061 60% [===================================== ] 3038/5061 60% [===================================== ] 3039/5061 60% [===================================== ] 3040/5061 60% [===================================== ] 3041/5061 60% [===================================== ] 3042/5061 60% [===================================== ] 3043/5061 60% [===================================== ] 3044/5061 60% [===================================== ] 3045/5061 60% [===================================== ] 3046/5061 60% [===================================== ] 3047/5061 60% [===================================== ] 3048/5061 60% [===================================== ] 3049/5061 60% [===================================== ] 3050/5061 60% [===================================== ] 3051/5061 60% [===================================== ] 3052/5061 60% [===================================== ] 3053/5061 60% [===================================== ] 3054/5061 60% [===================================== ] 3055/5061 60% [===================================== ] 3056/5061 60% [===================================== ] 3057/5061 60% [===================================== ] 3058/5061 60% [===================================== ] 3059/5061 60% [===================================== ] 3060/5061 60% [===================================== ] 3061/5061 60% [===================================== ] 3062/5061 60% [===================================== ] 3063/5061 60% [===================================== ] 3064/5061 60% [===================================== ] 3065/5061 60% [===================================== ] 3066/5061 60% [===================================== ] 3067/5061 60% [===================================== ] 3068/5061 60% [===================================== ] 3069/5061 60% [===================================== ] 3070/5061 60% [===================================== ] 3071/5061 60% [===================================== ] 3072/5061 60% [===================================== ] 3073/5061 60% [===================================== ] 3074/5061 60% [===================================== ] 3075/5061 60% [===================================== ] 3076/5061 60% [===================================== ] 3077/5061 60% [===================================== ] 3078/5061 60% [===================================== ] 3079/5061 60% [===================================== ] 3080/5061 60% [===================================== ] 3081/5061 60% [===================================== ] 3082/5061 60% [===================================== ] 3083/5061 60% [===================================== ] 3084/5061 60% [===================================== ] 3085/5061 60% [===================================== ] 3086/5061 60% [===================================== ] 3087/5061 60% [===================================== ] 3088/5061 61% [===================================== ] 3089/5061 61% [===================================== ] 3090/5061 61% [===================================== ] 3091/5061 61% [===================================== ] 3092/5061 61% [===================================== ] 3093/5061 61% [===================================== ] 3094/5061 61% [===================================== ] 3095/5061 61% [===================================== ] 3096/5061 61% [===================================== ] 3097/5061 61% [===================================== ] 3098/5061 61% [===================================== ] 3099/5061 61% [===================================== ] 3100/5061 61% [===================================== ] 3101/5061 61% [====================================== ] 3102/5061 61% [====================================== ] 3103/5061 61% [====================================== ] 3104/5061 61% [====================================== ] 3105/5061 61% [====================================== ] 3106/5061 61% [====================================== ] 3107/5061 61% [====================================== ] 3108/5061 61% [====================================== ] 3109/5061 61% [====================================== ] 3110/5061 61% [====================================== ] 3111/5061 61% [====================================== ] 3112/5061 61% [====================================== ] 3113/5061 61% [====================================== ] 3114/5061 61% [====================================== ] 3115/5061 61% [====================================== ] 3116/5061 61% [====================================== ] 3117/5061 61% [====================================== ] 3118/5061 61% [====================================== ] 3119/5061 61% [====================================== ] 3120/5061 61% [====================================== ] 3121/5061 61% [====================================== ] 3122/5061 61% [====================================== ] 3123/5061 61% [====================================== ] 3124/5061 61% [====================================== ] 3125/5061 61% [====================================== ] 3126/5061 61% [====================================== ] 3127/5061 61% [====================================== ] 3128/5061 61% [====================================== ] 3129/5061 61% [====================================== ] 3130/5061 61% [====================================== ] 3131/5061 61% [====================================== ] 3132/5061 61% [====================================== ] 3133/5061 61% [====================================== ] 3134/5061 61% [====================================== ] 3135/5061 61% [====================================== ] 3136/5061 61% [====================================== ] 3137/5061 61% [====================================== ] 3138/5061 62% [====================================== ] 3139/5061 62% [====================================== ] 3140/5061 62% [====================================== ] 3141/5061 62% [====================================== ] 3142/5061 62% [====================================== ] 3143/5061 62% [====================================== ] 3144/5061 62% [====================================== ] 3145/5061 62% [====================================== ] 3146/5061 62% [====================================== ] 3147/5061 62% [====================================== ] 3148/5061 62% [====================================== ] 3149/5061 62% [====================================== ] 3150/5061 62% [====================================== ] 3151/5061 62% [====================================== ] 3152/5061 62% [====================================== ] 3153/5061 62% [====================================== ] 3154/5061 62% [====================================== ] 3155/5061 62% [====================================== ] 3156/5061 62% [====================================== ] 3157/5061 62% [====================================== ] 3158/5061 62% [====================================== ] 3159/5061 62% [====================================== ] 3160/5061 62% [====================================== ] 3161/5061 62% [====================================== ] 3162/5061 62% [====================================== ] 3163/5061 62% [====================================== ] 3164/5061 62% [====================================== ] 3165/5061 62% [====================================== ] 3166/5061 62% [====================================== ] 3167/5061 62% [====================================== ] 3168/5061 62% [====================================== ] 3169/5061 62% [====================================== ] 3170/5061 62% [====================================== ] 3171/5061 62% [====================================== ] 3172/5061 62% [====================================== ] 3173/5061 62% [====================================== ] 3174/5061 62% [====================================== ] 3175/5061 62% [====================================== ] 3176/5061 62% [====================================== ] 3177/5061 62% [====================================== ] 3178/5061 62% [====================================== ] 3179/5061 62% [====================================== ] 3180/5061 62% [====================================== ] 3181/5061 62% [====================================== ] 3182/5061 62% [====================================== ] 3183/5061 62% [======================================= ] 3184/5061 62% [======================================= ] 3185/5061 62% [======================================= ] 3186/5061 62% [======================================= ] 3187/5061 62% [======================================= ] 3188/5061 62% [======================================= ] 3189/5061 63% [======================================= ] 3190/5061 63% [======================================= ] 3191/5061 63% [======================================= ] 3192/5061 63% [======================================= ] 3193/5061 63% [======================================= ] 3194/5061 63% [======================================= ] 3195/5061 63% [======================================= ] 3196/5061 63% [======================================= ] 3197/5061 63% [======================================= ] 3198/5061 63% [======================================= ] 3199/5061 63% [======================================= ] 3200/5061 63% [======================================= ] 3201/5061 63% [======================================= ] 3202/5061 63% [======================================= ] 3203/5061 63% [======================================= ] 3204/5061 63% [======================================= ] 3205/5061 63% [======================================= ] 3206/5061 63% [======================================= ] 3207/5061 63% [======================================= ] 3208/5061 63% [======================================= ] 3209/5061 63% [======================================= ] 3210/5061 63% [======================================= ] 3211/5061 63% [======================================= ] 3212/5061 63% [======================================= ] 3213/5061 63% [======================================= ] 3214/5061 63% [======================================= ] 3215/5061 63% [======================================= ] 3216/5061 63% [======================================= ] 3217/5061 63% [======================================= ] 3218/5061 63% [======================================= ] 3219/5061 63% [======================================= ] 3220/5061 63% [======================================= ] 3221/5061 63% [======================================= ] 3222/5061 63% [======================================= ] 3223/5061 63% [======================================= ] 3224/5061 63% [======================================= ] 3225/5061 63% [======================================= ] 3226/5061 63% [======================================= ] 3227/5061 63% [======================================= ] 3228/5061 63% [======================================= ] 3229/5061 63% [======================================= ] 3230/5061 63% [======================================= ] 3231/5061 63% [======================================= ] 3232/5061 63% [======================================= ] 3233/5061 63% [======================================= ] 3234/5061 63% [======================================= ] 3235/5061 63% [======================================= ] 3236/5061 63% [======================================= ] 3237/5061 63% [======================================= ] 3238/5061 63% [======================================= ] 3239/5061 63% [======================================= ] 3240/5061 64% [======================================= ] 3241/5061 64% [======================================= ] 3242/5061 64% [======================================= ] 3243/5061 64% [======================================= ] 3244/5061 64% [======================================= ] 3245/5061 64% [======================================= ] 3246/5061 64% [======================================= ] 3247/5061 64% [======================================= ] 3248/5061 64% [======================================= ] 3249/5061 64% [======================================= ] 3250/5061 64% [======================================= ] 3251/5061 64% [======================================= ] 3252/5061 64% [======================================= ] 3253/5061 64% [======================================= ] 3254/5061 64% [======================================= ] 3255/5061 64% [======================================= ] 3256/5061 64% [======================================= ] 3257/5061 64% [======================================= ] 3258/5061 64% [======================================= ] 3259/5061 64% [======================================= ] 3260/5061 64% [======================================= ] 3261/5061 64% [======================================= ] 3262/5061 64% [======================================= ] 3263/5061 64% [======================================= ] 3264/5061 64% [======================================= ] 3265/5061 64% [======================================== ] 3266/5061 64% [======================================== ] 3267/5061 64% [======================================== ] 3268/5061 64% [======================================== ] 3269/5061 64% [======================================== ] 3270/5061 64% [======================================== ] 3271/5061 64% [======================================== ] 3272/5061 64% [======================================== ] 3273/5061 64% [======================================== ] 3274/5061 64% [======================================== ] 3275/5061 64% [======================================== ] 3276/5061 64% [======================================== ] 3277/5061 64% [======================================== ] 3278/5061 64% [======================================== ] 3279/5061 64% [======================================== ] 3280/5061 64% [======================================== ] 3281/5061 64% [======================================== ] 3282/5061 64% [======================================== ] 3283/5061 64% [======================================== ] 3284/5061 64% [======================================== ] 3285/5061 64% [======================================== ] 3286/5061 64% [======================================== ] 3287/5061 64% [======================================== ] 3288/5061 64% [======================================== ] 3289/5061 64% [======================================== ] 3290/5061 65% [======================================== ] 3291/5061 65% [======================================== ] 3292/5061 65% [======================================== ] 3293/5061 65% [======================================== ] 3294/5061 65% [======================================== ] 3295/5061 65% [======================================== ] 3296/5061 65% [======================================== ] 3297/5061 65% [======================================== ] 3298/5061 65% [======================================== ] 3299/5061 65% [======================================== ] 3300/5061 65% [======================================== ] 3301/5061 65% [======================================== ] 3302/5061 65% [======================================== ] 3303/5061 65% [======================================== ] 3304/5061 65% [======================================== ] 3305/5061 65% [======================================== ] 3306/5061 65% [======================================== ] 3307/5061 65% [======================================== ] 3308/5061 65% [======================================== ] 3309/5061 65% [======================================== ] 3310/5061 65% [======================================== ] 3311/5061 65% [======================================== ] 3312/5061 65% [======================================== ] 3313/5061 65% [======================================== ] 3314/5061 65% [======================================== ] 3315/5061 65% [======================================== ] 3316/5061 65% [======================================== ] 3317/5061 65% [======================================== ] 3318/5061 65% [======================================== ] 3319/5061 65% [======================================== ] 3320/5061 65% [======================================== ] 3321/5061 65% [======================================== ] 3322/5061 65% [======================================== ] 3323/5061 65% [======================================== ] 3324/5061 65% [======================================== ] 3325/5061 65% [======================================== ] 3326/5061 65% [======================================== ] 3327/5061 65% [======================================== ] 3328/5061 65% [======================================== ] 3329/5061 65% [======================================== ] 3330/5061 65% [======================================== ] 3331/5061 65% [======================================== ] 3332/5061 65% [======================================== ] 3333/5061 65% [======================================== ] 3334/5061 65% [======================================== ] 3335/5061 65% [======================================== ] 3336/5061 65% [======================================== ] 3337/5061 65% [======================================== ] 3338/5061 65% [======================================== ] 3339/5061 65% [======================================== ] 3340/5061 65% [======================================== ] 3341/5061 66% [======================================== ] 3342/5061 66% [======================================== ] 3343/5061 66% [======================================== ] 3344/5061 66% [======================================== ] 3345/5061 66% [======================================== ] 3346/5061 66% [========================================= ] 3347/5061 66% [========================================= ] 3348/5061 66% [========================================= ] 3349/5061 66% [========================================= ] 3350/5061 66% [========================================= ] 3351/5061 66% [========================================= ] 3352/5061 66% [========================================= ] 3353/5061 66% [========================================= ] 3354/5061 66% [========================================= ] 3355/5061 66% [========================================= ] 3356/5061 66% [========================================= ] 3357/5061 66% [========================================= ] 3358/5061 66% [========================================= ] 3359/5061 66% [========================================= ] 3360/5061 66% [========================================= ] 3361/5061 66% [========================================= ] 3362/5061 66% [========================================= ] 3363/5061 66% [========================================= ] 3364/5061 66% [========================================= ] 3365/5061 66% [========================================= ] 3366/5061 66% [========================================= ] 3367/5061 66% [========================================= ] 3368/5061 66% [========================================= ] 3369/5061 66% [========================================= ] 3370/5061 66% [========================================= ] 3371/5061 66% [========================================= ] 3372/5061 66% [========================================= ] 3373/5061 66% [========================================= ] 3374/5061 66% [========================================= ] 3375/5061 66% [========================================= ] 3376/5061 66% [========================================= ] 3377/5061 66% [========================================= ] 3378/5061 66% [========================================= ] 3379/5061 66% [========================================= ] 3380/5061 66% [========================================= ] 3381/5061 66% [========================================= ] 3382/5061 66% [========================================= ] 3383/5061 66% [========================================= ] 3384/5061 66% [========================================= ] 3385/5061 66% [========================================= ] 3386/5061 66% [========================================= ] 3387/5061 66% [========================================= ] 3388/5061 66% [========================================= ] 3389/5061 66% [========================================= ] 3390/5061 66% [========================================= ] 3391/5061 67% [========================================= ] 3392/5061 67% [========================================= ] 3393/5061 67% [========================================= ] 3394/5061 67% [========================================= ] 3395/5061 67% [========================================= ] 3396/5061 67% [========================================= ] 3397/5061 67% [========================================= ] 3398/5061 67% [========================================= ] 3399/5061 67% [========================================= ] 3400/5061 67% [========================================= ] 3401/5061 67% [========================================= ] 3402/5061 67% [========================================= ] 3403/5061 67% [========================================= ] 3404/5061 67% [========================================= ] 3405/5061 67% [========================================= ] 3406/5061 67% [========================================= ] 3407/5061 67% [========================================= ] 3408/5061 67% [========================================= ] 3409/5061 67% [========================================= ] 3410/5061 67% [========================================= ] 3411/5061 67% [========================================= ] 3412/5061 67% [========================================= ] 3413/5061 67% [========================================= ] 3414/5061 67% [========================================= ] 3415/5061 67% [========================================= ] 3416/5061 67% [========================================= ] 3417/5061 67% [========================================= ] 3418/5061 67% [========================================= ] 3419/5061 67% [========================================= ] 3420/5061 67% [========================================= ] 3421/5061 67% [========================================= ] 3422/5061 67% [========================================= ] 3423/5061 67% [========================================= ] 3424/5061 67% [========================================= ] 3425/5061 67% [========================================= ] 3426/5061 67% [========================================= ] 3427/5061 67% [========================================= ] 3428/5061 67% [========================================== ] 3429/5061 67% [========================================== ] 3430/5061 67% [========================================== ] 3431/5061 67% [========================================== ] 3432/5061 67% [========================================== ] 3433/5061 67% [========================================== ] 3434/5061 67% [========================================== ] 3435/5061 67% [========================================== ] 3436/5061 67% [========================================== ] 3437/5061 67% [========================================== ] 3438/5061 67% [========================================== ] 3439/5061 67% [========================================== ] 3440/5061 67% [========================================== ] 3441/5061 67% [========================================== ] 3442/5061 68% [========================================== ] 3443/5061 68% [========================================== ] 3444/5061 68% [========================================== ] 3445/5061 68% [========================================== ] 3446/5061 68% [========================================== ] 3447/5061 68% [========================================== ] 3448/5061 68% [========================================== ] 3449/5061 68% [========================================== ] 3450/5061 68% [========================================== ] 3451/5061 68% [========================================== ] 3452/5061 68% [========================================== ] 3453/5061 68% [========================================== ] 3454/5061 68% [========================================== ] 3455/5061 68% [========================================== ] 3456/5061 68% [========================================== ] 3457/5061 68% [========================================== ] 3458/5061 68% [========================================== ] 3459/5061 68% [========================================== ] 3460/5061 68% [========================================== ] 3461/5061 68% [========================================== ] 3462/5061 68% [========================================== ] 3463/5061 68% [========================================== ] 3464/5061 68% [========================================== ] 3465/5061 68% [========================================== ] 3466/5061 68% [========================================== ] 3467/5061 68% [========================================== ] 3468/5061 68% [========================================== ] 3469/5061 68% [========================================== ] 3470/5061 68% [========================================== ] 3471/5061 68% [========================================== ] 3472/5061 68% [========================================== ] 3473/5061 68% [========================================== ] 3474/5061 68% [========================================== ] 3475/5061 68% [========================================== ] 3476/5061 68% [========================================== ] 3477/5061 68% [========================================== ] 3478/5061 68% [========================================== ] 3479/5061 68% [========================================== ] 3480/5061 68% [========================================== ] 3481/5061 68% [========================================== ] 3482/5061 68% [========================================== ] 3483/5061 68% [========================================== ] 3484/5061 68% [========================================== ] 3485/5061 68% [========================================== ] 3486/5061 68% [========================================== ] 3487/5061 68% [========================================== ] 3488/5061 68% [========================================== ] 3489/5061 68% [========================================== ] 3490/5061 68% [========================================== ] 3491/5061 68% [========================================== ] 3492/5061 68% [========================================== ] 3493/5061 69% [========================================== ] 3494/5061 69% [========================================== ] 3495/5061 69% [========================================== ] 3496/5061 69% [========================================== ] 3497/5061 69% [========================================== ] 3498/5061 69% [========================================== ] 3499/5061 69% [========================================== ] 3500/5061 69% [========================================== ] 3501/5061 69% [========================================== ] 3502/5061 69% [========================================== ] 3503/5061 69% [========================================== ] 3504/5061 69% [========================================== ] 3505/5061 69% [========================================== ] 3506/5061 69% [========================================== ] 3507/5061 69% [========================================== ] 3508/5061 69% [========================================== ] 3509/5061 69% [========================================== ] 3510/5061 69% [=========================================== ] 3511/5061 69% [=========================================== ] 3512/5061 69% [=========================================== ] 3513/5061 69% [=========================================== ] 3514/5061 69% [=========================================== ] 3515/5061 69% [=========================================== ] 3516/5061 69% [=========================================== ] 3517/5061 69% [=========================================== ] 3518/5061 69% [=========================================== ] 3519/5061 69% [=========================================== ] 3520/5061 69% [=========================================== ] 3521/5061 69% [=========================================== ] 3522/5061 69% [=========================================== ] 3523/5061 69% [=========================================== ] 3524/5061 69% [=========================================== ] 3525/5061 69% [=========================================== ] 3526/5061 69% [=========================================== ] 3527/5061 69% [=========================================== ] 3528/5061 69% [=========================================== ] 3529/5061 69% [=========================================== ] 3530/5061 69% [=========================================== ] 3531/5061 69% [=========================================== ] 3532/5061 69% [=========================================== ] 3533/5061 69% [=========================================== ] 3534/5061 69% [=========================================== ] 3535/5061 69% [=========================================== ] 3536/5061 69% [=========================================== ] 3537/5061 69% [=========================================== ] 3538/5061 69% [=========================================== ] 3539/5061 69% [=========================================== ] 3540/5061 69% [=========================================== ] 3541/5061 69% [=========================================== ] 3542/5061 69% [=========================================== ] 3543/5061 70% [=========================================== ] 3544/5061 70% [=========================================== ] 3545/5061 70% [=========================================== ] 3546/5061 70% [=========================================== ] 3547/5061 70% [=========================================== ] 3548/5061 70% [=========================================== ] 3549/5061 70% [=========================================== ] 3550/5061 70% [=========================================== ] 3551/5061 70% [=========================================== ] 3552/5061 70% [=========================================== ] 3553/5061 70% [=========================================== ] 3554/5061 70% [=========================================== ] 3555/5061 70% [=========================================== ] 3556/5061 70% [=========================================== ] 3557/5061 70% [=========================================== ] 3558/5061 70% [=========================================== ] 3559/5061 70% [=========================================== ] 3560/5061 70% [=========================================== ] 3561/5061 70% [=========================================== ] 3562/5061 70% [=========================================== ] 3563/5061 70% [=========================================== ] 3564/5061 70% [=========================================== ] 3565/5061 70% [=========================================== ] 3566/5061 70% [=========================================== ] 3567/5061 70% [=========================================== ] 3568/5061 70% [=========================================== ] 3569/5061 70% [=========================================== ] 3570/5061 70% [=========================================== ] 3571/5061 70% [=========================================== ] 3572/5061 70% [=========================================== ] 3573/5061 70% [=========================================== ] 3574/5061 70% [=========================================== ] 3575/5061 70% [=========================================== ] 3576/5061 70% [=========================================== ] 3577/5061 70% [=========================================== ] 3578/5061 70% [=========================================== ] 3579/5061 70% [=========================================== ] 3580/5061 70% [=========================================== ] 3581/5061 70% [=========================================== ] 3582/5061 70% [=========================================== ] 3583/5061 70% [=========================================== ] 3584/5061 70% [=========================================== ] 3585/5061 70% [=========================================== ] 3586/5061 70% [=========================================== ] 3587/5061 70% [=========================================== ] 3588/5061 70% [=========================================== ] 3589/5061 70% [=========================================== ] 3590/5061 70% [=========================================== ] 3591/5061 70% [============================================ ] 3592/5061 70% [============================================ ] 3593/5061 70% [============================================ ] 3594/5061 71% [============================================ ] 3595/5061 71% [============================================ ] 3596/5061 71% [============================================ ] 3597/5061 71% [============================================ ] 3598/5061 71% [============================================ ] 3599/5061 71% [============================================ ] 3600/5061 71% [============================================ ] 3601/5061 71% [============================================ ] 3602/5061 71% [============================================ ] 3603/5061 71% [============================================ ] 3604/5061 71% [============================================ ] 3605/5061 71% [============================================ ] 3606/5061 71% [============================================ ] 3607/5061 71% [============================================ ] 3608/5061 71% [============================================ ] 3609/5061 71% [============================================ ] 3610/5061 71% [============================================ ] 3611/5061 71% [============================================ ] 3612/5061 71% [============================================ ] 3613/5061 71% [============================================ ] 3614/5061 71% [============================================ ] 3615/5061 71% [============================================ ] 3616/5061 71% [============================================ ] 3617/5061 71% [============================================ ] 3618/5061 71% [============================================ ] 3619/5061 71% [============================================ ] 3620/5061 71% [============================================ ] 3621/5061 71% [============================================ ] 3622/5061 71% [============================================ ] 3623/5061 71% [============================================ ] 3624/5061 71% [============================================ ] 3625/5061 71% [============================================ ] 3626/5061 71% [============================================ ] 3627/5061 71% [============================================ ] 3628/5061 71% [============================================ ] 3629/5061 71% [============================================ ] 3630/5061 71% [============================================ ] 3631/5061 71% [============================================ ] 3632/5061 71% [============================================ ] 3633/5061 71% [============================================ ] 3634/5061 71% [============================================ ] 3635/5061 71% [============================================ ] 3636/5061 71% [============================================ ] 3637/5061 71% [============================================ ] 3638/5061 71% [============================================ ] 3639/5061 71% [============================================ ] 3640/5061 71% [============================================ ] 3641/5061 71% [============================================ ] 3642/5061 71% [============================================ ] 3643/5061 71% [============================================ ] 3644/5061 72% [============================================ ] 3645/5061 72% [============================================ ] 3646/5061 72% [============================================ ] 3647/5061 72% [============================================ ] 3648/5061 72% [============================================ ] 3649/5061 72% [============================================ ] 3650/5061 72% [============================================ ] 3651/5061 72% [============================================ ] 3652/5061 72% [============================================ ] 3653/5061 72% [============================================ ] 3654/5061 72% [============================================ ] 3655/5061 72% [============================================ ] 3656/5061 72% [============================================ ] 3657/5061 72% [============================================ ] 3658/5061 72% [============================================ ] 3659/5061 72% [============================================ ] 3660/5061 72% [============================================ ] 3661/5061 72% [============================================ ] 3662/5061 72% [============================================ ] 3663/5061 72% [============================================ ] 3664/5061 72% [============================================ ] 3665/5061 72% [============================================ ] 3666/5061 72% [============================================ ] 3667/5061 72% [============================================ ] 3668/5061 72% [============================================ ] 3669/5061 72% [============================================ ] 3670/5061 72% [============================================ ] 3671/5061 72% [============================================ ] 3672/5061 72% [============================================ ] 3673/5061 72% [============================================= ] 3674/5061 72% [============================================= ] 3675/5061 72% [============================================= ] 3676/5061 72% [============================================= ] 3677/5061 72% [============================================= ] 3678/5061 72% [============================================= ] 3679/5061 72% [============================================= ] 3680/5061 72% [============================================= ] 3681/5061 72% [============================================= ] 3682/5061 72% [============================================= ] 3683/5061 72% [============================================= ] 3684/5061 72% [============================================= ] 3685/5061 72% [============================================= ] 3686/5061 72% [============================================= ] 3687/5061 72% [============================================= ] 3688/5061 72% [============================================= ] 3689/5061 72% [============================================= ] 3690/5061 72% [============================================= ] 3691/5061 72% [============================================= ] 3692/5061 72% [============================================= ] 3693/5061 72% [============================================= ] 3694/5061 72% [============================================= ] 3695/5061 73% [============================================= ] 3696/5061 73% [============================================= ] 3697/5061 73% [============================================= ] 3698/5061 73% [============================================= ] 3699/5061 73% [============================================= ] 3700/5061 73% [============================================= ] 3701/5061 73% [============================================= ] 3702/5061 73% [============================================= ] 3703/5061 73% [============================================= ] 3704/5061 73% [============================================= ] 3705/5061 73% [============================================= ] 3706/5061 73% [============================================= ] 3707/5061 73% [============================================= ] 3708/5061 73% [============================================= ] 3709/5061 73% [============================================= ] 3710/5061 73% [============================================= ] 3711/5061 73% [============================================= ] 3712/5061 73% [============================================= ] 3713/5061 73% [============================================= ] 3714/5061 73% [============================================= ] 3715/5061 73% [============================================= ] 3716/5061 73% [============================================= ] 3717/5061 73% [============================================= ] 3718/5061 73% [============================================= ] 3719/5061 73% [============================================= ] 3720/5061 73% [============================================= ] 3721/5061 73% [============================================= ] 3722/5061 73% [============================================= ] 3723/5061 73% [============================================= ] 3724/5061 73% [============================================= ] 3725/5061 73% [============================================= ] 3726/5061 73% [============================================= ] 3727/5061 73% [============================================= ] 3728/5061 73% [============================================= ] 3729/5061 73% [============================================= ] 3730/5061 73% [============================================= ] 3731/5061 73% [============================================= ] 3732/5061 73% [============================================= ] 3733/5061 73% [============================================= ] 3734/5061 73% [============================================= ] 3735/5061 73% [============================================= ] 3736/5061 73% [============================================= ] 3737/5061 73% [============================================= ] 3738/5061 73% [============================================= ] 3739/5061 73% [============================================= ] 3740/5061 73% [============================================= ] 3741/5061 73% [============================================= ] 3742/5061 73% [============================================= ] 3743/5061 73% [============================================= ] 3744/5061 73% [============================================= ] 3745/5061 73% [============================================= ] 3746/5061 74% [============================================= ] 3747/5061 74% [============================================= ] 3748/5061 74% [============================================= ] 3749/5061 74% [============================================= ] 3750/5061 74% [============================================= ] 3751/5061 74% [============================================= ] 3752/5061 74% [============================================= ] 3753/5061 74% [============================================= ] 3754/5061 74% [============================================== ] 3755/5061 74% [============================================== ] 3756/5061 74% [============================================== ] 3757/5061 74% [============================================== ] 3758/5061 74% [============================================== ] 3759/5061 74% [============================================== ] 3760/5061 74% [============================================== ] 3761/5061 74% [============================================== ] 3762/5061 74% [============================================== ] 3763/5061 74% [============================================== ] 3764/5061 74% [============================================== ] 3765/5061 74% [============================================== ] 3766/5061 74% [============================================== ] 3767/5061 74% [============================================== ] 3768/5061 74% [============================================== ] 3769/5061 74% [============================================== ] 3770/5061 74% [============================================== ] 3771/5061 74% [============================================== ] 3772/5061 74% [============================================== ] 3773/5061 74% [============================================== ] 3774/5061 74% [============================================== ] 3775/5061 74% [============================================== ] 3776/5061 74% [============================================== ] 3777/5061 74% [============================================== ] 3778/5061 74% [============================================== ] 3779/5061 74% [============================================== ] 3780/5061 74% [============================================== ] 3781/5061 74% [============================================== ] 3782/5061 74% [============================================== ] 3783/5061 74% [============================================== ] 3784/5061 74% [============================================== ] 3785/5061 74% [============================================== ] 3786/5061 74% [============================================== ] 3787/5061 74% [============================================== ] 3788/5061 74% [============================================== ] 3789/5061 74% [============================================== ] 3790/5061 74% [============================================== ] 3791/5061 74% [============================================== ] 3792/5061 74% [============================================== ] 3793/5061 74% [============================================== ] 3794/5061 74% [============================================== ] 3795/5061 74% [============================================== ] 3796/5061 75% [============================================== ] 3797/5061 75% [============================================== ] 3798/5061 75% [============================================== ] 3799/5061 75% [============================================== ] 3800/5061 75% [============================================== ] 3801/5061 75% [============================================== ] 3802/5061 75% [============================================== ] 3803/5061 75% [============================================== ] 3804/5061 75% [============================================== ] 3805/5061 75% [============================================== ] 3806/5061 75% [============================================== ] 3807/5061 75% [============================================== ] 3808/5061 75% [============================================== ] 3809/5061 75% [============================================== ] 3810/5061 75% [============================================== ] 3811/5061 75% [============================================== ] 3812/5061 75% [============================================== ] 3813/5061 75% [============================================== ] 3814/5061 75% [============================================== ] 3815/5061 75% [============================================== ] 3816/5061 75% [============================================== ] 3817/5061 75% [============================================== ] 3818/5061 75% [============================================== ] 3819/5061 75% [============================================== ] 3820/5061 75% [============================================== ] 3821/5061 75% [============================================== ] 3822/5061 75% [============================================== ] 3823/5061 75% [============================================== ] 3824/5061 75% [============================================== ] 3825/5061 75% [============================================== ] 3826/5061 75% [============================================== ] 3827/5061 75% [============================================== ] 3828/5061 75% [============================================== ] 3829/5061 75% [============================================== ] 3830/5061 75% [============================================== ] 3831/5061 75% [============================================== ] 3832/5061 75% [============================================== ] 3833/5061 75% [============================================== ] 3834/5061 75% [============================================== ] 3835/5061 75% [============================================== ] 3836/5061 75% [=============================================== ] 3837/5061 75% [=============================================== ] 3838/5061 75% [=============================================== ] 3839/5061 75% [=============================================== ] 3840/5061 75% [=============================================== ] 3841/5061 75% [=============================================== ] 3842/5061 75% [=============================================== ] 3843/5061 75% [=============================================== ] 3844/5061 75% [=============================================== ] 3845/5061 75% [=============================================== ] 3846/5061 75% [=============================================== ] 3847/5061 76% [=============================================== ] 3848/5061 76% [=============================================== ] 3849/5061 76% [=============================================== ] 3850/5061 76% [=============================================== ] 3851/5061 76% [=============================================== ] 3852/5061 76% [=============================================== ] 3853/5061 76% [=============================================== ] 3854/5061 76% [=============================================== ] 3855/5061 76% [=============================================== ] 3856/5061 76% [=============================================== ] 3857/5061 76% [=============================================== ] 3858/5061 76% [=============================================== ] 3859/5061 76% [=============================================== ] 3860/5061 76% [=============================================== ] 3861/5061 76% [=============================================== ] 3862/5061 76% [=============================================== ] 3863/5061 76% [=============================================== ] 3864/5061 76% [=============================================== ] 3865/5061 76% [=============================================== ] 3866/5061 76% [=============================================== ] 3867/5061 76% [=============================================== ] 3868/5061 76% [=============================================== ] 3869/5061 76% [=============================================== ] 3870/5061 76% [=============================================== ] 3871/5061 76% [=============================================== ] 3872/5061 76% [=============================================== ] 3873/5061 76% [=============================================== ] 3874/5061 76% [=============================================== ] 3875/5061 76% [=============================================== ] 3876/5061 76% [=============================================== ] 3877/5061 76% [=============================================== ] 3878/5061 76% [=============================================== ] 3879/5061 76% [=============================================== ] 3880/5061 76% [=============================================== ] 3881/5061 76% [=============================================== ] 3882/5061 76% [=============================================== ] 3883/5061 76% [=============================================== ] 3884/5061 76% [=============================================== ] 3885/5061 76% [=============================================== ] 3886/5061 76% [=============================================== ] 3887/5061 76% [=============================================== ] 3888/5061 76% [=============================================== ] 3889/5061 76% [=============================================== ] 3890/5061 76% [=============================================== ] 3891/5061 76% [=============================================== ] 3892/5061 76% [=============================================== ] 3893/5061 76% [=============================================== ] 3894/5061 76% [=============================================== ] 3895/5061 76% [=============================================== ] 3896/5061 76% [=============================================== ] 3897/5061 77% [=============================================== ] 3898/5061 77% [=============================================== ] 3899/5061 77% [=============================================== ] 3900/5061 77% [=============================================== ] 3901/5061 77% [=============================================== ] 3902/5061 77% [=============================================== ] 3903/5061 77% [=============================================== ] 3904/5061 77% [=============================================== ] 3905/5061 77% [=============================================== ] 3906/5061 77% [=============================================== ] 3907/5061 77% [=============================================== ] 3908/5061 77% [=============================================== ] 3909/5061 77% [=============================================== ] 3910/5061 77% [=============================================== ] 3911/5061 77% [=============================================== ] 3912/5061 77% [=============================================== ] 3913/5061 77% [=============================================== ] 3914/5061 77% [=============================================== ] 3915/5061 77% [=============================================== ] 3916/5061 77% [=============================================== ] 3917/5061 77% [=============================================== ] 3918/5061 77% [================================================ ] 3919/5061 77% [================================================ ] 3920/5061 77% [================================================ ] 3921/5061 77% [================================================ ] 3922/5061 77% [================================================ ] 3923/5061 77% [================================================ ] 3924/5061 77% [================================================ ] 3925/5061 77% [================================================ ] 3926/5061 77% [================================================ ] 3927/5061 77% [================================================ ] 3928/5061 77% [================================================ ] 3929/5061 77% [================================================ ] 3930/5061 77% [================================================ ] 3931/5061 77% [================================================ ] 3932/5061 77% [================================================ ] 3933/5061 77% [================================================ ] 3934/5061 77% [================================================ ] 3935/5061 77% [================================================ ] 3936/5061 77% [================================================ ] 3937/5061 77% [================================================ ] 3938/5061 77% [================================================ ] 3939/5061 77% [================================================ ] 3940/5061 77% [================================================ ] 3941/5061 77% [================================================ ] 3942/5061 77% [================================================ ] 3943/5061 77% [================================================ ] 3944/5061 77% [================================================ ] 3945/5061 77% [================================================ ] 3946/5061 77% [================================================ ] 3947/5061 77% [================================================ ] 3948/5061 78% [================================================ ] 3949/5061 78% [================================================ ] 3950/5061 78% [================================================ ] 3951/5061 78% [================================================ ] 3952/5061 78% [================================================ ] 3953/5061 78% [================================================ ] 3954/5061 78% [================================================ ] 3955/5061 78% [================================================ ] 3956/5061 78% [================================================ ] 3957/5061 78% [================================================ ] 3958/5061 78% [================================================ ] 3959/5061 78% [================================================ ] 3960/5061 78% [================================================ ] 3961/5061 78% [================================================ ] 3962/5061 78% [================================================ ] 3963/5061 78% [================================================ ] 3964/5061 78% [================================================ ] 3965/5061 78% [================================================ ] 3966/5061 78% [================================================ ] 3967/5061 78% [================================================ ] 3968/5061 78% [================================================ ] 3969/5061 78% [================================================ ] 3970/5061 78% [================================================ ] 3971/5061 78% [================================================ ] 3972/5061 78% [================================================ ] 3973/5061 78% [================================================ ] 3974/5061 78% [================================================ ] 3975/5061 78% [================================================ ] 3976/5061 78% [================================================ ] 3977/5061 78% [================================================ ] 3978/5061 78% [================================================ ] 3979/5061 78% [================================================ ] 3980/5061 78% [================================================ ] 3981/5061 78% [================================================ ] 3982/5061 78% [================================================ ] 3983/5061 78% [================================================ ] 3984/5061 78% [================================================ ] 3985/5061 78% [================================================ ] 3986/5061 78% [================================================ ] 3987/5061 78% [================================================ ] 3988/5061 78% [================================================ ] 3989/5061 78% [================================================ ] 3990/5061 78% [================================================ ] 3991/5061 78% [================================================ ] 3992/5061 78% [================================================ ] 3993/5061 78% [================================================ ] 3994/5061 78% [================================================ ] 3995/5061 78% [================================================ ] 3996/5061 78% [================================================ ] 3997/5061 78% [================================================ ] 3998/5061 78% [================================================ ] 3999/5061 79% [================================================= ] 4000/5061 79% [================================================= ] 4001/5061 79% [================================================= ] 4002/5061 79% [================================================= ] 4003/5061 79% [================================================= ] 4004/5061 79% [================================================= ] 4005/5061 79% [================================================= ] 4006/5061 79% [================================================= ] 4007/5061 79% [================================================= ] 4008/5061 79% [================================================= ] 4009/5061 79% [================================================= ] 4010/5061 79% [================================================= ] 4011/5061 79% [================================================= ] 4012/5061 79% [================================================= ] 4013/5061 79% [================================================= ] 4014/5061 79% [================================================= ] 4015/5061 79% [================================================= ] 4016/5061 79% [================================================= ] 4017/5061 79% [================================================= ] 4018/5061 79% [================================================= ] 4019/5061 79% [================================================= ] 4020/5061 79% [================================================= ] 4021/5061 79% [================================================= ] 4022/5061 79% [================================================= ] 4023/5061 79% [================================================= ] 4024/5061 79% [================================================= ] 4025/5061 79% [================================================= ] 4026/5061 79% [================================================= ] 4027/5061 79% [================================================= ] 4028/5061 79% [================================================= ] 4029/5061 79% [================================================= ] 4030/5061 79% [================================================= ] 4031/5061 79% [================================================= ] 4032/5061 79% [================================================= ] 4033/5061 79% [================================================= ] 4034/5061 79% [================================================= ] 4035/5061 79% [================================================= ] 4036/5061 79% [================================================= ] 4037/5061 79% [================================================= ] 4038/5061 79% [================================================= ] 4039/5061 79% [================================================= ] 4040/5061 79% [================================================= ] 4041/5061 79% [================================================= ] 4042/5061 79% [================================================= ] 4043/5061 79% [================================================= ] 4044/5061 79% [================================================= ] 4045/5061 79% [================================================= ] 4046/5061 79% [================================================= ] 4047/5061 79% [================================================= ] 4048/5061 79% [================================================= ] 4049/5061 80% [================================================= ] 4050/5061 80% [================================================= ] 4051/5061 80% [================================================= ] 4052/5061 80% [================================================= ] 4053/5061 80% [================================================= ] 4054/5061 80% [================================================= ] 4055/5061 80% [================================================= ] 4056/5061 80% [================================================= ] 4057/5061 80% [================================================= ] 4058/5061 80% [================================================= ] 4059/5061 80% [================================================= ] 4060/5061 80% [================================================= ] 4061/5061 80% [================================================= ] 4062/5061 80% [================================================= ] 4063/5061 80% [================================================= ] 4064/5061 80% [================================================= ] 4065/5061 80% [================================================= ] 4066/5061 80% [================================================= ] 4067/5061 80% [================================================= ] 4068/5061 80% [================================================= ] 4069/5061 80% [================================================= ] 4070/5061 80% [================================================= ] 4071/5061 80% [================================================= ] 4072/5061 80% [================================================= ] 4073/5061 80% [================================================= ] 4074/5061 80% [================================================= ] 4075/5061 80% [================================================= ] 4076/5061 80% [================================================= ] 4077/5061 80% [================================================= ] 4078/5061 80% [================================================= ] 4079/5061 80% [================================================= ] 4080/5061 80% [================================================= ] 4081/5061 80% [================================================== ] 4082/5061 80% [================================================== ] 4083/5061 80% [================================================== ] 4084/5061 80% [================================================== ] 4085/5061 80% [================================================== ] 4086/5061 80% [================================================== ] 4087/5061 80% [================================================== ] 4088/5061 80% [================================================== ] 4089/5061 80% [================================================== ] 4090/5061 80% [================================================== ] 4091/5061 80% [================================================== ] 4092/5061 80% [================================================== ] 4093/5061 80% [================================================== ] 4094/5061 80% [================================================== ] 4095/5061 80% [================================================== ] 4096/5061 80% [================================================== ] 4097/5061 80% [================================================== ] 4098/5061 80% [================================================== ] 4099/5061 80% [================================================== ] 4100/5061 81% [================================================== ] 4101/5061 81% [================================================== ] 4102/5061 81% [================================================== ] 4103/5061 81% [================================================== ] 4104/5061 81% [================================================== ] 4105/5061 81% [================================================== ] 4106/5061 81% [================================================== ] 4107/5061 81% [================================================== ] 4108/5061 81% [================================================== ] 4109/5061 81% [================================================== ] 4110/5061 81% [================================================== ] 4111/5061 81% [================================================== ] 4112/5061 81% [================================================== ] 4113/5061 81% [================================================== ] 4114/5061 81% [================================================== ] 4115/5061 81% [================================================== ] 4116/5061 81% [================================================== ] 4117/5061 81% [================================================== ] 4118/5061 81% [================================================== ] 4119/5061 81% [================================================== ] 4120/5061 81% [================================================== ] 4121/5061 81% [================================================== ] 4122/5061 81% [================================================== ] 4123/5061 81% [================================================== ] 4124/5061 81% [================================================== ] 4125/5061 81% [================================================== ] 4126/5061 81% [================================================== ] 4127/5061 81% [================================================== ] 4128/5061 81% [================================================== ] 4129/5061 81% [================================================== ] 4130/5061 81% [================================================== ] 4131/5061 81% [================================================== ] 4132/5061 81% [================================================== ] 4133/5061 81% [================================================== ] 4134/5061 81% [================================================== ] 4135/5061 81% [================================================== ] 4136/5061 81% [================================================== ] 4137/5061 81% [================================================== ] 4138/5061 81% [================================================== ] 4139/5061 81% [================================================== ] 4140/5061 81% [================================================== ] 4141/5061 81% [================================================== ] 4142/5061 81% [================================================== ] 4143/5061 81% [================================================== ] 4144/5061 81% [================================================== ] 4145/5061 81% [================================================== ] 4146/5061 81% [================================================== ] 4147/5061 81% [================================================== ] 4148/5061 81% [================================================== ] 4149/5061 81% [================================================== ] 4150/5061 81% [================================================== ] 4151/5061 82% [================================================== ] 4152/5061 82% [================================================== ] 4153/5061 82% [================================================== ] 4154/5061 82% [================================================== ] 4155/5061 82% [================================================== ] 4156/5061 82% [================================================== ] 4157/5061 82% [================================================== ] 4158/5061 82% [================================================== ] 4159/5061 82% [================================================== ] 4160/5061 82% [================================================== ] 4161/5061 82% [================================================== ] 4162/5061 82% [================================================== ] 4163/5061 82% [=================================================== ] 4164/5061 82% [=================================================== ] 4165/5061 82% [=================================================== ] 4166/5061 82% [=================================================== ] 4167/5061 82% [=================================================== ] 4168/5061 82% [=================================================== ] 4169/5061 82% [=================================================== ] 4170/5061 82% [=================================================== ] 4171/5061 82% [=================================================== ] 4172/5061 82% [=================================================== ] 4173/5061 82% [=================================================== ] 4174/5061 82% [=================================================== ] 4175/5061 82% [=================================================== ] 4176/5061 82% [=================================================== ] 4177/5061 82% [=================================================== ] 4178/5061 82% [=================================================== ] 4179/5061 82% [=================================================== ] 4180/5061 82% [=================================================== ] 4181/5061 82% [=================================================== ] 4182/5061 82% [=================================================== ] 4183/5061 82% [=================================================== ] 4184/5061 82% [=================================================== ] 4185/5061 82% [=================================================== ] 4186/5061 82% [=================================================== ] 4187/5061 82% [=================================================== ] 4188/5061 82% [=================================================== ] 4189/5061 82% [=================================================== ] 4190/5061 82% [=================================================== ] 4191/5061 82% [=================================================== ] 4192/5061 82% [=================================================== ] 4193/5061 82% [=================================================== ] 4194/5061 82% [=================================================== ] 4195/5061 82% [=================================================== ] 4196/5061 82% [=================================================== ] 4197/5061 82% [=================================================== ] 4198/5061 82% [=================================================== ] 4199/5061 82% [=================================================== ] 4200/5061 82% [=================================================== ] 4201/5061 83% [=================================================== ] 4202/5061 83% [=================================================== ] 4203/5061 83% [=================================================== ] 4204/5061 83% [=================================================== ] 4205/5061 83% [=================================================== ] 4206/5061 83% [=================================================== ] 4207/5061 83% [=================================================== ] 4208/5061 83% [=================================================== ] 4209/5061 83% [=================================================== ] 4210/5061 83% [=================================================== ] 4211/5061 83% [=================================================== ] 4212/5061 83% [=================================================== ] 4213/5061 83% [=================================================== ] 4214/5061 83% [=================================================== ] 4215/5061 83% [=================================================== ] 4216/5061 83% [=================================================== ] 4217/5061 83% [=================================================== ] 4218/5061 83% [=================================================== ] 4219/5061 83% [=================================================== ] 4220/5061 83% [=================================================== ] 4221/5061 83% [=================================================== ] 4222/5061 83% [=================================================== ] 4223/5061 83% [=================================================== ] 4224/5061 83% [=================================================== ] 4225/5061 83% [=================================================== ] 4226/5061 83% [=================================================== ] 4227/5061 83% [=================================================== ] 4228/5061 83% [=================================================== ] 4229/5061 83% [=================================================== ] 4230/5061 83% [=================================================== ] 4231/5061 83% [=================================================== ] 4232/5061 83% [=================================================== ] 4233/5061 83% [=================================================== ] 4234/5061 83% [=================================================== ] 4235/5061 83% [=================================================== ] 4236/5061 83% [=================================================== ] 4237/5061 83% [=================================================== ] 4238/5061 83% [=================================================== ] 4239/5061 83% [=================================================== ] 4240/5061 83% [=================================================== ] 4241/5061 83% [=================================================== ] 4242/5061 83% [=================================================== ] 4243/5061 83% [=================================================== ] 4244/5061 83% [==================================================== ] 4245/5061 83% [==================================================== ] 4246/5061 83% [==================================================== ] 4247/5061 83% [==================================================== ] 4248/5061 83% [==================================================== ] 4249/5061 83% [==================================================== ] 4250/5061 83% [==================================================== ] 4251/5061 83% [==================================================== ] 4252/5061 84% [==================================================== ] 4253/5061 84% [==================================================== ] 4254/5061 84% [==================================================== ] 4255/5061 84% [==================================================== ] 4256/5061 84% [==================================================== ] 4257/5061 84% [==================================================== ] 4258/5061 84% [==================================================== ] 4259/5061 84% [==================================================== ] 4260/5061 84% [==================================================== ] 4261/5061 84% [==================================================== ] 4262/5061 84% [==================================================== ] 4263/5061 84% [==================================================== ] 4264/5061 84% [==================================================== ] 4265/5061 84% [==================================================== ] 4266/5061 84% [==================================================== ] 4267/5061 84% [==================================================== ] 4268/5061 84% [==================================================== ] 4269/5061 84% [==================================================== ] 4270/5061 84% [==================================================== ] 4271/5061 84% [==================================================== ] 4272/5061 84% [==================================================== ] 4273/5061 84% [==================================================== ] 4274/5061 84% [==================================================== ] 4275/5061 84% [==================================================== ] 4276/5061 84% [==================================================== ] 4277/5061 84% [==================================================== ] 4278/5061 84% [==================================================== ] 4279/5061 84% [==================================================== ] 4280/5061 84% [==================================================== ] 4281/5061 84% [==================================================== ] 4282/5061 84% [==================================================== ] 4283/5061 84% [==================================================== ] 4284/5061 84% [==================================================== ] 4285/5061 84% [==================================================== ] 4286/5061 84% [==================================================== ] 4287/5061 84% [==================================================== ] 4288/5061 84% [==================================================== ] 4289/5061 84% [==================================================== ] 4290/5061 84% [==================================================== ] 4291/5061 84% [==================================================== ] 4292/5061 84% [==================================================== ] 4293/5061 84% [==================================================== ] 4294/5061 84% [==================================================== ] 4295/5061 84% [==================================================== ] 4296/5061 84% [==================================================== ] 4297/5061 84% [==================================================== ] 4298/5061 84% [==================================================== ] 4299/5061 84% [==================================================== ] 4300/5061 84% [==================================================== ] 4301/5061 84% [==================================================== ] 4302/5061 85% [==================================================== ] 4303/5061 85% [==================================================== ] 4304/5061 85% [==================================================== ] 4305/5061 85% [==================================================== ] 4306/5061 85% [==================================================== ] 4307/5061 85% [==================================================== ] 4308/5061 85% [==================================================== ] 4309/5061 85% [==================================================== ] 4310/5061 85% [==================================================== ] 4311/5061 85% [==================================================== ] 4312/5061 85% [==================================================== ] 4313/5061 85% [==================================================== ] 4314/5061 85% [==================================================== ] 4315/5061 85% [==================================================== ] 4316/5061 85% [==================================================== ] 4317/5061 85% [==================================================== ] 4318/5061 85% [==================================================== ] 4319/5061 85% [==================================================== ] 4320/5061 85% [==================================================== ] 4321/5061 85% [==================================================== ] 4322/5061 85% [==================================================== ] 4323/5061 85% [==================================================== ] 4324/5061 85% [==================================================== ] 4325/5061 85% [==================================================== ] 4326/5061 85% [===================================================== ] 4327/5061 85% [===================================================== ] 4328/5061 85% [===================================================== ] 4329/5061 85% [===================================================== ] 4330/5061 85% [===================================================== ] 4331/5061 85% [===================================================== ] 4332/5061 85% [===================================================== ] 4333/5061 85% [===================================================== ] 4334/5061 85% [===================================================== ] 4335/5061 85% [===================================================== ] 4336/5061 85% [===================================================== ] 4337/5061 85% [===================================================== ] 4338/5061 85% [===================================================== ] 4339/5061 85% [===================================================== ] 4340/5061 85% [===================================================== ] 4341/5061 85% [===================================================== ] 4342/5061 85% [===================================================== ] 4343/5061 85% [===================================================== ] 4344/5061 85% [===================================================== ] 4345/5061 85% [===================================================== ] 4346/5061 85% [===================================================== ] 4347/5061 85% [===================================================== ] 4348/5061 85% [===================================================== ] 4349/5061 85% [===================================================== ] 4350/5061 85% [===================================================== ] 4351/5061 85% [===================================================== ] 4352/5061 85% [===================================================== ] 4353/5061 86% [===================================================== ] 4354/5061 86% [===================================================== ] 4355/5061 86% [===================================================== ] 4356/5061 86% [===================================================== ] 4357/5061 86% [===================================================== ] 4358/5061 86% [===================================================== ] 4359/5061 86% [===================================================== ] 4360/5061 86% [===================================================== ] 4361/5061 86% [===================================================== ] 4362/5061 86% [===================================================== ] 4363/5061 86% [===================================================== ] 4364/5061 86% [===================================================== ] 4365/5061 86% [===================================================== ] 4366/5061 86% [===================================================== ] 4367/5061 86% [===================================================== ] 4368/5061 86% [===================================================== ] 4369/5061 86% [===================================================== ] 4370/5061 86% [===================================================== ] 4371/5061 86% [===================================================== ] 4372/5061 86% [===================================================== ] 4373/5061 86% [===================================================== ] 4374/5061 86% [===================================================== ] 4375/5061 86% [===================================================== ] 4376/5061 86% [===================================================== ] 4377/5061 86% [===================================================== ] 4378/5061 86% [===================================================== ] 4379/5061 86% [===================================================== ] 4380/5061 86% [===================================================== ] 4381/5061 86% [===================================================== ] 4382/5061 86% [===================================================== ] 4383/5061 86% [===================================================== ] 4384/5061 86% [===================================================== ] 4385/5061 86% [===================================================== ] 4386/5061 86% [===================================================== ] 4387/5061 86% [===================================================== ] 4388/5061 86% [===================================================== ] 4389/5061 86% [===================================================== ] 4390/5061 86% [===================================================== ] 4391/5061 86% [===================================================== ] 4392/5061 86% [===================================================== ] 4393/5061 86% [===================================================== ] 4394/5061 86% [===================================================== ] 4395/5061 86% [===================================================== ] 4396/5061 86% [===================================================== ] 4397/5061 86% [===================================================== ] 4398/5061 86% [===================================================== ] 4399/5061 86% [===================================================== ] 4400/5061 86% [===================================================== ] 4401/5061 86% [===================================================== ] 4402/5061 86% [===================================================== ] 4403/5061 86% [===================================================== ] 4404/5061 87% [===================================================== ] 4405/5061 87% [===================================================== ] 4406/5061 87% [===================================================== ] 4407/5061 87% [====================================================== ] 4408/5061 87% [====================================================== ] 4409/5061 87% [====================================================== ] 4410/5061 87% [====================================================== ] 4411/5061 87% [====================================================== ] 4412/5061 87% [====================================================== ] 4413/5061 87% [====================================================== ] 4414/5061 87% [====================================================== ] 4415/5061 87% [====================================================== ] 4416/5061 87% [====================================================== ] 4417/5061 87% [====================================================== ] 4418/5061 87% [====================================================== ] 4419/5061 87% [====================================================== ] 4420/5061 87% [====================================================== ] 4421/5061 87% [====================================================== ] 4422/5061 87% [====================================================== ] 4423/5061 87% [====================================================== ] 4424/5061 87% [====================================================== ] 4425/5061 87% [====================================================== ] 4426/5061 87% [====================================================== ] 4427/5061 87% [====================================================== ] 4428/5061 87% [====================================================== ] 4429/5061 87% [====================================================== ] 4430/5061 87% [====================================================== ] 4431/5061 87% [====================================================== ] 4432/5061 87% [====================================================== ] 4433/5061 87% [====================================================== ] 4434/5061 87% [====================================================== ] 4435/5061 87% [====================================================== ] 4436/5061 87% [====================================================== ] 4437/5061 87% [====================================================== ] 4438/5061 87% [====================================================== ] 4439/5061 87% [====================================================== ] 4440/5061 87% [====================================================== ] 4441/5061 87% [====================================================== ] 4442/5061 87% [====================================================== ] 4443/5061 87% [====================================================== ] 4444/5061 87% [====================================================== ] 4445/5061 87% [====================================================== ] 4446/5061 87% [====================================================== ] 4447/5061 87% [====================================================== ] 4448/5061 87% [====================================================== ] 4449/5061 87% [====================================================== ] 4450/5061 87% [====================================================== ] 4451/5061 87% [====================================================== ] 4452/5061 87% [====================================================== ] 4453/5061 87% [====================================================== ] 4454/5061 88% [====================================================== ] 4455/5061 88% [====================================================== ] 4456/5061 88% [====================================================== ] 4457/5061 88% [====================================================== ] 4458/5061 88% [====================================================== ] 4459/5061 88% [====================================================== ] 4460/5061 88% [====================================================== ] 4461/5061 88% [====================================================== ] 4462/5061 88% [====================================================== ] 4463/5061 88% [====================================================== ] 4464/5061 88% [====================================================== ] 4465/5061 88% [====================================================== ] 4466/5061 88% [====================================================== ] 4467/5061 88% [====================================================== ] 4468/5061 88% [====================================================== ] 4469/5061 88% [====================================================== ] 4470/5061 88% [====================================================== ] 4471/5061 88% [====================================================== ] 4472/5061 88% [====================================================== ] 4473/5061 88% [====================================================== ] 4474/5061 88% [====================================================== ] 4475/5061 88% [====================================================== ] 4476/5061 88% [====================================================== ] 4477/5061 88% [====================================================== ] 4478/5061 88% [====================================================== ] 4479/5061 88% [====================================================== ] 4480/5061 88% [====================================================== ] 4481/5061 88% [====================================================== ] 4482/5061 88% [====================================================== ] 4483/5061 88% [====================================================== ] 4484/5061 88% [====================================================== ] 4485/5061 88% [====================================================== ] 4486/5061 88% [====================================================== ] 4487/5061 88% [====================================================== ] 4488/5061 88% [====================================================== ] 4489/5061 88% [======================================================= ] 4490/5061 88% [======================================================= ] 4491/5061 88% [======================================================= ] 4492/5061 88% [======================================================= ] 4493/5061 88% [======================================================= ] 4494/5061 88% [======================================================= ] 4495/5061 88% [======================================================= ] 4496/5061 88% [======================================================= ] 4497/5061 88% [======================================================= ] 4498/5061 88% [======================================================= ] 4499/5061 88% [======================================================= ] 4500/5061 88% [======================================================= ] 4501/5061 88% [======================================================= ] 4502/5061 88% [======================================================= ] 4503/5061 88% [======================================================= ] 4504/5061 88% [======================================================= ] 4505/5061 89% [======================================================= ] 4506/5061 89% [======================================================= ] 4507/5061 89% [======================================================= ] 4508/5061 89% [======================================================= ] 4509/5061 89% [======================================================= ] 4510/5061 89% [======================================================= ] 4511/5061 89% [======================================================= ] 4512/5061 89% [======================================================= ] 4513/5061 89% [======================================================= ] 4514/5061 89% [======================================================= ] 4515/5061 89% [======================================================= ] 4516/5061 89% [======================================================= ] 4517/5061 89% [======================================================= ] 4518/5061 89% [======================================================= ] 4519/5061 89% [======================================================= ] 4520/5061 89% [======================================================= ] 4521/5061 89% [======================================================= ] 4522/5061 89% [======================================================= ] 4523/5061 89% [======================================================= ] 4524/5061 89% [======================================================= ] 4525/5061 89% [======================================================= ] 4526/5061 89% [======================================================= ] 4527/5061 89% [======================================================= ] 4528/5061 89% [======================================================= ] 4529/5061 89% [======================================================= ] 4530/5061 89% [======================================================= ] 4531/5061 89% [======================================================= ] 4532/5061 89% [======================================================= ] 4533/5061 89% [======================================================= ] 4534/5061 89% [======================================================= ] 4535/5061 89% [======================================================= ] 4536/5061 89% [======================================================= ] 4537/5061 89% [======================================================= ] 4538/5061 89% [======================================================= ] 4539/5061 89% [======================================================= ] 4540/5061 89% [======================================================= ] 4541/5061 89% [======================================================= ] 4542/5061 89% [======================================================= ] 4543/5061 89% [======================================================= ] 4544/5061 89% [======================================================= ] 4545/5061 89% [======================================================= ] 4546/5061 89% [======================================================= ] 4547/5061 89% [======================================================= ] 4548/5061 89% [======================================================= ] 4549/5061 89% [======================================================= ] 4550/5061 89% [======================================================= ] 4551/5061 89% [======================================================= ] 4552/5061 89% [======================================================= ] 4553/5061 89% [======================================================= ] 4554/5061 89% [======================================================= ] 4555/5061 90% [======================================================= ] 4556/5061 90% [======================================================= ] 4557/5061 90% [======================================================= ] 4558/5061 90% [======================================================= ] 4559/5061 90% [======================================================= ] 4560/5061 90% [======================================================= ] 4561/5061 90% [======================================================= ] 4562/5061 90% [======================================================= ] 4563/5061 90% [======================================================= ] 4564/5061 90% [======================================================= ] 4565/5061 90% [======================================================= ] 4566/5061 90% [======================================================= ] 4567/5061 90% [======================================================= ] 4568/5061 90% [======================================================= ] 4569/5061 90% [======================================================= ] 4570/5061 90% [======================================================= ] 4571/5061 90% [======================================================== ] 4572/5061 90% [======================================================== ] 4573/5061 90% [======================================================== ] 4574/5061 90% [======================================================== ] 4575/5061 90% [======================================================== ] 4576/5061 90% [======================================================== ] 4577/5061 90% [======================================================== ] 4578/5061 90% [======================================================== ] 4579/5061 90% [======================================================== ] 4580/5061 90% [======================================================== ] 4581/5061 90% [======================================================== ] 4582/5061 90% [======================================================== ] 4583/5061 90% [======================================================== ] 4584/5061 90% [======================================================== ] 4585/5061 90% [======================================================== ] 4586/5061 90% [======================================================== ] 4587/5061 90% [======================================================== ] 4588/5061 90% [======================================================== ] 4589/5061 90% [======================================================== ] 4590/5061 90% [======================================================== ] 4591/5061 90% [======================================================== ] 4592/5061 90% [======================================================== ] 4593/5061 90% [======================================================== ] 4594/5061 90% [======================================================== ] 4595/5061 90% [======================================================== ] 4596/5061 90% [======================================================== ] 4597/5061 90% [======================================================== ] 4598/5061 90% [======================================================== ] 4599/5061 90% [======================================================== ] 4600/5061 90% [======================================================== ] 4601/5061 90% [======================================================== ] 4602/5061 90% [======================================================== ] 4603/5061 90% [======================================================== ] 4604/5061 90% [======================================================== ] 4605/5061 90% [======================================================== ] 4606/5061 91% [======================================================== ] 4607/5061 91% [======================================================== ] 4608/5061 91% [======================================================== ] 4609/5061 91% [======================================================== ] 4610/5061 91% [======================================================== ] 4611/5061 91% [======================================================== ] 4612/5061 91% [======================================================== ] 4613/5061 91% [======================================================== ] 4614/5061 91% [======================================================== ] 4615/5061 91% [======================================================== ] 4616/5061 91% [======================================================== ] 4617/5061 91% [======================================================== ] 4618/5061 91% [======================================================== ] 4619/5061 91% [======================================================== ] 4620/5061 91% [======================================================== ] 4621/5061 91% [======================================================== ] 4622/5061 91% [======================================================== ] 4623/5061 91% [======================================================== ] 4624/5061 91% [======================================================== ] 4625/5061 91% [======================================================== ] 4626/5061 91% [======================================================== ] 4627/5061 91% [======================================================== ] 4628/5061 91% [======================================================== ] 4629/5061 91% [======================================================== ] 4630/5061 91% [======================================================== ] 4631/5061 91% [======================================================== ] 4632/5061 91% [======================================================== ] 4633/5061 91% [======================================================== ] 4634/5061 91% [======================================================== ] 4635/5061 91% [======================================================== ] 4636/5061 91% [======================================================== ] 4637/5061 91% [======================================================== ] 4638/5061 91% [======================================================== ] 4639/5061 91% [======================================================== ] 4640/5061 91% [======================================================== ] 4641/5061 91% [======================================================== ] 4642/5061 91% [======================================================== ] 4643/5061 91% [======================================================== ] 4644/5061 91% [======================================================== ] 4645/5061 91% [======================================================== ] 4646/5061 91% [======================================================== ] 4647/5061 91% [======================================================== ] 4648/5061 91% [======================================================== ] 4649/5061 91% [======================================================== ] 4650/5061 91% [======================================================== ] 4651/5061 91% [======================================================== ] 4652/5061 91% [========================================================= ] 4653/5061 91% [========================================================= ] 4654/5061 91% [========================================================= ] 4655/5061 91% [========================================================= ] 4656/5061 91% [========================================================= ] 4657/5061 92% [========================================================= ] 4658/5061 92% [========================================================= ] 4659/5061 92% [========================================================= ] 4660/5061 92% [========================================================= ] 4661/5061 92% [========================================================= ] 4662/5061 92% [========================================================= ] 4663/5061 92% [========================================================= ] 4664/5061 92% [========================================================= ] 4665/5061 92% [========================================================= ] 4666/5061 92% [========================================================= ] 4667/5061 92% [========================================================= ] 4668/5061 92% [========================================================= ] 4669/5061 92% [========================================================= ] 4670/5061 92% [========================================================= ] 4671/5061 92% [========================================================= ] 4672/5061 92% [========================================================= ] 4673/5061 92% [========================================================= ] 4674/5061 92% [========================================================= ] 4675/5061 92% [========================================================= ] 4676/5061 92% [========================================================= ] 4677/5061 92% [========================================================= ] 4678/5061 92% [========================================================= ] 4679/5061 92% [========================================================= ] 4680/5061 92% [========================================================= ] 4681/5061 92% [========================================================= ] 4682/5061 92% [========================================================= ] 4683/5061 92% [========================================================= ] 4684/5061 92% [========================================================= ] 4685/5061 92% [========================================================= ] 4686/5061 92% [========================================================= ] 4687/5061 92% [========================================================= ] 4688/5061 92% [========================================================= ] 4689/5061 92% [========================================================= ] 4690/5061 92% [========================================================= ] 4691/5061 92% [========================================================= ] 4692/5061 92% [========================================================= ] 4693/5061 92% [========================================================= ] 4694/5061 92% [========================================================= ] 4695/5061 92% [========================================================= ] 4696/5061 92% [========================================================= ] 4697/5061 92% [========================================================= ] 4698/5061 92% [========================================================= ] 4699/5061 92% [========================================================= ] 4700/5061 92% [========================================================= ] 4701/5061 92% [========================================================= ] 4702/5061 92% [========================================================= ] 4703/5061 92% [========================================================= ] 4704/5061 92% [========================================================= ] 4705/5061 92% [========================================================= ] 4706/5061 92% [========================================================= ] 4707/5061 93% [========================================================= ] 4708/5061 93% [========================================================= ] 4709/5061 93% [========================================================= ] 4710/5061 93% [========================================================= ] 4711/5061 93% [========================================================= ] 4712/5061 93% [========================================================= ] 4713/5061 93% [========================================================= ] 4714/5061 93% [========================================================= ] 4715/5061 93% [========================================================= ] 4716/5061 93% [========================================================= ] 4717/5061 93% [========================================================= ] 4718/5061 93% [========================================================= ] 4719/5061 93% [========================================================= ] 4720/5061 93% [========================================================= ] 4721/5061 93% [========================================================= ] 4722/5061 93% [========================================================= ] 4723/5061 93% [========================================================= ] 4724/5061 93% [========================================================= ] 4725/5061 93% [========================================================= ] 4726/5061 93% [========================================================= ] 4727/5061 93% [========================================================= ] 4728/5061 93% [========================================================= ] 4729/5061 93% [========================================================= ] 4730/5061 93% [========================================================= ] 4731/5061 93% [========================================================= ] 4732/5061 93% [========================================================= ] 4733/5061 93% [========================================================= ] 4734/5061 93% [========================================================== ] 4735/5061 93% [========================================================== ] 4736/5061 93% [========================================================== ] 4737/5061 93% [========================================================== ] 4738/5061 93% [========================================================== ] 4739/5061 93% [========================================================== ] 4740/5061 93% [========================================================== ] 4741/5061 93% [========================================================== ] 4742/5061 93% [========================================================== ] 4743/5061 93% [========================================================== ] 4744/5061 93% [========================================================== ] 4745/5061 93% [========================================================== ] 4746/5061 93% [========================================================== ] 4747/5061 93% [========================================================== ] 4748/5061 93% [========================================================== ] 4749/5061 93% [========================================================== ] 4750/5061 93% [========================================================== ] 4751/5061 93% [========================================================== ] 4752/5061 93% [========================================================== ] 4753/5061 93% [========================================================== ] 4754/5061 93% [========================================================== ] 4755/5061 93% [========================================================== ] 4756/5061 93% [========================================================== ] 4757/5061 93% [========================================================== ] 4758/5061 94% [========================================================== ] 4759/5061 94% [========================================================== ] 4760/5061 94% [========================================================== ] 4761/5061 94% [========================================================== ] 4762/5061 94% [========================================================== ] 4763/5061 94% [========================================================== ] 4764/5061 94% [========================================================== ] 4765/5061 94% [========================================================== ] 4766/5061 94% [========================================================== ] 4767/5061 94% [========================================================== ] 4768/5061 94% [========================================================== ] 4769/5061 94% [========================================================== ] 4770/5061 94% [========================================================== ] 4771/5061 94% [========================================================== ] 4772/5061 94% [========================================================== ] 4773/5061 94% [========================================================== ] 4774/5061 94% [========================================================== ] 4775/5061 94% [========================================================== ] 4776/5061 94% [========================================================== ] 4777/5061 94% [========================================================== ] 4778/5061 94% [========================================================== ] 4779/5061 94% [========================================================== ] 4780/5061 94% [========================================================== ] 4781/5061 94% [========================================================== ] 4782/5061 94% [========================================================== ] 4783/5061 94% [========================================================== ] 4784/5061 94% [========================================================== ] 4785/5061 94% [========================================================== ] 4786/5061 94% [========================================================== ] 4787/5061 94% [========================================================== ] 4788/5061 94% [========================================================== ] 4789/5061 94% [========================================================== ] 4790/5061 94% [========================================================== ] 4791/5061 94% [========================================================== ] 4792/5061 94% [========================================================== ] 4793/5061 94% [========================================================== ] 4794/5061 94% [========================================================== ] 4795/5061 94% [========================================================== ] 4796/5061 94% [========================================================== ] 4797/5061 94% [========================================================== ] 4798/5061 94% [========================================================== ] 4799/5061 94% [========================================================== ] 4800/5061 94% [========================================================== ] 4801/5061 94% [========================================================== ] 4802/5061 94% [========================================================== ] 4803/5061 94% [========================================================== ] 4804/5061 94% [========================================================== ] 4805/5061 94% [========================================================== ] 4806/5061 94% [========================================================== ] 4807/5061 94% [========================================================== ] 4808/5061 95% [========================================================== ] 4809/5061 95% [========================================================== ] 4810/5061 95% [========================================================== ] 4811/5061 95% [========================================================== ] 4812/5061 95% [========================================================== ] 4813/5061 95% [========================================================== ] 4814/5061 95% [========================================================== ] 4815/5061 95% [========================================================== ] 4816/5061 95% [=========================================================== ] 4817/5061 95% [=========================================================== ] 4818/5061 95% [=========================================================== ] 4819/5061 95% [=========================================================== ] 4820/5061 95% [=========================================================== ] 4821/5061 95% [=========================================================== ] 4822/5061 95% [=========================================================== ] 4823/5061 95% [=========================================================== ] 4824/5061 95% [=========================================================== ] 4825/5061 95% [=========================================================== ] 4826/5061 95% [=========================================================== ] 4827/5061 95% [=========================================================== ] 4828/5061 95% [=========================================================== ] 4829/5061 95% [=========================================================== ] 4830/5061 95% [=========================================================== ] 4831/5061 95% [=========================================================== ] 4832/5061 95% [=========================================================== ] 4833/5061 95% [=========================================================== ] 4834/5061 95% [=========================================================== ] 4835/5061 95% [=========================================================== ] 4836/5061 95% [=========================================================== ] 4837/5061 95% [=========================================================== ] 4838/5061 95% [=========================================================== ] 4839/5061 95% [=========================================================== ] 4840/5061 95% [=========================================================== ] 4841/5061 95% [=========================================================== ] 4842/5061 95% [=========================================================== ] 4843/5061 95% [=========================================================== ] 4844/5061 95% [=========================================================== ] 4845/5061 95% [=========================================================== ] 4846/5061 95% [=========================================================== ] 4847/5061 95% [=========================================================== ] 4848/5061 95% [=========================================================== ] 4849/5061 95% [=========================================================== ] 4850/5061 95% [=========================================================== ] 4851/5061 95% [=========================================================== ] 4852/5061 95% [=========================================================== ] 4853/5061 95% [=========================================================== ] 4854/5061 95% [=========================================================== ] 4855/5061 95% [=========================================================== ] 4856/5061 95% [=========================================================== ] 4857/5061 95% [=========================================================== ] 4858/5061 95% [=========================================================== ] 4859/5061 96% [=========================================================== ] 4860/5061 96% [=========================================================== ] 4861/5061 96% [=========================================================== ] 4862/5061 96% [=========================================================== ] 4863/5061 96% [=========================================================== ] 4864/5061 96% [=========================================================== ] 4865/5061 96% [=========================================================== ] 4866/5061 96% [=========================================================== ] 4867/5061 96% [=========================================================== ] 4868/5061 96% [=========================================================== ] 4869/5061 96% [=========================================================== ] 4870/5061 96% [=========================================================== ] 4871/5061 96% [=========================================================== ] 4872/5061 96% [=========================================================== ] 4873/5061 96% [=========================================================== ] 4874/5061 96% [=========================================================== ] 4875/5061 96% [=========================================================== ] 4876/5061 96% [=========================================================== ] 4877/5061 96% [=========================================================== ] 4878/5061 96% [=========================================================== ] 4879/5061 96% [=========================================================== ] 4880/5061 96% [=========================================================== ] 4881/5061 96% [=========================================================== ] 4882/5061 96% [=========================================================== ] 4883/5061 96% [=========================================================== ] 4884/5061 96% [=========================================================== ] 4885/5061 96% [=========================================================== ] 4886/5061 96% [=========================================================== ] 4887/5061 96% [=========================================================== ] 4888/5061 96% [=========================================================== ] 4889/5061 96% [=========================================================== ] 4890/5061 96% [=========================================================== ] 4891/5061 96% [=========================================================== ] 4892/5061 96% [=========================================================== ] 4893/5061 96% [=========================================================== ] 4894/5061 96% [=========================================================== ] 4895/5061 96% [=========================================================== ] 4896/5061 96% [=========================================================== ] 4897/5061 96% [============================================================ ] 4898/5061 96% [============================================================ ] 4899/5061 96% [============================================================ ] 4900/5061 96% [============================================================ ] 4901/5061 96% [============================================================ ] 4902/5061 96% [============================================================ ] 4903/5061 96% [============================================================ ] 4904/5061 96% [============================================================ ] 4905/5061 96% [============================================================ ] 4906/5061 96% [============================================================ ] 4907/5061 96% [============================================================ ] 4908/5061 96% [============================================================ ] 4909/5061 96% [============================================================ ] 4910/5061 97% [============================================================ ] 4911/5061 97% [============================================================ ] 4912/5061 97% [============================================================ ] 4913/5061 97% [============================================================ ] 4914/5061 97% [============================================================ ] 4915/5061 97% [============================================================ ] 4916/5061 97% [============================================================ ] 4917/5061 97% [============================================================ ] 4918/5061 97% [============================================================ ] 4919/5061 97% [============================================================ ] 4920/5061 97% [============================================================ ] 4921/5061 97% [============================================================ ] 4922/5061 97% [============================================================ ] 4923/5061 97% [============================================================ ] 4924/5061 97% [============================================================ ] 4925/5061 97% [============================================================ ] 4926/5061 97% [============================================================ ] 4927/5061 97% [============================================================ ] 4928/5061 97% [============================================================ ] 4929/5061 97% [============================================================ ] 4930/5061 97% [============================================================ ] 4931/5061 97% [============================================================ ] 4932/5061 97% [============================================================ ] 4933/5061 97% [============================================================ ] 4934/5061 97% [============================================================ ] 4935/5061 97% [============================================================ ] 4936/5061 97% [============================================================ ] 4937/5061 97% [============================================================ ] 4938/5061 97% [============================================================ ] 4939/5061 97% [============================================================ ] 4940/5061 97% [============================================================ ] 4941/5061 97% [============================================================ ] 4942/5061 97% [============================================================ ] 4943/5061 97% [============================================================ ] 4944/5061 97% [============================================================ ] 4945/5061 97% [============================================================ ] 4946/5061 97% [============================================================ ] 4947/5061 97% [============================================================ ] 4948/5061 97% [============================================================ ] 4949/5061 97% [============================================================ ] 4950/5061 97% [============================================================ ] 4951/5061 97% [============================================================ ] 4952/5061 97% [============================================================ ] 4953/5061 97% [============================================================ ] 4954/5061 97% [============================================================ ] 4955/5061 97% [============================================================ ] 4956/5061 97% [============================================================ ] 4957/5061 97% [============================================================ ] 4958/5061 97% [============================================================ ] 4959/5061 97% [============================================================ ] 4960/5061 98% [============================================================ ] 4961/5061 98% [============================================================ ] 4962/5061 98% [============================================================ ] 4963/5061 98% [============================================================ ] 4964/5061 98% [============================================================ ] 4965/5061 98% [============================================================ ] 4966/5061 98% [============================================================ ] 4967/5061 98% [============================================================ ] 4968/5061 98% [============================================================ ] 4969/5061 98% [============================================================ ] 4970/5061 98% [============================================================ ] 4971/5061 98% [============================================================ ] 4972/5061 98% [============================================================ ] 4973/5061 98% [============================================================ ] 4974/5061 98% [============================================================ ] 4975/5061 98% [============================================================ ] 4976/5061 98% [============================================================ ] 4977/5061 98% [============================================================ ] 4978/5061 98% [============================================================ ] 4979/5061 98% [============================================================= ] 4980/5061 98% [============================================================= ] 4981/5061 98% [============================================================= ] 4982/5061 98% [============================================================= ] 4983/5061 98% [============================================================= ] 4984/5061 98% [============================================================= ] 4985/5061 98% [============================================================= ] 4986/5061 98% [============================================================= ] 4987/5061 98% [============================================================= ] 4988/5061 98% [============================================================= ] 4989/5061 98% [============================================================= ] 4990/5061 98% [============================================================= ] 4991/5061 98% [============================================================= ] 4992/5061 98% [============================================================= ] 4993/5061 98% [============================================================= ] 4994/5061 98% [============================================================= ] 4995/5061 98% [============================================================= ] 4996/5061 98% [============================================================= ] 4997/5061 98% [============================================================= ] 4998/5061 98% [============================================================= ] 4999/5061 98% [============================================================= ] 5000/5061 98% [============================================================= ] 5001/5061 98% [============================================================= ] 5002/5061 98% [============================================================= ] 5003/5061 98% [============================================================= ] 5004/5061 98% [============================================================= ] 5005/5061 98% [============================================================= ] 5006/5061 98% [============================================================= ] 5007/5061 98% [============================================================= ] 5008/5061 98% [============================================================= ] 5009/5061 98% [============================================================= ] 5010/5061 98% [============================================================= ] 5011/5061 99% [============================================================= ] 5012/5061 99% [============================================================= ] 5013/5061 99% [============================================================= ] 5014/5061 99% [============================================================= ] 5015/5061 99% [============================================================= ] 5016/5061 99% [============================================================= ] 5017/5061 99% [============================================================= ] 5018/5061 99% [============================================================= ] 5019/5061 99% [============================================================= ] 5020/5061 99% [============================================================= ] 5021/5061 99% [============================================================= ] 5022/5061 99% [============================================================= ] 5023/5061 99% [============================================================= ] 5024/5061 99% [============================================================= ] 5025/5061 99% [============================================================= ] 5026/5061 99% [============================================================= ] 5027/5061 99% [============================================================= ] 5028/5061 99% [============================================================= ] 5029/5061 99% [============================================================= ] 5030/5061 99% [============================================================= ] 5031/5061 99% [============================================================= ] 5032/5061 99% [============================================================= ] 5033/5061 99% [============================================================= ] 5034/5061 99% [============================================================= ] 5035/5061 99% [============================================================= ] 5036/5061 99% [============================================================= ] 5037/5061 99% [============================================================= ] 5038/5061 99% [============================================================= ] 5039/5061 99% [============================================================= ] 5040/5061 99% [============================================================= ] 5041/5061 99% [============================================================= ] 5042/5061 99% [============================================================= ] 5043/5061 99% [============================================================= ] 5044/5061 99% [============================================================= ] 5045/5061 99% [============================================================= ] 5046/5061 99% [============================================================= ] 5047/5061 99% [============================================================= ] 5048/5061 99% [============================================================= ] 5049/5061 99% [============================================================= ] 5050/5061 99% [============================================================= ] 5051/5061 99% [============================================================= ] 5052/5061 99% [============================================================= ] 5053/5061 99% [============================================================= ] 5054/5061 99% [============================================================= ] 5055/5061 99% [============================================================= ] 5056/5061 99% [============================================================= ] 5057/5061 99% [============================================================= ] 5058/5061 99% [============================================================= ] 5059/5061 99% [============================================================= ] 5060/5061 99% [==============================================================] 5061/5061 100% operation complete, 5061 objects in 87247 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2023.02-85-g0c28688054 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-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) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.1.14 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 >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-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-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-coreutils 9.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.11.2 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> bird 2.0.11 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> collectl 4.3.2 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cryptsetup 2.6.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> 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) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ethtool 6.2 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-long-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> 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 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> font-awesome 4.7.0 Collecting legal info >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> host-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-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-librsvg 2.50.7 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pango 1.50.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-harfbuzz 7.1.0 Collecting legal info ERROR: COPYING has wrong sha256 hash: ERROR: expected: 4345e1735f8bc6d812fed5180cabb5a5e88a4109d332652f2a45c13cfa5ee692 ERROR: got : ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64 ERROR: Incomplete download, or man-in-the-middle (MITM) attack make: *** [package/harfbuzz/harfbuzz.mk:104: host-harfbuzz-legal-info] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'