echo '#!/bin/sh' > /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-6/buildroot/support/scripts/mkusers /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot echo "/tmp/instance-6/output-1/host/bin/makedevs -d /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /tmp/instance-6/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -b -s 0x1000 -d /tmp/instance-6/output-1/build/buildroot-fs/jffs2/target -o /tmp/instance-6/output-1/images/rootfs.jffs2\n' >> /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-6/output-1/host/bin/fakeroot -- /tmp/instance-6/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/tmp/instance-6/output-1/build/buildroot-fs/jffs2/target table='/tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.romfs mkdir -p /tmp/instance-6/output-1/images rm -rf /tmp/instance-6/output-1/build/buildroot-fs/romfs mkdir -p /tmp/instance-6/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-6/output-1/target/ /tmp/instance-6/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-6/output-1/build/buildroot-fs/romfs/target" >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-6/buildroot/support/scripts/mkusers /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-6/output-1/build/buildroot-fs/romfs/target >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "/tmp/instance-6/output-1/host/bin/makedevs -d /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-6/output-1/build/buildroot-fs/romfs/target" >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /tmp/instance-6/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-6/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot printf ' /tmp/instance-6/output-1/host/bin/genromfs -d /tmp/instance-6/output-1/build/buildroot-fs/romfs/target -f /tmp/instance-6/output-1/images/rootfs.romfs\n' >> /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-6/output-1/host/bin/fakeroot -- /tmp/instance-6/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/tmp/instance-6/output-1/build/buildroot-fs/romfs/target table='/tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-6/output-1/images rm -rf /tmp/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-6/output-1/target/ /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-6/buildroot/support/scripts/mkusers /tmp/instance-6/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-6/output-1/host/bin/makedevs -d /tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-6/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-6/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-6/output-1/host/bin/fakeroot -- /tmp/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3367 objects. stage 2: creating image '/tmp/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/3367 0% [ ] 2/3367 0% [ ] 3/3367 0% [ ] 4/3367 0% [ ] 5/3367 0% [ ] 6/3367 0% [ ] 7/3367 0% [ ] 8/3367 0% [ ] 9/3367 0% [ ] 10/3367 0% [ ] 11/3367 0% [ ] 12/3367 0% [ ] 13/3367 0% [ ] 14/3367 0% [ ] 15/3367 0% [ ] 16/3367 0% [ ] 17/3367 0% [ ] 18/3367 0% [ ] 19/3367 0% [ ] 20/3367 0% [ ] 21/3367 0% [ ] 22/3367 0% [ ] 23/3367 0% [ ] 24/3367 0% [ ] 25/3367 0% [ ] 26/3367 0% [ ] 27/3367 0% [ ] 28/3367 0% [ ] 29/3367 0% [ ] 30/3367 0% [ ] 31/3367 0% [ ] 32/3367 0% [ ] 33/3367 0% [ ] 34/3367 1% [ ] 35/3367 1% [ ] 36/3367 1% [ ] 37/3367 1% [ ] 38/3367 1% [ ] 39/3367 1% [ ] 40/3367 1% [ ] 41/3367 1% [ ] 42/3367 1% [ ] 43/3367 1% [ ] 44/3367 1% [ ] 45/3367 1% [ ] 46/3367 1% [ ] 47/3367 1% [ ] 48/3367 1% [ ] 49/3367 1% [ ] 50/3367 1% [ ] 51/3367 1% [ ] 52/3367 1% [ ] 53/3367 1% [ ] 54/3367 1% [= ] 55/3367 1% [= ] 56/3367 1% [= ] 57/3367 1% [= ] 58/3367 1% [= ] 59/3367 1% [= ] 60/3367 1% [= ] 61/3367 1% [= ] 62/3367 1% [= ] 63/3367 1% [= ] 64/3367 1% [= ] 65/3367 1% [= ] 66/3367 1% [= ] 67/3367 1% [= ] 68/3367 2% [= ] 69/3367 2% [= ] 70/3367 2% [= ] 71/3367 2% [= ] 72/3367 2% [= ] 73/3367 2% [= ] 74/3367 2% [= ] 75/3367 2% [= ] 76/3367 2% [= ] 77/3367 2% [= ] 78/3367 2% [= ] 79/3367 2% [= ] 80/3367 2% [= ] 81/3367 2% [= ] 82/3367 2% [= ] 83/3367 2% [= ] 84/3367 2% [= ] 85/3367 2% [= ] 86/3367 2% [= ] 87/3367 2% [= ] 88/3367 2% [= ] 89/3367 2% [= ] 90/3367 2% [= ] 91/3367 2% [= ] 92/3367 2% [= ] 93/3367 2% [= ] 94/3367 2% [= ] 95/3367 2% [= ] 96/3367 2% [= ] 97/3367 2% [= ] 98/3367 2% [= ] 99/3367 2% [= ] 100/3367 2% [= ] 101/3367 2% [= ] 102/3367 3% [= ] 103/3367 3% [= ] 104/3367 3% [= ] 105/3367 3% [= ] 106/3367 3% [= ] 107/3367 3% [= ] 108/3367 3% [== ] 109/3367 3% [== ] 110/3367 3% [== ] 111/3367 3% [== ] 112/3367 3% [== ] 113/3367 3% [== ] 114/3367 3% [== ] 115/3367 3% [== ] 116/3367 3% [== ] 117/3367 3% [== ] 118/3367 3% [== ] 119/3367 3% [== ] 120/3367 3% [== ] 121/3367 3% [== ] 122/3367 3% [== ] 123/3367 3% [== ] 124/3367 3% [== ] 125/3367 3% [== ] 126/3367 3% [== ] 127/3367 3% [== ] 128/3367 3% [== ] 129/3367 3% [== ] 130/3367 3% [== ] 131/3367 3% [== ] 132/3367 3% [== ] 133/3367 3% [== ] 134/3367 3% [== ] 135/3367 4% [== ] 136/3367 4% [== ] 137/3367 4% [== ] 138/3367 4% [== ] 139/3367 4% [== ] 140/3367 4% [== ] 141/3367 4% [== ] 142/3367 4% [== ] 143/3367 4% [== ] 144/3367 4% [== ] 145/3367 4% [== ] 146/3367 4% [== ] 147/3367 4% [== ] 148/3367 4% [== ] 149/3367 4% [== ] 150/3367 4% [== ] 151/3367 4% [== ] 152/3367 4% [== ] 153/3367 4% [== ] 154/3367 4% [== ] 155/3367 4% [== ] 156/3367 4% [== ] 157/3367 4% [== ] 158/3367 4% [== ] 159/3367 4% [== ] 160/3367 4% [== ] 161/3367 4% [== ] 162/3367 4% [=== ] 163/3367 4% [=== ] 164/3367 4% [=== ] 165/3367 4% [=== ] 166/3367 4% [=== ] 167/3367 4% [=== ] 168/3367 4% [=== ] 169/3367 5% [=== ] 170/3367 5% [=== ] 171/3367 5% [=== ] 172/3367 5% [=== ] 173/3367 5% [=== ] 174/3367 5% [=== ] 175/3367 5% [=== ] 176/3367 5% [=== ] 177/3367 5% [=== ] 178/3367 5% [=== ] 179/3367 5% [=== ] 180/3367 5% [=== ] 181/3367 5% [=== ] 182/3367 5% [=== ] 183/3367 5% [=== ] 184/3367 5% [=== ] 185/3367 5% [=== ] 186/3367 5% [=== ] 187/3367 5% [=== ] 188/3367 5% [=== ] 189/3367 5% [=== ] 190/3367 5% [=== ] 191/3367 5% [=== ] 192/3367 5% [=== ] 193/3367 5% [=== ] 194/3367 5% [=== ] 195/3367 5% [=== ] 196/3367 5% [=== ] 197/3367 5% [=== ] 198/3367 5% [=== ] 199/3367 5% [=== ] 200/3367 5% [=== ] 201/3367 5% [=== ] 202/3367 5% [=== ] 203/3367 6% [=== ] 204/3367 6% [=== ] 205/3367 6% [=== ] 206/3367 6% [=== ] 207/3367 6% [=== ] 208/3367 6% [=== ] 209/3367 6% [=== ] 210/3367 6% [=== ] 211/3367 6% [=== ] 212/3367 6% [=== ] 213/3367 6% [=== ] 214/3367 6% [=== ] 215/3367 6% [=== ] 216/3367 6% [=== ] 217/3367 6% [==== ] 218/3367 6% [==== ] 219/3367 6% [==== ] 220/3367 6% [==== ] 221/3367 6% [==== ] 222/3367 6% [==== ] 223/3367 6% [==== ] 224/3367 6% [==== ] 225/3367 6% [==== ] 226/3367 6% [==== ] 227/3367 6% [==== ] 228/3367 6% [==== ] 229/3367 6% [==== ] 230/3367 6% [==== ] 231/3367 6% [==== ] 232/3367 6% [==== ] 233/3367 6% [==== ] 234/3367 6% [==== ] 235/3367 6% [==== ] 236/3367 7% [==== ] 237/3367 7% [==== ] 238/3367 7% [==== ] 239/3367 7% [==== ] 240/3367 7% [==== ] 241/3367 7% [==== ] 242/3367 7% [==== ] 243/3367 7% [==== ] 244/3367 7% [==== ] 245/3367 7% [==== ] 246/3367 7% [==== ] 247/3367 7% [==== ] 248/3367 7% [==== ] 249/3367 7% [==== ] 250/3367 7% [==== ] 251/3367 7% [==== ] 252/3367 7% [==== ] 253/3367 7% [==== ] 254/3367 7% [==== ] 255/3367 7% [==== ] 256/3367 7% [==== ] 257/3367 7% [==== ] 258/3367 7% [==== ] 259/3367 7% [==== ] 260/3367 7% [==== ] 261/3367 7% [==== ] 262/3367 7% [==== ] 263/3367 7% [==== ] 264/3367 7% [==== ] 265/3367 7% [==== ] 266/3367 7% [==== ] 267/3367 7% [==== ] 268/3367 7% [==== ] 269/3367 7% [==== ] 270/3367 8% [==== ] 271/3367 8% [===== ] 272/3367 8% [===== ] 273/3367 8% [===== ] 274/3367 8% [===== ] 275/3367 8% [===== ] 276/3367 8% [===== ] 277/3367 8% [===== ] 278/3367 8% [===== ] 279/3367 8% [===== ] 280/3367 8% [===== ] 281/3367 8% [===== ] 282/3367 8% [===== ] 283/3367 8% [===== ] 284/3367 8% [===== ] 285/3367 8% [===== ] 286/3367 8% [===== ] 287/3367 8% [===== ] 288/3367 8% [===== ] 289/3367 8% [===== ] 290/3367 8% [===== ] 291/3367 8% [===== ] 292/3367 8% [===== ] 293/3367 8% [===== ] 294/3367 8% [===== ] 295/3367 8% [===== ] 296/3367 8% [===== ] 297/3367 8% [===== ] 298/3367 8% [===== ] 299/3367 8% [===== ] 300/3367 8% [===== ] 301/3367 8% [===== ] 302/3367 8% [===== ] 303/3367 8% [===== ] 304/3367 9% [===== ] 305/3367 9% [===== ] 306/3367 9% [===== ] 307/3367 9% [===== ] 308/3367 9% [===== ] 309/3367 9% [===== ] 310/3367 9% [===== ] 311/3367 9% [===== ] 312/3367 9% [===== ] 313/3367 9% [===== ] 314/3367 9% [===== ] 315/3367 9% [===== ] 316/3367 9% [===== ] 317/3367 9% [===== ] 318/3367 9% [===== ] 319/3367 9% [===== ] 320/3367 9% [===== ] 321/3367 9% [===== ] 322/3367 9% [===== ] 323/3367 9% [===== ] 324/3367 9% [===== ] 325/3367 9% [====== ] 326/3367 9% [====== ] 327/3367 9% [====== ] 328/3367 9% [====== ] 329/3367 9% [====== ] 330/3367 9% [====== ] 331/3367 9% [====== ] 332/3367 9% [====== ] 333/3367 9% [====== ] 334/3367 9% [====== ] 335/3367 9% [====== ] 336/3367 9% [====== ] 337/3367 10% [====== ] 338/3367 10% [====== ] 339/3367 10% [====== ] 340/3367 10% [====== ] 341/3367 10% [====== ] 342/3367 10% [====== ] 343/3367 10% [====== ] 344/3367 10% [====== ] 345/3367 10% [====== ] 346/3367 10% [====== ] 347/3367 10% [====== ] 348/3367 10% [====== ] 349/3367 10% [====== ] 350/3367 10% [====== ] 351/3367 10% [====== ] 352/3367 10% [====== ] 353/3367 10% [====== ] 354/3367 10% [====== ] 355/3367 10% [====== ] 356/3367 10% [====== ] 357/3367 10% [====== ] 358/3367 10% [====== ] 359/3367 10% [====== ] 360/3367 10% [====== ] 361/3367 10% [====== ] 362/3367 10% [====== ] 363/3367 10% [====== ] 364/3367 10% [====== ] 365/3367 10% [====== ] 366/3367 10% [====== ] 367/3367 10% [====== ] 368/3367 10% [====== ] 369/3367 10% [====== ] 370/3367 10% [====== ] 371/3367 11% [====== ] 372/3367 11% [====== ] 373/3367 11% [====== ] 374/3367 11% [====== ] 375/3367 11% [====== ] 376/3367 11% [====== ] 377/3367 11% [====== ] 378/3367 11% [====== ] 379/3367 11% [====== ] 380/3367 11% [======= ] 381/3367 11% [======= ] 382/3367 11% [======= ] 383/3367 11% [======= ] 384/3367 11% [======= ] 385/3367 11% [======= ] 386/3367 11% [======= ] 387/3367 11% [======= ] 388/3367 11% [======= ] 389/3367 11% [======= ] 390/3367 11% [======= ] 391/3367 11% [======= ] 392/3367 11% [======= ] 393/3367 11% [======= ] 394/3367 11% [======= ] 395/3367 11% [======= ] 396/3367 11% [======= ] 397/3367 11% [======= ] 398/3367 11% [======= ] 399/3367 11% [======= ] 400/3367 11% [======= ] 401/3367 11% [======= ] 402/3367 11% [======= ] 403/3367 11% [======= ] 404/3367 11% [======= ] 405/3367 12% [======= ] 406/3367 12% [======= ] 407/3367 12% [======= ] 408/3367 12% [======= ] 409/3367 12% [======= ] 410/3367 12% [======= ] 411/3367 12% [======= ] 412/3367 12% [======= ] 413/3367 12% [======= ] 414/3367 12% [======= ] 415/3367 12% [======= ] 416/3367 12% [======= ] 417/3367 12% [======= ] 418/3367 12% [======= ] 419/3367 12% [======= ] 420/3367 12% [======= ] 421/3367 12% [======= ] 422/3367 12% [======= ] 423/3367 12% [======= ] 424/3367 12% [======= ] 425/3367 12% [======= ] 426/3367 12% [======= ] 427/3367 12% [======= ] 428/3367 12% [======= ] 429/3367 12% [======= ] 430/3367 12% [======= ] 431/3367 12% [======= ] 432/3367 12% [======= ] 433/3367 12% [======= ] 434/3367 12% [======== ] 435/3367 12% [======== ] 436/3367 12% [======== ] 437/3367 12% [======== ] 438/3367 13% [======== ] 439/3367 13% [======== ] 440/3367 13% [======== ] 441/3367 13% [======== ] 442/3367 13% [======== ] 443/3367 13% [======== ] 444/3367 13% [======== ] 445/3367 13% [======== ] 446/3367 13% [======== ] 447/3367 13% [======== ] 448/3367 13% [======== ] 449/3367 13% [======== ] 450/3367 13% [======== ] 451/3367 13% [======== ] 452/3367 13% [======== ] 453/3367 13% [======== ] 454/3367 13% [======== ] 455/3367 13% [======== ] 456/3367 13% [======== ] 457/3367 13% [======== ] 458/3367 13% [======== ] 459/3367 13% [======== ] 460/3367 13% [======== ] 461/3367 13% [======== ] 462/3367 13% [======== ] 463/3367 13% [======== ] 464/3367 13% [======== ] 465/3367 13% [======== ] 466/3367 13% [======== ] 467/3367 13% [======== ] 468/3367 13% [======== ] 469/3367 13% [======== ] 470/3367 13% [======== ] 471/3367 13% [======== ] 472/3367 14% [======== ] 473/3367 14% [======== ] 474/3367 14% [======== ] 475/3367 14% [======== ] 476/3367 14% [======== ] 477/3367 14% [======== ] 478/3367 14% [======== ] 479/3367 14% [======== ] 480/3367 14% [======== ] 481/3367 14% [======== ] 482/3367 14% [======== ] 483/3367 14% [======== ] 484/3367 14% [======== ] 485/3367 14% [======== ] 486/3367 14% [======== ] 487/3367 14% [======== ] 488/3367 14% [========= ] 489/3367 14% [========= ] 490/3367 14% [========= ] 491/3367 14% [========= ] 492/3367 14% [========= ] 493/3367 14% [========= ] 494/3367 14% [========= ] 495/3367 14% [========= ] 496/3367 14% [========= ] 497/3367 14% [========= ] 498/3367 14% [========= ] 499/3367 14% [========= ] 500/3367 14% [========= ] 501/3367 14% [========= ] 502/3367 14% [========= ] 503/3367 14% [========= ] 504/3367 14% [========= ] 505/3367 14% [========= ] 506/3367 15% [========= ] 507/3367 15% [========= ] 508/3367 15% [========= ] 509/3367 15% [========= ] 510/3367 15% [========= ] 511/3367 15% [========= ] 512/3367 15% [========= ] 513/3367 15% [========= ] 514/3367 15% [========= ] 515/3367 15% [========= ] 516/3367 15% [========= ] 517/3367 15% [========= ] 518/3367 15% [========= ] 519/3367 15% [========= ] 520/3367 15% [========= ] 521/3367 15% [========= ] 522/3367 15% [========= ] 523/3367 15% [========= ] 524/3367 15% [========= ] 525/3367 15% [========= ] 526/3367 15% [========= ] 527/3367 15% [========= ] 528/3367 15% [========= ] 529/3367 15% [========= ] 530/3367 15% [========= ] 531/3367 15% [========= ] 532/3367 15% [========= ] 533/3367 15% [========= ] 534/3367 15% [========= ] 535/3367 15% [========= ] 536/3367 15% [========= ] 537/3367 15% [========= ] 538/3367 15% [========= ] 539/3367 16% [========= ] 540/3367 16% [========= ] 541/3367 16% [========= ] 542/3367 16% [========= ] 543/3367 16% [========== ] 544/3367 16% [========== ] 545/3367 16% [========== ] 546/3367 16% [========== ] 547/3367 16% [========== ] 548/3367 16% [========== ] 549/3367 16% [========== ] 550/3367 16% [========== ] 551/3367 16% [========== ] 552/3367 16% [========== ] 553/3367 16% [========== ] 554/3367 16% [========== ] 555/3367 16% [========== ] 556/3367 16% [========== ] 557/3367 16% [========== ] 558/3367 16% [========== ] 559/3367 16% [========== ] 560/3367 16% [========== ] 561/3367 16% [========== ] 562/3367 16% [========== ] 563/3367 16% [========== ] 564/3367 16% [========== ] 565/3367 16% [========== ] 566/3367 16% [========== ] 567/3367 16% [========== ] 568/3367 16% [========== ] 569/3367 16% [========== ] 570/3367 16% [========== ] 571/3367 16% [========== ] 572/3367 16% [========== ] 573/3367 17% [========== ] 574/3367 17% [========== ] 575/3367 17% [========== ] 576/3367 17% [========== ] 577/3367 17% [========== ] 578/3367 17% [========== ] 579/3367 17% [========== ] 580/3367 17% [========== ] 581/3367 17% [========== ] 582/3367 17% [========== ] 583/3367 17% [========== ] 584/3367 17% [========== ] 585/3367 17% [========== ] 586/3367 17% [========== ] 587/3367 17% [========== ] 588/3367 17% [========== ] 589/3367 17% [========== ] 590/3367 17% [========== ] 591/3367 17% [========== ] 592/3367 17% [========== ] 593/3367 17% [========== ] 594/3367 17% [========== ] 595/3367 17% [========== ] 596/3367 17% [========== ] 597/3367 17% [=========== ] 598/3367 17% [=========== ] 599/3367 17% [=========== ] 600/3367 17% [=========== ] 601/3367 17% [=========== ] 602/3367 17% [=========== ] 603/3367 17% [=========== ] 604/3367 17% [=========== ] 605/3367 17% [=========== ] 606/3367 17% [=========== ] 607/3367 18% [=========== ] 608/3367 18% [=========== ] 609/3367 18% [=========== ] 610/3367 18% [=========== ] 611/3367 18% [=========== ] 612/3367 18% [=========== ] 613/3367 18% [=========== ] 614/3367 18% [=========== ] 615/3367 18% [=========== ] 616/3367 18% [=========== ] 617/3367 18% [=========== ] 618/3367 18% [=========== ] 619/3367 18% [=========== ] 620/3367 18% [=========== ] 621/3367 18% [=========== ] 622/3367 18% [=========== ] 623/3367 18% [=========== ] 624/3367 18% [=========== ] 625/3367 18% [=========== ] 626/3367 18% [=========== ] 627/3367 18% [=========== ] 628/3367 18% [=========== ] 629/3367 18% [=========== ] 630/3367 18% [=========== ] 631/3367 18% [=========== ] 632/3367 18% [=========== ] 633/3367 18% [=========== ] 634/3367 18% [=========== ] 635/3367 18% [=========== ] 636/3367 18% [=========== ] 637/3367 18% [=========== ] 638/3367 18% [=========== ] 639/3367 18% [=========== ] 640/3367 19% [=========== ] 641/3367 19% [=========== ] 642/3367 19% [=========== ] 643/3367 19% [=========== ] 644/3367 19% [=========== ] 645/3367 19% [=========== ] 646/3367 19% [=========== ] 647/3367 19% [=========== ] 648/3367 19% [=========== ] 649/3367 19% [=========== ] 650/3367 19% [=========== ] 651/3367 19% [============ ] 652/3367 19% [============ ] 653/3367 19% [============ ] 654/3367 19% [============ ] 655/3367 19% [============ ] 656/3367 19% [============ ] 657/3367 19% [============ ] 658/3367 19% [============ ] 659/3367 19% [============ ] 660/3367 19% [============ ] 661/3367 19% [============ ] 662/3367 19% [============ ] 663/3367 19% [============ ] 664/3367 19% [============ ] 665/3367 19% [============ ] 666/3367 19% [============ ] 667/3367 19% [============ ] 668/3367 19% [============ ] 669/3367 19% [============ ] 670/3367 19% [============ ] 671/3367 19% [============ ] 672/3367 19% [============ ] 673/3367 19% [============ ] 674/3367 20% [============ ] 675/3367 20% [============ ] 676/3367 20% [============ ] 677/3367 20% [============ ] 678/3367 20% [============ ] 679/3367 20% [============ ] 680/3367 20% [============ ] 681/3367 20% [============ ] 682/3367 20% [============ ] 683/3367 20% [============ ] 684/3367 20% [============ ] 685/3367 20% [============ ] 686/3367 20% [============ ] 687/3367 20% [============ ] 688/3367 20% [============ ] 689/3367 20% [============ ] 690/3367 20% [============ ] 691/3367 20% [============ ] 692/3367 20% [============ ] 693/3367 20% [============ ] 694/3367 20% [============ ] 695/3367 20% [============ ] 696/3367 20% [============ ] 697/3367 20% [============ ] 698/3367 20% [============ ] 699/3367 20% [============ ] 700/3367 20% [============ ] 701/3367 20% [============ ] 702/3367 20% [============ ] 703/3367 20% [============ ] 704/3367 20% [============ ] 705/3367 20% [============= ] 706/3367 20% [============= ] 707/3367 20% [============= ] 708/3367 21% [============= ] 709/3367 21% [============= ] 710/3367 21% [============= ] 711/3367 21% [============= ] 712/3367 21% [============= ] 713/3367 21% [============= ] 714/3367 21% [============= ] 715/3367 21% [============= ] 716/3367 21% [============= ] 717/3367 21% [============= ] 718/3367 21% [============= ] 719/3367 21% [============= ] 720/3367 21% [============= ] 721/3367 21% [============= ] 722/3367 21% [============= ] 723/3367 21% [============= ] 724/3367 21% [============= ] 725/3367 21% [============= ] 726/3367 21% [============= ] 727/3367 21% [============= ] 728/3367 21% [============= ] 729/3367 21% [============= ] 730/3367 21% [============= ] 731/3367 21% [============= ] 732/3367 21% [============= ] 733/3367 21% [============= ] 734/3367 21% [============= ] 735/3367 21% [============= ] 736/3367 21% [============= ] 737/3367 21% [============= ] 738/3367 21% [============= ] 739/3367 21% [============= ] 740/3367 21% [============= ] 741/3367 22% [============= ] 742/3367 22% [============= ] 743/3367 22% [============= ] 744/3367 22% [============= ] 745/3367 22% [============= ] 746/3367 22% [============= ] 747/3367 22% [============= ] 748/3367 22% [============= ] 749/3367 22% [============= ] 750/3367 22% [============= ] 751/3367 22% [============= ] 752/3367 22% [============= ] 753/3367 22% [============= ] 754/3367 22% [============= ] 755/3367 22% [============= ] 756/3367 22% [============= ] 757/3367 22% [============= ] 758/3367 22% [============= ] 759/3367 22% [============= ] 760/3367 22% [============== ] 761/3367 22% [============== ] 762/3367 22% [============== ] 763/3367 22% [============== ] 764/3367 22% [============== ] 765/3367 22% [============== ] 766/3367 22% [============== ] 767/3367 22% [============== ] 768/3367 22% [============== ] 769/3367 22% [============== ] 770/3367 22% [============== ] 771/3367 22% [============== ] 772/3367 22% [============== ] 773/3367 22% [============== ] 774/3367 22% [============== ] 775/3367 23% [============== ] 776/3367 23% [============== ] 777/3367 23% [============== ] 778/3367 23% [============== ] 779/3367 23% [============== ] 780/3367 23% [============== ] 781/3367 23% [============== ] 782/3367 23% [============== ] 783/3367 23% [============== ] 784/3367 23% [============== ] 785/3367 23% [============== ] 786/3367 23% [============== ] 787/3367 23% [============== ] 788/3367 23% [============== ] 789/3367 23% [============== ] 790/3367 23% [============== ] 791/3367 23% [============== ] 792/3367 23% [============== ] 793/3367 23% [============== ] 794/3367 23% [============== ] 795/3367 23% [============== ] 796/3367 23% [============== ] 797/3367 23% [============== ] 798/3367 23% [============== ] 799/3367 23% [============== ] 800/3367 23% [============== ] 801/3367 23% [============== ] 802/3367 23% [============== ] 803/3367 23% [============== ] 804/3367 23% [============== ] 805/3367 23% [============== ] 806/3367 23% [============== ] 807/3367 23% [============== ] 808/3367 23% [============== ] 809/3367 24% [============== ] 810/3367 24% [============== ] 811/3367 24% [============== ] 812/3367 24% [============== ] 813/3367 24% [============== ] 814/3367 24% [=============== ] 815/3367 24% [=============== ] 816/3367 24% [=============== ] 817/3367 24% [=============== ] 818/3367 24% [=============== ] 819/3367 24% [=============== ] 820/3367 24% [=============== ] 821/3367 24% [=============== ] 822/3367 24% [=============== ] 823/3367 24% [=============== ] 824/3367 24% [=============== ] 825/3367 24% [=============== ] 826/3367 24% [=============== ] 827/3367 24% [=============== ] 828/3367 24% [=============== ] 829/3367 24% [=============== ] 830/3367 24% [=============== ] 831/3367 24% [=============== ] 832/3367 24% [=============== ] 833/3367 24% [=============== ] 834/3367 24% [=============== ] 835/3367 24% [=============== ] 836/3367 24% [=============== ] 837/3367 24% [=============== ] 838/3367 24% [=============== ] 839/3367 24% [=============== ] 840/3367 24% [=============== ] 841/3367 24% [=============== ] 842/3367 25% [=============== ] 843/3367 25% [=============== ] 844/3367 25% [=============== ] 845/3367 25% [=============== ] 846/3367 25% [=============== ] 847/3367 25% [=============== ] 848/3367 25% [=============== ] 849/3367 25% [=============== ] 850/3367 25% [=============== ] 851/3367 25% [=============== ] 852/3367 25% [=============== ] 853/3367 25% [=============== ] 854/3367 25% [=============== ] 855/3367 25% [=============== ] 856/3367 25% [=============== ] 857/3367 25% [=============== ] 858/3367 25% [=============== ] 859/3367 25% [=============== ] 860/3367 25% [=============== ] 861/3367 25% [=============== ] 862/3367 25% [=============== ] 863/3367 25% [=============== ] 864/3367 25% [=============== ] 865/3367 25% [=============== ] 866/3367 25% [=============== ] 867/3367 25% [=============== ] 868/3367 25% [================ ] 869/3367 25% [================ ] 870/3367 25% [================ ] 871/3367 25% [================ ] 872/3367 25% [================ ] 873/3367 25% [================ ] 874/3367 25% [================ ] 875/3367 25% [================ ] 876/3367 26% [================ ] 877/3367 26% [================ ] 878/3367 26% [================ ] 879/3367 26% [================ ] 880/3367 26% [================ ] 881/3367 26% [================ ] 882/3367 26% [================ ] 883/3367 26% [================ ] 884/3367 26% [================ ] 885/3367 26% [================ ] 886/3367 26% [================ ] 887/3367 26% [================ ] 888/3367 26% [================ ] 889/3367 26% [================ ] 890/3367 26% [================ ] 891/3367 26% [================ ] 892/3367 26% [================ ] 893/3367 26% [================ ] 894/3367 26% [================ ] 895/3367 26% [================ ] 896/3367 26% [================ ] 897/3367 26% [================ ] 898/3367 26% [================ ] 899/3367 26% [================ ] 900/3367 26% [================ ] 901/3367 26% [================ ] 902/3367 26% [================ ] 903/3367 26% [================ ] 904/3367 26% [================ ] 905/3367 26% [================ ] 906/3367 26% [================ ] 907/3367 26% [================ ] 908/3367 26% [================ ] 909/3367 26% [================ ] 910/3367 27% [================ ] 911/3367 27% [================ ] 912/3367 27% [================ ] 913/3367 27% [================ ] 914/3367 27% [================ ] 915/3367 27% [================ ] 916/3367 27% [================ ] 917/3367 27% [================ ] 918/3367 27% [================ ] 919/3367 27% [================ ] 920/3367 27% [================ ] 921/3367 27% [================ ] 922/3367 27% [================ ] 923/3367 27% [================= ] 924/3367 27% [================= ] 925/3367 27% [================= ] 926/3367 27% [================= ] 927/3367 27% [================= ] 928/3367 27% [================= ] 929/3367 27% [================= ] 930/3367 27% [================= ] 931/3367 27% [================= ] 932/3367 27% [================= ] 933/3367 27% [================= ] 934/3367 27% [================= ] 935/3367 27% [================= ] 936/3367 27% [================= ] 937/3367 27% [================= ] 938/3367 27% [================= ] 939/3367 27% [================= ] 940/3367 27% [================= ] 941/3367 27% [================= ] 942/3367 27% [================= ] 943/3367 28% [================= ] 944/3367 28% [================= ] 945/3367 28% [================= ] 946/3367 28% [================= ] 947/3367 28% [================= ] 948/3367 28% [================= ] 949/3367 28% [================= ] 950/3367 28% [================= ] 951/3367 28% [================= ] 952/3367 28% [================= ] 953/3367 28% [================= ] 954/3367 28% [================= ] 955/3367 28% [================= ] 956/3367 28% [================= ] 957/3367 28% [================= ] 958/3367 28% [================= ] 959/3367 28% [================= ] 960/3367 28% [================= ] 961/3367 28% [================= ] 962/3367 28% [================= ] 963/3367 28% [================= ] 964/3367 28% [================= ] 965/3367 28% [================= ] 966/3367 28% [================= ] 967/3367 28% [================= ] 968/3367 28% [================= ] 969/3367 28% [================= ] 970/3367 28% [================= ] 971/3367 28% [================= ] 972/3367 28% [================= ] 973/3367 28% [================= ] 974/3367 28% [================= ] 975/3367 28% [================= ] 976/3367 28% [================= ] 977/3367 29% [================== ] 978/3367 29% [================== ] 979/3367 29% [================== ] 980/3367 29% [================== ] 981/3367 29% [================== ] 982/3367 29% [================== ] 983/3367 29% [================== ] 984/3367 29% [================== ] 985/3367 29% [================== ] 986/3367 29% [================== ] 987/3367 29% [================== ] 988/3367 29% [================== ] 989/3367 29% [================== ] 990/3367 29% [================== ] 991/3367 29% [================== ] 992/3367 29% [================== ] 993/3367 29% [================== ] 994/3367 29% [================== ] 995/3367 29% [================== ] 996/3367 29% [================== ] 997/3367 29% [================== ] 998/3367 29% [================== ] 999/3367 29% [================== ] 1000/3367 29% [================== ] 1001/3367 29% [================== ] 1002/3367 29% [================== ] 1003/3367 29% [================== ] 1004/3367 29% [================== ] 1005/3367 29% [================== ] 1006/3367 29% [================== ] 1007/3367 29% [================== ] 1008/3367 29% [================== ] 1009/3367 29% [================== ] 1010/3367 29% [================== ] 1011/3367 30% [================== ] 1012/3367 30% [================== ] 1013/3367 30% [================== ] 1014/3367 30% [================== ] 1015/3367 30% [================== ] 1016/3367 30% [================== ] 1017/3367 30% [================== ] 1018/3367 30% [================== ] 1019/3367 30% [================== ] 1020/3367 30% [================== ] 1021/3367 30% [================== ] 1022/3367 30% [================== ] 1023/3367 30% [================== ] 1024/3367 30% [================== ] 1025/3367 30% [================== ] 1026/3367 30% [================== ] 1027/3367 30% [================== ] 1028/3367 30% [================== ] 1029/3367 30% [================== ] 1030/3367 30% [================== ] 1031/3367 30% [=================== ] 1032/3367 30% [=================== ] 1033/3367 30% [=================== ] 1034/3367 30% [=================== ] 1035/3367 30% [=================== ] 1036/3367 30% [=================== ] 1037/3367 30% [=================== ] 1038/3367 30% [=================== ] 1039/3367 30% [=================== ] 1040/3367 30% [=================== ] 1041/3367 30% [=================== ] 1042/3367 30% [=================== ] 1043/3367 30% [=================== ] 1044/3367 31% [=================== ] 1045/3367 31% [=================== ] 1046/3367 31% [=================== ] 1047/3367 31% [=================== ] 1048/3367 31% [=================== ] 1049/3367 31% [=================== ] 1050/3367 31% [=================== ] 1051/3367 31% [=================== ] 1052/3367 31% [=================== ] 1053/3367 31% [=================== ] 1054/3367 31% [=================== ] 1055/3367 31% [=================== ] 1056/3367 31% [=================== ] 1057/3367 31% [=================== ] 1058/3367 31% [=================== ] 1059/3367 31% [=================== ] 1060/3367 31% [=================== ] 1061/3367 31% [=================== ] 1062/3367 31% [=================== ] 1063/3367 31% [=================== ] 1064/3367 31% [=================== ] 1065/3367 31% [=================== ] 1066/3367 31% [=================== ] 1067/3367 31% [=================== ] 1068/3367 31% [=================== ] 1069/3367 31% [=================== ] 1070/3367 31% [=================== ] 1071/3367 31% [=================== ] 1072/3367 31% [=================== ] 1073/3367 31% [=================== ] 1074/3367 31% [=================== ] 1075/3367 31% [=================== ] 1076/3367 31% [=================== ] 1077/3367 31% [=================== ] 1078/3367 32% [=================== ] 1079/3367 32% [=================== ] 1080/3367 32% [=================== ] 1081/3367 32% [=================== ] 1082/3367 32% [=================== ] 1083/3367 32% [=================== ] 1084/3367 32% [=================== ] 1085/3367 32% [=================== ] 1086/3367 32% [==================== ] 1087/3367 32% [==================== ] 1088/3367 32% [==================== ] 1089/3367 32% [==================== ] 1090/3367 32% [==================== ] 1091/3367 32% [==================== ] 1092/3367 32% [==================== ] 1093/3367 32% [==================== ] 1094/3367 32% [==================== ] 1095/3367 32% [==================== ] 1096/3367 32% [==================== ] 1097/3367 32% [==================== ] 1098/3367 32% [==================== ] 1099/3367 32% [==================== ] 1100/3367 32% [==================== ] 1101/3367 32% [==================== ] 1102/3367 32% [==================== ] 1103/3367 32% [==================== ] 1104/3367 32% [==================== ] 1105/3367 32% [==================== ] 1106/3367 32% [==================== ] 1107/3367 32% [==================== ] 1108/3367 32% [==================== ] 1109/3367 32% [==================== ] 1110/3367 32% [==================== ] 1111/3367 32% [==================== ] 1112/3367 33% [==================== ] 1113/3367 33% [==================== ] 1114/3367 33% [==================== ] 1115/3367 33% [==================== ] 1116/3367 33% [==================== ] 1117/3367 33% [==================== ] 1118/3367 33% [==================== ] 1119/3367 33% [==================== ] 1120/3367 33% [==================== ] 1121/3367 33% [==================== ] 1122/3367 33% [==================== ] 1123/3367 33% [==================== ] 1124/3367 33% [==================== ] 1125/3367 33% [==================== ] 1126/3367 33% [==================== ] 1127/3367 33% [==================== ] 1128/3367 33% [==================== ] 1129/3367 33% [==================== ] 1130/3367 33% [==================== ] 1131/3367 33% [==================== ] 1132/3367 33% [==================== ] 1133/3367 33% [==================== ] 1134/3367 33% [==================== ] 1135/3367 33% [==================== ] 1136/3367 33% [==================== ] 1137/3367 33% [==================== ] 1138/3367 33% [==================== ] 1139/3367 33% [==================== ] 1140/3367 33% [===================== ] 1141/3367 33% [===================== ] 1142/3367 33% [===================== ] 1143/3367 33% [===================== ] 1144/3367 33% [===================== ] 1145/3367 34% [===================== ] 1146/3367 34% [===================== ] 1147/3367 34% [===================== ] 1148/3367 34% [===================== ] 1149/3367 34% [===================== ] 1150/3367 34% [===================== ] 1151/3367 34% [===================== ] 1152/3367 34% [===================== ] 1153/3367 34% [===================== ] 1154/3367 34% [===================== ] 1155/3367 34% [===================== ] 1156/3367 34% [===================== ] 1157/3367 34% [===================== ] 1158/3367 34% [===================== ] 1159/3367 34% [===================== ] 1160/3367 34% [===================== ] 1161/3367 34% [===================== ] 1162/3367 34% [===================== ] 1163/3367 34% [===================== ] 1164/3367 34% [===================== ] 1165/3367 34% [===================== ] 1166/3367 34% [===================== ] 1167/3367 34% [===================== ] 1168/3367 34% [===================== ] 1169/3367 34% [===================== ] 1170/3367 34% [===================== ] 1171/3367 34% [===================== ] 1172/3367 34% [===================== ] 1173/3367 34% [===================== ] 1174/3367 34% [===================== ] 1175/3367 34% [===================== ] 1176/3367 34% [===================== ] 1177/3367 34% [===================== ] 1178/3367 34% [===================== ] 1179/3367 35% [===================== ] 1180/3367 35% [===================== ] 1181/3367 35% [===================== ] 1182/3367 35% [===================== ] 1183/3367 35% [===================== ] 1184/3367 35% [===================== ] 1185/3367 35% [===================== ] 1186/3367 35% [===================== ] 1187/3367 35% [===================== ] 1188/3367 35% [===================== ] 1189/3367 35% [===================== ] 1190/3367 35% [===================== ] 1191/3367 35% [===================== ] 1192/3367 35% [===================== ] 1193/3367 35% [===================== ] 1194/3367 35% [====================== ] 1195/3367 35% [====================== ] 1196/3367 35% [====================== ] 1197/3367 35% [====================== ] 1198/3367 35% [====================== ] 1199/3367 35% [====================== ] 1200/3367 35% [====================== ] 1201/3367 35% [====================== ] 1202/3367 35% [====================== ] 1203/3367 35% [====================== ] 1204/3367 35% [====================== ] 1205/3367 35% [====================== ] 1206/3367 35% [====================== ] 1207/3367 35% [====================== ] 1208/3367 35% [====================== ] 1209/3367 35% [====================== ] 1210/3367 35% [====================== ] 1211/3367 35% [====================== ] 1212/3367 35% [====================== ] 1213/3367 36% [====================== ] 1214/3367 36% [====================== ] 1215/3367 36% [====================== ] 1216/3367 36% [====================== ] 1217/3367 36% [====================== ] 1218/3367 36% [====================== ] 1219/3367 36% [====================== ] 1220/3367 36% [====================== ] 1221/3367 36% [====================== ] 1222/3367 36% [====================== ] 1223/3367 36% [====================== ] 1224/3367 36% [====================== ] 1225/3367 36% [====================== ] 1226/3367 36% [====================== ] 1227/3367 36% [====================== ] 1228/3367 36% [====================== ] 1229/3367 36% [====================== ] 1230/3367 36% [====================== ] 1231/3367 36% [====================== ] 1232/3367 36% [====================== ] 1233/3367 36% [====================== ] 1234/3367 36% [====================== ] 1235/3367 36% [====================== ] 1236/3367 36% [====================== ] 1237/3367 36% [====================== ] 1238/3367 36% [====================== ] 1239/3367 36% [====================== ] 1240/3367 36% [====================== ] 1241/3367 36% [====================== ] 1242/3367 36% [====================== ] 1243/3367 36% [====================== ] 1244/3367 36% [====================== ] 1245/3367 36% [====================== ] 1246/3367 37% [====================== ] 1247/3367 37% [====================== ] 1248/3367 37% [====================== ] 1249/3367 37% [======================= ] 1250/3367 37% [======================= ] 1251/3367 37% [======================= ] 1252/3367 37% [======================= ] 1253/3367 37% [======================= ] 1254/3367 37% [======================= ] 1255/3367 37% [======================= ] 1256/3367 37% [======================= ] 1257/3367 37% [======================= ] 1258/3367 37% [======================= ] 1259/3367 37% [======================= ] 1260/3367 37% [======================= ] 1261/3367 37% [======================= ] 1262/3367 37% [======================= ] 1263/3367 37% [======================= ] 1264/3367 37% [======================= ] 1265/3367 37% [======================= ] 1266/3367 37% [======================= ] 1267/3367 37% [======================= ] 1268/3367 37% [======================= ] 1269/3367 37% [======================= ] 1270/3367 37% [======================= ] 1271/3367 37% [======================= ] 1272/3367 37% [======================= ] 1273/3367 37% [======================= ] 1274/3367 37% [======================= ] 1275/3367 37% [======================= ] 1276/3367 37% [======================= ] 1277/3367 37% [======================= ] 1278/3367 37% [======================= ] 1279/3367 37% [======================= ] 1280/3367 38% [======================= ] 1281/3367 38% [======================= ] 1282/3367 38% [======================= ] 1283/3367 38% [======================= ] 1284/3367 38% [======================= ] 1285/3367 38% [======================= ] 1286/3367 38% [======================= ] 1287/3367 38% [======================= ] 1288/3367 38% [======================= ] 1289/3367 38% [======================= ] 1290/3367 38% [======================= ] 1291/3367 38% [======================= ] 1292/3367 38% [======================= ] 1293/3367 38% [======================= ] 1294/3367 38% [======================= ] 1295/3367 38% [======================= ] 1296/3367 38% [======================= ] 1297/3367 38% [======================= ] 1298/3367 38% [======================= ] 1299/3367 38% [======================= ] 1300/3367 38% [======================= ] 1301/3367 38% [======================= ] 1302/3367 38% [======================= ] 1303/3367 38% [======================== ] 1304/3367 38% [======================== ] 1305/3367 38% [======================== ] 1306/3367 38% [======================== ] 1307/3367 38% [======================== ] 1308/3367 38% [======================== ] 1309/3367 38% [======================== ] 1310/3367 38% [======================== ] 1311/3367 38% [======================== ] 1312/3367 38% [======================== ] 1313/3367 38% [======================== ] 1314/3367 39% [======================== ] 1315/3367 39% [======================== ] 1316/3367 39% [======================== ] 1317/3367 39% [======================== ] 1318/3367 39% [======================== ] 1319/3367 39% [======================== ] 1320/3367 39% [======================== ] 1321/3367 39% [======================== ] 1322/3367 39% [======================== ] 1323/3367 39% [======================== ] 1324/3367 39% [======================== ] 1325/3367 39% [======================== ] 1326/3367 39% [======================== ] 1327/3367 39% [======================== ] 1328/3367 39% [======================== ] 1329/3367 39% [======================== ] 1330/3367 39% [======================== ] 1331/3367 39% [======================== ] 1332/3367 39% [======================== ] 1333/3367 39% [======================== ] 1334/3367 39% [======================== ] 1335/3367 39% [======================== ] 1336/3367 39% [======================== ] 1337/3367 39% [======================== ] 1338/3367 39% [======================== ] 1339/3367 39% [======================== ] 1340/3367 39% [======================== ] 1341/3367 39% [======================== ] 1342/3367 39% [======================== ] 1343/3367 39% [======================== ] 1344/3367 39% [======================== ] 1345/3367 39% [======================== ] 1346/3367 39% [======================== ] 1347/3367 40% [======================== ] 1348/3367 40% [======================== ] 1349/3367 40% [======================== ] 1350/3367 40% [======================== ] 1351/3367 40% [======================== ] 1352/3367 40% [======================== ] 1353/3367 40% [======================== ] 1354/3367 40% [======================== ] 1355/3367 40% [======================== ] 1356/3367 40% [======================== ] 1357/3367 40% [========================= ] 1358/3367 40% [========================= ] 1359/3367 40% [========================= ] 1360/3367 40% [========================= ] 1361/3367 40% [========================= ] 1362/3367 40% [========================= ] 1363/3367 40% [========================= ] 1364/3367 40% [========================= ] 1365/3367 40% [========================= ] 1366/3367 40% [========================= ] 1367/3367 40% [========================= ] 1368/3367 40% [========================= ] 1369/3367 40% [========================= ] 1370/3367 40% [========================= ] 1371/3367 40% [========================= ] 1372/3367 40% [========================= ] 1373/3367 40% [========================= ] 1374/3367 40% [========================= ] 1375/3367 40% [========================= ] 1376/3367 40% [========================= ] 1377/3367 40% [========================= ] 1378/3367 40% [========================= ] 1379/3367 40% [========================= ] 1380/3367 40% [========================= ] 1381/3367 41% [========================= ] 1382/3367 41% [========================= ] 1383/3367 41% [========================= ] 1384/3367 41% [========================= ] 1385/3367 41% [========================= ] 1386/3367 41% [========================= ] 1387/3367 41% [========================= ] 1388/3367 41% [========================= ] 1389/3367 41% [========================= ] 1390/3367 41% [========================= ] 1391/3367 41% [========================= ] 1392/3367 41% [========================= ] 1393/3367 41% [========================= ] 1394/3367 41% [========================= ] 1395/3367 41% [========================= ] 1396/3367 41% [========================= ] 1397/3367 41% [========================= ] 1398/3367 41% [========================= ] 1399/3367 41% [========================= ] 1400/3367 41% [========================= ] 1401/3367 41% [========================= ] 1402/3367 41% [========================= ] 1403/3367 41% [========================= ] 1404/3367 41% [========================= ] 1405/3367 41% [========================= ] 1406/3367 41% [========================= ] 1407/3367 41% [========================= ] 1408/3367 41% [========================= ] 1409/3367 41% [========================= ] 1410/3367 41% [========================= ] 1411/3367 41% [========================== ] 1412/3367 41% [========================== ] 1413/3367 41% [========================== ] 1414/3367 41% [========================== ] 1415/3367 42% [========================== ] 1416/3367 42% [========================== ] 1417/3367 42% [========================== ] 1418/3367 42% [========================== ] 1419/3367 42% [========================== ] 1420/3367 42% [========================== ] 1421/3367 42% [========================== ] 1422/3367 42% [========================== ] 1423/3367 42% [========================== ] 1424/3367 42% [========================== ] 1425/3367 42% [========================== ] 1426/3367 42% [========================== ] 1427/3367 42% [========================== ] 1428/3367 42% [========================== ] 1429/3367 42% [========================== ] 1430/3367 42% [========================== ] 1431/3367 42% [========================== ] 1432/3367 42% [========================== ] 1433/3367 42% [========================== ] 1434/3367 42% [========================== ] 1435/3367 42% [========================== ] 1436/3367 42% [========================== ] 1437/3367 42% [========================== ] 1438/3367 42% [========================== ] 1439/3367 42% [========================== ] 1440/3367 42% [========================== ] 1441/3367 42% [========================== ] 1442/3367 42% [========================== ] 1443/3367 42% [========================== ] 1444/3367 42% [========================== ] 1445/3367 42% [========================== ] 1446/3367 42% [========================== ] 1447/3367 42% [========================== ] 1448/3367 43% [========================== ] 1449/3367 43% [========================== ] 1450/3367 43% [========================== ] 1451/3367 43% [========================== ] 1452/3367 43% [========================== ] 1453/3367 43% [========================== ] 1454/3367 43% [========================== ] 1455/3367 43% [========================== ] 1456/3367 43% [========================== ] 1457/3367 43% [========================== ] 1458/3367 43% [========================== ] 1459/3367 43% [========================== ] 1460/3367 43% [========================== ] 1461/3367 43% [========================== ] 1462/3367 43% [========================== ] 1463/3367 43% [========================== ] 1464/3367 43% [========================== ] 1465/3367 43% [========================== ] 1466/3367 43% [=========================== ] 1467/3367 43% [=========================== ] 1468/3367 43% [=========================== ] 1469/3367 43% [=========================== ] 1470/3367 43% [=========================== ] 1471/3367 43% [=========================== ] 1472/3367 43% [=========================== ] 1473/3367 43% [=========================== ] 1474/3367 43% [=========================== ] 1475/3367 43% [=========================== ] 1476/3367 43% [=========================== ] 1477/3367 43% [=========================== ] 1478/3367 43% [=========================== ] 1479/3367 43% [=========================== ] 1480/3367 43% [=========================== ] 1481/3367 43% [=========================== ] 1482/3367 44% [=========================== ] 1483/3367 44% [=========================== ] 1484/3367 44% [=========================== ] 1485/3367 44% [=========================== ] 1486/3367 44% [=========================== ] 1487/3367 44% [=========================== ] 1488/3367 44% [=========================== ] 1489/3367 44% [=========================== ] 1490/3367 44% [=========================== ] 1491/3367 44% [=========================== ] 1492/3367 44% [=========================== ] 1493/3367 44% [=========================== ] 1494/3367 44% [=========================== ] 1495/3367 44% [=========================== ] 1496/3367 44% [=========================== ] 1497/3367 44% [=========================== ] 1498/3367 44% [=========================== ] 1499/3367 44% [=========================== ] 1500/3367 44% [=========================== ] 1501/3367 44% [=========================== ] 1502/3367 44% [=========================== ] 1503/3367 44% [=========================== ] 1504/3367 44% [=========================== ] 1505/3367 44% [=========================== ] 1506/3367 44% [=========================== ] 1507/3367 44% [=========================== ] 1508/3367 44% [=========================== ] 1509/3367 44% [=========================== ] 1510/3367 44% [=========================== ] 1511/3367 44% [=========================== ] 1512/3367 44% [=========================== ] 1513/3367 44% [=========================== ] 1514/3367 44% [=========================== ] 1515/3367 44% [=========================== ] 1516/3367 45% [=========================== ] 1517/3367 45% [=========================== ] 1518/3367 45% [=========================== ] 1519/3367 45% [=========================== ] 1520/3367 45% [============================ ] 1521/3367 45% [============================ ] 1522/3367 45% [============================ ] 1523/3367 45% [============================ ] 1524/3367 45% [============================ ] 1525/3367 45% [============================ ] 1526/3367 45% [============================ ] 1527/3367 45% [============================ ] 1528/3367 45% [============================ ] 1529/3367 45% [============================ ] 1530/3367 45% [============================ ] 1531/3367 45% [============================ ] 1532/3367 45% [============================ ] 1533/3367 45% [============================ ] 1534/3367 45% [============================ ] 1535/3367 45% [============================ ] 1536/3367 45% [============================ ] 1537/3367 45% [============================ ] 1538/3367 45% [============================ ] 1539/3367 45% [============================ ] 1540/3367 45% [============================ ] 1541/3367 45% [============================ ] 1542/3367 45% [============================ ] 1543/3367 45% [============================ ] 1544/3367 45% [============================ ] 1545/3367 45% [============================ ] 1546/3367 45% [============================ ] 1547/3367 45% [============================ ] 1548/3367 45% [============================ ] 1549/3367 46% [============================ ] 1550/3367 46% [============================ ] 1551/3367 46% [============================ ] 1552/3367 46% [============================ ] 1553/3367 46% [============================ ] 1554/3367 46% [============================ ] 1555/3367 46% [============================ ] 1556/3367 46% [============================ ] 1557/3367 46% [============================ ] 1558/3367 46% [============================ ] 1559/3367 46% [============================ ] 1560/3367 46% [============================ ] 1561/3367 46% [============================ ] 1562/3367 46% [============================ ] 1563/3367 46% [============================ ] 1564/3367 46% [============================ ] 1565/3367 46% [============================ ] 1566/3367 46% [============================ ] 1567/3367 46% [============================ ] 1568/3367 46% [============================ ] 1569/3367 46% [============================ ] 1570/3367 46% [============================ ] 1571/3367 46% [============================ ] 1572/3367 46% [============================ ] 1573/3367 46% [============================ ] 1574/3367 46% [============================= ] 1575/3367 46% [============================= ] 1576/3367 46% [============================= ] 1577/3367 46% [============================= ] 1578/3367 46% [============================= ] 1579/3367 46% [============================= ] 1580/3367 46% [============================= ] 1581/3367 46% [============================= ] 1582/3367 46% [============================= ] 1583/3367 47% [============================= ] 1584/3367 47% [============================= ] 1585/3367 47% [============================= ] 1586/3367 47% [============================= ] 1587/3367 47% [============================= ] 1588/3367 47% [============================= ] 1589/3367 47% [============================= ] 1590/3367 47% [============================= ] 1591/3367 47% [============================= ] 1592/3367 47% [============================= ] 1593/3367 47% [============================= ] 1594/3367 47% [============================= ] 1595/3367 47% [============================= ] 1596/3367 47% [============================= ] 1597/3367 47% [============================= ] 1598/3367 47% [============================= ] 1599/3367 47% [============================= ] 1600/3367 47% [============================= ] 1601/3367 47% [============================= ] 1602/3367 47% [============================= ] 1603/3367 47% [============================= ] 1604/3367 47% [============================= ] 1605/3367 47% [============================= ] 1606/3367 47% [============================= ] 1607/3367 47% [============================= ] 1608/3367 47% [============================= ] 1609/3367 47% [============================= ] 1610/3367 47% [============================= ] 1611/3367 47% [============================= ] 1612/3367 47% [============================= ] 1613/3367 47% [============================= ] 1614/3367 47% [============================= ] 1615/3367 47% [============================= ] 1616/3367 47% [============================= ] 1617/3367 48% [============================= ] 1618/3367 48% [============================= ] 1619/3367 48% [============================= ] 1620/3367 48% [============================= ] 1621/3367 48% [============================= ] 1622/3367 48% [============================= ] 1623/3367 48% [============================= ] 1624/3367 48% [============================= ] 1625/3367 48% [============================= ] 1626/3367 48% [============================= ] 1627/3367 48% [============================= ] 1628/3367 48% [============================= ] 1629/3367 48% [============================== ] 1630/3367 48% [============================== ] 1631/3367 48% [============================== ] 1632/3367 48% [============================== ] 1633/3367 48% [============================== ] 1634/3367 48% [============================== ] 1635/3367 48% [============================== ] 1636/3367 48% [============================== ] 1637/3367 48% [============================== ] 1638/3367 48% [============================== ] 1639/3367 48% [============================== ] 1640/3367 48% [============================== ] 1641/3367 48% [============================== ] 1642/3367 48% [============================== ] 1643/3367 48% [============================== ] 1644/3367 48% [============================== ] 1645/3367 48% [============================== ] 1646/3367 48% [============================== ] 1647/3367 48% [============================== ] 1648/3367 48% [============================== ] 1649/3367 48% [============================== ] 1650/3367 49% [============================== ] 1651/3367 49% [============================== ] 1652/3367 49% [============================== ] 1653/3367 49% [============================== ] 1654/3367 49% [============================== ] 1655/3367 49% [============================== ] 1656/3367 49% [============================== ] 1657/3367 49% [============================== ] 1658/3367 49% [============================== ] 1659/3367 49% [============================== ] 1660/3367 49% [============================== ] 1661/3367 49% [============================== ] 1662/3367 49% [============================== ] 1663/3367 49% [============================== ] 1664/3367 49% [============================== ] 1665/3367 49% [============================== ] 1666/3367 49% [============================== ] 1667/3367 49% [============================== ] 1668/3367 49% [============================== ] 1669/3367 49% [============================== ] 1670/3367 49% [============================== ] 1671/3367 49% [============================== ] 1672/3367 49% [============================== ] 1673/3367 49% [============================== ] 1674/3367 49% [============================== ] 1675/3367 49% [============================== ] 1676/3367 49% [============================== ] 1677/3367 49% [============================== ] 1678/3367 49% [============================== ] 1679/3367 49% [============================== ] 1680/3367 49% [============================== ] 1681/3367 49% [============================== ] 1682/3367 49% [============================== ] 1683/3367 49% [=============================== ] 1684/3367 50% [=============================== ] 1685/3367 50% [=============================== ] 1686/3367 50% [=============================== ] 1687/3367 50% [=============================== ] 1688/3367 50% [=============================== ] 1689/3367 50% [=============================== ] 1690/3367 50% [=============================== ] 1691/3367 50% [=============================== ] 1692/3367 50% [=============================== ] 1693/3367 50% [=============================== ] 1694/3367 50% [=============================== ] 1695/3367 50% [=============================== ] 1696/3367 50% [=============================== ] 1697/3367 50% [=============================== ] 1698/3367 50% [=============================== ] 1699/3367 50% [=============================== ] 1700/3367 50% [=============================== ] 1701/3367 50% [=============================== ] 1702/3367 50% [=============================== ] 1703/3367 50% [=============================== ] 1704/3367 50% [=============================== ] 1705/3367 50% [=============================== ] 1706/3367 50% [=============================== ] 1707/3367 50% [=============================== ] 1708/3367 50% [=============================== ] 1709/3367 50% [=============================== ] 1710/3367 50% [=============================== ] 1711/3367 50% [=============================== ] 1712/3367 50% [=============================== ] 1713/3367 50% [=============================== ] 1714/3367 50% [=============================== ] 1715/3367 50% [=============================== ] 1716/3367 50% [=============================== ] 1717/3367 50% [=============================== ] 1718/3367 51% [=============================== ] 1719/3367 51% [=============================== ] 1720/3367 51% [=============================== ] 1721/3367 51% [=============================== ] 1722/3367 51% [=============================== ] 1723/3367 51% [=============================== ] 1724/3367 51% [=============================== ] 1725/3367 51% [=============================== ] 1726/3367 51% [=============================== ] 1727/3367 51% [=============================== ] 1728/3367 51% [=============================== ] 1729/3367 51% [=============================== ] 1730/3367 51% [=============================== ] 1731/3367 51% [=============================== ] 1732/3367 51% [=============================== ] 1733/3367 51% [=============================== ] 1734/3367 51% [=============================== ] 1735/3367 51% [=============================== ] 1736/3367 51% [=============================== ] 1737/3367 51% [================================ ] 1738/3367 51% [================================ ] 1739/3367 51% [================================ ] 1740/3367 51% [================================ ] 1741/3367 51% [================================ ] 1742/3367 51% [================================ ] 1743/3367 51% [================================ ] 1744/3367 51% [================================ ] 1745/3367 51% [================================ ] 1746/3367 51% [================================ ] 1747/3367 51% [================================ ] 1748/3367 51% [================================ ] 1749/3367 51% [================================ ] 1750/3367 51% [================================ ] 1751/3367 52% [================================ ] 1752/3367 52% [================================ ] 1753/3367 52% [================================ ] 1754/3367 52% [================================ ] 1755/3367 52% [================================ ] 1756/3367 52% [================================ ] 1757/3367 52% [================================ ] 1758/3367 52% [================================ ] 1759/3367 52% [================================ ] 1760/3367 52% [================================ ] 1761/3367 52% [================================ ] 1762/3367 52% [================================ ] 1763/3367 52% [================================ ] 1764/3367 52% [================================ ] 1765/3367 52% [================================ ] 1766/3367 52% [================================ ] 1767/3367 52% [================================ ] 1768/3367 52% [================================ ] 1769/3367 52% [================================ ] 1770/3367 52% [================================ ] 1771/3367 52% [================================ ] 1772/3367 52% [================================ ] 1773/3367 52% [================================ ] 1774/3367 52% [================================ ] 1775/3367 52% [================================ ] 1776/3367 52% [================================ ] 1777/3367 52% [================================ ] 1778/3367 52% [================================ ] 1779/3367 52% [================================ ] 1780/3367 52% [================================ ] 1781/3367 52% [================================ ] 1782/3367 52% [================================ ] 1783/3367 52% [================================ ] 1784/3367 52% [================================ ] 1785/3367 53% [================================ ] 1786/3367 53% [================================ ] 1787/3367 53% [================================ ] 1788/3367 53% [================================ ] 1789/3367 53% [================================ ] 1790/3367 53% [================================ ] 1791/3367 53% [================================ ] 1792/3367 53% [================================= ] 1793/3367 53% [================================= ] 1794/3367 53% [================================= ] 1795/3367 53% [================================= ] 1796/3367 53% [================================= ] 1797/3367 53% [================================= ] 1798/3367 53% [================================= ] 1799/3367 53% [================================= ] 1800/3367 53% [================================= ] 1801/3367 53% [================================= ] 1802/3367 53% [================================= ] 1803/3367 53% [================================= ] 1804/3367 53% [================================= ] 1805/3367 53% [================================= ] 1806/3367 53% [================================= ] 1807/3367 53% [================================= ] 1808/3367 53% [================================= ] 1809/3367 53% [================================= ] 1810/3367 53% [================================= ] 1811/3367 53% [================================= ] 1812/3367 53% [================================= ] 1813/3367 53% [================================= ] 1814/3367 53% [================================= ] 1815/3367 53% [================================= ] 1816/3367 53% [================================= ] 1817/3367 53% [================================= ] 1818/3367 53% [================================= ] 1819/3367 54% [================================= ] 1820/3367 54% [================================= ] 1821/3367 54% [================================= ] 1822/3367 54% [================================= ] 1823/3367 54% [================================= ] 1824/3367 54% [================================= ] 1825/3367 54% [================================= ] 1826/3367 54% [================================= ] 1827/3367 54% [================================= ] 1828/3367 54% [================================= ] 1829/3367 54% [================================= ] 1830/3367 54% [================================= ] 1831/3367 54% [================================= ] 1832/3367 54% [================================= ] 1833/3367 54% [================================= ] 1834/3367 54% [================================= ] 1835/3367 54% [================================= ] 1836/3367 54% [================================= ] 1837/3367 54% [================================= ] 1838/3367 54% [================================= ] 1839/3367 54% [================================= ] 1840/3367 54% [================================= ] 1841/3367 54% [================================= ] 1842/3367 54% [================================= ] 1843/3367 54% [================================= ] 1844/3367 54% [================================= ] 1845/3367 54% [================================= ] 1846/3367 54% [================================== ] 1847/3367 54% [================================== ] 1848/3367 54% [================================== ] 1849/3367 54% [================================== ] 1850/3367 54% [================================== ] 1851/3367 54% [================================== ] 1852/3367 55% [================================== ] 1853/3367 55% [================================== ] 1854/3367 55% [================================== ] 1855/3367 55% [================================== ] 1856/3367 55% [================================== ] 1857/3367 55% [================================== ] 1858/3367 55% [================================== ] 1859/3367 55% [================================== ] 1860/3367 55% [================================== ] 1861/3367 55% [================================== ] 1862/3367 55% [================================== ] 1863/3367 55% [================================== ] 1864/3367 55% [================================== ] 1865/3367 55% [================================== ] 1866/3367 55% [================================== ] 1867/3367 55% [================================== ] 1868/3367 55% [================================== ] 1869/3367 55% [================================== ] 1870/3367 55% [================================== ] 1871/3367 55% [================================== ] 1872/3367 55% [================================== ] 1873/3367 55% [================================== ] 1874/3367 55% [================================== ] 1875/3367 55% [================================== ] 1876/3367 55% [================================== ] 1877/3367 55% [================================== ] 1878/3367 55% [================================== ] 1879/3367 55% [================================== ] 1880/3367 55% [================================== ] 1881/3367 55% [================================== ] 1882/3367 55% [================================== ] 1883/3367 55% [================================== ] 1884/3367 55% [================================== ] 1885/3367 55% [================================== ] 1886/3367 56% [================================== ] 1887/3367 56% [================================== ] 1888/3367 56% [================================== ] 1889/3367 56% [================================== ] 1890/3367 56% [================================== ] 1891/3367 56% [================================== ] 1892/3367 56% [================================== ] 1893/3367 56% [================================== ] 1894/3367 56% [================================== ] 1895/3367 56% [================================== ] 1896/3367 56% [================================== ] 1897/3367 56% [================================== ] 1898/3367 56% [================================== ] 1899/3367 56% [================================== ] 1900/3367 56% [=================================== ] 1901/3367 56% [=================================== ] 1902/3367 56% [=================================== ] 1903/3367 56% [=================================== ] 1904/3367 56% [=================================== ] 1905/3367 56% [=================================== ] 1906/3367 56% [=================================== ] 1907/3367 56% [=================================== ] 1908/3367 56% [=================================== ] 1909/3367 56% [=================================== ] 1910/3367 56% [=================================== ] 1911/3367 56% [=================================== ] 1912/3367 56% [=================================== ] 1913/3367 56% [=================================== ] 1914/3367 56% [=================================== ] 1915/3367 56% [=================================== ] 1916/3367 56% [=================================== ] 1917/3367 56% [=================================== ] 1918/3367 56% [=================================== ] 1919/3367 56% [=================================== ] 1920/3367 57% [=================================== ] 1921/3367 57% [=================================== ] 1922/3367 57% [=================================== ] 1923/3367 57% [=================================== ] 1924/3367 57% [=================================== ] 1925/3367 57% [=================================== ] 1926/3367 57% [=================================== ] 1927/3367 57% [=================================== ] 1928/3367 57% [=================================== ] 1929/3367 57% [=================================== ] 1930/3367 57% [=================================== ] 1931/3367 57% [=================================== ] 1932/3367 57% [=================================== ] 1933/3367 57% [=================================== ] 1934/3367 57% [=================================== ] 1935/3367 57% [=================================== ] 1936/3367 57% [=================================== ] 1937/3367 57% [=================================== ] 1938/3367 57% [=================================== ] 1939/3367 57% [=================================== ] 1940/3367 57% [=================================== ] 1941/3367 57% [=================================== ] 1942/3367 57% [=================================== ] 1943/3367 57% [=================================== ] 1944/3367 57% [=================================== ] 1945/3367 57% [=================================== ] 1946/3367 57% [=================================== ] 1947/3367 57% [=================================== ] 1948/3367 57% [=================================== ] 1949/3367 57% [=================================== ] 1950/3367 57% [=================================== ] 1951/3367 57% [=================================== ] 1952/3367 57% [=================================== ] 1953/3367 58% [=================================== ] 1954/3367 58% [=================================== ] 1955/3367 58% [==================================== ] 1956/3367 58% [==================================== ] 1957/3367 58% [==================================== ] 1958/3367 58% [==================================== ] 1959/3367 58% [==================================== ] 1960/3367 58% [==================================== ] 1961/3367 58% [==================================== ] 1962/3367 58% [==================================== ] 1963/3367 58% [==================================== ] 1964/3367 58% [==================================== ] 1965/3367 58% [==================================== ] 1966/3367 58% [==================================== ] 1967/3367 58% [==================================== ] 1968/3367 58% [==================================== ] 1969/3367 58% [==================================== ] 1970/3367 58% [==================================== ] 1971/3367 58% [==================================== ] 1972/3367 58% [==================================== ] 1973/3367 58% [==================================== ] 1974/3367 58% [==================================== ] 1975/3367 58% [==================================== ] 1976/3367 58% [==================================== ] 1977/3367 58% [==================================== ] 1978/3367 58% [==================================== ] 1979/3367 58% [==================================== ] 1980/3367 58% [==================================== ] 1981/3367 58% [==================================== ] 1982/3367 58% [==================================== ] 1983/3367 58% [==================================== ] 1984/3367 58% [==================================== ] 1985/3367 58% [==================================== ] 1986/3367 58% [==================================== ] 1987/3367 59% [==================================== ] 1988/3367 59% [==================================== ] 1989/3367 59% [==================================== ] 1990/3367 59% [==================================== ] 1991/3367 59% [==================================== ] 1992/3367 59% [==================================== ] 1993/3367 59% [==================================== ] 1994/3367 59% [==================================== ] 1995/3367 59% [==================================== ] 1996/3367 59% [==================================== ] 1997/3367 59% [==================================== ] 1998/3367 59% [==================================== ] 1999/3367 59% [==================================== ] 2000/3367 59% [==================================== ] 2001/3367 59% [==================================== ] 2002/3367 59% [==================================== ] 2003/3367 59% [==================================== ] 2004/3367 59% [==================================== ] 2005/3367 59% [==================================== ] 2006/3367 59% [==================================== ] 2007/3367 59% [==================================== ] 2008/3367 59% [==================================== ] 2009/3367 59% [===================================== ] 2010/3367 59% [===================================== ] 2011/3367 59% [===================================== ] 2012/3367 59% [===================================== ] 2013/3367 59% [===================================== ] 2014/3367 59% [===================================== ] 2015/3367 59% [===================================== ] 2016/3367 59% [===================================== ] 2017/3367 59% [===================================== ] 2018/3367 59% [===================================== ] 2019/3367 59% [===================================== ] 2020/3367 59% [===================================== ] 2021/3367 60% [===================================== ] 2022/3367 60% [===================================== ] 2023/3367 60% [===================================== ] 2024/3367 60% [===================================== ] 2025/3367 60% [===================================== ] 2026/3367 60% [===================================== ] 2027/3367 60% [===================================== ] 2028/3367 60% [===================================== ] 2029/3367 60% [===================================== ] 2030/3367 60% [===================================== ] 2031/3367 60% [===================================== ] 2032/3367 60% [===================================== ] 2033/3367 60% [===================================== ] 2034/3367 60% [===================================== ] 2035/3367 60% [===================================== ] 2036/3367 60% [===================================== ] 2037/3367 60% [===================================== ] 2038/3367 60% [===================================== ] 2039/3367 60% [===================================== ] 2040/3367 60% [===================================== ] 2041/3367 60% [===================================== ] 2042/3367 60% [===================================== ] 2043/3367 60% [===================================== ] 2044/3367 60% [===================================== ] 2045/3367 60% [===================================== ] 2046/3367 60% [===================================== ] 2047/3367 60% [===================================== ] 2048/3367 60% [===================================== ] 2049/3367 60% [===================================== ] 2050/3367 60% [===================================== ] 2051/3367 60% [===================================== ] 2052/3367 60% [===================================== ] 2053/3367 60% [===================================== ] 2054/3367 61% [===================================== ] 2055/3367 61% [===================================== ] 2056/3367 61% [===================================== ] 2057/3367 61% [===================================== ] 2058/3367 61% [===================================== ] 2059/3367 61% [===================================== ] 2060/3367 61% [===================================== ] 2061/3367 61% [===================================== ] 2062/3367 61% [===================================== ] 2063/3367 61% [====================================== ] 2064/3367 61% [====================================== ] 2065/3367 61% [====================================== ] 2066/3367 61% [====================================== ] 2067/3367 61% [====================================== ] 2068/3367 61% [====================================== ] 2069/3367 61% [====================================== ] 2070/3367 61% [====================================== ] 2071/3367 61% [====================================== ] 2072/3367 61% [====================================== ] 2073/3367 61% [====================================== ] 2074/3367 61% [====================================== ] 2075/3367 61% [====================================== ] 2076/3367 61% [====================================== ] 2077/3367 61% [====================================== ] 2078/3367 61% [====================================== ] 2079/3367 61% [====================================== ] 2080/3367 61% [====================================== ] 2081/3367 61% [====================================== ] 2082/3367 61% [====================================== ] 2083/3367 61% [====================================== ] 2084/3367 61% [====================================== ] 2085/3367 61% [====================================== ] 2086/3367 61% [====================================== ] 2087/3367 61% [====================================== ] 2088/3367 62% [====================================== ] 2089/3367 62% [====================================== ] 2090/3367 62% [====================================== ] 2091/3367 62% [====================================== ] 2092/3367 62% [====================================== ] 2093/3367 62% [====================================== ] 2094/3367 62% [====================================== ] 2095/3367 62% [====================================== ] 2096/3367 62% [====================================== ] 2097/3367 62% [====================================== ] 2098/3367 62% [====================================== ] 2099/3367 62% [====================================== ] 2100/3367 62% [====================================== ] 2101/3367 62% [====================================== ] 2102/3367 62% [====================================== ] 2103/3367 62% [====================================== ] 2104/3367 62% [====================================== ] 2105/3367 62% [====================================== ] 2106/3367 62% [====================================== ] 2107/3367 62% [====================================== ] 2108/3367 62% [====================================== ] 2109/3367 62% [====================================== ] 2110/3367 62% [====================================== ] 2111/3367 62% [====================================== ] 2112/3367 62% [====================================== ] 2113/3367 62% [====================================== ] 2114/3367 62% [====================================== ] 2115/3367 62% [====================================== ] 2116/3367 62% [====================================== ] 2117/3367 62% [======================================= ] 2118/3367 62% [======================================= ] 2119/3367 62% [======================================= ] 2120/3367 62% [======================================= ] 2121/3367 62% [======================================= ] 2122/3367 63% [======================================= ] 2123/3367 63% [======================================= ] 2124/3367 63% [======================================= ] 2125/3367 63% [======================================= ] 2126/3367 63% [======================================= ] 2127/3367 63% [======================================= ] 2128/3367 63% [======================================= ] 2129/3367 63% [======================================= ] 2130/3367 63% [======================================= ] 2131/3367 63% [======================================= ] 2132/3367 63% [======================================= ] 2133/3367 63% [======================================= ] 2134/3367 63% [======================================= ] 2135/3367 63% [======================================= ] 2136/3367 63% [======================================= ] 2137/3367 63% [======================================= ] 2138/3367 63% [======================================= ] 2139/3367 63% [======================================= ] 2140/3367 63% [======================================= ] 2141/3367 63% [======================================= ] 2142/3367 63% [======================================= ] 2143/3367 63% [======================================= ] 2144/3367 63% [======================================= ] 2145/3367 63% [======================================= ] 2146/3367 63% [======================================= ] 2147/3367 63% [======================================= ] 2148/3367 63% [======================================= ] 2149/3367 63% [======================================= ] 2150/3367 63% [======================================= ] 2151/3367 63% [======================================= ] 2152/3367 63% [======================================= ] 2153/3367 63% [======================================= ] 2154/3367 63% [======================================= ] 2155/3367 64% [======================================= ] 2156/3367 64% [======================================= ] 2157/3367 64% [======================================= ] 2158/3367 64% [======================================= ] 2159/3367 64% [======================================= ] 2160/3367 64% [======================================= ] 2161/3367 64% [======================================= ] 2162/3367 64% [======================================= ] 2163/3367 64% [======================================= ] 2164/3367 64% [======================================= ] 2165/3367 64% [======================================= ] 2166/3367 64% [======================================= ] 2167/3367 64% [======================================= ] 2168/3367 64% [======================================= ] 2169/3367 64% [======================================= ] 2170/3367 64% [======================================= ] 2171/3367 64% [======================================= ] 2172/3367 64% [======================================== ] 2173/3367 64% [======================================== ] 2174/3367 64% [======================================== ] 2175/3367 64% [======================================== ] 2176/3367 64% [======================================== ] 2177/3367 64% [======================================== ] 2178/3367 64% [======================================== ] 2179/3367 64% [======================================== ] 2180/3367 64% [======================================== ] 2181/3367 64% [======================================== ] 2182/3367 64% [======================================== ] 2183/3367 64% [======================================== ] 2184/3367 64% [======================================== ] 2185/3367 64% [======================================== ] 2186/3367 64% [======================================== ] 2187/3367 64% [======================================== ] 2188/3367 64% [======================================== ] 2189/3367 65% [======================================== ] 2190/3367 65% [======================================== ] 2191/3367 65% [======================================== ] 2192/3367 65% [======================================== ] 2193/3367 65% [======================================== ] 2194/3367 65% [======================================== ] 2195/3367 65% [======================================== ] 2196/3367 65% [======================================== ] 2197/3367 65% [======================================== ] 2198/3367 65% [======================================== ] 2199/3367 65% [======================================== ] 2200/3367 65% [======================================== ] 2201/3367 65% [======================================== ] 2202/3367 65% [======================================== ] 2203/3367 65% [======================================== ] 2204/3367 65% [======================================== ] 2205/3367 65% [======================================== ] 2206/3367 65% [======================================== ] 2207/3367 65% [======================================== ] 2208/3367 65% [======================================== ] 2209/3367 65% [======================================== ] 2210/3367 65% [======================================== ] 2211/3367 65% [======================================== ] 2212/3367 65% [======================================== ] 2213/3367 65% [======================================== ] 2214/3367 65% [======================================== ] 2215/3367 65% [======================================== ] 2216/3367 65% [======================================== ] 2217/3367 65% [======================================== ] 2218/3367 65% [======================================== ] 2219/3367 65% [======================================== ] 2220/3367 65% [======================================== ] 2221/3367 65% [======================================== ] 2222/3367 65% [======================================== ] 2223/3367 66% [======================================== ] 2224/3367 66% [======================================== ] 2225/3367 66% [======================================== ] 2226/3367 66% [========================================= ] 2227/3367 66% [========================================= ] 2228/3367 66% [========================================= ] 2229/3367 66% [========================================= ] 2230/3367 66% [========================================= ] 2231/3367 66% [========================================= ] 2232/3367 66% [========================================= ] 2233/3367 66% [========================================= ] 2234/3367 66% [========================================= ] 2235/3367 66% [========================================= ] 2236/3367 66% [========================================= ] 2237/3367 66% [========================================= ] 2238/3367 66% [========================================= ] 2239/3367 66% [========================================= ] 2240/3367 66% [========================================= ] 2241/3367 66% [========================================= ] 2242/3367 66% [========================================= ] 2243/3367 66% [========================================= ] 2244/3367 66% [========================================= ] 2245/3367 66% [========================================= ] 2246/3367 66% [========================================= ] 2247/3367 66% [========================================= ] 2248/3367 66% [========================================= ] 2249/3367 66% [========================================= ] 2250/3367 66% [========================================= ] 2251/3367 66% [========================================= ] 2252/3367 66% [========================================= ] 2253/3367 66% [========================================= ] 2254/3367 66% [========================================= ] 2255/3367 66% [========================================= ] 2256/3367 67% [========================================= ] 2257/3367 67% [========================================= ] 2258/3367 67% [========================================= ] 2259/3367 67% [========================================= ] 2260/3367 67% [========================================= ] 2261/3367 67% [========================================= ] 2262/3367 67% [========================================= ] 2263/3367 67% [========================================= ] 2264/3367 67% [========================================= ] 2265/3367 67% [========================================= ] 2266/3367 67% [========================================= ] 2267/3367 67% [========================================= ] 2268/3367 67% [========================================= ] 2269/3367 67% [========================================= ] 2270/3367 67% [========================================= ] 2271/3367 67% [========================================= ] 2272/3367 67% [========================================= ] 2273/3367 67% [========================================= ] 2274/3367 67% [========================================= ] 2275/3367 67% [========================================= ] 2276/3367 67% [========================================= ] 2277/3367 67% [========================================= ] 2278/3367 67% [========================================= ] 2279/3367 67% [========================================= ] 2280/3367 67% [========================================== ] 2281/3367 67% [========================================== ] 2282/3367 67% [========================================== ] 2283/3367 67% [========================================== ] 2284/3367 67% [========================================== ] 2285/3367 67% [========================================== ] 2286/3367 67% [========================================== ] 2287/3367 67% [========================================== ] 2288/3367 67% [========================================== ] 2289/3367 67% [========================================== ] 2290/3367 68% [========================================== ] 2291/3367 68% [========================================== ] 2292/3367 68% [========================================== ] 2293/3367 68% [========================================== ] 2294/3367 68% [========================================== ] 2295/3367 68% [========================================== ] 2296/3367 68% [========================================== ] 2297/3367 68% [========================================== ] 2298/3367 68% [========================================== ] 2299/3367 68% [========================================== ] 2300/3367 68% [========================================== ] 2301/3367 68% [========================================== ] 2302/3367 68% [========================================== ] 2303/3367 68% [========================================== ] 2304/3367 68% [========================================== ] 2305/3367 68% [========================================== ] 2306/3367 68% [========================================== ] 2307/3367 68% [========================================== ] 2308/3367 68% [========================================== ] 2309/3367 68% [========================================== ] 2310/3367 68% [========================================== ] 2311/3367 68% [========================================== ] 2312/3367 68% [========================================== ] 2313/3367 68% [========================================== ] 2314/3367 68% [========================================== ] 2315/3367 68% [========================================== ] 2316/3367 68% [========================================== ] 2317/3367 68% [========================================== ] 2318/3367 68% [========================================== ] 2319/3367 68% [========================================== ] 2320/3367 68% [========================================== ] 2321/3367 68% [========================================== ] 2322/3367 68% [========================================== ] 2323/3367 68% [========================================== ] 2324/3367 69% [========================================== ] 2325/3367 69% [========================================== ] 2326/3367 69% [========================================== ] 2327/3367 69% [========================================== ] 2328/3367 69% [========================================== ] 2329/3367 69% [========================================== ] 2330/3367 69% [========================================== ] 2331/3367 69% [========================================== ] 2332/3367 69% [========================================== ] 2333/3367 69% [========================================== ] 2334/3367 69% [========================================== ] 2335/3367 69% [=========================================== ] 2336/3367 69% [=========================================== ] 2337/3367 69% [=========================================== ] 2338/3367 69% [=========================================== ] 2339/3367 69% [=========================================== ] 2340/3367 69% [=========================================== ] 2341/3367 69% [=========================================== ] 2342/3367 69% [=========================================== ] 2343/3367 69% [=========================================== ] 2344/3367 69% [=========================================== ] 2345/3367 69% [=========================================== ] 2346/3367 69% [=========================================== ] 2347/3367 69% [=========================================== ] 2348/3367 69% [=========================================== ] 2349/3367 69% [=========================================== ] 2350/3367 69% [=========================================== ] 2351/3367 69% [=========================================== ] 2352/3367 69% [=========================================== ] 2353/3367 69% [=========================================== ] 2354/3367 69% [=========================================== ] 2355/3367 69% [=========================================== ] 2356/3367 69% [=========================================== ] 2357/3367 70% [=========================================== ] 2358/3367 70% [=========================================== ] 2359/3367 70% [=========================================== ] 2360/3367 70% [=========================================== ] 2361/3367 70% [=========================================== ] 2362/3367 70% [=========================================== ] 2363/3367 70% [=========================================== ] 2364/3367 70% [=========================================== ] 2365/3367 70% [=========================================== ] 2366/3367 70% [=========================================== ] 2367/3367 70% [=========================================== ] 2368/3367 70% [=========================================== ] 2369/3367 70% [=========================================== ] 2370/3367 70% [=========================================== ] 2371/3367 70% [=========================================== ] 2372/3367 70% [=========================================== ] 2373/3367 70% [=========================================== ] 2374/3367 70% [=========================================== ] 2375/3367 70% [=========================================== ] 2376/3367 70% [=========================================== ] 2377/3367 70% [=========================================== ] 2378/3367 70% [=========================================== ] 2379/3367 70% [=========================================== ] 2380/3367 70% [=========================================== ] 2381/3367 70% [=========================================== ] 2382/3367 70% [=========================================== ] 2383/3367 70% [=========================================== ] 2384/3367 70% [=========================================== ] 2385/3367 70% [=========================================== ] 2386/3367 70% [=========================================== ] 2387/3367 70% [=========================================== ] 2388/3367 70% [=========================================== ] 2389/3367 70% [============================================ ] 2390/3367 70% [============================================ ] 2391/3367 71% [============================================ ] 2392/3367 71% [============================================ ] 2393/3367 71% [============================================ ] 2394/3367 71% [============================================ ] 2395/3367 71% [============================================ ] 2396/3367 71% [============================================ ] 2397/3367 71% [============================================ ] 2398/3367 71% [============================================ ] 2399/3367 71% [============================================ ] 2400/3367 71% [============================================ ] 2401/3367 71% [============================================ ] 2402/3367 71% [============================================ ] 2403/3367 71% [============================================ ] 2404/3367 71% [============================================ ] 2405/3367 71% [============================================ ] 2406/3367 71% [============================================ ] 2407/3367 71% [============================================ ] 2408/3367 71% [============================================ ] 2409/3367 71% [============================================ ] 2410/3367 71% [============================================ ] 2411/3367 71% [============================================ ] 2412/3367 71% [============================================ ] 2413/3367 71% [============================================ ] 2414/3367 71% [============================================ ] 2415/3367 71% [============================================ ] 2416/3367 71% [============================================ ] 2417/3367 71% [============================================ ] 2418/3367 71% [============================================ ] 2419/3367 71% [============================================ ] 2420/3367 71% [============================================ ] 2421/3367 71% [============================================ ] 2422/3367 71% [============================================ ] 2423/3367 71% [============================================ ] 2424/3367 71% [============================================ ] 2425/3367 72% [============================================ ] 2426/3367 72% [============================================ ] 2427/3367 72% [============================================ ] 2428/3367 72% [============================================ ] 2429/3367 72% [============================================ ] 2430/3367 72% [============================================ ] 2431/3367 72% [============================================ ] 2432/3367 72% [============================================ ] 2433/3367 72% [============================================ ] 2434/3367 72% [============================================ ] 2435/3367 72% [============================================ ] 2436/3367 72% [============================================ ] 2437/3367 72% [============================================ ] 2438/3367 72% [============================================ ] 2439/3367 72% [============================================ ] 2440/3367 72% [============================================ ] 2441/3367 72% [============================================ ] 2442/3367 72% [============================================ ] 2443/3367 72% [============================================= ] 2444/3367 72% [============================================= ] 2445/3367 72% [============================================= ] 2446/3367 72% [============================================= ] 2447/3367 72% [============================================= ] 2448/3367 72% [============================================= ] 2449/3367 72% [============================================= ] 2450/3367 72% [============================================= ] 2451/3367 72% [============================================= ] 2452/3367 72% [============================================= ] 2453/3367 72% [============================================= ] 2454/3367 72% [============================================= ] 2455/3367 72% [============================================= ] 2456/3367 72% [============================================= ] 2457/3367 72% [============================================= ] 2458/3367 73% [============================================= ] 2459/3367 73% [============================================= ] 2460/3367 73% [============================================= ] 2461/3367 73% [============================================= ] 2462/3367 73% [============================================= ] 2463/3367 73% [============================================= ] 2464/3367 73% [============================================= ] 2465/3367 73% [============================================= ] 2466/3367 73% [============================================= ] 2467/3367 73% [============================================= ] 2468/3367 73% [============================================= ] 2469/3367 73% [============================================= ] 2470/3367 73% [============================================= ] 2471/3367 73% [============================================= ] 2472/3367 73% [============================================= ] 2473/3367 73% [============================================= ] 2474/3367 73% [============================================= ] 2475/3367 73% [============================================= ] 2476/3367 73% [============================================= ] 2477/3367 73% [============================================= ] 2478/3367 73% [============================================= ] 2479/3367 73% [============================================= ] 2480/3367 73% [============================================= ] 2481/3367 73% [============================================= ] 2482/3367 73% [============================================= ] 2483/3367 73% [============================================= ] 2484/3367 73% [============================================= ] 2485/3367 73% [============================================= ] 2486/3367 73% [============================================= ] 2487/3367 73% [============================================= ] 2488/3367 73% [============================================= ] 2489/3367 73% [============================================= ] 2490/3367 73% [============================================= ] 2491/3367 73% [============================================= ] 2492/3367 74% [============================================= ] 2493/3367 74% [============================================= ] 2494/3367 74% [============================================= ] 2495/3367 74% [============================================= ] 2496/3367 74% [============================================= ] 2497/3367 74% [============================================= ] 2498/3367 74% [============================================== ] 2499/3367 74% [============================================== ] 2500/3367 74% [============================================== ] 2501/3367 74% [============================================== ] 2502/3367 74% [============================================== ] 2503/3367 74% [============================================== ] 2504/3367 74% [============================================== ] 2505/3367 74% [============================================== ] 2506/3367 74% [============================================== ] 2507/3367 74% [============================================== ] 2508/3367 74% [============================================== ] 2509/3367 74% [============================================== ] 2510/3367 74% [============================================== ] 2511/3367 74% [============================================== ] 2512/3367 74% [============================================== ] 2513/3367 74% [============================================== ] 2514/3367 74% [============================================== ] 2515/3367 74% [============================================== ] 2516/3367 74% [============================================== ] 2517/3367 74% [============================================== ] 2518/3367 74% [============================================== ] 2519/3367 74% [============================================== ] 2520/3367 74% [============================================== ] 2521/3367 74% [============================================== ] 2522/3367 74% [============================================== ] 2523/3367 74% [============================================== ] 2524/3367 74% [============================================== ] 2525/3367 74% [============================================== ] 2526/3367 75% [============================================== ] 2527/3367 75% [============================================== ] 2528/3367 75% [============================================== ] 2529/3367 75% [============================================== ] 2530/3367 75% [============================================== ] 2531/3367 75% [============================================== ] 2532/3367 75% [============================================== ] 2533/3367 75% [============================================== ] 2534/3367 75% [============================================== ] 2535/3367 75% [============================================== ] 2536/3367 75% [============================================== ] 2537/3367 75% [============================================== ] 2538/3367 75% [============================================== ] 2539/3367 75% [============================================== ] 2540/3367 75% [============================================== ] 2541/3367 75% [============================================== ] 2542/3367 75% [============================================== ] 2543/3367 75% [============================================== ] 2544/3367 75% [============================================== ] 2545/3367 75% [============================================== ] 2546/3367 75% [============================================== ] 2547/3367 75% [============================================== ] 2548/3367 75% [============================================== ] 2549/3367 75% [============================================== ] 2550/3367 75% [============================================== ] 2551/3367 75% [============================================== ] 2552/3367 75% [=============================================== ] 2553/3367 75% [=============================================== ] 2554/3367 75% [=============================================== ] 2555/3367 75% [=============================================== ] 2556/3367 75% [=============================================== ] 2557/3367 75% [=============================================== ] 2558/3367 75% [=============================================== ] 2559/3367 76% [=============================================== ] 2560/3367 76% [=============================================== ] 2561/3367 76% [=============================================== ] 2562/3367 76% [=============================================== ] 2563/3367 76% [=============================================== ] 2564/3367 76% [=============================================== ] 2565/3367 76% [=============================================== ] 2566/3367 76% [=============================================== ] 2567/3367 76% [=============================================== ] 2568/3367 76% [=============================================== ] 2569/3367 76% [=============================================== ] 2570/3367 76% [=============================================== ] 2571/3367 76% [=============================================== ] 2572/3367 76% [=============================================== ] 2573/3367 76% [=============================================== ] 2574/3367 76% [=============================================== ] 2575/3367 76% [=============================================== ] 2576/3367 76% [=============================================== ] 2577/3367 76% [=============================================== ] 2578/3367 76% [=============================================== ] 2579/3367 76% [=============================================== ] 2580/3367 76% [=============================================== ] 2581/3367 76% [=============================================== ] 2582/3367 76% [=============================================== ] 2583/3367 76% [=============================================== ] 2584/3367 76% [=============================================== ] 2585/3367 76% [=============================================== ] 2586/3367 76% [=============================================== ] 2587/3367 76% [=============================================== ] 2588/3367 76% [=============================================== ] 2589/3367 76% [=============================================== ] 2590/3367 76% [=============================================== ] 2591/3367 76% [=============================================== ] 2592/3367 76% [=============================================== ] 2593/3367 77% [=============================================== ] 2594/3367 77% [=============================================== ] 2595/3367 77% [=============================================== ] 2596/3367 77% [=============================================== ] 2597/3367 77% [=============================================== ] 2598/3367 77% [=============================================== ] 2599/3367 77% [=============================================== ] 2600/3367 77% [=============================================== ] 2601/3367 77% [=============================================== ] 2602/3367 77% [=============================================== ] 2603/3367 77% [=============================================== ] 2604/3367 77% [=============================================== ] 2605/3367 77% [=============================================== ] 2606/3367 77% [================================================ ] 2607/3367 77% [================================================ ] 2608/3367 77% [================================================ ] 2609/3367 77% [================================================ ] 2610/3367 77% [================================================ ] 2611/3367 77% [================================================ ] 2612/3367 77% [================================================ ] 2613/3367 77% [================================================ ] 2614/3367 77% [================================================ ] 2615/3367 77% [================================================ ] 2616/3367 77% [================================================ ] 2617/3367 77% [================================================ ] 2618/3367 77% [================================================ ] 2619/3367 77% [================================================ ] 2620/3367 77% [================================================ ] 2621/3367 77% [================================================ ] 2622/3367 77% [================================================ ] 2623/3367 77% [================================================ ] 2624/3367 77% [================================================ ] 2625/3367 77% [================================================ ] 2626/3367 77% [================================================ ] 2627/3367 78% [================================================ ] 2628/3367 78% [================================================ ] 2629/3367 78% [================================================ ] 2630/3367 78% [================================================ ] 2631/3367 78% [================================================ ] 2632/3367 78% [================================================ ] 2633/3367 78% [================================================ ] 2634/3367 78% [================================================ ] 2635/3367 78% [================================================ ] 2636/3367 78% [================================================ ] 2637/3367 78% [================================================ ] 2638/3367 78% [================================================ ] 2639/3367 78% [================================================ ] 2640/3367 78% [================================================ ] 2641/3367 78% [================================================ ] 2642/3367 78% [================================================ ] 2643/3367 78% [================================================ ] 2644/3367 78% [================================================ ] 2645/3367 78% [================================================ ] 2646/3367 78% [================================================ ] 2647/3367 78% [================================================ ] 2648/3367 78% [================================================ ] 2649/3367 78% [================================================ ] 2650/3367 78% [================================================ ] 2651/3367 78% [================================================ ] 2652/3367 78% [================================================ ] 2653/3367 78% [================================================ ] 2654/3367 78% [================================================ ] 2655/3367 78% [================================================ ] 2656/3367 78% [================================================ ] 2657/3367 78% [================================================ ] 2658/3367 78% [================================================ ] 2659/3367 78% [================================================ ] 2660/3367 79% [================================================ ] 2661/3367 79% [================================================= ] 2662/3367 79% [================================================= ] 2663/3367 79% [================================================= ] 2664/3367 79% [================================================= ] 2665/3367 79% [================================================= ] 2666/3367 79% [================================================= ] 2667/3367 79% [================================================= ] 2668/3367 79% [================================================= ] 2669/3367 79% [================================================= ] 2670/3367 79% [================================================= ] 2671/3367 79% [================================================= ] 2672/3367 79% [================================================= ] 2673/3367 79% [================================================= ] 2674/3367 79% [================================================= ] 2675/3367 79% [================================================= ] 2676/3367 79% [================================================= ] 2677/3367 79% [================================================= ] 2678/3367 79% [================================================= ] 2679/3367 79% [================================================= ] 2680/3367 79% [================================================= ] 2681/3367 79% [================================================= ] 2682/3367 79% [================================================= ] 2683/3367 79% [================================================= ] 2684/3367 79% [================================================= ] 2685/3367 79% [================================================= ] 2686/3367 79% [================================================= ] 2687/3367 79% [================================================= ] 2688/3367 79% [================================================= ] 2689/3367 79% [================================================= ] 2690/3367 79% [================================================= ] 2691/3367 79% [================================================= ] 2692/3367 79% [================================================= ] 2693/3367 79% [================================================= ] 2694/3367 80% [================================================= ] 2695/3367 80% [================================================= ] 2696/3367 80% [================================================= ] 2697/3367 80% [================================================= ] 2698/3367 80% [================================================= ] 2699/3367 80% [================================================= ] 2700/3367 80% [================================================= ] 2701/3367 80% [================================================= ] 2702/3367 80% [================================================= ] 2703/3367 80% [================================================= ] 2704/3367 80% [================================================= ] 2705/3367 80% [================================================= ] 2706/3367 80% [================================================= ] 2707/3367 80% [================================================= ] 2708/3367 80% [================================================= ] 2709/3367 80% [================================================= ] 2710/3367 80% [================================================= ] 2711/3367 80% [================================================= ] 2712/3367 80% [================================================= ] 2713/3367 80% [================================================= ] 2714/3367 80% [================================================= ] 2715/3367 80% [================================================== ] 2716/3367 80% [================================================== ] 2717/3367 80% [================================================== ] 2718/3367 80% [================================================== ] 2719/3367 80% [================================================== ] 2720/3367 80% [================================================== ] 2721/3367 80% [================================================== ] 2722/3367 80% [================================================== ] 2723/3367 80% [================================================== ] 2724/3367 80% [================================================== ] 2725/3367 80% [================================================== ] 2726/3367 80% [================================================== ] 2727/3367 80% [================================================== ] 2728/3367 81% [================================================== ] 2729/3367 81% [================================================== ] 2730/3367 81% [================================================== ] 2731/3367 81% [================================================== ] 2732/3367 81% [================================================== ] 2733/3367 81% [================================================== ] 2734/3367 81% [================================================== ] 2735/3367 81% [================================================== ] 2736/3367 81% [================================================== ] 2737/3367 81% [================================================== ] 2738/3367 81% [================================================== ] 2739/3367 81% [================================================== ] 2740/3367 81% [================================================== ] 2741/3367 81% [================================================== ] 2742/3367 81% [================================================== ] 2743/3367 81% [================================================== ] 2744/3367 81% [================================================== ] 2745/3367 81% [================================================== ] 2746/3367 81% [================================================== ] 2747/3367 81% [================================================== ] 2748/3367 81% [================================================== ] 2749/3367 81% [================================================== ] 2750/3367 81% [================================================== ] 2751/3367 81% [================================================== ] 2752/3367 81% [================================================== ] 2753/3367 81% [================================================== ] 2754/3367 81% [================================================== ] 2755/3367 81% [================================================== ] 2756/3367 81% [================================================== ] 2757/3367 81% [================================================== ] 2758/3367 81% [================================================== ] 2759/3367 81% [================================================== ] 2760/3367 81% [================================================== ] 2761/3367 82% [================================================== ] 2762/3367 82% [================================================== ] 2763/3367 82% [================================================== ] 2764/3367 82% [================================================== ] 2765/3367 82% [================================================== ] 2766/3367 82% [================================================== ] 2767/3367 82% [================================================== ] 2768/3367 82% [================================================== ] 2769/3367 82% [=================================================== ] 2770/3367 82% [=================================================== ] 2771/3367 82% [=================================================== ] 2772/3367 82% [=================================================== ] 2773/3367 82% [=================================================== ] 2774/3367 82% [=================================================== ] 2775/3367 82% [=================================================== ] 2776/3367 82% [=================================================== ] 2777/3367 82% [=================================================== ] 2778/3367 82% [=================================================== ] 2779/3367 82% [=================================================== ] 2780/3367 82% [=================================================== ] 2781/3367 82% [=================================================== ] 2782/3367 82% [=================================================== ] 2783/3367 82% [=================================================== ] 2784/3367 82% [=================================================== ] 2785/3367 82% [=================================================== ] 2786/3367 82% [=================================================== ] 2787/3367 82% [=================================================== ] 2788/3367 82% [=================================================== ] 2789/3367 82% [=================================================== ] 2790/3367 82% [=================================================== ] 2791/3367 82% [=================================================== ] 2792/3367 82% [=================================================== ] 2793/3367 82% [=================================================== ] 2794/3367 82% [=================================================== ] 2795/3367 83% [=================================================== ] 2796/3367 83% [=================================================== ] 2797/3367 83% [=================================================== ] 2798/3367 83% [=================================================== ] 2799/3367 83% [=================================================== ] 2800/3367 83% [=================================================== ] 2801/3367 83% [=================================================== ] 2802/3367 83% [=================================================== ] 2803/3367 83% [=================================================== ] 2804/3367 83% [=================================================== ] 2805/3367 83% [=================================================== ] 2806/3367 83% [=================================================== ] 2807/3367 83% [=================================================== ] 2808/3367 83% [=================================================== ] 2809/3367 83% [=================================================== ] 2810/3367 83% [=================================================== ] 2811/3367 83% [=================================================== ] 2812/3367 83% [=================================================== ] 2813/3367 83% [=================================================== ] 2814/3367 83% [=================================================== ] 2815/3367 83% [=================================================== ] 2816/3367 83% [=================================================== ] 2817/3367 83% [=================================================== ] 2818/3367 83% [=================================================== ] 2819/3367 83% [=================================================== ] 2820/3367 83% [=================================================== ] 2821/3367 83% [=================================================== ] 2822/3367 83% [=================================================== ] 2823/3367 83% [==================================================== ] 2824/3367 83% [==================================================== ] 2825/3367 83% [==================================================== ] 2826/3367 83% [==================================================== ] 2827/3367 83% [==================================================== ] 2828/3367 83% [==================================================== ] 2829/3367 84% [==================================================== ] 2830/3367 84% [==================================================== ] 2831/3367 84% [==================================================== ] 2832/3367 84% [==================================================== ] 2833/3367 84% [==================================================== ] 2834/3367 84% [==================================================== ] 2835/3367 84% [==================================================== ] 2836/3367 84% [==================================================== ] 2837/3367 84% [==================================================== ] 2838/3367 84% [==================================================== ] 2839/3367 84% [==================================================== ] 2840/3367 84% [==================================================== ] 2841/3367 84% [==================================================== ] 2842/3367 84% [==================================================== ] 2843/3367 84% [==================================================== ] 2844/3367 84% [==================================================== ] 2845/3367 84% [==================================================== ] 2846/3367 84% [==================================================== ] 2847/3367 84% [==================================================== ] 2848/3367 84% [==================================================== ] 2849/3367 84% [==================================================== ] 2850/3367 84% [==================================================== ] 2851/3367 84% [==================================================== ] 2852/3367 84% [==================================================== ] 2853/3367 84% [==================================================== ] 2854/3367 84% [==================================================== ] 2855/3367 84% [==================================================== ] 2856/3367 84% [==================================================== ] 2857/3367 84% [==================================================== ] 2858/3367 84% [==================================================== ] 2859/3367 84% [==================================================== ] 2860/3367 84% [==================================================== ] 2861/3367 84% [==================================================== ] 2862/3367 85% [==================================================== ] 2863/3367 85% [==================================================== ] 2864/3367 85% [==================================================== ] 2865/3367 85% [==================================================== ] 2866/3367 85% [==================================================== ] 2867/3367 85% [==================================================== ] 2868/3367 85% [==================================================== ] 2869/3367 85% [==================================================== ] 2870/3367 85% [==================================================== ] 2871/3367 85% [==================================================== ] 2872/3367 85% [==================================================== ] 2873/3367 85% [==================================================== ] 2874/3367 85% [==================================================== ] 2875/3367 85% [==================================================== ] 2876/3367 85% [==================================================== ] 2877/3367 85% [==================================================== ] 2878/3367 85% [===================================================== ] 2879/3367 85% [===================================================== ] 2880/3367 85% [===================================================== ] 2881/3367 85% [===================================================== ] 2882/3367 85% [===================================================== ] 2883/3367 85% [===================================================== ] 2884/3367 85% [===================================================== ] 2885/3367 85% [===================================================== ] 2886/3367 85% [===================================================== ] 2887/3367 85% [===================================================== ] 2888/3367 85% [===================================================== ] 2889/3367 85% [===================================================== ] 2890/3367 85% [===================================================== ] 2891/3367 85% [===================================================== ] 2892/3367 85% [===================================================== ] 2893/3367 85% [===================================================== ] 2894/3367 85% [===================================================== ] 2895/3367 85% [===================================================== ] 2896/3367 86% [===================================================== ] 2897/3367 86% [===================================================== ] 2898/3367 86% [===================================================== ] 2899/3367 86% [===================================================== ] 2900/3367 86% [===================================================== ] 2901/3367 86% [===================================================== ] 2902/3367 86% [===================================================== ] 2903/3367 86% [===================================================== ] 2904/3367 86% [===================================================== ] 2905/3367 86% [===================================================== ] 2906/3367 86% [===================================================== ] 2907/3367 86% [===================================================== ] 2908/3367 86% [===================================================== ] 2909/3367 86% [===================================================== ] 2910/3367 86% [===================================================== ] 2911/3367 86% [===================================================== ] 2912/3367 86% [===================================================== ] 2913/3367 86% [===================================================== ] 2914/3367 86% [===================================================== ] 2915/3367 86% [===================================================== ] 2916/3367 86% [===================================================== ] 2917/3367 86% [===================================================== ] 2918/3367 86% [===================================================== ] 2919/3367 86% [===================================================== ] 2920/3367 86% [===================================================== ] 2921/3367 86% [===================================================== ] 2922/3367 86% [===================================================== ] 2923/3367 86% [===================================================== ] 2924/3367 86% [===================================================== ] 2925/3367 86% [===================================================== ] 2926/3367 86% [===================================================== ] 2927/3367 86% [===================================================== ] 2928/3367 86% [===================================================== ] 2929/3367 86% [===================================================== ] 2930/3367 87% [===================================================== ] 2931/3367 87% [===================================================== ] 2932/3367 87% [====================================================== ] 2933/3367 87% [====================================================== ] 2934/3367 87% [====================================================== ] 2935/3367 87% [====================================================== ] 2936/3367 87% [====================================================== ] 2937/3367 87% [====================================================== ] 2938/3367 87% [====================================================== ] 2939/3367 87% [====================================================== ] 2940/3367 87% [====================================================== ] 2941/3367 87% [====================================================== ] 2942/3367 87% [====================================================== ] 2943/3367 87% [====================================================== ] 2944/3367 87% [====================================================== ] 2945/3367 87% [====================================================== ] 2946/3367 87% [====================================================== ] 2947/3367 87% [====================================================== ] 2948/3367 87% [====================================================== ] 2949/3367 87% [====================================================== ] 2950/3367 87% [====================================================== ] 2951/3367 87% [====================================================== ] 2952/3367 87% [====================================================== ] 2953/3367 87% [====================================================== ] 2954/3367 87% [====================================================== ] 2955/3367 87% [====================================================== ] 2956/3367 87% [====================================================== ] 2957/3367 87% [====================================================== ] 2958/3367 87% [====================================================== ] 2959/3367 87% [====================================================== ] 2960/3367 87% [====================================================== ] 2961/3367 87% [====================================================== ] 2962/3367 87% [====================================================== ] 2963/3367 88% [====================================================== ] 2964/3367 88% [====================================================== ] 2965/3367 88% [====================================================== ] 2966/3367 88% [====================================================== ] 2967/3367 88% [====================================================== ] 2968/3367 88% [====================================================== ] 2969/3367 88% [====================================================== ] 2970/3367 88% [====================================================== ] 2971/3367 88% [====================================================== ] 2972/3367 88% [====================================================== ] 2973/3367 88% [====================================================== ] 2974/3367 88% [====================================================== ] 2975/3367 88% [====================================================== ] 2976/3367 88% [====================================================== ] 2977/3367 88% [====================================================== ] 2978/3367 88% [====================================================== ] 2979/3367 88% [====================================================== ] 2980/3367 88% [====================================================== ] 2981/3367 88% [====================================================== ] 2982/3367 88% [====================================================== ] 2983/3367 88% [====================================================== ] 2984/3367 88% [====================================================== ] 2985/3367 88% [====================================================== ] 2986/3367 88% [======================================================= ] 2987/3367 88% [======================================================= ] 2988/3367 88% [======================================================= ] 2989/3367 88% [======================================================= ] 2990/3367 88% [======================================================= ] 2991/3367 88% [======================================================= ] 2992/3367 88% [======================================================= ] 2993/3367 88% [======================================================= ] 2994/3367 88% [======================================================= ] 2995/3367 88% [======================================================= ] 2996/3367 88% [======================================================= ] 2997/3367 89% [======================================================= ] 2998/3367 89% [======================================================= ] 2999/3367 89% [======================================================= ] 3000/3367 89% [======================================================= ] 3001/3367 89% [======================================================= ] 3002/3367 89% [======================================================= ] 3003/3367 89% [======================================================= ] 3004/3367 89% [======================================================= ] 3005/3367 89% [======================================================= ] 3006/3367 89% [======================================================= ] 3007/3367 89% [======================================================= ] 3008/3367 89% [======================================================= ] 3009/3367 89% [======================================================= ] 3010/3367 89% [======================================================= ] 3011/3367 89% [======================================================= ] 3012/3367 89% [======================================================= ] 3013/3367 89% [======================================================= ] 3014/3367 89% [======================================================= ] 3015/3367 89% [======================================================= ] 3016/3367 89% [======================================================= ] 3017/3367 89% [======================================================= ] 3018/3367 89% [======================================================= ] 3019/3367 89% [======================================================= ] 3020/3367 89% [======================================================= ] 3021/3367 89% [======================================================= ] 3022/3367 89% [======================================================= ] 3023/3367 89% [======================================================= ] 3024/3367 89% [======================================================= ] 3025/3367 89% [======================================================= ] 3026/3367 89% [======================================================= ] 3027/3367 89% [======================================================= ] 3028/3367 89% [======================================================= ] 3029/3367 89% [======================================================= ] 3030/3367 89% [======================================================= ] 3031/3367 90% [======================================================= ] 3032/3367 90% [======================================================= ] 3033/3367 90% [======================================================= ] 3034/3367 90% [======================================================= ] 3035/3367 90% [======================================================= ] 3036/3367 90% [======================================================= ] 3037/3367 90% [======================================================= ] 3038/3367 90% [======================================================= ] 3039/3367 90% [======================================================= ] 3040/3367 90% [======================================================= ] 3041/3367 90% [======================================================== ] 3042/3367 90% [======================================================== ] 3043/3367 90% [======================================================== ] 3044/3367 90% [======================================================== ] 3045/3367 90% [======================================================== ] 3046/3367 90% [======================================================== ] 3047/3367 90% [======================================================== ] 3048/3367 90% [======================================================== ] 3049/3367 90% [======================================================== ] 3050/3367 90% [======================================================== ] 3051/3367 90% [======================================================== ] 3052/3367 90% [======================================================== ] 3053/3367 90% [======================================================== ] 3054/3367 90% [======================================================== ] 3055/3367 90% [======================================================== ] 3056/3367 90% [======================================================== ] 3057/3367 90% [======================================================== ] 3058/3367 90% [======================================================== ] 3059/3367 90% [======================================================== ] 3060/3367 90% [======================================================== ] 3061/3367 90% [======================================================== ] 3062/3367 90% [======================================================== ] 3063/3367 90% [======================================================== ] 3064/3367 91% [======================================================== ] 3065/3367 91% [======================================================== ] 3066/3367 91% [======================================================== ] 3067/3367 91% [======================================================== ] 3068/3367 91% [======================================================== ] 3069/3367 91% [======================================================== ] 3070/3367 91% [======================================================== ] 3071/3367 91% [======================================================== ] 3072/3367 91% [======================================================== ] 3073/3367 91% [======================================================== ] 3074/3367 91% [======================================================== ] 3075/3367 91% [======================================================== ] 3076/3367 91% [======================================================== ] 3077/3367 91% [======================================================== ] 3078/3367 91% [======================================================== ] 3079/3367 91% [======================================================== ] 3080/3367 91% [======================================================== ] 3081/3367 91% [======================================================== ] 3082/3367 91% [======================================================== ] 3083/3367 91% [======================================================== ] 3084/3367 91% [======================================================== ] 3085/3367 91% [======================================================== ] 3086/3367 91% [======================================================== ] 3087/3367 91% [======================================================== ] 3088/3367 91% [======================================================== ] 3089/3367 91% [======================================================== ] 3090/3367 91% [======================================================== ] 3091/3367 91% [======================================================== ] 3092/3367 91% [======================================================== ] 3093/3367 91% [======================================================== ] 3094/3367 91% [======================================================== ] 3095/3367 91% [========================================================= ] 3096/3367 91% [========================================================= ] 3097/3367 91% [========================================================= ] 3098/3367 92% [========================================================= ] 3099/3367 92% [========================================================= ] 3100/3367 92% [========================================================= ] 3101/3367 92% [========================================================= ] 3102/3367 92% [========================================================= ] 3103/3367 92% [========================================================= ] 3104/3367 92% [========================================================= ] 3105/3367 92% [========================================================= ] 3106/3367 92% [========================================================= ] 3107/3367 92% [========================================================= ] 3108/3367 92% [========================================================= ] 3109/3367 92% [========================================================= ] 3110/3367 92% [========================================================= ] 3111/3367 92% [========================================================= ] 3112/3367 92% [========================================================= ] 3113/3367 92% [========================================================= ] 3114/3367 92% [========================================================= ] 3115/3367 92% [========================================================= ] 3116/3367 92% [========================================================= ] 3117/3367 92% [========================================================= ] 3118/3367 92% [========================================================= ] 3119/3367 92% [========================================================= ] 3120/3367 92% [========================================================= ] 3121/3367 92% [========================================================= ] 3122/3367 92% [========================================================= ] 3123/3367 92% [========================================================= ] 3124/3367 92% [========================================================= ] 3125/3367 92% [========================================================= ] 3126/3367 92% [========================================================= ] 3127/3367 92% [========================================================= ] 3128/3367 92% [========================================================= ] 3129/3367 92% [========================================================= ] 3130/3367 92% [========================================================= ] 3131/3367 92% [========================================================= ] 3132/3367 93% [========================================================= ] 3133/3367 93% [========================================================= ] 3134/3367 93% [========================================================= ] 3135/3367 93% [========================================================= ] 3136/3367 93% [========================================================= ] 3137/3367 93% [========================================================= ] 3138/3367 93% [========================================================= ] 3139/3367 93% [========================================================= ] 3140/3367 93% [========================================================= ] 3141/3367 93% [========================================================= ] 3142/3367 93% [========================================================= ] 3143/3367 93% [========================================================= ] 3144/3367 93% [========================================================= ] 3145/3367 93% [========================================================= ] 3146/3367 93% [========================================================= ] 3147/3367 93% [========================================================= ] 3148/3367 93% [========================================================= ] 3149/3367 93% [========================================================== ] 3150/3367 93% [========================================================== ] 3151/3367 93% [========================================================== ] 3152/3367 93% [========================================================== ] 3153/3367 93% [========================================================== ] 3154/3367 93% [========================================================== ] 3155/3367 93% [========================================================== ] 3156/3367 93% [========================================================== ] 3157/3367 93% [========================================================== ] 3158/3367 93% [========================================================== ] 3159/3367 93% [========================================================== ] 3160/3367 93% [========================================================== ] 3161/3367 93% [========================================================== ] 3162/3367 93% [========================================================== ] 3163/3367 93% [========================================================== ] 3164/3367 93% [========================================================== ] 3165/3367 94% [========================================================== ] 3166/3367 94% [========================================================== ] 3167/3367 94% [========================================================== ] 3168/3367 94% [========================================================== ] 3169/3367 94% [========================================================== ] 3170/3367 94% [========================================================== ] 3171/3367 94% [========================================================== ] 3172/3367 94% [========================================================== ] 3173/3367 94% [========================================================== ] 3174/3367 94% [========================================================== ] 3175/3367 94% [========================================================== ] 3176/3367 94% [========================================================== ] 3177/3367 94% [========================================================== ] 3178/3367 94% [========================================================== ] 3179/3367 94% [========================================================== ] 3180/3367 94% [========================================================== ] 3181/3367 94% [========================================================== ] 3182/3367 94% [========================================================== ] 3183/3367 94% [========================================================== ] 3184/3367 94% [========================================================== ] 3185/3367 94% [========================================================== ] 3186/3367 94% [========================================================== ] 3187/3367 94% [========================================================== ] 3188/3367 94% [========================================================== ] 3189/3367 94% [========================================================== ] 3190/3367 94% [========================================================== ] 3191/3367 94% [========================================================== ] 3192/3367 94% [========================================================== ] 3193/3367 94% [========================================================== ] 3194/3367 94% [========================================================== ] 3195/3367 94% [========================================================== ] 3196/3367 94% [========================================================== ] 3197/3367 94% [========================================================== ] 3198/3367 94% [========================================================== ] 3199/3367 95% [========================================================== ] 3200/3367 95% [========================================================== ] 3201/3367 95% [========================================================== ] 3202/3367 95% [========================================================== ] 3203/3367 95% [========================================================== ] 3204/3367 95% [=========================================================== ] 3205/3367 95% [=========================================================== ] 3206/3367 95% [=========================================================== ] 3207/3367 95% [=========================================================== ] 3208/3367 95% [=========================================================== ] 3209/3367 95% [=========================================================== ] 3210/3367 95% [=========================================================== ] 3211/3367 95% [=========================================================== ] 3212/3367 95% [=========================================================== ] 3213/3367 95% [=========================================================== ] 3214/3367 95% [=========================================================== ] 3215/3367 95% [=========================================================== ] 3216/3367 95% [=========================================================== ] 3217/3367 95% [=========================================================== ] 3218/3367 95% [=========================================================== ] 3219/3367 95% [=========================================================== ] 3220/3367 95% [=========================================================== ] 3221/3367 95% [=========================================================== ] 3222/3367 95% [=========================================================== ] 3223/3367 95% [=========================================================== ] 3224/3367 95% [=========================================================== ] 3225/3367 95% [=========================================================== ] 3226/3367 95% [=========================================================== ] 3227/3367 95% [=========================================================== ] 3228/3367 95% [=========================================================== ] 3229/3367 95% [=========================================================== ] 3230/3367 95% [=========================================================== ] 3231/3367 95% [=========================================================== ] 3232/3367 95% [=========================================================== ] 3233/3367 96% [=========================================================== ] 3234/3367 96% [=========================================================== ] 3235/3367 96% [=========================================================== ] 3236/3367 96% [=========================================================== ] 3237/3367 96% [=========================================================== ] 3238/3367 96% [=========================================================== ] 3239/3367 96% [=========================================================== ] 3240/3367 96% [=========================================================== ] 3241/3367 96% [=========================================================== ] 3242/3367 96% [=========================================================== ] 3243/3367 96% [=========================================================== ] 3244/3367 96% [=========================================================== ] 3245/3367 96% [=========================================================== ] 3246/3367 96% [=========================================================== ] 3247/3367 96% [=========================================================== ] 3248/3367 96% [=========================================================== ] 3249/3367 96% [=========================================================== ] 3250/3367 96% [=========================================================== ] 3251/3367 96% [=========================================================== ] 3252/3367 96% [=========================================================== ] 3253/3367 96% [=========================================================== ] 3254/3367 96% [=========================================================== ] 3255/3367 96% [=========================================================== ] 3256/3367 96% [=========================================================== ] 3257/3367 96% [=========================================================== ] 3258/3367 96% [============================================================ ] 3259/3367 96% [============================================================ ] 3260/3367 96% [============================================================ ] 3261/3367 96% [============================================================ ] 3262/3367 96% [============================================================ ] 3263/3367 96% [============================================================ ] 3264/3367 96% [============================================================ ] 3265/3367 96% [============================================================ ] 3266/3367 97% [============================================================ ] 3267/3367 97% [============================================================ ] 3268/3367 97% [============================================================ ] 3269/3367 97% [============================================================ ] 3270/3367 97% [============================================================ ] 3271/3367 97% [============================================================ ] 3272/3367 97% [============================================================ ] 3273/3367 97% [============================================================ ] 3274/3367 97% [============================================================ ] 3275/3367 97% [============================================================ ] 3276/3367 97% [============================================================ ] 3277/3367 97% [============================================================ ] 3278/3367 97% [============================================================ ] 3279/3367 97% [============================================================ ] 3280/3367 97% [============================================================ ] 3281/3367 97% [============================================================ ] 3282/3367 97% [============================================================ ] 3283/3367 97% [============================================================ ] 3284/3367 97% [============================================================ ] 3285/3367 97% [============================================================ ] 3286/3367 97% [============================================================ ] 3287/3367 97% [============================================================ ] 3288/3367 97% [============================================================ ] 3289/3367 97% [============================================================ ] 3290/3367 97% [============================================================ ] 3291/3367 97% [============================================================ ] 3292/3367 97% [============================================================ ] 3293/3367 97% [============================================================ ] 3294/3367 97% [============================================================ ] 3295/3367 97% [============================================================ ] 3296/3367 97% [============================================================ ] 3297/3367 97% [============================================================ ] 3298/3367 97% [============================================================ ] 3299/3367 97% [============================================================ ] 3300/3367 98% [============================================================ ] 3301/3367 98% [============================================================ ] 3302/3367 98% [============================================================ ] 3303/3367 98% [============================================================ ] 3304/3367 98% [============================================================ ] 3305/3367 98% [============================================================ ] 3306/3367 98% [============================================================ ] 3307/3367 98% [============================================================ ] 3308/3367 98% [============================================================ ] 3309/3367 98% [============================================================ ] 3310/3367 98% [============================================================ ] 3311/3367 98% [============================================================ ] 3312/3367 98% [============================================================= ] 3313/3367 98% [============================================================= ] 3314/3367 98% [============================================================= ] 3315/3367 98% [============================================================= ] 3316/3367 98% [============================================================= ] 3317/3367 98% [============================================================= ] 3318/3367 98% [============================================================= ] 3319/3367 98% [============================================================= ] 3320/3367 98% [============================================================= ] 3321/3367 98% [============================================================= ] 3322/3367 98% [============================================================= ] 3323/3367 98% [============================================================= ] 3324/3367 98% [============================================================= ] 3325/3367 98% [============================================================= ] 3326/3367 98% [============================================================= ] 3327/3367 98% [============================================================= ] 3328/3367 98% [============================================================= ] 3329/3367 98% [============================================================= ] 3330/3367 98% [============================================================= ] 3331/3367 98% [============================================================= ] 3332/3367 98% [============================================================= ] 3333/3367 98% [============================================================= ] 3334/3367 99% [============================================================= ] 3335/3367 99% [============================================================= ] 3336/3367 99% [============================================================= ] 3337/3367 99% [============================================================= ] 3338/3367 99% [============================================================= ] 3339/3367 99% [============================================================= ] 3340/3367 99% [============================================================= ] 3341/3367 99% [============================================================= ] 3342/3367 99% [============================================================= ] 3343/3367 99% [============================================================= ] 3344/3367 99% [============================================================= ] 3345/3367 99% [============================================================= ] 3346/3367 99% [============================================================= ] 3347/3367 99% [============================================================= ] 3348/3367 99% [============================================================= ] 3349/3367 99% [============================================================= ] 3350/3367 99% [============================================================= ] 3351/3367 99% [============================================================= ] 3352/3367 99% [============================================================= ] 3353/3367 99% [============================================================= ] 3354/3367 99% [============================================================= ] 3355/3367 99% [============================================================= ] 3356/3367 99% [============================================================= ] 3357/3367 99% [============================================================= ] 3358/3367 99% [============================================================= ] 3359/3367 99% [============================================================= ] 3360/3367 99% [============================================================= ] 3361/3367 99% [============================================================= ] 3362/3367 99% [============================================================= ] 3363/3367 99% [============================================================= ] 3364/3367 99% [============================================================= ] 3365/3367 99% [============================================================= ] 3366/3367 99% [==============================================================] 3367/3367 100% operation complete, 3367 objects in 44792 NAND pages. ln -snf /tmp/instance-6/output-1/host/arc-buildroot-linux-uclibc/sysroot /tmp/instance-6/output-1/staging make: Leaving directory '/tmp/instance-6/buildroot' make: Entering directory '/tmp/instance-6/buildroot' >>> Buildroot 2022.11-624-g037226b33b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.1.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 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) >>> host-aespipe 2.4f Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.64.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 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> coremark-pro 1.1.2743 Collecting legal info LICENSE.md: OK (sha256: 0d7775bd793ea71fef3594c18164a08ed2f5f66c898958d0644f7a236a536f2b) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fuse-overlayfs 1.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libfuse3 3.11.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gpsd 3.24 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jitterentropy-library 3.3.1 Collecting legal info LICENSE: OK (sha256: 7e06574ff822594269083a796d06fa4e5e78c40efe5ca01a72d2a4662e8206df) LICENSE.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) LICENSE.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jquery-mobile 1.4.3 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> open62541 v1.3.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openssh 9.1p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> optee-client 3.19.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-class-method-modifiers 2.13 Collecting legal info LICENSE: OK (sha256: d17e5cba8d4039f6973d5873f73b0c8949c1cffb338fafe7a57e972767546561) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-class-std-fast 0.0.8 Collecting legal info README: OK (sha256: aa1ab90c498aee078076e9a1f83e5f14bbfd841509582795ab5a9571428c0c38) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-class-std 0.013 Collecting legal info README: OK (sha256: b8175bf3750dc54096bf1506c681b4f13262e5b82e40244e9a77730c6b72e4d6) >>> perl-file-util 4.201720 Collecting legal info COPYING: OK (sha256: 5f3732812570654ba911e45ec4e5f7353f4b63747ebfc506c543e8fb1ccf797f) LICENSE: OK (sha256: 996b77ca668f16a443ed14758fce492bddd9f55fe831ee8353274c89191b8544) >>> perl-gd 2.76 Collecting legal info LICENSE: OK (sha256: 1e2250289d6df4ba1c24f7550982d7ffaff2c97cd02e847659406e1afd28e83f) >>> host-perl-extutils-pkgconfig 1.16 Collecting legal info README: OK (sha256: 1ca66d6d9d2e14426825889848f0b5b4d4e153afcd74b8f42a1f2937c3a9973d) >>> perl-io-interface 1.09 Collecting legal info LICENSE: OK (sha256: b5a5bf59bd1be13f7f498e5aa2ea5c0c603c04a095dcf03a06aa5b83bbccf921) >>> perl-moo 2.005004 Collecting legal info LICENSE: OK (sha256: a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a) >>> perl-net-ssleay 1.93_01 Collecting legal info LICENSE: OK (sha256: 685e534b60d4e2b4fbb1a259a83b5a86e877a919bbb9efc95994276f706a3a71) >>> perl-role-tiny 2.002004 Collecting legal info LICENSE: OK (sha256: a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a) >>> perl-sub-exporter-progressive 0.001013 Collecting legal info LICENSE: OK (sha256: 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99) >>> perl-sub-quote 2.006006 Collecting legal info LICENSE: OK (sha256: 88f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9c) >>> perl-uri 5.12 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> perl-www-robotrules 6.02 Collecting legal info README: OK (sha256: fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-python-greenlet 2.0.1 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> sqlite 3.40.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ssdp-responder 1.9 Collecting legal info LICENSE: OK (sha256: 68d6fdc22e337f725fe719bf9ae6d92b1d8d0ca4cff8219b303ab76706670a8d) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> urandom-scripts Collecting legal info >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> whetstone 1.2 Collecting legal info >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: jquery-mobile-1.4.3: cannot save license (JQUERY_MOBILE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-6/output-1/legal-info make: Leaving directory '/tmp/instance-6/buildroot'