printf ' /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/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-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3943 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/3943 0% [ ] 2/3943 0% [ ] 3/3943 0% [ ] 4/3943 0% [ ] 5/3943 0% [ ] 6/3943 0% [ ] 7/3943 0% [ ] 8/3943 0% [ ] 9/3943 0% [ ] 10/3943 0% [ ] 11/3943 0% [ ] 12/3943 0% [ ] 13/3943 0% [ ] 14/3943 0% [ ] 15/3943 0% [ ] 16/3943 0% [ ] 17/3943 0% [ ] 18/3943 0% [ ] 19/3943 0% [ ] 20/3943 0% [ ] 21/3943 0% [ ] 22/3943 0% [ ] 23/3943 0% [ ] 24/3943 0% [ ] 25/3943 0% [ ] 26/3943 0% [ ] 27/3943 0% [ ] 28/3943 0% [ ] 29/3943 0% [ ] 30/3943 0% [ ] 31/3943 0% [ ] 32/3943 0% [ ] 33/3943 0% [ ] 34/3943 0% [ ] 35/3943 0% [ ] 36/3943 0% [ ] 37/3943 0% [ ] 38/3943 0% [ ] 39/3943 0% [ ] 40/3943 1% [ ] 41/3943 1% [ ] 42/3943 1% [ ] 43/3943 1% [ ] 44/3943 1% [ ] 45/3943 1% [ ] 46/3943 1% [ ] 47/3943 1% [ ] 48/3943 1% [ ] 49/3943 1% [ ] 50/3943 1% [ ] 51/3943 1% [ ] 52/3943 1% [ ] 53/3943 1% [ ] 54/3943 1% [ ] 55/3943 1% [ ] 56/3943 1% [ ] 57/3943 1% [ ] 58/3943 1% [ ] 59/3943 1% [ ] 60/3943 1% [ ] 61/3943 1% [ ] 62/3943 1% [ ] 63/3943 1% [= ] 64/3943 1% [= ] 65/3943 1% [= ] 66/3943 1% [= ] 67/3943 1% [= ] 68/3943 1% [= ] 69/3943 1% [= ] 70/3943 1% [= ] 71/3943 1% [= ] 72/3943 1% [= ] 73/3943 1% [= ] 74/3943 1% [= ] 75/3943 1% [= ] 76/3943 1% [= ] 77/3943 1% [= ] 78/3943 1% [= ] 79/3943 2% [= ] 80/3943 2% [= ] 81/3943 2% [= ] 82/3943 2% [= ] 83/3943 2% [= ] 84/3943 2% [= ] 85/3943 2% [= ] 86/3943 2% [= ] 87/3943 2% [= ] 88/3943 2% [= ] 89/3943 2% [= ] 90/3943 2% [= ] 91/3943 2% [= ] 92/3943 2% [= ] 93/3943 2% [= ] 94/3943 2% [= ] 95/3943 2% [= ] 96/3943 2% [= ] 97/3943 2% [= ] 98/3943 2% [= ] 99/3943 2% [= ] 100/3943 2% [= ] 101/3943 2% [= ] 102/3943 2% [= ] 103/3943 2% [= ] 104/3943 2% [= ] 105/3943 2% [= ] 106/3943 2% [= ] 107/3943 2% [= ] 108/3943 2% [= ] 109/3943 2% [= ] 110/3943 2% [= ] 111/3943 2% [= ] 112/3943 2% [= ] 113/3943 2% [= ] 114/3943 2% [= ] 115/3943 2% [= ] 116/3943 2% [= ] 117/3943 2% [= ] 118/3943 2% [= ] 119/3943 3% [= ] 120/3943 3% [= ] 121/3943 3% [= ] 122/3943 3% [= ] 123/3943 3% [= ] 124/3943 3% [= ] 125/3943 3% [= ] 126/3943 3% [= ] 127/3943 3% [== ] 128/3943 3% [== ] 129/3943 3% [== ] 130/3943 3% [== ] 131/3943 3% [== ] 132/3943 3% [== ] 133/3943 3% [== ] 134/3943 3% [== ] 135/3943 3% [== ] 136/3943 3% [== ] 137/3943 3% [== ] 138/3943 3% [== ] 139/3943 3% [== ] 140/3943 3% [== ] 141/3943 3% [== ] 142/3943 3% [== ] 143/3943 3% [== ] 144/3943 3% [== ] 145/3943 3% [== ] 146/3943 3% [== ] 147/3943 3% [== ] 148/3943 3% [== ] 149/3943 3% [== ] 150/3943 3% [== ] 151/3943 3% [== ] 152/3943 3% [== ] 153/3943 3% [== ] 154/3943 3% [== ] 155/3943 3% [== ] 156/3943 3% [== ] 157/3943 3% [== ] 158/3943 4% [== ] 159/3943 4% [== ] 160/3943 4% [== ] 161/3943 4% [== ] 162/3943 4% [== ] 163/3943 4% [== ] 164/3943 4% [== ] 165/3943 4% [== ] 166/3943 4% [== ] 167/3943 4% [== ] 168/3943 4% [== ] 169/3943 4% [== ] 170/3943 4% [== ] 171/3943 4% [== ] 172/3943 4% [== ] 173/3943 4% [== ] 174/3943 4% [== ] 175/3943 4% [== ] 176/3943 4% [== ] 177/3943 4% [== ] 178/3943 4% [== ] 179/3943 4% [== ] 180/3943 4% [== ] 181/3943 4% [== ] 182/3943 4% [== ] 183/3943 4% [== ] 184/3943 4% [== ] 185/3943 4% [== ] 186/3943 4% [== ] 187/3943 4% [== ] 188/3943 4% [== ] 189/3943 4% [== ] 190/3943 4% [=== ] 191/3943 4% [=== ] 192/3943 4% [=== ] 193/3943 4% [=== ] 194/3943 4% [=== ] 195/3943 4% [=== ] 196/3943 4% [=== ] 197/3943 4% [=== ] 198/3943 5% [=== ] 199/3943 5% [=== ] 200/3943 5% [=== ] 201/3943 5% [=== ] 202/3943 5% [=== ] 203/3943 5% [=== ] 204/3943 5% [=== ] 205/3943 5% [=== ] 206/3943 5% [=== ] 207/3943 5% [=== ] 208/3943 5% [=== ] 209/3943 5% [=== ] 210/3943 5% [=== ] 211/3943 5% [=== ] 212/3943 5% [=== ] 213/3943 5% [=== ] 214/3943 5% [=== ] 215/3943 5% [=== ] 216/3943 5% [=== ] 217/3943 5% [=== ] 218/3943 5% [=== ] 219/3943 5% [=== ] 220/3943 5% [=== ] 221/3943 5% [=== ] 222/3943 5% [=== ] 223/3943 5% [=== ] 224/3943 5% [=== ] 225/3943 5% [=== ] 226/3943 5% [=== ] 227/3943 5% [=== ] 228/3943 5% [=== ] 229/3943 5% [=== ] 230/3943 5% [=== ] 231/3943 5% [=== ] 232/3943 5% [=== ] 233/3943 5% [=== ] 234/3943 5% [=== ] 235/3943 5% [=== ] 236/3943 5% [=== ] 237/3943 6% [=== ] 238/3943 6% [=== ] 239/3943 6% [=== ] 240/3943 6% [=== ] 241/3943 6% [=== ] 242/3943 6% [=== ] 243/3943 6% [=== ] 244/3943 6% [=== ] 245/3943 6% [=== ] 246/3943 6% [=== ] 247/3943 6% [=== ] 248/3943 6% [=== ] 249/3943 6% [=== ] 250/3943 6% [=== ] 251/3943 6% [=== ] 252/3943 6% [=== ] 253/3943 6% [=== ] 254/3943 6% [==== ] 255/3943 6% [==== ] 256/3943 6% [==== ] 257/3943 6% [==== ] 258/3943 6% [==== ] 259/3943 6% [==== ] 260/3943 6% [==== ] 261/3943 6% [==== ] 262/3943 6% [==== ] 263/3943 6% [==== ] 264/3943 6% [==== ] 265/3943 6% [==== ] 266/3943 6% [==== ] 267/3943 6% [==== ] 268/3943 6% [==== ] 269/3943 6% [==== ] 270/3943 6% [==== ] 271/3943 6% [==== ] 272/3943 6% [==== ] 273/3943 6% [==== ] 274/3943 6% [==== ] 275/3943 6% [==== ] 276/3943 6% [==== ] 277/3943 7% [==== ] 278/3943 7% [==== ] 279/3943 7% [==== ] 280/3943 7% [==== ] 281/3943 7% [==== ] 282/3943 7% [==== ] 283/3943 7% [==== ] 284/3943 7% [==== ] 285/3943 7% [==== ] 286/3943 7% [==== ] 287/3943 7% [==== ] 288/3943 7% [==== ] 289/3943 7% [==== ] 290/3943 7% [==== ] 291/3943 7% [==== ] 292/3943 7% [==== ] 293/3943 7% [==== ] 294/3943 7% [==== ] 295/3943 7% [==== ] 296/3943 7% [==== ] 297/3943 7% [==== ] 298/3943 7% [==== ] 299/3943 7% [==== ] 300/3943 7% [==== ] 301/3943 7% [==== ] 302/3943 7% [==== ] 303/3943 7% [==== ] 304/3943 7% [==== ] 305/3943 7% [==== ] 306/3943 7% [==== ] 307/3943 7% [==== ] 308/3943 7% [==== ] 309/3943 7% [==== ] 310/3943 7% [==== ] 311/3943 7% [==== ] 312/3943 7% [==== ] 313/3943 7% [==== ] 314/3943 7% [==== ] 315/3943 7% [==== ] 316/3943 8% [==== ] 317/3943 8% [===== ] 318/3943 8% [===== ] 319/3943 8% [===== ] 320/3943 8% [===== ] 321/3943 8% [===== ] 322/3943 8% [===== ] 323/3943 8% [===== ] 324/3943 8% [===== ] 325/3943 8% [===== ] 326/3943 8% [===== ] 327/3943 8% [===== ] 328/3943 8% [===== ] 329/3943 8% [===== ] 330/3943 8% [===== ] 331/3943 8% [===== ] 332/3943 8% [===== ] 333/3943 8% [===== ] 334/3943 8% [===== ] 335/3943 8% [===== ] 336/3943 8% [===== ] 337/3943 8% [===== ] 338/3943 8% [===== ] 339/3943 8% [===== ] 340/3943 8% [===== ] 341/3943 8% [===== ] 342/3943 8% [===== ] 343/3943 8% [===== ] 344/3943 8% [===== ] 345/3943 8% [===== ] 346/3943 8% [===== ] 347/3943 8% [===== ] 348/3943 8% [===== ] 349/3943 8% [===== ] 350/3943 8% [===== ] 351/3943 8% [===== ] 352/3943 8% [===== ] 353/3943 8% [===== ] 354/3943 8% [===== ] 355/3943 9% [===== ] 356/3943 9% [===== ] 357/3943 9% [===== ] 358/3943 9% [===== ] 359/3943 9% [===== ] 360/3943 9% [===== ] 361/3943 9% [===== ] 362/3943 9% [===== ] 363/3943 9% [===== ] 364/3943 9% [===== ] 365/3943 9% [===== ] 366/3943 9% [===== ] 367/3943 9% [===== ] 368/3943 9% [===== ] 369/3943 9% [===== ] 370/3943 9% [===== ] 371/3943 9% [===== ] 372/3943 9% [===== ] 373/3943 9% [===== ] 374/3943 9% [===== ] 375/3943 9% [===== ] 376/3943 9% [===== ] 377/3943 9% [===== ] 378/3943 9% [===== ] 379/3943 9% [===== ] 380/3943 9% [===== ] 381/3943 9% [====== ] 382/3943 9% [====== ] 383/3943 9% [====== ] 384/3943 9% [====== ] 385/3943 9% [====== ] 386/3943 9% [====== ] 387/3943 9% [====== ] 388/3943 9% [====== ] 389/3943 9% [====== ] 390/3943 9% [====== ] 391/3943 9% [====== ] 392/3943 9% [====== ] 393/3943 9% [====== ] 394/3943 9% [====== ] 395/3943 10% [====== ] 396/3943 10% [====== ] 397/3943 10% [====== ] 398/3943 10% [====== ] 399/3943 10% [====== ] 400/3943 10% [====== ] 401/3943 10% [====== ] 402/3943 10% [====== ] 403/3943 10% [====== ] 404/3943 10% [====== ] 405/3943 10% [====== ] 406/3943 10% [====== ] 407/3943 10% [====== ] 408/3943 10% [====== ] 409/3943 10% [====== ] 410/3943 10% [====== ] 411/3943 10% [====== ] 412/3943 10% [====== ] 413/3943 10% [====== ] 414/3943 10% [====== ] 415/3943 10% [====== ] 416/3943 10% [====== ] 417/3943 10% [====== ] 418/3943 10% [====== ] 419/3943 10% [====== ] 420/3943 10% [====== ] 421/3943 10% [====== ] 422/3943 10% [====== ] 423/3943 10% [====== ] 424/3943 10% [====== ] 425/3943 10% [====== ] 426/3943 10% [====== ] 427/3943 10% [====== ] 428/3943 10% [====== ] 429/3943 10% [====== ] 430/3943 10% [====== ] 431/3943 10% [====== ] 432/3943 10% [====== ] 433/3943 10% [====== ] 434/3943 11% [====== ] 435/3943 11% [====== ] 436/3943 11% [====== ] 437/3943 11% [====== ] 438/3943 11% [====== ] 439/3943 11% [====== ] 440/3943 11% [====== ] 441/3943 11% [====== ] 442/3943 11% [====== ] 443/3943 11% [====== ] 444/3943 11% [====== ] 445/3943 11% [======= ] 446/3943 11% [======= ] 447/3943 11% [======= ] 448/3943 11% [======= ] 449/3943 11% [======= ] 450/3943 11% [======= ] 451/3943 11% [======= ] 452/3943 11% [======= ] 453/3943 11% [======= ] 454/3943 11% [======= ] 455/3943 11% [======= ] 456/3943 11% [======= ] 457/3943 11% [======= ] 458/3943 11% [======= ] 459/3943 11% [======= ] 460/3943 11% [======= ] 461/3943 11% [======= ] 462/3943 11% [======= ] 463/3943 11% [======= ] 464/3943 11% [======= ] 465/3943 11% [======= ] 466/3943 11% [======= ] 467/3943 11% [======= ] 468/3943 11% [======= ] 469/3943 11% [======= ] 470/3943 11% [======= ] 471/3943 11% [======= ] 472/3943 11% [======= ] 473/3943 11% [======= ] 474/3943 12% [======= ] 475/3943 12% [======= ] 476/3943 12% [======= ] 477/3943 12% [======= ] 478/3943 12% [======= ] 479/3943 12% [======= ] 480/3943 12% [======= ] 481/3943 12% [======= ] 482/3943 12% [======= ] 483/3943 12% [======= ] 484/3943 12% [======= ] 485/3943 12% [======= ] 486/3943 12% [======= ] 487/3943 12% [======= ] 488/3943 12% [======= ] 489/3943 12% [======= ] 490/3943 12% [======= ] 491/3943 12% [======= ] 492/3943 12% [======= ] 493/3943 12% [======= ] 494/3943 12% [======= ] 495/3943 12% [======= ] 496/3943 12% [======= ] 497/3943 12% [======= ] 498/3943 12% [======= ] 499/3943 12% [======= ] 500/3943 12% [======= ] 501/3943 12% [======= ] 502/3943 12% [======= ] 503/3943 12% [======= ] 504/3943 12% [======= ] 505/3943 12% [======= ] 506/3943 12% [======= ] 507/3943 12% [======= ] 508/3943 12% [======== ] 509/3943 12% [======== ] 510/3943 12% [======== ] 511/3943 12% [======== ] 512/3943 12% [======== ] 513/3943 13% [======== ] 514/3943 13% [======== ] 515/3943 13% [======== ] 516/3943 13% [======== ] 517/3943 13% [======== ] 518/3943 13% [======== ] 519/3943 13% [======== ] 520/3943 13% [======== ] 521/3943 13% [======== ] 522/3943 13% [======== ] 523/3943 13% [======== ] 524/3943 13% [======== ] 525/3943 13% [======== ] 526/3943 13% [======== ] 527/3943 13% [======== ] 528/3943 13% [======== ] 529/3943 13% [======== ] 530/3943 13% [======== ] 531/3943 13% [======== ] 532/3943 13% [======== ] 533/3943 13% [======== ] 534/3943 13% [======== ] 535/3943 13% [======== ] 536/3943 13% [======== ] 537/3943 13% [======== ] 538/3943 13% [======== ] 539/3943 13% [======== ] 540/3943 13% [======== ] 541/3943 13% [======== ] 542/3943 13% [======== ] 543/3943 13% [======== ] 544/3943 13% [======== ] 545/3943 13% [======== ] 546/3943 13% [======== ] 547/3943 13% [======== ] 548/3943 13% [======== ] 549/3943 13% [======== ] 550/3943 13% [======== ] 551/3943 13% [======== ] 552/3943 13% [======== ] 553/3943 14% [======== ] 554/3943 14% [======== ] 555/3943 14% [======== ] 556/3943 14% [======== ] 557/3943 14% [======== ] 558/3943 14% [======== ] 559/3943 14% [======== ] 560/3943 14% [======== ] 561/3943 14% [======== ] 562/3943 14% [======== ] 563/3943 14% [======== ] 564/3943 14% [======== ] 565/3943 14% [======== ] 566/3943 14% [======== ] 567/3943 14% [======== ] 568/3943 14% [======== ] 569/3943 14% [======== ] 570/3943 14% [======== ] 571/3943 14% [======== ] 572/3943 14% [========= ] 573/3943 14% [========= ] 574/3943 14% [========= ] 575/3943 14% [========= ] 576/3943 14% [========= ] 577/3943 14% [========= ] 578/3943 14% [========= ] 579/3943 14% [========= ] 580/3943 14% [========= ] 581/3943 14% [========= ] 582/3943 14% [========= ] 583/3943 14% [========= ] 584/3943 14% [========= ] 585/3943 14% [========= ] 586/3943 14% [========= ] 587/3943 14% [========= ] 588/3943 14% [========= ] 589/3943 14% [========= ] 590/3943 14% [========= ] 591/3943 14% [========= ] 592/3943 15% [========= ] 593/3943 15% [========= ] 594/3943 15% [========= ] 595/3943 15% [========= ] 596/3943 15% [========= ] 597/3943 15% [========= ] 598/3943 15% [========= ] 599/3943 15% [========= ] 600/3943 15% [========= ] 601/3943 15% [========= ] 602/3943 15% [========= ] 603/3943 15% [========= ] 604/3943 15% [========= ] 605/3943 15% [========= ] 606/3943 15% [========= ] 607/3943 15% [========= ] 608/3943 15% [========= ] 609/3943 15% [========= ] 610/3943 15% [========= ] 611/3943 15% [========= ] 612/3943 15% [========= ] 613/3943 15% [========= ] 614/3943 15% [========= ] 615/3943 15% [========= ] 616/3943 15% [========= ] 617/3943 15% [========= ] 618/3943 15% [========= ] 619/3943 15% [========= ] 620/3943 15% [========= ] 621/3943 15% [========= ] 622/3943 15% [========= ] 623/3943 15% [========= ] 624/3943 15% [========= ] 625/3943 15% [========= ] 626/3943 15% [========= ] 627/3943 15% [========= ] 628/3943 15% [========= ] 629/3943 15% [========= ] 630/3943 15% [========= ] 631/3943 16% [========= ] 632/3943 16% [========= ] 633/3943 16% [========= ] 634/3943 16% [========= ] 635/3943 16% [========== ] 636/3943 16% [========== ] 637/3943 16% [========== ] 638/3943 16% [========== ] 639/3943 16% [========== ] 640/3943 16% [========== ] 641/3943 16% [========== ] 642/3943 16% [========== ] 643/3943 16% [========== ] 644/3943 16% [========== ] 645/3943 16% [========== ] 646/3943 16% [========== ] 647/3943 16% [========== ] 648/3943 16% [========== ] 649/3943 16% [========== ] 650/3943 16% [========== ] 651/3943 16% [========== ] 652/3943 16% [========== ] 653/3943 16% [========== ] 654/3943 16% [========== ] 655/3943 16% [========== ] 656/3943 16% [========== ] 657/3943 16% [========== ] 658/3943 16% [========== ] 659/3943 16% [========== ] 660/3943 16% [========== ] 661/3943 16% [========== ] 662/3943 16% [========== ] 663/3943 16% [========== ] 664/3943 16% [========== ] 665/3943 16% [========== ] 666/3943 16% [========== ] 667/3943 16% [========== ] 668/3943 16% [========== ] 669/3943 16% [========== ] 670/3943 16% [========== ] 671/3943 17% [========== ] 672/3943 17% [========== ] 673/3943 17% [========== ] 674/3943 17% [========== ] 675/3943 17% [========== ] 676/3943 17% [========== ] 677/3943 17% [========== ] 678/3943 17% [========== ] 679/3943 17% [========== ] 680/3943 17% [========== ] 681/3943 17% [========== ] 682/3943 17% [========== ] 683/3943 17% [========== ] 684/3943 17% [========== ] 685/3943 17% [========== ] 686/3943 17% [========== ] 687/3943 17% [========== ] 688/3943 17% [========== ] 689/3943 17% [========== ] 690/3943 17% [========== ] 691/3943 17% [========== ] 692/3943 17% [========== ] 693/3943 17% [========== ] 694/3943 17% [========== ] 695/3943 17% [========== ] 696/3943 17% [========== ] 697/3943 17% [========== ] 698/3943 17% [========== ] 699/3943 17% [=========== ] 700/3943 17% [=========== ] 701/3943 17% [=========== ] 702/3943 17% [=========== ] 703/3943 17% [=========== ] 704/3943 17% [=========== ] 705/3943 17% [=========== ] 706/3943 17% [=========== ] 707/3943 17% [=========== ] 708/3943 17% [=========== ] 709/3943 17% [=========== ] 710/3943 18% [=========== ] 711/3943 18% [=========== ] 712/3943 18% [=========== ] 713/3943 18% [=========== ] 714/3943 18% [=========== ] 715/3943 18% [=========== ] 716/3943 18% [=========== ] 717/3943 18% [=========== ] 718/3943 18% [=========== ] 719/3943 18% [=========== ] 720/3943 18% [=========== ] 721/3943 18% [=========== ] 722/3943 18% [=========== ] 723/3943 18% [=========== ] 724/3943 18% [=========== ] 725/3943 18% [=========== ] 726/3943 18% [=========== ] 727/3943 18% [=========== ] 728/3943 18% [=========== ] 729/3943 18% [=========== ] 730/3943 18% [=========== ] 731/3943 18% [=========== ] 732/3943 18% [=========== ] 733/3943 18% [=========== ] 734/3943 18% [=========== ] 735/3943 18% [=========== ] 736/3943 18% [=========== ] 737/3943 18% [=========== ] 738/3943 18% [=========== ] 739/3943 18% [=========== ] 740/3943 18% [=========== ] 741/3943 18% [=========== ] 742/3943 18% [=========== ] 743/3943 18% [=========== ] 744/3943 18% [=========== ] 745/3943 18% [=========== ] 746/3943 18% [=========== ] 747/3943 18% [=========== ] 748/3943 18% [=========== ] 749/3943 18% [=========== ] 750/3943 19% [=========== ] 751/3943 19% [=========== ] 752/3943 19% [=========== ] 753/3943 19% [=========== ] 754/3943 19% [=========== ] 755/3943 19% [=========== ] 756/3943 19% [=========== ] 757/3943 19% [=========== ] 758/3943 19% [=========== ] 759/3943 19% [=========== ] 760/3943 19% [=========== ] 761/3943 19% [=========== ] 762/3943 19% [=========== ] 763/3943 19% [============ ] 764/3943 19% [============ ] 765/3943 19% [============ ] 766/3943 19% [============ ] 767/3943 19% [============ ] 768/3943 19% [============ ] 769/3943 19% [============ ] 770/3943 19% [============ ] 771/3943 19% [============ ] 772/3943 19% [============ ] 773/3943 19% [============ ] 774/3943 19% [============ ] 775/3943 19% [============ ] 776/3943 19% [============ ] 777/3943 19% [============ ] 778/3943 19% [============ ] 779/3943 19% [============ ] 780/3943 19% [============ ] 781/3943 19% [============ ] 782/3943 19% [============ ] 783/3943 19% [============ ] 784/3943 19% [============ ] 785/3943 19% [============ ] 786/3943 19% [============ ] 787/3943 19% [============ ] 788/3943 19% [============ ] 789/3943 20% [============ ] 790/3943 20% [============ ] 791/3943 20% [============ ] 792/3943 20% [============ ] 793/3943 20% [============ ] 794/3943 20% [============ ] 795/3943 20% [============ ] 796/3943 20% [============ ] 797/3943 20% [============ ] 798/3943 20% [============ ] 799/3943 20% [============ ] 800/3943 20% [============ ] 801/3943 20% [============ ] 802/3943 20% [============ ] 803/3943 20% [============ ] 804/3943 20% [============ ] 805/3943 20% [============ ] 806/3943 20% [============ ] 807/3943 20% [============ ] 808/3943 20% [============ ] 809/3943 20% [============ ] 810/3943 20% [============ ] 811/3943 20% [============ ] 812/3943 20% [============ ] 813/3943 20% [============ ] 814/3943 20% [============ ] 815/3943 20% [============ ] 816/3943 20% [============ ] 817/3943 20% [============ ] 818/3943 20% [============ ] 819/3943 20% [============ ] 820/3943 20% [============ ] 821/3943 20% [============ ] 822/3943 20% [============ ] 823/3943 20% [============ ] 824/3943 20% [============ ] 825/3943 20% [============ ] 826/3943 20% [============= ] 827/3943 20% [============= ] 828/3943 20% [============= ] 829/3943 21% [============= ] 830/3943 21% [============= ] 831/3943 21% [============= ] 832/3943 21% [============= ] 833/3943 21% [============= ] 834/3943 21% [============= ] 835/3943 21% [============= ] 836/3943 21% [============= ] 837/3943 21% [============= ] 838/3943 21% [============= ] 839/3943 21% [============= ] 840/3943 21% [============= ] 841/3943 21% [============= ] 842/3943 21% [============= ] 843/3943 21% [============= ] 844/3943 21% [============= ] 845/3943 21% [============= ] 846/3943 21% [============= ] 847/3943 21% [============= ] 848/3943 21% [============= ] 849/3943 21% [============= ] 850/3943 21% [============= ] 851/3943 21% [============= ] 852/3943 21% [============= ] 853/3943 21% [============= ] 854/3943 21% [============= ] 855/3943 21% [============= ] 856/3943 21% [============= ] 857/3943 21% [============= ] 858/3943 21% [============= ] 859/3943 21% [============= ] 860/3943 21% [============= ] 861/3943 21% [============= ] 862/3943 21% [============= ] 863/3943 21% [============= ] 864/3943 21% [============= ] 865/3943 21% [============= ] 866/3943 21% [============= ] 867/3943 21% [============= ] 868/3943 22% [============= ] 869/3943 22% [============= ] 870/3943 22% [============= ] 871/3943 22% [============= ] 872/3943 22% [============= ] 873/3943 22% [============= ] 874/3943 22% [============= ] 875/3943 22% [============= ] 876/3943 22% [============= ] 877/3943 22% [============= ] 878/3943 22% [============= ] 879/3943 22% [============= ] 880/3943 22% [============= ] 881/3943 22% [============= ] 882/3943 22% [============= ] 883/3943 22% [============= ] 884/3943 22% [============= ] 885/3943 22% [============= ] 886/3943 22% [============= ] 887/3943 22% [============= ] 888/3943 22% [============= ] 889/3943 22% [============= ] 890/3943 22% [============== ] 891/3943 22% [============== ] 892/3943 22% [============== ] 893/3943 22% [============== ] 894/3943 22% [============== ] 895/3943 22% [============== ] 896/3943 22% [============== ] 897/3943 22% [============== ] 898/3943 22% [============== ] 899/3943 22% [============== ] 900/3943 22% [============== ] 901/3943 22% [============== ] 902/3943 22% [============== ] 903/3943 22% [============== ] 904/3943 22% [============== ] 905/3943 22% [============== ] 906/3943 22% [============== ] 907/3943 23% [============== ] 908/3943 23% [============== ] 909/3943 23% [============== ] 910/3943 23% [============== ] 911/3943 23% [============== ] 912/3943 23% [============== ] 913/3943 23% [============== ] 914/3943 23% [============== ] 915/3943 23% [============== ] 916/3943 23% [============== ] 917/3943 23% [============== ] 918/3943 23% [============== ] 919/3943 23% [============== ] 920/3943 23% [============== ] 921/3943 23% [============== ] 922/3943 23% [============== ] 923/3943 23% [============== ] 924/3943 23% [============== ] 925/3943 23% [============== ] 926/3943 23% [============== ] 927/3943 23% [============== ] 928/3943 23% [============== ] 929/3943 23% [============== ] 930/3943 23% [============== ] 931/3943 23% [============== ] 932/3943 23% [============== ] 933/3943 23% [============== ] 934/3943 23% [============== ] 935/3943 23% [============== ] 936/3943 23% [============== ] 937/3943 23% [============== ] 938/3943 23% [============== ] 939/3943 23% [============== ] 940/3943 23% [============== ] 941/3943 23% [============== ] 942/3943 23% [============== ] 943/3943 23% [============== ] 944/3943 23% [============== ] 945/3943 23% [============== ] 946/3943 23% [============== ] 947/3943 24% [============== ] 948/3943 24% [============== ] 949/3943 24% [============== ] 950/3943 24% [============== ] 951/3943 24% [============== ] 952/3943 24% [============== ] 953/3943 24% [=============== ] 954/3943 24% [=============== ] 955/3943 24% [=============== ] 956/3943 24% [=============== ] 957/3943 24% [=============== ] 958/3943 24% [=============== ] 959/3943 24% [=============== ] 960/3943 24% [=============== ] 961/3943 24% [=============== ] 962/3943 24% [=============== ] 963/3943 24% [=============== ] 964/3943 24% [=============== ] 965/3943 24% [=============== ] 966/3943 24% [=============== ] 967/3943 24% [=============== ] 968/3943 24% [=============== ] 969/3943 24% [=============== ] 970/3943 24% [=============== ] 971/3943 24% [=============== ] 972/3943 24% [=============== ] 973/3943 24% [=============== ] 974/3943 24% [=============== ] 975/3943 24% [=============== ] 976/3943 24% [=============== ] 977/3943 24% [=============== ] 978/3943 24% [=============== ] 979/3943 24% [=============== ] 980/3943 24% [=============== ] 981/3943 24% [=============== ] 982/3943 24% [=============== ] 983/3943 24% [=============== ] 984/3943 24% [=============== ] 985/3943 24% [=============== ] 986/3943 25% [=============== ] 987/3943 25% [=============== ] 988/3943 25% [=============== ] 989/3943 25% [=============== ] 990/3943 25% [=============== ] 991/3943 25% [=============== ] 992/3943 25% [=============== ] 993/3943 25% [=============== ] 994/3943 25% [=============== ] 995/3943 25% [=============== ] 996/3943 25% [=============== ] 997/3943 25% [=============== ] 998/3943 25% [=============== ] 999/3943 25% [=============== ] 1000/3943 25% [=============== ] 1001/3943 25% [=============== ] 1002/3943 25% [=============== ] 1003/3943 25% [=============== ] 1004/3943 25% [=============== ] 1005/3943 25% [=============== ] 1006/3943 25% [=============== ] 1007/3943 25% [=============== ] 1008/3943 25% [=============== ] 1009/3943 25% [=============== ] 1010/3943 25% [=============== ] 1011/3943 25% [=============== ] 1012/3943 25% [=============== ] 1013/3943 25% [=============== ] 1014/3943 25% [=============== ] 1015/3943 25% [=============== ] 1016/3943 25% [=============== ] 1017/3943 25% [================ ] 1018/3943 25% [================ ] 1019/3943 25% [================ ] 1020/3943 25% [================ ] 1021/3943 25% [================ ] 1022/3943 25% [================ ] 1023/3943 25% [================ ] 1024/3943 25% [================ ] 1025/3943 25% [================ ] 1026/3943 26% [================ ] 1027/3943 26% [================ ] 1028/3943 26% [================ ] 1029/3943 26% [================ ] 1030/3943 26% [================ ] 1031/3943 26% [================ ] 1032/3943 26% [================ ] 1033/3943 26% [================ ] 1034/3943 26% [================ ] 1035/3943 26% [================ ] 1036/3943 26% [================ ] 1037/3943 26% [================ ] 1038/3943 26% [================ ] 1039/3943 26% [================ ] 1040/3943 26% [================ ] 1041/3943 26% [================ ] 1042/3943 26% [================ ] 1043/3943 26% [================ ] 1044/3943 26% [================ ] 1045/3943 26% [================ ] 1046/3943 26% [================ ] 1047/3943 26% [================ ] 1048/3943 26% [================ ] 1049/3943 26% [================ ] 1050/3943 26% [================ ] 1051/3943 26% [================ ] 1052/3943 26% [================ ] 1053/3943 26% [================ ] 1054/3943 26% [================ ] 1055/3943 26% [================ ] 1056/3943 26% [================ ] 1057/3943 26% [================ ] 1058/3943 26% [================ ] 1059/3943 26% [================ ] 1060/3943 26% [================ ] 1061/3943 26% [================ ] 1062/3943 26% [================ ] 1063/3943 26% [================ ] 1064/3943 26% [================ ] 1065/3943 27% [================ ] 1066/3943 27% [================ ] 1067/3943 27% [================ ] 1068/3943 27% [================ ] 1069/3943 27% [================ ] 1070/3943 27% [================ ] 1071/3943 27% [================ ] 1072/3943 27% [================ ] 1073/3943 27% [================ ] 1074/3943 27% [================ ] 1075/3943 27% [================ ] 1076/3943 27% [================ ] 1077/3943 27% [================ ] 1078/3943 27% [================ ] 1079/3943 27% [================ ] 1080/3943 27% [================ ] 1081/3943 27% [================= ] 1082/3943 27% [================= ] 1083/3943 27% [================= ] 1084/3943 27% [================= ] 1085/3943 27% [================= ] 1086/3943 27% [================= ] 1087/3943 27% [================= ] 1088/3943 27% [================= ] 1089/3943 27% [================= ] 1090/3943 27% [================= ] 1091/3943 27% [================= ] 1092/3943 27% [================= ] 1093/3943 27% [================= ] 1094/3943 27% [================= ] 1095/3943 27% [================= ] 1096/3943 27% [================= ] 1097/3943 27% [================= ] 1098/3943 27% [================= ] 1099/3943 27% [================= ] 1100/3943 27% [================= ] 1101/3943 27% [================= ] 1102/3943 27% [================= ] 1103/3943 27% [================= ] 1104/3943 27% [================= ] 1105/3943 28% [================= ] 1106/3943 28% [================= ] 1107/3943 28% [================= ] 1108/3943 28% [================= ] 1109/3943 28% [================= ] 1110/3943 28% [================= ] 1111/3943 28% [================= ] 1112/3943 28% [================= ] 1113/3943 28% [================= ] 1114/3943 28% [================= ] 1115/3943 28% [================= ] 1116/3943 28% [================= ] 1117/3943 28% [================= ] 1118/3943 28% [================= ] 1119/3943 28% [================= ] 1120/3943 28% [================= ] 1121/3943 28% [================= ] 1122/3943 28% [================= ] 1123/3943 28% [================= ] 1124/3943 28% [================= ] 1125/3943 28% [================= ] 1126/3943 28% [================= ] 1127/3943 28% [================= ] 1128/3943 28% [================= ] 1129/3943 28% [================= ] 1130/3943 28% [================= ] 1131/3943 28% [================= ] 1132/3943 28% [================= ] 1133/3943 28% [================= ] 1134/3943 28% [================= ] 1135/3943 28% [================= ] 1136/3943 28% [================= ] 1137/3943 28% [================= ] 1138/3943 28% [================= ] 1139/3943 28% [================= ] 1140/3943 28% [================= ] 1141/3943 28% [================= ] 1142/3943 28% [================= ] 1143/3943 28% [================= ] 1144/3943 29% [================== ] 1145/3943 29% [================== ] 1146/3943 29% [================== ] 1147/3943 29% [================== ] 1148/3943 29% [================== ] 1149/3943 29% [================== ] 1150/3943 29% [================== ] 1151/3943 29% [================== ] 1152/3943 29% [================== ] 1153/3943 29% [================== ] 1154/3943 29% [================== ] 1155/3943 29% [================== ] 1156/3943 29% [================== ] 1157/3943 29% [================== ] 1158/3943 29% [================== ] 1159/3943 29% [================== ] 1160/3943 29% [================== ] 1161/3943 29% [================== ] 1162/3943 29% [================== ] 1163/3943 29% [================== ] 1164/3943 29% [================== ] 1165/3943 29% [================== ] 1166/3943 29% [================== ] 1167/3943 29% [================== ] 1168/3943 29% [================== ] 1169/3943 29% [================== ] 1170/3943 29% [================== ] 1171/3943 29% [================== ] 1172/3943 29% [================== ] 1173/3943 29% [================== ] 1174/3943 29% [================== ] 1175/3943 29% [================== ] 1176/3943 29% [================== ] 1177/3943 29% [================== ] 1178/3943 29% [================== ] 1179/3943 29% [================== ] 1180/3943 29% [================== ] 1181/3943 29% [================== ] 1182/3943 29% [================== ] 1183/3943 30% [================== ] 1184/3943 30% [================== ] 1185/3943 30% [================== ] 1186/3943 30% [================== ] 1187/3943 30% [================== ] 1188/3943 30% [================== ] 1189/3943 30% [================== ] 1190/3943 30% [================== ] 1191/3943 30% [================== ] 1192/3943 30% [================== ] 1193/3943 30% [================== ] 1194/3943 30% [================== ] 1195/3943 30% [================== ] 1196/3943 30% [================== ] 1197/3943 30% [================== ] 1198/3943 30% [================== ] 1199/3943 30% [================== ] 1200/3943 30% [================== ] 1201/3943 30% [================== ] 1202/3943 30% [================== ] 1203/3943 30% [================== ] 1204/3943 30% [================== ] 1205/3943 30% [================== ] 1206/3943 30% [================== ] 1207/3943 30% [================== ] 1208/3943 30% [=================== ] 1209/3943 30% [=================== ] 1210/3943 30% [=================== ] 1211/3943 30% [=================== ] 1212/3943 30% [=================== ] 1213/3943 30% [=================== ] 1214/3943 30% [=================== ] 1215/3943 30% [=================== ] 1216/3943 30% [=================== ] 1217/3943 30% [=================== ] 1218/3943 30% [=================== ] 1219/3943 30% [=================== ] 1220/3943 30% [=================== ] 1221/3943 30% [=================== ] 1222/3943 30% [=================== ] 1223/3943 31% [=================== ] 1224/3943 31% [=================== ] 1225/3943 31% [=================== ] 1226/3943 31% [=================== ] 1227/3943 31% [=================== ] 1228/3943 31% [=================== ] 1229/3943 31% [=================== ] 1230/3943 31% [=================== ] 1231/3943 31% [=================== ] 1232/3943 31% [=================== ] 1233/3943 31% [=================== ] 1234/3943 31% [=================== ] 1235/3943 31% [=================== ] 1236/3943 31% [=================== ] 1237/3943 31% [=================== ] 1238/3943 31% [=================== ] 1239/3943 31% [=================== ] 1240/3943 31% [=================== ] 1241/3943 31% [=================== ] 1242/3943 31% [=================== ] 1243/3943 31% [=================== ] 1244/3943 31% [=================== ] 1245/3943 31% [=================== ] 1246/3943 31% [=================== ] 1247/3943 31% [=================== ] 1248/3943 31% [=================== ] 1249/3943 31% [=================== ] 1250/3943 31% [=================== ] 1251/3943 31% [=================== ] 1252/3943 31% [=================== ] 1253/3943 31% [=================== ] 1254/3943 31% [=================== ] 1255/3943 31% [=================== ] 1256/3943 31% [=================== ] 1257/3943 31% [=================== ] 1258/3943 31% [=================== ] 1259/3943 31% [=================== ] 1260/3943 31% [=================== ] 1261/3943 31% [=================== ] 1262/3943 32% [=================== ] 1263/3943 32% [=================== ] 1264/3943 32% [=================== ] 1265/3943 32% [=================== ] 1266/3943 32% [=================== ] 1267/3943 32% [=================== ] 1268/3943 32% [=================== ] 1269/3943 32% [=================== ] 1270/3943 32% [=================== ] 1271/3943 32% [==================== ] 1272/3943 32% [==================== ] 1273/3943 32% [==================== ] 1274/3943 32% [==================== ] 1275/3943 32% [==================== ] 1276/3943 32% [==================== ] 1277/3943 32% [==================== ] 1278/3943 32% [==================== ] 1279/3943 32% [==================== ] 1280/3943 32% [==================== ] 1281/3943 32% [==================== ] 1282/3943 32% [==================== ] 1283/3943 32% [==================== ] 1284/3943 32% [==================== ] 1285/3943 32% [==================== ] 1286/3943 32% [==================== ] 1287/3943 32% [==================== ] 1288/3943 32% [==================== ] 1289/3943 32% [==================== ] 1290/3943 32% [==================== ] 1291/3943 32% [==================== ] 1292/3943 32% [==================== ] 1293/3943 32% [==================== ] 1294/3943 32% [==================== ] 1295/3943 32% [==================== ] 1296/3943 32% [==================== ] 1297/3943 32% [==================== ] 1298/3943 32% [==================== ] 1299/3943 32% [==================== ] 1300/3943 32% [==================== ] 1301/3943 32% [==================== ] 1302/3943 33% [==================== ] 1303/3943 33% [==================== ] 1304/3943 33% [==================== ] 1305/3943 33% [==================== ] 1306/3943 33% [==================== ] 1307/3943 33% [==================== ] 1308/3943 33% [==================== ] 1309/3943 33% [==================== ] 1310/3943 33% [==================== ] 1311/3943 33% [==================== ] 1312/3943 33% [==================== ] 1313/3943 33% [==================== ] 1314/3943 33% [==================== ] 1315/3943 33% [==================== ] 1316/3943 33% [==================== ] 1317/3943 33% [==================== ] 1318/3943 33% [==================== ] 1319/3943 33% [==================== ] 1320/3943 33% [==================== ] 1321/3943 33% [==================== ] 1322/3943 33% [==================== ] 1323/3943 33% [==================== ] 1324/3943 33% [==================== ] 1325/3943 33% [==================== ] 1326/3943 33% [==================== ] 1327/3943 33% [==================== ] 1328/3943 33% [==================== ] 1329/3943 33% [==================== ] 1330/3943 33% [==================== ] 1331/3943 33% [==================== ] 1332/3943 33% [==================== ] 1333/3943 33% [==================== ] 1334/3943 33% [==================== ] 1335/3943 33% [===================== ] 1336/3943 33% [===================== ] 1337/3943 33% [===================== ] 1338/3943 33% [===================== ] 1339/3943 33% [===================== ] 1340/3943 33% [===================== ] 1341/3943 34% [===================== ] 1342/3943 34% [===================== ] 1343/3943 34% [===================== ] 1344/3943 34% [===================== ] 1345/3943 34% [===================== ] 1346/3943 34% [===================== ] 1347/3943 34% [===================== ] 1348/3943 34% [===================== ] 1349/3943 34% [===================== ] 1350/3943 34% [===================== ] 1351/3943 34% [===================== ] 1352/3943 34% [===================== ] 1353/3943 34% [===================== ] 1354/3943 34% [===================== ] 1355/3943 34% [===================== ] 1356/3943 34% [===================== ] 1357/3943 34% [===================== ] 1358/3943 34% [===================== ] 1359/3943 34% [===================== ] 1360/3943 34% [===================== ] 1361/3943 34% [===================== ] 1362/3943 34% [===================== ] 1363/3943 34% [===================== ] 1364/3943 34% [===================== ] 1365/3943 34% [===================== ] 1366/3943 34% [===================== ] 1367/3943 34% [===================== ] 1368/3943 34% [===================== ] 1369/3943 34% [===================== ] 1370/3943 34% [===================== ] 1371/3943 34% [===================== ] 1372/3943 34% [===================== ] 1373/3943 34% [===================== ] 1374/3943 34% [===================== ] 1375/3943 34% [===================== ] 1376/3943 34% [===================== ] 1377/3943 34% [===================== ] 1378/3943 34% [===================== ] 1379/3943 34% [===================== ] 1380/3943 34% [===================== ] 1381/3943 35% [===================== ] 1382/3943 35% [===================== ] 1383/3943 35% [===================== ] 1384/3943 35% [===================== ] 1385/3943 35% [===================== ] 1386/3943 35% [===================== ] 1387/3943 35% [===================== ] 1388/3943 35% [===================== ] 1389/3943 35% [===================== ] 1390/3943 35% [===================== ] 1391/3943 35% [===================== ] 1392/3943 35% [===================== ] 1393/3943 35% [===================== ] 1394/3943 35% [===================== ] 1395/3943 35% [===================== ] 1396/3943 35% [===================== ] 1397/3943 35% [===================== ] 1398/3943 35% [===================== ] 1399/3943 35% [====================== ] 1400/3943 35% [====================== ] 1401/3943 35% [====================== ] 1402/3943 35% [====================== ] 1403/3943 35% [====================== ] 1404/3943 35% [====================== ] 1405/3943 35% [====================== ] 1406/3943 35% [====================== ] 1407/3943 35% [====================== ] 1408/3943 35% [====================== ] 1409/3943 35% [====================== ] 1410/3943 35% [====================== ] 1411/3943 35% [====================== ] 1412/3943 35% [====================== ] 1413/3943 35% [====================== ] 1414/3943 35% [====================== ] 1415/3943 35% [====================== ] 1416/3943 35% [====================== ] 1417/3943 35% [====================== ] 1418/3943 35% [====================== ] 1419/3943 35% [====================== ] 1420/3943 36% [====================== ] 1421/3943 36% [====================== ] 1422/3943 36% [====================== ] 1423/3943 36% [====================== ] 1424/3943 36% [====================== ] 1425/3943 36% [====================== ] 1426/3943 36% [====================== ] 1427/3943 36% [====================== ] 1428/3943 36% [====================== ] 1429/3943 36% [====================== ] 1430/3943 36% [====================== ] 1431/3943 36% [====================== ] 1432/3943 36% [====================== ] 1433/3943 36% [====================== ] 1434/3943 36% [====================== ] 1435/3943 36% [====================== ] 1436/3943 36% [====================== ] 1437/3943 36% [====================== ] 1438/3943 36% [====================== ] 1439/3943 36% [====================== ] 1440/3943 36% [====================== ] 1441/3943 36% [====================== ] 1442/3943 36% [====================== ] 1443/3943 36% [====================== ] 1444/3943 36% [====================== ] 1445/3943 36% [====================== ] 1446/3943 36% [====================== ] 1447/3943 36% [====================== ] 1448/3943 36% [====================== ] 1449/3943 36% [====================== ] 1450/3943 36% [====================== ] 1451/3943 36% [====================== ] 1452/3943 36% [====================== ] 1453/3943 36% [====================== ] 1454/3943 36% [====================== ] 1455/3943 36% [====================== ] 1456/3943 36% [====================== ] 1457/3943 36% [====================== ] 1458/3943 36% [====================== ] 1459/3943 37% [====================== ] 1460/3943 37% [====================== ] 1461/3943 37% [====================== ] 1462/3943 37% [======================= ] 1463/3943 37% [======================= ] 1464/3943 37% [======================= ] 1465/3943 37% [======================= ] 1466/3943 37% [======================= ] 1467/3943 37% [======================= ] 1468/3943 37% [======================= ] 1469/3943 37% [======================= ] 1470/3943 37% [======================= ] 1471/3943 37% [======================= ] 1472/3943 37% [======================= ] 1473/3943 37% [======================= ] 1474/3943 37% [======================= ] 1475/3943 37% [======================= ] 1476/3943 37% [======================= ] 1477/3943 37% [======================= ] 1478/3943 37% [======================= ] 1479/3943 37% [======================= ] 1480/3943 37% [======================= ] 1481/3943 37% [======================= ] 1482/3943 37% [======================= ] 1483/3943 37% [======================= ] 1484/3943 37% [======================= ] 1485/3943 37% [======================= ] 1486/3943 37% [======================= ] 1487/3943 37% [======================= ] 1488/3943 37% [======================= ] 1489/3943 37% [======================= ] 1490/3943 37% [======================= ] 1491/3943 37% [======================= ] 1492/3943 37% [======================= ] 1493/3943 37% [======================= ] 1494/3943 37% [======================= ] 1495/3943 37% [======================= ] 1496/3943 37% [======================= ] 1497/3943 37% [======================= ] 1498/3943 37% [======================= ] 1499/3943 38% [======================= ] 1500/3943 38% [======================= ] 1501/3943 38% [======================= ] 1502/3943 38% [======================= ] 1503/3943 38% [======================= ] 1504/3943 38% [======================= ] 1505/3943 38% [======================= ] 1506/3943 38% [======================= ] 1507/3943 38% [======================= ] 1508/3943 38% [======================= ] 1509/3943 38% [======================= ] 1510/3943 38% [======================= ] 1511/3943 38% [======================= ] 1512/3943 38% [======================= ] 1513/3943 38% [======================= ] 1514/3943 38% [======================= ] 1515/3943 38% [======================= ] 1516/3943 38% [======================= ] 1517/3943 38% [======================= ] 1518/3943 38% [======================= ] 1519/3943 38% [======================= ] 1520/3943 38% [======================= ] 1521/3943 38% [======================= ] 1522/3943 38% [======================= ] 1523/3943 38% [======================= ] 1524/3943 38% [======================= ] 1525/3943 38% [======================= ] 1526/3943 38% [======================== ] 1527/3943 38% [======================== ] 1528/3943 38% [======================== ] 1529/3943 38% [======================== ] 1530/3943 38% [======================== ] 1531/3943 38% [======================== ] 1532/3943 38% [======================== ] 1533/3943 38% [======================== ] 1534/3943 38% [======================== ] 1535/3943 38% [======================== ] 1536/3943 38% [======================== ] 1537/3943 38% [======================== ] 1538/3943 39% [======================== ] 1539/3943 39% [======================== ] 1540/3943 39% [======================== ] 1541/3943 39% [======================== ] 1542/3943 39% [======================== ] 1543/3943 39% [======================== ] 1544/3943 39% [======================== ] 1545/3943 39% [======================== ] 1546/3943 39% [======================== ] 1547/3943 39% [======================== ] 1548/3943 39% [======================== ] 1549/3943 39% [======================== ] 1550/3943 39% [======================== ] 1551/3943 39% [======================== ] 1552/3943 39% [======================== ] 1553/3943 39% [======================== ] 1554/3943 39% [======================== ] 1555/3943 39% [======================== ] 1556/3943 39% [======================== ] 1557/3943 39% [======================== ] 1558/3943 39% [======================== ] 1559/3943 39% [======================== ] 1560/3943 39% [======================== ] 1561/3943 39% [======================== ] 1562/3943 39% [======================== ] 1563/3943 39% [======================== ] 1564/3943 39% [======================== ] 1565/3943 39% [======================== ] 1566/3943 39% [======================== ] 1567/3943 39% [======================== ] 1568/3943 39% [======================== ] 1569/3943 39% [======================== ] 1570/3943 39% [======================== ] 1571/3943 39% [======================== ] 1572/3943 39% [======================== ] 1573/3943 39% [======================== ] 1574/3943 39% [======================== ] 1575/3943 39% [======================== ] 1576/3943 39% [======================== ] 1577/3943 39% [======================== ] 1578/3943 40% [======================== ] 1579/3943 40% [======================== ] 1580/3943 40% [======================== ] 1581/3943 40% [======================== ] 1582/3943 40% [======================== ] 1583/3943 40% [======================== ] 1584/3943 40% [======================== ] 1585/3943 40% [======================== ] 1586/3943 40% [======================== ] 1587/3943 40% [======================== ] 1588/3943 40% [======================== ] 1589/3943 40% [========================= ] 1590/3943 40% [========================= ] 1591/3943 40% [========================= ] 1592/3943 40% [========================= ] 1593/3943 40% [========================= ] 1594/3943 40% [========================= ] 1595/3943 40% [========================= ] 1596/3943 40% [========================= ] 1597/3943 40% [========================= ] 1598/3943 40% [========================= ] 1599/3943 40% [========================= ] 1600/3943 40% [========================= ] 1601/3943 40% [========================= ] 1602/3943 40% [========================= ] 1603/3943 40% [========================= ] 1604/3943 40% [========================= ] 1605/3943 40% [========================= ] 1606/3943 40% [========================= ] 1607/3943 40% [========================= ] 1608/3943 40% [========================= ] 1609/3943 40% [========================= ] 1610/3943 40% [========================= ] 1611/3943 40% [========================= ] 1612/3943 40% [========================= ] 1613/3943 40% [========================= ] 1614/3943 40% [========================= ] 1615/3943 40% [========================= ] 1616/3943 40% [========================= ] 1617/3943 41% [========================= ] 1618/3943 41% [========================= ] 1619/3943 41% [========================= ] 1620/3943 41% [========================= ] 1621/3943 41% [========================= ] 1622/3943 41% [========================= ] 1623/3943 41% [========================= ] 1624/3943 41% [========================= ] 1625/3943 41% [========================= ] 1626/3943 41% [========================= ] 1627/3943 41% [========================= ] 1628/3943 41% [========================= ] 1629/3943 41% [========================= ] 1630/3943 41% [========================= ] 1631/3943 41% [========================= ] 1632/3943 41% [========================= ] 1633/3943 41% [========================= ] 1634/3943 41% [========================= ] 1635/3943 41% [========================= ] 1636/3943 41% [========================= ] 1637/3943 41% [========================= ] 1638/3943 41% [========================= ] 1639/3943 41% [========================= ] 1640/3943 41% [========================= ] 1641/3943 41% [========================= ] 1642/3943 41% [========================= ] 1643/3943 41% [========================= ] 1644/3943 41% [========================= ] 1645/3943 41% [========================= ] 1646/3943 41% [========================= ] 1647/3943 41% [========================= ] 1648/3943 41% [========================= ] 1649/3943 41% [========================= ] 1650/3943 41% [========================= ] 1651/3943 41% [========================= ] 1652/3943 41% [========================= ] 1653/3943 41% [========================== ] 1654/3943 41% [========================== ] 1655/3943 41% [========================== ] 1656/3943 41% [========================== ] 1657/3943 42% [========================== ] 1658/3943 42% [========================== ] 1659/3943 42% [========================== ] 1660/3943 42% [========================== ] 1661/3943 42% [========================== ] 1662/3943 42% [========================== ] 1663/3943 42% [========================== ] 1664/3943 42% [========================== ] 1665/3943 42% [========================== ] 1666/3943 42% [========================== ] 1667/3943 42% [========================== ] 1668/3943 42% [========================== ] 1669/3943 42% [========================== ] 1670/3943 42% [========================== ] 1671/3943 42% [========================== ] 1672/3943 42% [========================== ] 1673/3943 42% [========================== ] 1674/3943 42% [========================== ] 1675/3943 42% [========================== ] 1676/3943 42% [========================== ] 1677/3943 42% [========================== ] 1678/3943 42% [========================== ] 1679/3943 42% [========================== ] 1680/3943 42% [========================== ] 1681/3943 42% [========================== ] 1682/3943 42% [========================== ] 1683/3943 42% [========================== ] 1684/3943 42% [========================== ] 1685/3943 42% [========================== ] 1686/3943 42% [========================== ] 1687/3943 42% [========================== ] 1688/3943 42% [========================== ] 1689/3943 42% [========================== ] 1690/3943 42% [========================== ] 1691/3943 42% [========================== ] 1692/3943 42% [========================== ] 1693/3943 42% [========================== ] 1694/3943 42% [========================== ] 1695/3943 42% [========================== ] 1696/3943 43% [========================== ] 1697/3943 43% [========================== ] 1698/3943 43% [========================== ] 1699/3943 43% [========================== ] 1700/3943 43% [========================== ] 1701/3943 43% [========================== ] 1702/3943 43% [========================== ] 1703/3943 43% [========================== ] 1704/3943 43% [========================== ] 1705/3943 43% [========================== ] 1706/3943 43% [========================== ] 1707/3943 43% [========================== ] 1708/3943 43% [========================== ] 1709/3943 43% [========================== ] 1710/3943 43% [========================== ] 1711/3943 43% [========================== ] 1712/3943 43% [========================== ] 1713/3943 43% [========================== ] 1714/3943 43% [========================== ] 1715/3943 43% [========================== ] 1716/3943 43% [========================== ] 1717/3943 43% [=========================== ] 1718/3943 43% [=========================== ] 1719/3943 43% [=========================== ] 1720/3943 43% [=========================== ] 1721/3943 43% [=========================== ] 1722/3943 43% [=========================== ] 1723/3943 43% [=========================== ] 1724/3943 43% [=========================== ] 1725/3943 43% [=========================== ] 1726/3943 43% [=========================== ] 1727/3943 43% [=========================== ] 1728/3943 43% [=========================== ] 1729/3943 43% [=========================== ] 1730/3943 43% [=========================== ] 1731/3943 43% [=========================== ] 1732/3943 43% [=========================== ] 1733/3943 43% [=========================== ] 1734/3943 43% [=========================== ] 1735/3943 44% [=========================== ] 1736/3943 44% [=========================== ] 1737/3943 44% [=========================== ] 1738/3943 44% [=========================== ] 1739/3943 44% [=========================== ] 1740/3943 44% [=========================== ] 1741/3943 44% [=========================== ] 1742/3943 44% [=========================== ] 1743/3943 44% [=========================== ] 1744/3943 44% [=========================== ] 1745/3943 44% [=========================== ] 1746/3943 44% [=========================== ] 1747/3943 44% [=========================== ] 1748/3943 44% [=========================== ] 1749/3943 44% [=========================== ] 1750/3943 44% [=========================== ] 1751/3943 44% [=========================== ] 1752/3943 44% [=========================== ] 1753/3943 44% [=========================== ] 1754/3943 44% [=========================== ] 1755/3943 44% [=========================== ] 1756/3943 44% [=========================== ] 1757/3943 44% [=========================== ] 1758/3943 44% [=========================== ] 1759/3943 44% [=========================== ] 1760/3943 44% [=========================== ] 1761/3943 44% [=========================== ] 1762/3943 44% [=========================== ] 1763/3943 44% [=========================== ] 1764/3943 44% [=========================== ] 1765/3943 44% [=========================== ] 1766/3943 44% [=========================== ] 1767/3943 44% [=========================== ] 1768/3943 44% [=========================== ] 1769/3943 44% [=========================== ] 1770/3943 44% [=========================== ] 1771/3943 44% [=========================== ] 1772/3943 44% [=========================== ] 1773/3943 44% [=========================== ] 1774/3943 44% [=========================== ] 1775/3943 45% [=========================== ] 1776/3943 45% [=========================== ] 1777/3943 45% [=========================== ] 1778/3943 45% [=========================== ] 1779/3943 45% [=========================== ] 1780/3943 45% [============================ ] 1781/3943 45% [============================ ] 1782/3943 45% [============================ ] 1783/3943 45% [============================ ] 1784/3943 45% [============================ ] 1785/3943 45% [============================ ] 1786/3943 45% [============================ ] 1787/3943 45% [============================ ] 1788/3943 45% [============================ ] 1789/3943 45% [============================ ] 1790/3943 45% [============================ ] 1791/3943 45% [============================ ] 1792/3943 45% [============================ ] 1793/3943 45% [============================ ] 1794/3943 45% [============================ ] 1795/3943 45% [============================ ] 1796/3943 45% [============================ ] 1797/3943 45% [============================ ] 1798/3943 45% [============================ ] 1799/3943 45% [============================ ] 1800/3943 45% [============================ ] 1801/3943 45% [============================ ] 1802/3943 45% [============================ ] 1803/3943 45% [============================ ] 1804/3943 45% [============================ ] 1805/3943 45% [============================ ] 1806/3943 45% [============================ ] 1807/3943 45% [============================ ] 1808/3943 45% [============================ ] 1809/3943 45% [============================ ] 1810/3943 45% [============================ ] 1811/3943 45% [============================ ] 1812/3943 45% [============================ ] 1813/3943 45% [============================ ] 1814/3943 46% [============================ ] 1815/3943 46% [============================ ] 1816/3943 46% [============================ ] 1817/3943 46% [============================ ] 1818/3943 46% [============================ ] 1819/3943 46% [============================ ] 1820/3943 46% [============================ ] 1821/3943 46% [============================ ] 1822/3943 46% [============================ ] 1823/3943 46% [============================ ] 1824/3943 46% [============================ ] 1825/3943 46% [============================ ] 1826/3943 46% [============================ ] 1827/3943 46% [============================ ] 1828/3943 46% [============================ ] 1829/3943 46% [============================ ] 1830/3943 46% [============================ ] 1831/3943 46% [============================ ] 1832/3943 46% [============================ ] 1833/3943 46% [============================ ] 1834/3943 46% [============================ ] 1835/3943 46% [============================ ] 1836/3943 46% [============================ ] 1837/3943 46% [============================ ] 1838/3943 46% [============================ ] 1839/3943 46% [============================ ] 1840/3943 46% [============================ ] 1841/3943 46% [============================ ] 1842/3943 46% [============================ ] 1843/3943 46% [============================ ] 1844/3943 46% [============================= ] 1845/3943 46% [============================= ] 1846/3943 46% [============================= ] 1847/3943 46% [============================= ] 1848/3943 46% [============================= ] 1849/3943 46% [============================= ] 1850/3943 46% [============================= ] 1851/3943 46% [============================= ] 1852/3943 46% [============================= ] 1853/3943 46% [============================= ] 1854/3943 47% [============================= ] 1855/3943 47% [============================= ] 1856/3943 47% [============================= ] 1857/3943 47% [============================= ] 1858/3943 47% [============================= ] 1859/3943 47% [============================= ] 1860/3943 47% [============================= ] 1861/3943 47% [============================= ] 1862/3943 47% [============================= ] 1863/3943 47% [============================= ] 1864/3943 47% [============================= ] 1865/3943 47% [============================= ] 1866/3943 47% [============================= ] 1867/3943 47% [============================= ] 1868/3943 47% [============================= ] 1869/3943 47% [============================= ] 1870/3943 47% [============================= ] 1871/3943 47% [============================= ] 1872/3943 47% [============================= ] 1873/3943 47% [============================= ] 1874/3943 47% [============================= ] 1875/3943 47% [============================= ] 1876/3943 47% [============================= ] 1877/3943 47% [============================= ] 1878/3943 47% [============================= ] 1879/3943 47% [============================= ] 1880/3943 47% [============================= ] 1881/3943 47% [============================= ] 1882/3943 47% [============================= ] 1883/3943 47% [============================= ] 1884/3943 47% [============================= ] 1885/3943 47% [============================= ] 1886/3943 47% [============================= ] 1887/3943 47% [============================= ] 1888/3943 47% [============================= ] 1889/3943 47% [============================= ] 1890/3943 47% [============================= ] 1891/3943 47% [============================= ] 1892/3943 47% [============================= ] 1893/3943 48% [============================= ] 1894/3943 48% [============================= ] 1895/3943 48% [============================= ] 1896/3943 48% [============================= ] 1897/3943 48% [============================= ] 1898/3943 48% [============================= ] 1899/3943 48% [============================= ] 1900/3943 48% [============================= ] 1901/3943 48% [============================= ] 1902/3943 48% [============================= ] 1903/3943 48% [============================= ] 1904/3943 48% [============================= ] 1905/3943 48% [============================= ] 1906/3943 48% [============================= ] 1907/3943 48% [============================== ] 1908/3943 48% [============================== ] 1909/3943 48% [============================== ] 1910/3943 48% [============================== ] 1911/3943 48% [============================== ] 1912/3943 48% [============================== ] 1913/3943 48% [============================== ] 1914/3943 48% [============================== ] 1915/3943 48% [============================== ] 1916/3943 48% [============================== ] 1917/3943 48% [============================== ] 1918/3943 48% [============================== ] 1919/3943 48% [============================== ] 1920/3943 48% [============================== ] 1921/3943 48% [============================== ] 1922/3943 48% [============================== ] 1923/3943 48% [============================== ] 1924/3943 48% [============================== ] 1925/3943 48% [============================== ] 1926/3943 48% [============================== ] 1927/3943 48% [============================== ] 1928/3943 48% [============================== ] 1929/3943 48% [============================== ] 1930/3943 48% [============================== ] 1931/3943 48% [============================== ] 1932/3943 48% [============================== ] 1933/3943 49% [============================== ] 1934/3943 49% [============================== ] 1935/3943 49% [============================== ] 1936/3943 49% [============================== ] 1937/3943 49% [============================== ] 1938/3943 49% [============================== ] 1939/3943 49% [============================== ] 1940/3943 49% [============================== ] 1941/3943 49% [============================== ] 1942/3943 49% [============================== ] 1943/3943 49% [============================== ] 1944/3943 49% [============================== ] 1945/3943 49% [============================== ] 1946/3943 49% [============================== ] 1947/3943 49% [============================== ] 1948/3943 49% [============================== ] 1949/3943 49% [============================== ] 1950/3943 49% [============================== ] 1951/3943 49% [============================== ] 1952/3943 49% [============================== ] 1953/3943 49% [============================== ] 1954/3943 49% [============================== ] 1955/3943 49% [============================== ] 1956/3943 49% [============================== ] 1957/3943 49% [============================== ] 1958/3943 49% [============================== ] 1959/3943 49% [============================== ] 1960/3943 49% [============================== ] 1961/3943 49% [============================== ] 1962/3943 49% [============================== ] 1963/3943 49% [============================== ] 1964/3943 49% [============================== ] 1965/3943 49% [============================== ] 1966/3943 49% [============================== ] 1967/3943 49% [============================== ] 1968/3943 49% [============================== ] 1969/3943 49% [============================== ] 1970/3943 49% [============================== ] 1971/3943 49% [=============================== ] 1972/3943 50% [=============================== ] 1973/3943 50% [=============================== ] 1974/3943 50% [=============================== ] 1975/3943 50% [=============================== ] 1976/3943 50% [=============================== ] 1977/3943 50% [=============================== ] 1978/3943 50% [=============================== ] 1979/3943 50% [=============================== ] 1980/3943 50% [=============================== ] 1981/3943 50% [=============================== ] 1982/3943 50% [=============================== ] 1983/3943 50% [=============================== ] 1984/3943 50% [=============================== ] 1985/3943 50% [=============================== ] 1986/3943 50% [=============================== ] 1987/3943 50% [=============================== ] 1988/3943 50% [=============================== ] 1989/3943 50% [=============================== ] 1990/3943 50% [=============================== ] 1991/3943 50% [=============================== ] 1992/3943 50% [=============================== ] 1993/3943 50% [=============================== ] 1994/3943 50% [=============================== ] 1995/3943 50% [=============================== ] 1996/3943 50% [=============================== ] 1997/3943 50% [=============================== ] 1998/3943 50% [=============================== ] 1999/3943 50% [=============================== ] 2000/3943 50% [=============================== ] 2001/3943 50% [=============================== ] 2002/3943 50% [=============================== ] 2003/3943 50% [=============================== ] 2004/3943 50% [=============================== ] 2005/3943 50% [=============================== ] 2006/3943 50% [=============================== ] 2007/3943 50% [=============================== ] 2008/3943 50% [=============================== ] 2009/3943 50% [=============================== ] 2010/3943 50% [=============================== ] 2011/3943 51% [=============================== ] 2012/3943 51% [=============================== ] 2013/3943 51% [=============================== ] 2014/3943 51% [=============================== ] 2015/3943 51% [=============================== ] 2016/3943 51% [=============================== ] 2017/3943 51% [=============================== ] 2018/3943 51% [=============================== ] 2019/3943 51% [=============================== ] 2020/3943 51% [=============================== ] 2021/3943 51% [=============================== ] 2022/3943 51% [=============================== ] 2023/3943 51% [=============================== ] 2024/3943 51% [=============================== ] 2025/3943 51% [=============================== ] 2026/3943 51% [=============================== ] 2027/3943 51% [=============================== ] 2028/3943 51% [=============================== ] 2029/3943 51% [=============================== ] 2030/3943 51% [=============================== ] 2031/3943 51% [=============================== ] 2032/3943 51% [=============================== ] 2033/3943 51% [=============================== ] 2034/3943 51% [=============================== ] 2035/3943 51% [================================ ] 2036/3943 51% [================================ ] 2037/3943 51% [================================ ] 2038/3943 51% [================================ ] 2039/3943 51% [================================ ] 2040/3943 51% [================================ ] 2041/3943 51% [================================ ] 2042/3943 51% [================================ ] 2043/3943 51% [================================ ] 2044/3943 51% [================================ ] 2045/3943 51% [================================ ] 2046/3943 51% [================================ ] 2047/3943 51% [================================ ] 2048/3943 51% [================================ ] 2049/3943 51% [================================ ] 2050/3943 51% [================================ ] 2051/3943 52% [================================ ] 2052/3943 52% [================================ ] 2053/3943 52% [================================ ] 2054/3943 52% [================================ ] 2055/3943 52% [================================ ] 2056/3943 52% [================================ ] 2057/3943 52% [================================ ] 2058/3943 52% [================================ ] 2059/3943 52% [================================ ] 2060/3943 52% [================================ ] 2061/3943 52% [================================ ] 2062/3943 52% [================================ ] 2063/3943 52% [================================ ] 2064/3943 52% [================================ ] 2065/3943 52% [================================ ] 2066/3943 52% [================================ ] 2067/3943 52% [================================ ] 2068/3943 52% [================================ ] 2069/3943 52% [================================ ] 2070/3943 52% [================================ ] 2071/3943 52% [================================ ] 2072/3943 52% [================================ ] 2073/3943 52% [================================ ] 2074/3943 52% [================================ ] 2075/3943 52% [================================ ] 2076/3943 52% [================================ ] 2077/3943 52% [================================ ] 2078/3943 52% [================================ ] 2079/3943 52% [================================ ] 2080/3943 52% [================================ ] 2081/3943 52% [================================ ] 2082/3943 52% [================================ ] 2083/3943 52% [================================ ] 2084/3943 52% [================================ ] 2085/3943 52% [================================ ] 2086/3943 52% [================================ ] 2087/3943 52% [================================ ] 2088/3943 52% [================================ ] 2089/3943 52% [================================ ] 2090/3943 53% [================================ ] 2091/3943 53% [================================ ] 2092/3943 53% [================================ ] 2093/3943 53% [================================ ] 2094/3943 53% [================================ ] 2095/3943 53% [================================ ] 2096/3943 53% [================================ ] 2097/3943 53% [================================ ] 2098/3943 53% [================================= ] 2099/3943 53% [================================= ] 2100/3943 53% [================================= ] 2101/3943 53% [================================= ] 2102/3943 53% [================================= ] 2103/3943 53% [================================= ] 2104/3943 53% [================================= ] 2105/3943 53% [================================= ] 2106/3943 53% [================================= ] 2107/3943 53% [================================= ] 2108/3943 53% [================================= ] 2109/3943 53% [================================= ] 2110/3943 53% [================================= ] 2111/3943 53% [================================= ] 2112/3943 53% [================================= ] 2113/3943 53% [================================= ] 2114/3943 53% [================================= ] 2115/3943 53% [================================= ] 2116/3943 53% [================================= ] 2117/3943 53% [================================= ] 2118/3943 53% [================================= ] 2119/3943 53% [================================= ] 2120/3943 53% [================================= ] 2121/3943 53% [================================= ] 2122/3943 53% [================================= ] 2123/3943 53% [================================= ] 2124/3943 53% [================================= ] 2125/3943 53% [================================= ] 2126/3943 53% [================================= ] 2127/3943 53% [================================= ] 2128/3943 53% [================================= ] 2129/3943 53% [================================= ] 2130/3943 54% [================================= ] 2131/3943 54% [================================= ] 2132/3943 54% [================================= ] 2133/3943 54% [================================= ] 2134/3943 54% [================================= ] 2135/3943 54% [================================= ] 2136/3943 54% [================================= ] 2137/3943 54% [================================= ] 2138/3943 54% [================================= ] 2139/3943 54% [================================= ] 2140/3943 54% [================================= ] 2141/3943 54% [================================= ] 2142/3943 54% [================================= ] 2143/3943 54% [================================= ] 2144/3943 54% [================================= ] 2145/3943 54% [================================= ] 2146/3943 54% [================================= ] 2147/3943 54% [================================= ] 2148/3943 54% [================================= ] 2149/3943 54% [================================= ] 2150/3943 54% [================================= ] 2151/3943 54% [================================= ] 2152/3943 54% [================================= ] 2153/3943 54% [================================= ] 2154/3943 54% [================================= ] 2155/3943 54% [================================= ] 2156/3943 54% [================================= ] 2157/3943 54% [================================= ] 2158/3943 54% [================================= ] 2159/3943 54% [================================= ] 2160/3943 54% [================================= ] 2161/3943 54% [================================= ] 2162/3943 54% [================================== ] 2163/3943 54% [================================== ] 2164/3943 54% [================================== ] 2165/3943 54% [================================== ] 2166/3943 54% [================================== ] 2167/3943 54% [================================== ] 2168/3943 54% [================================== ] 2169/3943 55% [================================== ] 2170/3943 55% [================================== ] 2171/3943 55% [================================== ] 2172/3943 55% [================================== ] 2173/3943 55% [================================== ] 2174/3943 55% [================================== ] 2175/3943 55% [================================== ] 2176/3943 55% [================================== ] 2177/3943 55% [================================== ] 2178/3943 55% [================================== ] 2179/3943 55% [================================== ] 2180/3943 55% [================================== ] 2181/3943 55% [================================== ] 2182/3943 55% [================================== ] 2183/3943 55% [================================== ] 2184/3943 55% [================================== ] 2185/3943 55% [================================== ] 2186/3943 55% [================================== ] 2187/3943 55% [================================== ] 2188/3943 55% [================================== ] 2189/3943 55% [================================== ] 2190/3943 55% [================================== ] 2191/3943 55% [================================== ] 2192/3943 55% [================================== ] 2193/3943 55% [================================== ] 2194/3943 55% [================================== ] 2195/3943 55% [================================== ] 2196/3943 55% [================================== ] 2197/3943 55% [================================== ] 2198/3943 55% [================================== ] 2199/3943 55% [================================== ] 2200/3943 55% [================================== ] 2201/3943 55% [================================== ] 2202/3943 55% [================================== ] 2203/3943 55% [================================== ] 2204/3943 55% [================================== ] 2205/3943 55% [================================== ] 2206/3943 55% [================================== ] 2207/3943 55% [================================== ] 2208/3943 55% [================================== ] 2209/3943 56% [================================== ] 2210/3943 56% [================================== ] 2211/3943 56% [================================== ] 2212/3943 56% [================================== ] 2213/3943 56% [================================== ] 2214/3943 56% [================================== ] 2215/3943 56% [================================== ] 2216/3943 56% [================================== ] 2217/3943 56% [================================== ] 2218/3943 56% [================================== ] 2219/3943 56% [================================== ] 2220/3943 56% [================================== ] 2221/3943 56% [================================== ] 2222/3943 56% [================================== ] 2223/3943 56% [================================== ] 2224/3943 56% [================================== ] 2225/3943 56% [=================================== ] 2226/3943 56% [=================================== ] 2227/3943 56% [=================================== ] 2228/3943 56% [=================================== ] 2229/3943 56% [=================================== ] 2230/3943 56% [=================================== ] 2231/3943 56% [=================================== ] 2232/3943 56% [=================================== ] 2233/3943 56% [=================================== ] 2234/3943 56% [=================================== ] 2235/3943 56% [=================================== ] 2236/3943 56% [=================================== ] 2237/3943 56% [=================================== ] 2238/3943 56% [=================================== ] 2239/3943 56% [=================================== ] 2240/3943 56% [=================================== ] 2241/3943 56% [=================================== ] 2242/3943 56% [=================================== ] 2243/3943 56% [=================================== ] 2244/3943 56% [=================================== ] 2245/3943 56% [=================================== ] 2246/3943 56% [=================================== ] 2247/3943 56% [=================================== ] 2248/3943 57% [=================================== ] 2249/3943 57% [=================================== ] 2250/3943 57% [=================================== ] 2251/3943 57% [=================================== ] 2252/3943 57% [=================================== ] 2253/3943 57% [=================================== ] 2254/3943 57% [=================================== ] 2255/3943 57% [=================================== ] 2256/3943 57% [=================================== ] 2257/3943 57% [=================================== ] 2258/3943 57% [=================================== ] 2259/3943 57% [=================================== ] 2260/3943 57% [=================================== ] 2261/3943 57% [=================================== ] 2262/3943 57% [=================================== ] 2263/3943 57% [=================================== ] 2264/3943 57% [=================================== ] 2265/3943 57% [=================================== ] 2266/3943 57% [=================================== ] 2267/3943 57% [=================================== ] 2268/3943 57% [=================================== ] 2269/3943 57% [=================================== ] 2270/3943 57% [=================================== ] 2271/3943 57% [=================================== ] 2272/3943 57% [=================================== ] 2273/3943 57% [=================================== ] 2274/3943 57% [=================================== ] 2275/3943 57% [=================================== ] 2276/3943 57% [=================================== ] 2277/3943 57% [=================================== ] 2278/3943 57% [=================================== ] 2279/3943 57% [=================================== ] 2280/3943 57% [=================================== ] 2281/3943 57% [=================================== ] 2282/3943 57% [=================================== ] 2283/3943 57% [=================================== ] 2284/3943 57% [=================================== ] 2285/3943 57% [=================================== ] 2286/3943 57% [=================================== ] 2287/3943 58% [=================================== ] 2288/3943 58% [=================================== ] 2289/3943 58% [==================================== ] 2290/3943 58% [==================================== ] 2291/3943 58% [==================================== ] 2292/3943 58% [==================================== ] 2293/3943 58% [==================================== ] 2294/3943 58% [==================================== ] 2295/3943 58% [==================================== ] 2296/3943 58% [==================================== ] 2297/3943 58% [==================================== ] 2298/3943 58% [==================================== ] 2299/3943 58% [==================================== ] 2300/3943 58% [==================================== ] 2301/3943 58% [==================================== ] 2302/3943 58% [==================================== ] 2303/3943 58% [==================================== ] 2304/3943 58% [==================================== ] 2305/3943 58% [==================================== ] 2306/3943 58% [==================================== ] 2307/3943 58% [==================================== ] 2308/3943 58% [==================================== ] 2309/3943 58% [==================================== ] 2310/3943 58% [==================================== ] 2311/3943 58% [==================================== ] 2312/3943 58% [==================================== ] 2313/3943 58% [==================================== ] 2314/3943 58% [==================================== ] 2315/3943 58% [==================================== ] 2316/3943 58% [==================================== ] 2317/3943 58% [==================================== ] 2318/3943 58% [==================================== ] 2319/3943 58% [==================================== ] 2320/3943 58% [==================================== ] 2321/3943 58% [==================================== ] 2322/3943 58% [==================================== ] 2323/3943 58% [==================================== ] 2324/3943 58% [==================================== ] 2325/3943 58% [==================================== ] 2326/3943 58% [==================================== ] 2327/3943 59% [==================================== ] 2328/3943 59% [==================================== ] 2329/3943 59% [==================================== ] 2330/3943 59% [==================================== ] 2331/3943 59% [==================================== ] 2332/3943 59% [==================================== ] 2333/3943 59% [==================================== ] 2334/3943 59% [==================================== ] 2335/3943 59% [==================================== ] 2336/3943 59% [==================================== ] 2337/3943 59% [==================================== ] 2338/3943 59% [==================================== ] 2339/3943 59% [==================================== ] 2340/3943 59% [==================================== ] 2341/3943 59% [==================================== ] 2342/3943 59% [==================================== ] 2343/3943 59% [==================================== ] 2344/3943 59% [==================================== ] 2345/3943 59% [==================================== ] 2346/3943 59% [==================================== ] 2347/3943 59% [==================================== ] 2348/3943 59% [==================================== ] 2349/3943 59% [==================================== ] 2350/3943 59% [==================================== ] 2351/3943 59% [==================================== ] 2352/3943 59% [==================================== ] 2353/3943 59% [===================================== ] 2354/3943 59% [===================================== ] 2355/3943 59% [===================================== ] 2356/3943 59% [===================================== ] 2357/3943 59% [===================================== ] 2358/3943 59% [===================================== ] 2359/3943 59% [===================================== ] 2360/3943 59% [===================================== ] 2361/3943 59% [===================================== ] 2362/3943 59% [===================================== ] 2363/3943 59% [===================================== ] 2364/3943 59% [===================================== ] 2365/3943 59% [===================================== ] 2366/3943 60% [===================================== ] 2367/3943 60% [===================================== ] 2368/3943 60% [===================================== ] 2369/3943 60% [===================================== ] 2370/3943 60% [===================================== ] 2371/3943 60% [===================================== ] 2372/3943 60% [===================================== ] 2373/3943 60% [===================================== ] 2374/3943 60% [===================================== ] 2375/3943 60% [===================================== ] 2376/3943 60% [===================================== ] 2377/3943 60% [===================================== ] 2378/3943 60% [===================================== ] 2379/3943 60% [===================================== ] 2380/3943 60% [===================================== ] 2381/3943 60% [===================================== ] 2382/3943 60% [===================================== ] 2383/3943 60% [===================================== ] 2384/3943 60% [===================================== ] 2385/3943 60% [===================================== ] 2386/3943 60% [===================================== ] 2387/3943 60% [===================================== ] 2388/3943 60% [===================================== ] 2389/3943 60% [===================================== ] 2390/3943 60% [===================================== ] 2391/3943 60% [===================================== ] 2392/3943 60% [===================================== ] 2393/3943 60% [===================================== ] 2394/3943 60% [===================================== ] 2395/3943 60% [===================================== ] 2396/3943 60% [===================================== ] 2397/3943 60% [===================================== ] 2398/3943 60% [===================================== ] 2399/3943 60% [===================================== ] 2400/3943 60% [===================================== ] 2401/3943 60% [===================================== ] 2402/3943 60% [===================================== ] 2403/3943 60% [===================================== ] 2404/3943 60% [===================================== ] 2405/3943 60% [===================================== ] 2406/3943 61% [===================================== ] 2407/3943 61% [===================================== ] 2408/3943 61% [===================================== ] 2409/3943 61% [===================================== ] 2410/3943 61% [===================================== ] 2411/3943 61% [===================================== ] 2412/3943 61% [===================================== ] 2413/3943 61% [===================================== ] 2414/3943 61% [===================================== ] 2415/3943 61% [===================================== ] 2416/3943 61% [====================================== ] 2417/3943 61% [====================================== ] 2418/3943 61% [====================================== ] 2419/3943 61% [====================================== ] 2420/3943 61% [====================================== ] 2421/3943 61% [====================================== ] 2422/3943 61% [====================================== ] 2423/3943 61% [====================================== ] 2424/3943 61% [====================================== ] 2425/3943 61% [====================================== ] 2426/3943 61% [====================================== ] 2427/3943 61% [====================================== ] 2428/3943 61% [====================================== ] 2429/3943 61% [====================================== ] 2430/3943 61% [====================================== ] 2431/3943 61% [====================================== ] 2432/3943 61% [====================================== ] 2433/3943 61% [====================================== ] 2434/3943 61% [====================================== ] 2435/3943 61% [====================================== ] 2436/3943 61% [====================================== ] 2437/3943 61% [====================================== ] 2438/3943 61% [====================================== ] 2439/3943 61% [====================================== ] 2440/3943 61% [====================================== ] 2441/3943 61% [====================================== ] 2442/3943 61% [====================================== ] 2443/3943 61% [====================================== ] 2444/3943 61% [====================================== ] 2445/3943 62% [====================================== ] 2446/3943 62% [====================================== ] 2447/3943 62% [====================================== ] 2448/3943 62% [====================================== ] 2449/3943 62% [====================================== ] 2450/3943 62% [====================================== ] 2451/3943 62% [====================================== ] 2452/3943 62% [====================================== ] 2453/3943 62% [====================================== ] 2454/3943 62% [====================================== ] 2455/3943 62% [====================================== ] 2456/3943 62% [====================================== ] 2457/3943 62% [====================================== ] 2458/3943 62% [====================================== ] 2459/3943 62% [====================================== ] 2460/3943 62% [====================================== ] 2461/3943 62% [====================================== ] 2462/3943 62% [====================================== ] 2463/3943 62% [====================================== ] 2464/3943 62% [====================================== ] 2465/3943 62% [====================================== ] 2466/3943 62% [====================================== ] 2467/3943 62% [====================================== ] 2468/3943 62% [====================================== ] 2469/3943 62% [====================================== ] 2470/3943 62% [====================================== ] 2471/3943 62% [====================================== ] 2472/3943 62% [====================================== ] 2473/3943 62% [====================================== ] 2474/3943 62% [====================================== ] 2475/3943 62% [====================================== ] 2476/3943 62% [====================================== ] 2477/3943 62% [====================================== ] 2478/3943 62% [====================================== ] 2479/3943 62% [====================================== ] 2480/3943 62% [======================================= ] 2481/3943 62% [======================================= ] 2482/3943 62% [======================================= ] 2483/3943 62% [======================================= ] 2484/3943 62% [======================================= ] 2485/3943 63% [======================================= ] 2486/3943 63% [======================================= ] 2487/3943 63% [======================================= ] 2488/3943 63% [======================================= ] 2489/3943 63% [======================================= ] 2490/3943 63% [======================================= ] 2491/3943 63% [======================================= ] 2492/3943 63% [======================================= ] 2493/3943 63% [======================================= ] 2494/3943 63% [======================================= ] 2495/3943 63% [======================================= ] 2496/3943 63% [======================================= ] 2497/3943 63% [======================================= ] 2498/3943 63% [======================================= ] 2499/3943 63% [======================================= ] 2500/3943 63% [======================================= ] 2501/3943 63% [======================================= ] 2502/3943 63% [======================================= ] 2503/3943 63% [======================================= ] 2504/3943 63% [======================================= ] 2505/3943 63% [======================================= ] 2506/3943 63% [======================================= ] 2507/3943 63% [======================================= ] 2508/3943 63% [======================================= ] 2509/3943 63% [======================================= ] 2510/3943 63% [======================================= ] 2511/3943 63% [======================================= ] 2512/3943 63% [======================================= ] 2513/3943 63% [======================================= ] 2514/3943 63% [======================================= ] 2515/3943 63% [======================================= ] 2516/3943 63% [======================================= ] 2517/3943 63% [======================================= ] 2518/3943 63% [======================================= ] 2519/3943 63% [======================================= ] 2520/3943 63% [======================================= ] 2521/3943 63% [======================================= ] 2522/3943 63% [======================================= ] 2523/3943 63% [======================================= ] 2524/3943 64% [======================================= ] 2525/3943 64% [======================================= ] 2526/3943 64% [======================================= ] 2527/3943 64% [======================================= ] 2528/3943 64% [======================================= ] 2529/3943 64% [======================================= ] 2530/3943 64% [======================================= ] 2531/3943 64% [======================================= ] 2532/3943 64% [======================================= ] 2533/3943 64% [======================================= ] 2534/3943 64% [======================================= ] 2535/3943 64% [======================================= ] 2536/3943 64% [======================================= ] 2537/3943 64% [======================================= ] 2538/3943 64% [======================================= ] 2539/3943 64% [======================================= ] 2540/3943 64% [======================================= ] 2541/3943 64% [======================================= ] 2542/3943 64% [======================================= ] 2543/3943 64% [======================================== ] 2544/3943 64% [======================================== ] 2545/3943 64% [======================================== ] 2546/3943 64% [======================================== ] 2547/3943 64% [======================================== ] 2548/3943 64% [======================================== ] 2549/3943 64% [======================================== ] 2550/3943 64% [======================================== ] 2551/3943 64% [======================================== ] 2552/3943 64% [======================================== ] 2553/3943 64% [======================================== ] 2554/3943 64% [======================================== ] 2555/3943 64% [======================================== ] 2556/3943 64% [======================================== ] 2557/3943 64% [======================================== ] 2558/3943 64% [======================================== ] 2559/3943 64% [======================================== ] 2560/3943 64% [======================================== ] 2561/3943 64% [======================================== ] 2562/3943 64% [======================================== ] 2563/3943 65% [======================================== ] 2564/3943 65% [======================================== ] 2565/3943 65% [======================================== ] 2566/3943 65% [======================================== ] 2567/3943 65% [======================================== ] 2568/3943 65% [======================================== ] 2569/3943 65% [======================================== ] 2570/3943 65% [======================================== ] 2571/3943 65% [======================================== ] 2572/3943 65% [======================================== ] 2573/3943 65% [======================================== ] 2574/3943 65% [======================================== ] 2575/3943 65% [======================================== ] 2576/3943 65% [======================================== ] 2577/3943 65% [======================================== ] 2578/3943 65% [======================================== ] 2579/3943 65% [======================================== ] 2580/3943 65% [======================================== ] 2581/3943 65% [======================================== ] 2582/3943 65% [======================================== ] 2583/3943 65% [======================================== ] 2584/3943 65% [======================================== ] 2585/3943 65% [======================================== ] 2586/3943 65% [======================================== ] 2587/3943 65% [======================================== ] 2588/3943 65% [======================================== ] 2589/3943 65% [======================================== ] 2590/3943 65% [======================================== ] 2591/3943 65% [======================================== ] 2592/3943 65% [======================================== ] 2593/3943 65% [======================================== ] 2594/3943 65% [======================================== ] 2595/3943 65% [======================================== ] 2596/3943 65% [======================================== ] 2597/3943 65% [======================================== ] 2598/3943 65% [======================================== ] 2599/3943 65% [======================================== ] 2600/3943 65% [======================================== ] 2601/3943 65% [======================================== ] 2602/3943 65% [======================================== ] 2603/3943 66% [======================================== ] 2604/3943 66% [======================================== ] 2605/3943 66% [======================================== ] 2606/3943 66% [======================================== ] 2607/3943 66% [========================================= ] 2608/3943 66% [========================================= ] 2609/3943 66% [========================================= ] 2610/3943 66% [========================================= ] 2611/3943 66% [========================================= ] 2612/3943 66% [========================================= ] 2613/3943 66% [========================================= ] 2614/3943 66% [========================================= ] 2615/3943 66% [========================================= ] 2616/3943 66% [========================================= ] 2617/3943 66% [========================================= ] 2618/3943 66% [========================================= ] 2619/3943 66% [========================================= ] 2620/3943 66% [========================================= ] 2621/3943 66% [========================================= ] 2622/3943 66% [========================================= ] 2623/3943 66% [========================================= ] 2624/3943 66% [========================================= ] 2625/3943 66% [========================================= ] 2626/3943 66% [========================================= ] 2627/3943 66% [========================================= ] 2628/3943 66% [========================================= ] 2629/3943 66% [========================================= ] 2630/3943 66% [========================================= ] 2631/3943 66% [========================================= ] 2632/3943 66% [========================================= ] 2633/3943 66% [========================================= ] 2634/3943 66% [========================================= ] 2635/3943 66% [========================================= ] 2636/3943 66% [========================================= ] 2637/3943 66% [========================================= ] 2638/3943 66% [========================================= ] 2639/3943 66% [========================================= ] 2640/3943 66% [========================================= ] 2641/3943 66% [========================================= ] 2642/3943 67% [========================================= ] 2643/3943 67% [========================================= ] 2644/3943 67% [========================================= ] 2645/3943 67% [========================================= ] 2646/3943 67% [========================================= ] 2647/3943 67% [========================================= ] 2648/3943 67% [========================================= ] 2649/3943 67% [========================================= ] 2650/3943 67% [========================================= ] 2651/3943 67% [========================================= ] 2652/3943 67% [========================================= ] 2653/3943 67% [========================================= ] 2654/3943 67% [========================================= ] 2655/3943 67% [========================================= ] 2656/3943 67% [========================================= ] 2657/3943 67% [========================================= ] 2658/3943 67% [========================================= ] 2659/3943 67% [========================================= ] 2660/3943 67% [========================================= ] 2661/3943 67% [========================================= ] 2662/3943 67% [========================================= ] 2663/3943 67% [========================================= ] 2664/3943 67% [========================================= ] 2665/3943 67% [========================================= ] 2666/3943 67% [========================================= ] 2667/3943 67% [========================================= ] 2668/3943 67% [========================================= ] 2669/3943 67% [========================================= ] 2670/3943 67% [========================================= ] 2671/3943 67% [========================================== ] 2672/3943 67% [========================================== ] 2673/3943 67% [========================================== ] 2674/3943 67% [========================================== ] 2675/3943 67% [========================================== ] 2676/3943 67% [========================================== ] 2677/3943 67% [========================================== ] 2678/3943 67% [========================================== ] 2679/3943 67% [========================================== ] 2680/3943 67% [========================================== ] 2681/3943 67% [========================================== ] 2682/3943 68% [========================================== ] 2683/3943 68% [========================================== ] 2684/3943 68% [========================================== ] 2685/3943 68% [========================================== ] 2686/3943 68% [========================================== ] 2687/3943 68% [========================================== ] 2688/3943 68% [========================================== ] 2689/3943 68% [========================================== ] 2690/3943 68% [========================================== ] 2691/3943 68% [========================================== ] 2692/3943 68% [========================================== ] 2693/3943 68% [========================================== ] 2694/3943 68% [========================================== ] 2695/3943 68% [========================================== ] 2696/3943 68% [========================================== ] 2697/3943 68% [========================================== ] 2698/3943 68% [========================================== ] 2699/3943 68% [========================================== ] 2700/3943 68% [========================================== ] 2701/3943 68% [========================================== ] 2702/3943 68% [========================================== ] 2703/3943 68% [========================================== ] 2704/3943 68% [========================================== ] 2705/3943 68% [========================================== ] 2706/3943 68% [========================================== ] 2707/3943 68% [========================================== ] 2708/3943 68% [========================================== ] 2709/3943 68% [========================================== ] 2710/3943 68% [========================================== ] 2711/3943 68% [========================================== ] 2712/3943 68% [========================================== ] 2713/3943 68% [========================================== ] 2714/3943 68% [========================================== ] 2715/3943 68% [========================================== ] 2716/3943 68% [========================================== ] 2717/3943 68% [========================================== ] 2718/3943 68% [========================================== ] 2719/3943 68% [========================================== ] 2720/3943 68% [========================================== ] 2721/3943 69% [========================================== ] 2722/3943 69% [========================================== ] 2723/3943 69% [========================================== ] 2724/3943 69% [========================================== ] 2725/3943 69% [========================================== ] 2726/3943 69% [========================================== ] 2727/3943 69% [========================================== ] 2728/3943 69% [========================================== ] 2729/3943 69% [========================================== ] 2730/3943 69% [========================================== ] 2731/3943 69% [========================================== ] 2732/3943 69% [========================================== ] 2733/3943 69% [========================================== ] 2734/3943 69% [=========================================== ] 2735/3943 69% [=========================================== ] 2736/3943 69% [=========================================== ] 2737/3943 69% [=========================================== ] 2738/3943 69% [=========================================== ] 2739/3943 69% [=========================================== ] 2740/3943 69% [=========================================== ] 2741/3943 69% [=========================================== ] 2742/3943 69% [=========================================== ] 2743/3943 69% [=========================================== ] 2744/3943 69% [=========================================== ] 2745/3943 69% [=========================================== ] 2746/3943 69% [=========================================== ] 2747/3943 69% [=========================================== ] 2748/3943 69% [=========================================== ] 2749/3943 69% [=========================================== ] 2750/3943 69% [=========================================== ] 2751/3943 69% [=========================================== ] 2752/3943 69% [=========================================== ] 2753/3943 69% [=========================================== ] 2754/3943 69% [=========================================== ] 2755/3943 69% [=========================================== ] 2756/3943 69% [=========================================== ] 2757/3943 69% [=========================================== ] 2758/3943 69% [=========================================== ] 2759/3943 69% [=========================================== ] 2760/3943 69% [=========================================== ] 2761/3943 70% [=========================================== ] 2762/3943 70% [=========================================== ] 2763/3943 70% [=========================================== ] 2764/3943 70% [=========================================== ] 2765/3943 70% [=========================================== ] 2766/3943 70% [=========================================== ] 2767/3943 70% [=========================================== ] 2768/3943 70% [=========================================== ] 2769/3943 70% [=========================================== ] 2770/3943 70% [=========================================== ] 2771/3943 70% [=========================================== ] 2772/3943 70% [=========================================== ] 2773/3943 70% [=========================================== ] 2774/3943 70% [=========================================== ] 2775/3943 70% [=========================================== ] 2776/3943 70% [=========================================== ] 2777/3943 70% [=========================================== ] 2778/3943 70% [=========================================== ] 2779/3943 70% [=========================================== ] 2780/3943 70% [=========================================== ] 2781/3943 70% [=========================================== ] 2782/3943 70% [=========================================== ] 2783/3943 70% [=========================================== ] 2784/3943 70% [=========================================== ] 2785/3943 70% [=========================================== ] 2786/3943 70% [=========================================== ] 2787/3943 70% [=========================================== ] 2788/3943 70% [=========================================== ] 2789/3943 70% [=========================================== ] 2790/3943 70% [=========================================== ] 2791/3943 70% [=========================================== ] 2792/3943 70% [=========================================== ] 2793/3943 70% [=========================================== ] 2794/3943 70% [=========================================== ] 2795/3943 70% [=========================================== ] 2796/3943 70% [=========================================== ] 2797/3943 70% [=========================================== ] 2798/3943 70% [============================================ ] 2799/3943 70% [============================================ ] 2800/3943 71% [============================================ ] 2801/3943 71% [============================================ ] 2802/3943 71% [============================================ ] 2803/3943 71% [============================================ ] 2804/3943 71% [============================================ ] 2805/3943 71% [============================================ ] 2806/3943 71% [============================================ ] 2807/3943 71% [============================================ ] 2808/3943 71% [============================================ ] 2809/3943 71% [============================================ ] 2810/3943 71% [============================================ ] 2811/3943 71% [============================================ ] 2812/3943 71% [============================================ ] 2813/3943 71% [============================================ ] 2814/3943 71% [============================================ ] 2815/3943 71% [============================================ ] 2816/3943 71% [============================================ ] 2817/3943 71% [============================================ ] 2818/3943 71% [============================================ ] 2819/3943 71% [============================================ ] 2820/3943 71% [============================================ ] 2821/3943 71% [============================================ ] 2822/3943 71% [============================================ ] 2823/3943 71% [============================================ ] 2824/3943 71% [============================================ ] 2825/3943 71% [============================================ ] 2826/3943 71% [============================================ ] 2827/3943 71% [============================================ ] 2828/3943 71% [============================================ ] 2829/3943 71% [============================================ ] 2830/3943 71% [============================================ ] 2831/3943 71% [============================================ ] 2832/3943 71% [============================================ ] 2833/3943 71% [============================================ ] 2834/3943 71% [============================================ ] 2835/3943 71% [============================================ ] 2836/3943 71% [============================================ ] 2837/3943 71% [============================================ ] 2838/3943 71% [============================================ ] 2839/3943 72% [============================================ ] 2840/3943 72% [============================================ ] 2841/3943 72% [============================================ ] 2842/3943 72% [============================================ ] 2843/3943 72% [============================================ ] 2844/3943 72% [============================================ ] 2845/3943 72% [============================================ ] 2846/3943 72% [============================================ ] 2847/3943 72% [============================================ ] 2848/3943 72% [============================================ ] 2849/3943 72% [============================================ ] 2850/3943 72% [============================================ ] 2851/3943 72% [============================================ ] 2852/3943 72% [============================================ ] 2853/3943 72% [============================================ ] 2854/3943 72% [============================================ ] 2855/3943 72% [============================================ ] 2856/3943 72% [============================================ ] 2857/3943 72% [============================================ ] 2858/3943 72% [============================================ ] 2859/3943 72% [============================================ ] 2860/3943 72% [============================================ ] 2861/3943 72% [============================================= ] 2862/3943 72% [============================================= ] 2863/3943 72% [============================================= ] 2864/3943 72% [============================================= ] 2865/3943 72% [============================================= ] 2866/3943 72% [============================================= ] 2867/3943 72% [============================================= ] 2868/3943 72% [============================================= ] 2869/3943 72% [============================================= ] 2870/3943 72% [============================================= ] 2871/3943 72% [============================================= ] 2872/3943 72% [============================================= ] 2873/3943 72% [============================================= ] 2874/3943 72% [============================================= ] 2875/3943 72% [============================================= ] 2876/3943 72% [============================================= ] 2877/3943 72% [============================================= ] 2878/3943 72% [============================================= ] 2879/3943 73% [============================================= ] 2880/3943 73% [============================================= ] 2881/3943 73% [============================================= ] 2882/3943 73% [============================================= ] 2883/3943 73% [============================================= ] 2884/3943 73% [============================================= ] 2885/3943 73% [============================================= ] 2886/3943 73% [============================================= ] 2887/3943 73% [============================================= ] 2888/3943 73% [============================================= ] 2889/3943 73% [============================================= ] 2890/3943 73% [============================================= ] 2891/3943 73% [============================================= ] 2892/3943 73% [============================================= ] 2893/3943 73% [============================================= ] 2894/3943 73% [============================================= ] 2895/3943 73% [============================================= ] 2896/3943 73% [============================================= ] 2897/3943 73% [============================================= ] 2898/3943 73% [============================================= ] 2899/3943 73% [============================================= ] 2900/3943 73% [============================================= ] 2901/3943 73% [============================================= ] 2902/3943 73% [============================================= ] 2903/3943 73% [============================================= ] 2904/3943 73% [============================================= ] 2905/3943 73% [============================================= ] 2906/3943 73% [============================================= ] 2907/3943 73% [============================================= ] 2908/3943 73% [============================================= ] 2909/3943 73% [============================================= ] 2910/3943 73% [============================================= ] 2911/3943 73% [============================================= ] 2912/3943 73% [============================================= ] 2913/3943 73% [============================================= ] 2914/3943 73% [============================================= ] 2915/3943 73% [============================================= ] 2916/3943 73% [============================================= ] 2917/3943 73% [============================================= ] 2918/3943 74% [============================================= ] 2919/3943 74% [============================================= ] 2920/3943 74% [============================================= ] 2921/3943 74% [============================================= ] 2922/3943 74% [============================================= ] 2923/3943 74% [============================================= ] 2924/3943 74% [============================================= ] 2925/3943 74% [============================================== ] 2926/3943 74% [============================================== ] 2927/3943 74% [============================================== ] 2928/3943 74% [============================================== ] 2929/3943 74% [============================================== ] 2930/3943 74% [============================================== ] 2931/3943 74% [============================================== ] 2932/3943 74% [============================================== ] 2933/3943 74% [============================================== ] 2934/3943 74% [============================================== ] 2935/3943 74% [============================================== ] 2936/3943 74% [============================================== ] 2937/3943 74% [============================================== ] 2938/3943 74% [============================================== ] 2939/3943 74% [============================================== ] 2940/3943 74% [============================================== ] 2941/3943 74% [============================================== ] 2942/3943 74% [============================================== ] 2943/3943 74% [============================================== ] 2944/3943 74% [============================================== ] 2945/3943 74% [============================================== ] 2946/3943 74% [============================================== ] 2947/3943 74% [============================================== ] 2948/3943 74% [============================================== ] 2949/3943 74% [============================================== ] 2950/3943 74% [============================================== ] 2951/3943 74% [============================================== ] 2952/3943 74% [============================================== ] 2953/3943 74% [============================================== ] 2954/3943 74% [============================================== ] 2955/3943 74% [============================================== ] 2956/3943 74% [============================================== ] 2957/3943 74% [============================================== ] 2958/3943 75% [============================================== ] 2959/3943 75% [============================================== ] 2960/3943 75% [============================================== ] 2961/3943 75% [============================================== ] 2962/3943 75% [============================================== ] 2963/3943 75% [============================================== ] 2964/3943 75% [============================================== ] 2965/3943 75% [============================================== ] 2966/3943 75% [============================================== ] 2967/3943 75% [============================================== ] 2968/3943 75% [============================================== ] 2969/3943 75% [============================================== ] 2970/3943 75% [============================================== ] 2971/3943 75% [============================================== ] 2972/3943 75% [============================================== ] 2973/3943 75% [============================================== ] 2974/3943 75% [============================================== ] 2975/3943 75% [============================================== ] 2976/3943 75% [============================================== ] 2977/3943 75% [============================================== ] 2978/3943 75% [============================================== ] 2979/3943 75% [============================================== ] 2980/3943 75% [============================================== ] 2981/3943 75% [============================================== ] 2982/3943 75% [============================================== ] 2983/3943 75% [============================================== ] 2984/3943 75% [============================================== ] 2985/3943 75% [============================================== ] 2986/3943 75% [============================================== ] 2987/3943 75% [============================================== ] 2988/3943 75% [============================================== ] 2989/3943 75% [=============================================== ] 2990/3943 75% [=============================================== ] 2991/3943 75% [=============================================== ] 2992/3943 75% [=============================================== ] 2993/3943 75% [=============================================== ] 2994/3943 75% [=============================================== ] 2995/3943 75% [=============================================== ] 2996/3943 75% [=============================================== ] 2997/3943 76% [=============================================== ] 2998/3943 76% [=============================================== ] 2999/3943 76% [=============================================== ] 3000/3943 76% [=============================================== ] 3001/3943 76% [=============================================== ] 3002/3943 76% [=============================================== ] 3003/3943 76% [=============================================== ] 3004/3943 76% [=============================================== ] 3005/3943 76% [=============================================== ] 3006/3943 76% [=============================================== ] 3007/3943 76% [=============================================== ] 3008/3943 76% [=============================================== ] 3009/3943 76% [=============================================== ] 3010/3943 76% [=============================================== ] 3011/3943 76% [=============================================== ] 3012/3943 76% [=============================================== ] 3013/3943 76% [=============================================== ] 3014/3943 76% [=============================================== ] 3015/3943 76% [=============================================== ] 3016/3943 76% [=============================================== ] 3017/3943 76% [=============================================== ] 3018/3943 76% [=============================================== ] 3019/3943 76% [=============================================== ] 3020/3943 76% [=============================================== ] 3021/3943 76% [=============================================== ] 3022/3943 76% [=============================================== ] 3023/3943 76% [=============================================== ] 3024/3943 76% [=============================================== ] 3025/3943 76% [=============================================== ] 3026/3943 76% [=============================================== ] 3027/3943 76% [=============================================== ] 3028/3943 76% [=============================================== ] 3029/3943 76% [=============================================== ] 3030/3943 76% [=============================================== ] 3031/3943 76% [=============================================== ] 3032/3943 76% [=============================================== ] 3033/3943 76% [=============================================== ] 3034/3943 76% [=============================================== ] 3035/3943 76% [=============================================== ] 3036/3943 76% [=============================================== ] 3037/3943 77% [=============================================== ] 3038/3943 77% [=============================================== ] 3039/3943 77% [=============================================== ] 3040/3943 77% [=============================================== ] 3041/3943 77% [=============================================== ] 3042/3943 77% [=============================================== ] 3043/3943 77% [=============================================== ] 3044/3943 77% [=============================================== ] 3045/3943 77% [=============================================== ] 3046/3943 77% [=============================================== ] 3047/3943 77% [=============================================== ] 3048/3943 77% [=============================================== ] 3049/3943 77% [=============================================== ] 3050/3943 77% [=============================================== ] 3051/3943 77% [=============================================== ] 3052/3943 77% [================================================ ] 3053/3943 77% [================================================ ] 3054/3943 77% [================================================ ] 3055/3943 77% [================================================ ] 3056/3943 77% [================================================ ] 3057/3943 77% [================================================ ] 3058/3943 77% [================================================ ] 3059/3943 77% [================================================ ] 3060/3943 77% [================================================ ] 3061/3943 77% [================================================ ] 3062/3943 77% [================================================ ] 3063/3943 77% [================================================ ] 3064/3943 77% [================================================ ] 3065/3943 77% [================================================ ] 3066/3943 77% [================================================ ] 3067/3943 77% [================================================ ] 3068/3943 77% [================================================ ] 3069/3943 77% [================================================ ] 3070/3943 77% [================================================ ] 3071/3943 77% [================================================ ] 3072/3943 77% [================================================ ] 3073/3943 77% [================================================ ] 3074/3943 77% [================================================ ] 3075/3943 77% [================================================ ] 3076/3943 78% [================================================ ] 3077/3943 78% [================================================ ] 3078/3943 78% [================================================ ] 3079/3943 78% [================================================ ] 3080/3943 78% [================================================ ] 3081/3943 78% [================================================ ] 3082/3943 78% [================================================ ] 3083/3943 78% [================================================ ] 3084/3943 78% [================================================ ] 3085/3943 78% [================================================ ] 3086/3943 78% [================================================ ] 3087/3943 78% [================================================ ] 3088/3943 78% [================================================ ] 3089/3943 78% [================================================ ] 3090/3943 78% [================================================ ] 3091/3943 78% [================================================ ] 3092/3943 78% [================================================ ] 3093/3943 78% [================================================ ] 3094/3943 78% [================================================ ] 3095/3943 78% [================================================ ] 3096/3943 78% [================================================ ] 3097/3943 78% [================================================ ] 3098/3943 78% [================================================ ] 3099/3943 78% [================================================ ] 3100/3943 78% [================================================ ] 3101/3943 78% [================================================ ] 3102/3943 78% [================================================ ] 3103/3943 78% [================================================ ] 3104/3943 78% [================================================ ] 3105/3943 78% [================================================ ] 3106/3943 78% [================================================ ] 3107/3943 78% [================================================ ] 3108/3943 78% [================================================ ] 3109/3943 78% [================================================ ] 3110/3943 78% [================================================ ] 3111/3943 78% [================================================ ] 3112/3943 78% [================================================ ] 3113/3943 78% [================================================ ] 3114/3943 78% [================================================ ] 3115/3943 79% [================================================ ] 3116/3943 79% [================================================= ] 3117/3943 79% [================================================= ] 3118/3943 79% [================================================= ] 3119/3943 79% [================================================= ] 3120/3943 79% [================================================= ] 3121/3943 79% [================================================= ] 3122/3943 79% [================================================= ] 3123/3943 79% [================================================= ] 3124/3943 79% [================================================= ] 3125/3943 79% [================================================= ] 3126/3943 79% [================================================= ] 3127/3943 79% [================================================= ] 3128/3943 79% [================================================= ] 3129/3943 79% [================================================= ] 3130/3943 79% [================================================= ] 3131/3943 79% [================================================= ] 3132/3943 79% [================================================= ] 3133/3943 79% [================================================= ] 3134/3943 79% [================================================= ] 3135/3943 79% [================================================= ] 3136/3943 79% [================================================= ] 3137/3943 79% [================================================= ] 3138/3943 79% [================================================= ] 3139/3943 79% [================================================= ] 3140/3943 79% [================================================= ] 3141/3943 79% [================================================= ] 3142/3943 79% [================================================= ] 3143/3943 79% [================================================= ] 3144/3943 79% [================================================= ] 3145/3943 79% [================================================= ] 3146/3943 79% [================================================= ] 3147/3943 79% [================================================= ] 3148/3943 79% [================================================= ] 3149/3943 79% [================================================= ] 3150/3943 79% [================================================= ] 3151/3943 79% [================================================= ] 3152/3943 79% [================================================= ] 3153/3943 79% [================================================= ] 3154/3943 79% [================================================= ] 3155/3943 80% [================================================= ] 3156/3943 80% [================================================= ] 3157/3943 80% [================================================= ] 3158/3943 80% [================================================= ] 3159/3943 80% [================================================= ] 3160/3943 80% [================================================= ] 3161/3943 80% [================================================= ] 3162/3943 80% [================================================= ] 3163/3943 80% [================================================= ] 3164/3943 80% [================================================= ] 3165/3943 80% [================================================= ] 3166/3943 80% [================================================= ] 3167/3943 80% [================================================= ] 3168/3943 80% [================================================= ] 3169/3943 80% [================================================= ] 3170/3943 80% [================================================= ] 3171/3943 80% [================================================= ] 3172/3943 80% [================================================= ] 3173/3943 80% [================================================= ] 3174/3943 80% [================================================= ] 3175/3943 80% [================================================= ] 3176/3943 80% [================================================= ] 3177/3943 80% [================================================= ] 3178/3943 80% [================================================= ] 3179/3943 80% [================================================== ] 3180/3943 80% [================================================== ] 3181/3943 80% [================================================== ] 3182/3943 80% [================================================== ] 3183/3943 80% [================================================== ] 3184/3943 80% [================================================== ] 3185/3943 80% [================================================== ] 3186/3943 80% [================================================== ] 3187/3943 80% [================================================== ] 3188/3943 80% [================================================== ] 3189/3943 80% [================================================== ] 3190/3943 80% [================================================== ] 3191/3943 80% [================================================== ] 3192/3943 80% [================================================== ] 3193/3943 80% [================================================== ] 3194/3943 81% [================================================== ] 3195/3943 81% [================================================== ] 3196/3943 81% [================================================== ] 3197/3943 81% [================================================== ] 3198/3943 81% [================================================== ] 3199/3943 81% [================================================== ] 3200/3943 81% [================================================== ] 3201/3943 81% [================================================== ] 3202/3943 81% [================================================== ] 3203/3943 81% [================================================== ] 3204/3943 81% [================================================== ] 3205/3943 81% [================================================== ] 3206/3943 81% [================================================== ] 3207/3943 81% [================================================== ] 3208/3943 81% [================================================== ] 3209/3943 81% [================================================== ] 3210/3943 81% [================================================== ] 3211/3943 81% [================================================== ] 3212/3943 81% [================================================== ] 3213/3943 81% [================================================== ] 3214/3943 81% [================================================== ] 3215/3943 81% [================================================== ] 3216/3943 81% [================================================== ] 3217/3943 81% [================================================== ] 3218/3943 81% [================================================== ] 3219/3943 81% [================================================== ] 3220/3943 81% [================================================== ] 3221/3943 81% [================================================== ] 3222/3943 81% [================================================== ] 3223/3943 81% [================================================== ] 3224/3943 81% [================================================== ] 3225/3943 81% [================================================== ] 3226/3943 81% [================================================== ] 3227/3943 81% [================================================== ] 3228/3943 81% [================================================== ] 3229/3943 81% [================================================== ] 3230/3943 81% [================================================== ] 3231/3943 81% [================================================== ] 3232/3943 81% [================================================== ] 3233/3943 81% [================================================== ] 3234/3943 82% [================================================== ] 3235/3943 82% [================================================== ] 3236/3943 82% [================================================== ] 3237/3943 82% [================================================== ] 3238/3943 82% [================================================== ] 3239/3943 82% [================================================== ] 3240/3943 82% [================================================== ] 3241/3943 82% [================================================== ] 3242/3943 82% [================================================== ] 3243/3943 82% [=================================================== ] 3244/3943 82% [=================================================== ] 3245/3943 82% [=================================================== ] 3246/3943 82% [=================================================== ] 3247/3943 82% [=================================================== ] 3248/3943 82% [=================================================== ] 3249/3943 82% [=================================================== ] 3250/3943 82% [=================================================== ] 3251/3943 82% [=================================================== ] 3252/3943 82% [=================================================== ] 3253/3943 82% [=================================================== ] 3254/3943 82% [=================================================== ] 3255/3943 82% [=================================================== ] 3256/3943 82% [=================================================== ] 3257/3943 82% [=================================================== ] 3258/3943 82% [=================================================== ] 3259/3943 82% [=================================================== ] 3260/3943 82% [=================================================== ] 3261/3943 82% [=================================================== ] 3262/3943 82% [=================================================== ] 3263/3943 82% [=================================================== ] 3264/3943 82% [=================================================== ] 3265/3943 82% [=================================================== ] 3266/3943 82% [=================================================== ] 3267/3943 82% [=================================================== ] 3268/3943 82% [=================================================== ] 3269/3943 82% [=================================================== ] 3270/3943 82% [=================================================== ] 3271/3943 82% [=================================================== ] 3272/3943 82% [=================================================== ] 3273/3943 83% [=================================================== ] 3274/3943 83% [=================================================== ] 3275/3943 83% [=================================================== ] 3276/3943 83% [=================================================== ] 3277/3943 83% [=================================================== ] 3278/3943 83% [=================================================== ] 3279/3943 83% [=================================================== ] 3280/3943 83% [=================================================== ] 3281/3943 83% [=================================================== ] 3282/3943 83% [=================================================== ] 3283/3943 83% [=================================================== ] 3284/3943 83% [=================================================== ] 3285/3943 83% [=================================================== ] 3286/3943 83% [=================================================== ] 3287/3943 83% [=================================================== ] 3288/3943 83% [=================================================== ] 3289/3943 83% [=================================================== ] 3290/3943 83% [=================================================== ] 3291/3943 83% [=================================================== ] 3292/3943 83% [=================================================== ] 3293/3943 83% [=================================================== ] 3294/3943 83% [=================================================== ] 3295/3943 83% [=================================================== ] 3296/3943 83% [=================================================== ] 3297/3943 83% [=================================================== ] 3298/3943 83% [=================================================== ] 3299/3943 83% [=================================================== ] 3300/3943 83% [=================================================== ] 3301/3943 83% [=================================================== ] 3302/3943 83% [=================================================== ] 3303/3943 83% [=================================================== ] 3304/3943 83% [=================================================== ] 3305/3943 83% [=================================================== ] 3306/3943 83% [=================================================== ] 3307/3943 83% [==================================================== ] 3308/3943 83% [==================================================== ] 3309/3943 83% [==================================================== ] 3310/3943 83% [==================================================== ] 3311/3943 83% [==================================================== ] 3312/3943 83% [==================================================== ] 3313/3943 84% [==================================================== ] 3314/3943 84% [==================================================== ] 3315/3943 84% [==================================================== ] 3316/3943 84% [==================================================== ] 3317/3943 84% [==================================================== ] 3318/3943 84% [==================================================== ] 3319/3943 84% [==================================================== ] 3320/3943 84% [==================================================== ] 3321/3943 84% [==================================================== ] 3322/3943 84% [==================================================== ] 3323/3943 84% [==================================================== ] 3324/3943 84% [==================================================== ] 3325/3943 84% [==================================================== ] 3326/3943 84% [==================================================== ] 3327/3943 84% [==================================================== ] 3328/3943 84% [==================================================== ] 3329/3943 84% [==================================================== ] 3330/3943 84% [==================================================== ] 3331/3943 84% [==================================================== ] 3332/3943 84% [==================================================== ] 3333/3943 84% [==================================================== ] 3334/3943 84% [==================================================== ] 3335/3943 84% [==================================================== ] 3336/3943 84% [==================================================== ] 3337/3943 84% [==================================================== ] 3338/3943 84% [==================================================== ] 3339/3943 84% [==================================================== ] 3340/3943 84% [==================================================== ] 3341/3943 84% [==================================================== ] 3342/3943 84% [==================================================== ] 3343/3943 84% [==================================================== ] 3344/3943 84% [==================================================== ] 3345/3943 84% [==================================================== ] 3346/3943 84% [==================================================== ] 3347/3943 84% [==================================================== ] 3348/3943 84% [==================================================== ] 3349/3943 84% [==================================================== ] 3350/3943 84% [==================================================== ] 3351/3943 84% [==================================================== ] 3352/3943 85% [==================================================== ] 3353/3943 85% [==================================================== ] 3354/3943 85% [==================================================== ] 3355/3943 85% [==================================================== ] 3356/3943 85% [==================================================== ] 3357/3943 85% [==================================================== ] 3358/3943 85% [==================================================== ] 3359/3943 85% [==================================================== ] 3360/3943 85% [==================================================== ] 3361/3943 85% [==================================================== ] 3362/3943 85% [==================================================== ] 3363/3943 85% [==================================================== ] 3364/3943 85% [==================================================== ] 3365/3943 85% [==================================================== ] 3366/3943 85% [==================================================== ] 3367/3943 85% [==================================================== ] 3368/3943 85% [==================================================== ] 3369/3943 85% [==================================================== ] 3370/3943 85% [===================================================== ] 3371/3943 85% [===================================================== ] 3372/3943 85% [===================================================== ] 3373/3943 85% [===================================================== ] 3374/3943 85% [===================================================== ] 3375/3943 85% [===================================================== ] 3376/3943 85% [===================================================== ] 3377/3943 85% [===================================================== ] 3378/3943 85% [===================================================== ] 3379/3943 85% [===================================================== ] 3380/3943 85% [===================================================== ] 3381/3943 85% [===================================================== ] 3382/3943 85% [===================================================== ] 3383/3943 85% [===================================================== ] 3384/3943 85% [===================================================== ] 3385/3943 85% [===================================================== ] 3386/3943 85% [===================================================== ] 3387/3943 85% [===================================================== ] 3388/3943 85% [===================================================== ] 3389/3943 85% [===================================================== ] 3390/3943 85% [===================================================== ] 3391/3943 86% [===================================================== ] 3392/3943 86% [===================================================== ] 3393/3943 86% [===================================================== ] 3394/3943 86% [===================================================== ] 3395/3943 86% [===================================================== ] 3396/3943 86% [===================================================== ] 3397/3943 86% [===================================================== ] 3398/3943 86% [===================================================== ] 3399/3943 86% [===================================================== ] 3400/3943 86% [===================================================== ] 3401/3943 86% [===================================================== ] 3402/3943 86% [===================================================== ] 3403/3943 86% [===================================================== ] 3404/3943 86% [===================================================== ] 3405/3943 86% [===================================================== ] 3406/3943 86% [===================================================== ] 3407/3943 86% [===================================================== ] 3408/3943 86% [===================================================== ] 3409/3943 86% [===================================================== ] 3410/3943 86% [===================================================== ] 3411/3943 86% [===================================================== ] 3412/3943 86% [===================================================== ] 3413/3943 86% [===================================================== ] 3414/3943 86% [===================================================== ] 3415/3943 86% [===================================================== ] 3416/3943 86% [===================================================== ] 3417/3943 86% [===================================================== ] 3418/3943 86% [===================================================== ] 3419/3943 86% [===================================================== ] 3420/3943 86% [===================================================== ] 3421/3943 86% [===================================================== ] 3422/3943 86% [===================================================== ] 3423/3943 86% [===================================================== ] 3424/3943 86% [===================================================== ] 3425/3943 86% [===================================================== ] 3426/3943 86% [===================================================== ] 3427/3943 86% [===================================================== ] 3428/3943 86% [===================================================== ] 3429/3943 86% [===================================================== ] 3430/3943 86% [===================================================== ] 3431/3943 87% [===================================================== ] 3432/3943 87% [===================================================== ] 3433/3943 87% [===================================================== ] 3434/3943 87% [====================================================== ] 3435/3943 87% [====================================================== ] 3436/3943 87% [====================================================== ] 3437/3943 87% [====================================================== ] 3438/3943 87% [====================================================== ] 3439/3943 87% [====================================================== ] 3440/3943 87% [====================================================== ] 3441/3943 87% [====================================================== ] 3442/3943 87% [====================================================== ] 3443/3943 87% [====================================================== ] 3444/3943 87% [====================================================== ] 3445/3943 87% [====================================================== ] 3446/3943 87% [====================================================== ] 3447/3943 87% [====================================================== ] 3448/3943 87% [====================================================== ] 3449/3943 87% [====================================================== ] 3450/3943 87% [====================================================== ] 3451/3943 87% [====================================================== ] 3452/3943 87% [====================================================== ] 3453/3943 87% [====================================================== ] 3454/3943 87% [====================================================== ] 3455/3943 87% [====================================================== ] 3456/3943 87% [====================================================== ] 3457/3943 87% [====================================================== ] 3458/3943 87% [====================================================== ] 3459/3943 87% [====================================================== ] 3460/3943 87% [====================================================== ] 3461/3943 87% [====================================================== ] 3462/3943 87% [====================================================== ] 3463/3943 87% [====================================================== ] 3464/3943 87% [====================================================== ] 3465/3943 87% [====================================================== ] 3466/3943 87% [====================================================== ] 3467/3943 87% [====================================================== ] 3468/3943 87% [====================================================== ] 3469/3943 87% [====================================================== ] 3470/3943 88% [====================================================== ] 3471/3943 88% [====================================================== ] 3472/3943 88% [====================================================== ] 3473/3943 88% [====================================================== ] 3474/3943 88% [====================================================== ] 3475/3943 88% [====================================================== ] 3476/3943 88% [====================================================== ] 3477/3943 88% [====================================================== ] 3478/3943 88% [====================================================== ] 3479/3943 88% [====================================================== ] 3480/3943 88% [====================================================== ] 3481/3943 88% [====================================================== ] 3482/3943 88% [====================================================== ] 3483/3943 88% [====================================================== ] 3484/3943 88% [====================================================== ] 3485/3943 88% [====================================================== ] 3486/3943 88% [====================================================== ] 3487/3943 88% [====================================================== ] 3488/3943 88% [====================================================== ] 3489/3943 88% [====================================================== ] 3490/3943 88% [====================================================== ] 3491/3943 88% [====================================================== ] 3492/3943 88% [====================================================== ] 3493/3943 88% [====================================================== ] 3494/3943 88% [====================================================== ] 3495/3943 88% [====================================================== ] 3496/3943 88% [====================================================== ] 3497/3943 88% [======================================================= ] 3498/3943 88% [======================================================= ] 3499/3943 88% [======================================================= ] 3500/3943 88% [======================================================= ] 3501/3943 88% [======================================================= ] 3502/3943 88% [======================================================= ] 3503/3943 88% [======================================================= ] 3504/3943 88% [======================================================= ] 3505/3943 88% [======================================================= ] 3506/3943 88% [======================================================= ] 3507/3943 88% [======================================================= ] 3508/3943 88% [======================================================= ] 3509/3943 88% [======================================================= ] 3510/3943 89% [======================================================= ] 3511/3943 89% [======================================================= ] 3512/3943 89% [======================================================= ] 3513/3943 89% [======================================================= ] 3514/3943 89% [======================================================= ] 3515/3943 89% [======================================================= ] 3516/3943 89% [======================================================= ] 3517/3943 89% [======================================================= ] 3518/3943 89% [======================================================= ] 3519/3943 89% [======================================================= ] 3520/3943 89% [======================================================= ] 3521/3943 89% [======================================================= ] 3522/3943 89% [======================================================= ] 3523/3943 89% [======================================================= ] 3524/3943 89% [======================================================= ] 3525/3943 89% [======================================================= ] 3526/3943 89% [======================================================= ] 3527/3943 89% [======================================================= ] 3528/3943 89% [======================================================= ] 3529/3943 89% [======================================================= ] 3530/3943 89% [======================================================= ] 3531/3943 89% [======================================================= ] 3532/3943 89% [======================================================= ] 3533/3943 89% [======================================================= ] 3534/3943 89% [======================================================= ] 3535/3943 89% [======================================================= ] 3536/3943 89% [======================================================= ] 3537/3943 89% [======================================================= ] 3538/3943 89% [======================================================= ] 3539/3943 89% [======================================================= ] 3540/3943 89% [======================================================= ] 3541/3943 89% [======================================================= ] 3542/3943 89% [======================================================= ] 3543/3943 89% [======================================================= ] 3544/3943 89% [======================================================= ] 3545/3943 89% [======================================================= ] 3546/3943 89% [======================================================= ] 3547/3943 89% [======================================================= ] 3548/3943 89% [======================================================= ] 3549/3943 90% [======================================================= ] 3550/3943 90% [======================================================= ] 3551/3943 90% [======================================================= ] 3552/3943 90% [======================================================= ] 3553/3943 90% [======================================================= ] 3554/3943 90% [======================================================= ] 3555/3943 90% [======================================================= ] 3556/3943 90% [======================================================= ] 3557/3943 90% [======================================================= ] 3558/3943 90% [======================================================= ] 3559/3943 90% [======================================================= ] 3560/3943 90% [======================================================= ] 3561/3943 90% [======================================================== ] 3562/3943 90% [======================================================== ] 3563/3943 90% [======================================================== ] 3564/3943 90% [======================================================== ] 3565/3943 90% [======================================================== ] 3566/3943 90% [======================================================== ] 3567/3943 90% [======================================================== ] 3568/3943 90% [======================================================== ] 3569/3943 90% [======================================================== ] 3570/3943 90% [======================================================== ] 3571/3943 90% [======================================================== ] 3572/3943 90% [======================================================== ] 3573/3943 90% [======================================================== ] 3574/3943 90% [======================================================== ] 3575/3943 90% [======================================================== ] 3576/3943 90% [======================================================== ] 3577/3943 90% [======================================================== ] 3578/3943 90% [======================================================== ] 3579/3943 90% [======================================================== ] 3580/3943 90% [======================================================== ] 3581/3943 90% [======================================================== ] 3582/3943 90% [======================================================== ] 3583/3943 90% [======================================================== ] 3584/3943 90% [======================================================== ] 3585/3943 90% [======================================================== ] 3586/3943 90% [======================================================== ] 3587/3943 90% [======================================================== ] 3588/3943 90% [======================================================== ] 3589/3943 91% [======================================================== ] 3590/3943 91% [======================================================== ] 3591/3943 91% [======================================================== ] 3592/3943 91% [======================================================== ] 3593/3943 91% [======================================================== ] 3594/3943 91% [======================================================== ] 3595/3943 91% [======================================================== ] 3596/3943 91% [======================================================== ] 3597/3943 91% [======================================================== ] 3598/3943 91% [======================================================== ] 3599/3943 91% [======================================================== ] 3600/3943 91% [======================================================== ] 3601/3943 91% [======================================================== ] 3602/3943 91% [======================================================== ] 3603/3943 91% [======================================================== ] 3604/3943 91% [======================================================== ] 3605/3943 91% [======================================================== ] 3606/3943 91% [======================================================== ] 3607/3943 91% [======================================================== ] 3608/3943 91% [======================================================== ] 3609/3943 91% [======================================================== ] 3610/3943 91% [======================================================== ] 3611/3943 91% [======================================================== ] 3612/3943 91% [======================================================== ] 3613/3943 91% [======================================================== ] 3614/3943 91% [======================================================== ] 3615/3943 91% [======================================================== ] 3616/3943 91% [======================================================== ] 3617/3943 91% [======================================================== ] 3618/3943 91% [======================================================== ] 3619/3943 91% [======================================================== ] 3620/3943 91% [======================================================== ] 3621/3943 91% [======================================================== ] 3622/3943 91% [======================================================== ] 3623/3943 91% [======================================================== ] 3624/3943 91% [======================================================== ] 3625/3943 91% [========================================================= ] 3626/3943 91% [========================================================= ] 3627/3943 91% [========================================================= ] 3628/3943 92% [========================================================= ] 3629/3943 92% [========================================================= ] 3630/3943 92% [========================================================= ] 3631/3943 92% [========================================================= ] 3632/3943 92% [========================================================= ] 3633/3943 92% [========================================================= ] 3634/3943 92% [========================================================= ] 3635/3943 92% [========================================================= ] 3636/3943 92% [========================================================= ] 3637/3943 92% [========================================================= ] 3638/3943 92% [========================================================= ] 3639/3943 92% [========================================================= ] 3640/3943 92% [========================================================= ] 3641/3943 92% [========================================================= ] 3642/3943 92% [========================================================= ] 3643/3943 92% [========================================================= ] 3644/3943 92% [========================================================= ] 3645/3943 92% [========================================================= ] 3646/3943 92% [========================================================= ] 3647/3943 92% [========================================================= ] 3648/3943 92% [========================================================= ] 3649/3943 92% [========================================================= ] 3650/3943 92% [========================================================= ] 3651/3943 92% [========================================================= ] 3652/3943 92% [========================================================= ] 3653/3943 92% [========================================================= ] 3654/3943 92% [========================================================= ] 3655/3943 92% [========================================================= ] 3656/3943 92% [========================================================= ] 3657/3943 92% [========================================================= ] 3658/3943 92% [========================================================= ] 3659/3943 92% [========================================================= ] 3660/3943 92% [========================================================= ] 3661/3943 92% [========================================================= ] 3662/3943 92% [========================================================= ] 3663/3943 92% [========================================================= ] 3664/3943 92% [========================================================= ] 3665/3943 92% [========================================================= ] 3666/3943 92% [========================================================= ] 3667/3943 93% [========================================================= ] 3668/3943 93% [========================================================= ] 3669/3943 93% [========================================================= ] 3670/3943 93% [========================================================= ] 3671/3943 93% [========================================================= ] 3672/3943 93% [========================================================= ] 3673/3943 93% [========================================================= ] 3674/3943 93% [========================================================= ] 3675/3943 93% [========================================================= ] 3676/3943 93% [========================================================= ] 3677/3943 93% [========================================================= ] 3678/3943 93% [========================================================= ] 3679/3943 93% [========================================================= ] 3680/3943 93% [========================================================= ] 3681/3943 93% [========================================================= ] 3682/3943 93% [========================================================= ] 3683/3943 93% [========================================================= ] 3684/3943 93% [========================================================= ] 3685/3943 93% [========================================================= ] 3686/3943 93% [========================================================= ] 3687/3943 93% [========================================================= ] 3688/3943 93% [========================================================== ] 3689/3943 93% [========================================================== ] 3690/3943 93% [========================================================== ] 3691/3943 93% [========================================================== ] 3692/3943 93% [========================================================== ] 3693/3943 93% [========================================================== ] 3694/3943 93% [========================================================== ] 3695/3943 93% [========================================================== ] 3696/3943 93% [========================================================== ] 3697/3943 93% [========================================================== ] 3698/3943 93% [========================================================== ] 3699/3943 93% [========================================================== ] 3700/3943 93% [========================================================== ] 3701/3943 93% [========================================================== ] 3702/3943 93% [========================================================== ] 3703/3943 93% [========================================================== ] 3704/3943 93% [========================================================== ] 3705/3943 93% [========================================================== ] 3706/3943 93% [========================================================== ] 3707/3943 94% [========================================================== ] 3708/3943 94% [========================================================== ] 3709/3943 94% [========================================================== ] 3710/3943 94% [========================================================== ] 3711/3943 94% [========================================================== ] 3712/3943 94% [========================================================== ] 3713/3943 94% [========================================================== ] 3714/3943 94% [========================================================== ] 3715/3943 94% [========================================================== ] 3716/3943 94% [========================================================== ] 3717/3943 94% [========================================================== ] 3718/3943 94% [========================================================== ] 3719/3943 94% [========================================================== ] 3720/3943 94% [========================================================== ] 3721/3943 94% [========================================================== ] 3722/3943 94% [========================================================== ] 3723/3943 94% [========================================================== ] 3724/3943 94% [========================================================== ] 3725/3943 94% [========================================================== ] 3726/3943 94% [========================================================== ] 3727/3943 94% [========================================================== ] 3728/3943 94% [========================================================== ] 3729/3943 94% [========================================================== ] 3730/3943 94% [========================================================== ] 3731/3943 94% [========================================================== ] 3732/3943 94% [========================================================== ] 3733/3943 94% [========================================================== ] 3734/3943 94% [========================================================== ] 3735/3943 94% [========================================================== ] 3736/3943 94% [========================================================== ] 3737/3943 94% [========================================================== ] 3738/3943 94% [========================================================== ] 3739/3943 94% [========================================================== ] 3740/3943 94% [========================================================== ] 3741/3943 94% [========================================================== ] 3742/3943 94% [========================================================== ] 3743/3943 94% [========================================================== ] 3744/3943 94% [========================================================== ] 3745/3943 94% [========================================================== ] 3746/3943 95% [========================================================== ] 3747/3943 95% [========================================================== ] 3748/3943 95% [========================================================== ] 3749/3943 95% [========================================================== ] 3750/3943 95% [========================================================== ] 3751/3943 95% [========================================================== ] 3752/3943 95% [=========================================================== ] 3753/3943 95% [=========================================================== ] 3754/3943 95% [=========================================================== ] 3755/3943 95% [=========================================================== ] 3756/3943 95% [=========================================================== ] 3757/3943 95% [=========================================================== ] 3758/3943 95% [=========================================================== ] 3759/3943 95% [=========================================================== ] 3760/3943 95% [=========================================================== ] 3761/3943 95% [=========================================================== ] 3762/3943 95% [=========================================================== ] 3763/3943 95% [=========================================================== ] 3764/3943 95% [=========================================================== ] 3765/3943 95% [=========================================================== ] 3766/3943 95% [=========================================================== ] 3767/3943 95% [=========================================================== ] 3768/3943 95% [=========================================================== ] 3769/3943 95% [=========================================================== ] 3770/3943 95% [=========================================================== ] 3771/3943 95% [=========================================================== ] 3772/3943 95% [=========================================================== ] 3773/3943 95% [=========================================================== ] 3774/3943 95% [=========================================================== ] 3775/3943 95% [=========================================================== ] 3776/3943 95% [=========================================================== ] 3777/3943 95% [=========================================================== ] 3778/3943 95% [=========================================================== ] 3779/3943 95% [=========================================================== ] 3780/3943 95% [=========================================================== ] 3781/3943 95% [=========================================================== ] 3782/3943 95% [=========================================================== ] 3783/3943 95% [=========================================================== ] 3784/3943 95% [=========================================================== ] 3785/3943 95% [=========================================================== ] 3786/3943 96% [=========================================================== ] 3787/3943 96% [=========================================================== ] 3788/3943 96% [=========================================================== ] 3789/3943 96% [=========================================================== ] 3790/3943 96% [=========================================================== ] 3791/3943 96% [=========================================================== ] 3792/3943 96% [=========================================================== ] 3793/3943 96% [=========================================================== ] 3794/3943 96% [=========================================================== ] 3795/3943 96% [=========================================================== ] 3796/3943 96% [=========================================================== ] 3797/3943 96% [=========================================================== ] 3798/3943 96% [=========================================================== ] 3799/3943 96% [=========================================================== ] 3800/3943 96% [=========================================================== ] 3801/3943 96% [=========================================================== ] 3802/3943 96% [=========================================================== ] 3803/3943 96% [=========================================================== ] 3804/3943 96% [=========================================================== ] 3805/3943 96% [=========================================================== ] 3806/3943 96% [=========================================================== ] 3807/3943 96% [=========================================================== ] 3808/3943 96% [=========================================================== ] 3809/3943 96% [=========================================================== ] 3810/3943 96% [=========================================================== ] 3811/3943 96% [=========================================================== ] 3812/3943 96% [=========================================================== ] 3813/3943 96% [=========================================================== ] 3814/3943 96% [=========================================================== ] 3815/3943 96% [============================================================ ] 3816/3943 96% [============================================================ ] 3817/3943 96% [============================================================ ] 3818/3943 96% [============================================================ ] 3819/3943 96% [============================================================ ] 3820/3943 96% [============================================================ ] 3821/3943 96% [============================================================ ] 3822/3943 96% [============================================================ ] 3823/3943 96% [============================================================ ] 3824/3943 96% [============================================================ ] 3825/3943 97% [============================================================ ] 3826/3943 97% [============================================================ ] 3827/3943 97% [============================================================ ] 3828/3943 97% [============================================================ ] 3829/3943 97% [============================================================ ] 3830/3943 97% [============================================================ ] 3831/3943 97% [============================================================ ] 3832/3943 97% [============================================================ ] 3833/3943 97% [============================================================ ] 3834/3943 97% [============================================================ ] 3835/3943 97% [============================================================ ] 3836/3943 97% [============================================================ ] 3837/3943 97% [============================================================ ] 3838/3943 97% [============================================================ ] 3839/3943 97% [============================================================ ] 3840/3943 97% [============================================================ ] 3841/3943 97% [============================================================ ] 3842/3943 97% [============================================================ ] 3843/3943 97% [============================================================ ] 3844/3943 97% [============================================================ ] 3845/3943 97% [============================================================ ] 3846/3943 97% [============================================================ ] 3847/3943 97% [============================================================ ] 3848/3943 97% [============================================================ ] 3849/3943 97% [============================================================ ] 3850/3943 97% [============================================================ ] 3851/3943 97% [============================================================ ] 3852/3943 97% [============================================================ ] 3853/3943 97% [============================================================ ] 3854/3943 97% [============================================================ ] 3855/3943 97% [============================================================ ] 3856/3943 97% [============================================================ ] 3857/3943 97% [============================================================ ] 3858/3943 97% [============================================================ ] 3859/3943 97% [============================================================ ] 3860/3943 97% [============================================================ ] 3861/3943 97% [============================================================ ] 3862/3943 97% [============================================================ ] 3863/3943 97% [============================================================ ] 3864/3943 97% [============================================================ ] 3865/3943 98% [============================================================ ] 3866/3943 98% [============================================================ ] 3867/3943 98% [============================================================ ] 3868/3943 98% [============================================================ ] 3869/3943 98% [============================================================ ] 3870/3943 98% [============================================================ ] 3871/3943 98% [============================================================ ] 3872/3943 98% [============================================================ ] 3873/3943 98% [============================================================ ] 3874/3943 98% [============================================================ ] 3875/3943 98% [============================================================ ] 3876/3943 98% [============================================================ ] 3877/3943 98% [============================================================ ] 3878/3943 98% [============================================================ ] 3879/3943 98% [============================================================= ] 3880/3943 98% [============================================================= ] 3881/3943 98% [============================================================= ] 3882/3943 98% [============================================================= ] 3883/3943 98% [============================================================= ] 3884/3943 98% [============================================================= ] 3885/3943 98% [============================================================= ] 3886/3943 98% [============================================================= ] 3887/3943 98% [============================================================= ] 3888/3943 98% [============================================================= ] 3889/3943 98% [============================================================= ] 3890/3943 98% [============================================================= ] 3891/3943 98% [============================================================= ] 3892/3943 98% [============================================================= ] 3893/3943 98% [============================================================= ] 3894/3943 98% [============================================================= ] 3895/3943 98% [============================================================= ] 3896/3943 98% [============================================================= ] 3897/3943 98% [============================================================= ] 3898/3943 98% [============================================================= ] 3899/3943 98% [============================================================= ] 3900/3943 98% [============================================================= ] 3901/3943 98% [============================================================= ] 3902/3943 98% [============================================================= ] 3903/3943 98% [============================================================= ] 3904/3943 99% [============================================================= ] 3905/3943 99% [============================================================= ] 3906/3943 99% [============================================================= ] 3907/3943 99% [============================================================= ] 3908/3943 99% [============================================================= ] 3909/3943 99% [============================================================= ] 3910/3943 99% [============================================================= ] 3911/3943 99% [============================================================= ] 3912/3943 99% [============================================================= ] 3913/3943 99% [============================================================= ] 3914/3943 99% [============================================================= ] 3915/3943 99% [============================================================= ] 3916/3943 99% [============================================================= ] 3917/3943 99% [============================================================= ] 3918/3943 99% [============================================================= ] 3919/3943 99% [============================================================= ] 3920/3943 99% [============================================================= ] 3921/3943 99% [============================================================= ] 3922/3943 99% [============================================================= ] 3923/3943 99% [============================================================= ] 3924/3943 99% [============================================================= ] 3925/3943 99% [============================================================= ] 3926/3943 99% [============================================================= ] 3927/3943 99% [============================================================= ] 3928/3943 99% [============================================================= ] 3929/3943 99% [============================================================= ] 3930/3943 99% [============================================================= ] 3931/3943 99% [============================================================= ] 3932/3943 99% [============================================================= ] 3933/3943 99% [============================================================= ] 3934/3943 99% [============================================================= ] 3935/3943 99% [============================================================= ] 3936/3943 99% [============================================================= ] 3937/3943 99% [============================================================= ] 3938/3943 99% [============================================================= ] 3939/3943 99% [============================================================= ] 3940/3943 99% [============================================================= ] 3941/3943 99% [============================================================= ] 3942/3943 99% [==============================================================] 3943/3943 100% operation complete, 3943 objects in 135383 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/microblaze-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2023.08-rc3-16-gfbcc1bf533 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> 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.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.4.0 Collecting legal info >>> linux-headers 6.4.13 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-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> alsa-lib 1.2.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> autofs 5.1.8 Collecting legal info COPYING: OK (sha256: 458028929f712b4795bc5adc31a1d6a2151364ce1b372ac43f613f56c8448fed) COPYRIGHT: OK (sha256: 26c826658dfa9e5ce5f182fbfbadf3fda2d184e78dba3d99da34c60113b2ce54) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-nfs-utils 2.6.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> check 11970a7e112dfe243a2e68773f014687df2900e8 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bind 9.16.42 Collecting legal info COPYRIGHT: OK (sha256: 13491a682dc0f5ee2273cebd3949e2be62f9470fe659419a03a308d4f444773b) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libuv 1.46.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> openssl Collecting legal info >>> libressl 3.7.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> ccid 1.5.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cgilua 6.0.2-0 Collecting legal info cgilua/doc/us/license.html: OK (sha256: b82f9b13f9b1a1387f53203a625612914630b520377731b0aab7ce93ad2b18c4) >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> luainterpreter Collecting legal info >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> host-composer 2.5.8 Collecting legal info LICENSE: OK (sha256: c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024) >>> host-php 8.2.9 Collecting legal info LICENSE: OK (sha256: 080d0d0cca64181ef8bf1df9fba0c6f0c485f78f79540c479a45b593bb3b33b5) >>> host-oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> copas 2.0.2-1 Collecting legal info copas-2_0_2/LICENSE: OK (sha256: 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-environment-setup Collecting legal info >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.1.1 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 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 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-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fio 3.34 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> graphicsmagick 1.3.40 Collecting legal info Copyright.txt: OK (sha256: 0a20e661de942ebe115a354d0ec6d1d42b93856ea765f813f350a5ce5024cdb7) >>> hiawatha 11.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> lbase64 20120820 Collecting legal info README: OK (sha256: a2b4f2d25b56c40801ce4f403541cbc301313048acfaa59c9509024bec57b662) >>> less 633 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libfuse3 3.15.1 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.2.5 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libqb 2.0.6 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> lsqlite3 0.9.5-1 Collecting legal info >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lua-csnappy 0.1.5-1 Collecting legal info lua-csnappy-0.1.5/COPYRIGHT: OK (sha256: 8865da757dbc6fe3c8cee4d88bdfd82c1e0e789974a4d0d52db75a985025c1f0) >>> lua-datafile 0.7-1 Collecting legal info datafile/LICENSE: OK (sha256: 0443ddabab14f69d4c5e2641860343784a0ccbe5ae7a3743f20de9a13991da66) >>> lua-iconv 7-1 Collecting legal info lua-iconv-7/COPYING: OK (sha256: 30227b9571827f3dfcdeb3830594fc415459d64ad7271e9954178d3ef58a9bd4) >>> lua-sailor 0.5-4 Collecting legal info sailor/LICENSE: OK (sha256: 3a19bc44e1a653b39bcb1b91cc8058ac6b1cd1caf7e6cef93517fd559b189065) >>> lua-valua 0.3-1 Collecting legal info valua/LICENSE: OK (sha256: 3444c2e739c88e41e327c6cd15e4a50fea8988570642bad6e6a43d50a7f7961f) >>> lua-zlib 1.2-0 Collecting legal info >>> luaexpat 1.5.1-1 Collecting legal info luaexpat/LICENSE: OK (sha256: 7e6a727e5b57cca713a2f2633f05d7e0cc1e261cc6a7613bbe266e625b2f14da) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luasec 1.2.0-1 Collecting legal info luasec/LICENSE: OK (sha256: bbf73e23eae7df57a4c4ff33bc23c41a2dc4f8707ba33235c2026d20b41405a7) >>> luasocket 3.1.0-1 Collecting legal info luasocket/LICENSE: OK (sha256: 224afe42d0738eaaeb57ab289466a1c4e77091591e69dbcef2dbb385589f2f41) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-crypt-blowfish 2.14 Collecting legal info COPYRIGHT: OK (sha256: d61437443e6912d03677874c7baef242f28119c2c5d8b92b0f3f3660200f98d4) >>> host-perl 5.36.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 810c97bea10842d2e47bc79e51acdfa1628cfee34fa0d89330f4eb3a44e3def9) >>> perl-crypt-openssl-random 0.15 Collecting legal info LICENSE: OK (sha256: fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f) >>> host-perl-crypt-openssl-guess 0.15 Collecting legal info LICENSE: OK (sha256: 5c739f181ce7aa31d739277996ff230067dad39332e5597c0dffd36e5d784072) >>> perl-crypt-openssl-rsa 0.33 Collecting legal info LICENSE: OK (sha256: 8a693ad3f52daeeb5ac5deceb1e1109c9c87095ed5ba6506d6d5c106e4066f5a) >>> perl-data-optlist 0.114 Collecting legal info LICENSE: OK (sha256: 712f3e40537810ba3046533fd71d877f69ab446d5e8e8a1135771804494b8b42) >>> perl-datetime-tiny 1.07 Collecting legal info LICENSE: OK (sha256: 21cda7a55a8d4b32a43c654f0d4d4a1587096b35bf2a93ea12a2e3a8c2c0b88f) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4232 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-params-util 1.102 Collecting legal info ARTISTIC-1.0: OK (sha256: 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939) GPL-1: OK (sha256: 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8) LICENSE: OK (sha256: 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> prosody 0.11.14 Collecting legal info COPYING: OK (sha256: bbbdc1c5426e5944cf869fc0faeaf19d88a220cd2b39ea98b7b8e86b0e88a2ef) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> rings 1.3.0-1 Collecting legal info rings-v_1_3_0/doc/us/license.html: OK (sha256: f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f) >>> host-rust-bin 1.71.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> swupdate 2022.12 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> ttyd 1.7.3 Collecting legal info LICENSE: OK (sha256: 8b7e100f8311cb428c57609164d93099bada2599f948359045d1ac876a7a625b) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> wsapi-xavante 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> xavante 2.4.0-1 Collecting legal info xavante-2.4.0/doc/us/license.html: OK (sha256: 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: lsqlite3-0.9.5-1: cannot save license (LSQLITE3_LICENSE_FILES not defined) WARNING: lua-zlib-1.2-0: cannot save license (LUA_ZLIB_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'