>>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' _ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n saned -1 saned -1 * /etc/sane.d - - Saned User\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-2/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3290 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3290 0% [ ] 2/3290 0% [ ] 3/3290 0% [ ] 4/3290 0% [ ] 5/3290 0% [ ] 6/3290 0% [ ] 7/3290 0% [ ] 8/3290 0% [ ] 9/3290 0% [ ] 10/3290 0% [ ] 11/3290 0% [ ] 12/3290 0% [ ] 13/3290 0% [ ] 14/3290 0% [ ] 15/3290 0% [ ] 16/3290 0% [ ] 17/3290 0% [ ] 18/3290 0% [ ] 19/3290 0% [ ] 20/3290 0% [ ] 21/3290 0% [ ] 22/3290 0% [ ] 23/3290 0% [ ] 24/3290 0% [ ] 25/3290 0% [ ] 26/3290 0% [ ] 27/3290 0% [ ] 28/3290 0% [ ] 29/3290 0% [ ] 30/3290 0% [ ] 31/3290 0% [ ] 32/3290 0% [ ] 33/3290 1% [ ] 34/3290 1% [ ] 35/3290 1% [ ] 36/3290 1% [ ] 37/3290 1% [ ] 38/3290 1% [ ] 39/3290 1% [ ] 40/3290 1% [ ] 41/3290 1% [ ] 42/3290 1% [ ] 43/3290 1% [ ] 44/3290 1% [ ] 45/3290 1% [ ] 46/3290 1% [ ] 47/3290 1% [ ] 48/3290 1% [ ] 49/3290 1% [ ] 50/3290 1% [ ] 51/3290 1% [ ] 52/3290 1% [ ] 53/3290 1% [= ] 54/3290 1% [= ] 55/3290 1% [= ] 56/3290 1% [= ] 57/3290 1% [= ] 58/3290 1% [= ] 59/3290 1% [= ] 60/3290 1% [= ] 61/3290 1% [= ] 62/3290 1% [= ] 63/3290 1% [= ] 64/3290 1% [= ] 65/3290 1% [= ] 66/3290 2% [= ] 67/3290 2% [= ] 68/3290 2% [= ] 69/3290 2% [= ] 70/3290 2% [= ] 71/3290 2% [= ] 72/3290 2% [= ] 73/3290 2% [= ] 74/3290 2% [= ] 75/3290 2% [= ] 76/3290 2% [= ] 77/3290 2% [= ] 78/3290 2% [= ] 79/3290 2% [= ] 80/3290 2% [= ] 81/3290 2% [= ] 82/3290 2% [= ] 83/3290 2% [= ] 84/3290 2% [= ] 85/3290 2% [= ] 86/3290 2% [= ] 87/3290 2% [= ] 88/3290 2% [= ] 89/3290 2% [= ] 90/3290 2% [= ] 91/3290 2% [= ] 92/3290 2% [= ] 93/3290 2% [= ] 94/3290 2% [= ] 95/3290 2% [= ] 96/3290 2% [= ] 97/3290 2% [= ] 98/3290 2% [= ] 99/3290 3% [= ] 100/3290 3% [= ] 101/3290 3% [= ] 102/3290 3% [= ] 103/3290 3% [= ] 104/3290 3% [= ] 105/3290 3% [= ] 106/3290 3% [== ] 107/3290 3% [== ] 108/3290 3% [== ] 109/3290 3% [== ] 110/3290 3% [== ] 111/3290 3% [== ] 112/3290 3% [== ] 113/3290 3% [== ] 114/3290 3% [== ] 115/3290 3% [== ] 116/3290 3% [== ] 117/3290 3% [== ] 118/3290 3% [== ] 119/3290 3% [== ] 120/3290 3% [== ] 121/3290 3% [== ] 122/3290 3% [== ] 123/3290 3% [== ] 124/3290 3% [== ] 125/3290 3% [== ] 126/3290 3% [== ] 127/3290 3% [== ] 128/3290 3% [== ] 129/3290 3% [== ] 130/3290 3% [== ] 131/3290 3% [== ] 132/3290 4% [== ] 133/3290 4% [== ] 134/3290 4% [== ] 135/3290 4% [== ] 136/3290 4% [== ] 137/3290 4% [== ] 138/3290 4% [== ] 139/3290 4% [== ] 140/3290 4% [== ] 141/3290 4% [== ] 142/3290 4% [== ] 143/3290 4% [== ] 144/3290 4% [== ] 145/3290 4% [== ] 146/3290 4% [== ] 147/3290 4% [== ] 148/3290 4% [== ] 149/3290 4% [== ] 150/3290 4% [== ] 151/3290 4% [== ] 152/3290 4% [== ] 153/3290 4% [== ] 154/3290 4% [== ] 155/3290 4% [== ] 156/3290 4% [== ] 157/3290 4% [== ] 158/3290 4% [== ] 159/3290 4% [=== ] 160/3290 4% [=== ] 161/3290 4% [=== ] 162/3290 4% [=== ] 163/3290 4% [=== ] 164/3290 4% [=== ] 165/3290 5% [=== ] 166/3290 5% [=== ] 167/3290 5% [=== ] 168/3290 5% [=== ] 169/3290 5% [=== ] 170/3290 5% [=== ] 171/3290 5% [=== ] 172/3290 5% [=== ] 173/3290 5% [=== ] 174/3290 5% [=== ] 175/3290 5% [=== ] 176/3290 5% [=== ] 177/3290 5% [=== ] 178/3290 5% [=== ] 179/3290 5% [=== ] 180/3290 5% [=== ] 181/3290 5% [=== ] 182/3290 5% [=== ] 183/3290 5% [=== ] 184/3290 5% [=== ] 185/3290 5% [=== ] 186/3290 5% [=== ] 187/3290 5% [=== ] 188/3290 5% [=== ] 189/3290 5% [=== ] 190/3290 5% [=== ] 191/3290 5% [=== ] 192/3290 5% [=== ] 193/3290 5% [=== ] 194/3290 5% [=== ] 195/3290 5% [=== ] 196/3290 5% [=== ] 197/3290 5% [=== ] 198/3290 6% [=== ] 199/3290 6% [=== ] 200/3290 6% [=== ] 201/3290 6% [=== ] 202/3290 6% [=== ] 203/3290 6% [=== ] 204/3290 6% [=== ] 205/3290 6% [=== ] 206/3290 6% [=== ] 207/3290 6% [=== ] 208/3290 6% [=== ] 209/3290 6% [=== ] 210/3290 6% [=== ] 211/3290 6% [=== ] 212/3290 6% [==== ] 213/3290 6% [==== ] 214/3290 6% [==== ] 215/3290 6% [==== ] 216/3290 6% [==== ] 217/3290 6% [==== ] 218/3290 6% [==== ] 219/3290 6% [==== ] 220/3290 6% [==== ] 221/3290 6% [==== ] 222/3290 6% [==== ] 223/3290 6% [==== ] 224/3290 6% [==== ] 225/3290 6% [==== ] 226/3290 6% [==== ] 227/3290 6% [==== ] 228/3290 6% [==== ] 229/3290 6% [==== ] 230/3290 6% [==== ] 231/3290 7% [==== ] 232/3290 7% [==== ] 233/3290 7% [==== ] 234/3290 7% [==== ] 235/3290 7% [==== ] 236/3290 7% [==== ] 237/3290 7% [==== ] 238/3290 7% [==== ] 239/3290 7% [==== ] 240/3290 7% [==== ] 241/3290 7% [==== ] 242/3290 7% [==== ] 243/3290 7% [==== ] 244/3290 7% [==== ] 245/3290 7% [==== ] 246/3290 7% [==== ] 247/3290 7% [==== ] 248/3290 7% [==== ] 249/3290 7% [==== ] 250/3290 7% [==== ] 251/3290 7% [==== ] 252/3290 7% [==== ] 253/3290 7% [==== ] 254/3290 7% [==== ] 255/3290 7% [==== ] 256/3290 7% [==== ] 257/3290 7% [==== ] 258/3290 7% [==== ] 259/3290 7% [==== ] 260/3290 7% [==== ] 261/3290 7% [==== ] 262/3290 7% [==== ] 263/3290 7% [==== ] 264/3290 8% [==== ] 265/3290 8% [===== ] 266/3290 8% [===== ] 267/3290 8% [===== ] 268/3290 8% [===== ] 269/3290 8% [===== ] 270/3290 8% [===== ] 271/3290 8% [===== ] 272/3290 8% [===== ] 273/3290 8% [===== ] 274/3290 8% [===== ] 275/3290 8% [===== ] 276/3290 8% [===== ] 277/3290 8% [===== ] 278/3290 8% [===== ] 279/3290 8% [===== ] 280/3290 8% [===== ] 281/3290 8% [===== ] 282/3290 8% [===== ] 283/3290 8% [===== ] 284/3290 8% [===== ] 285/3290 8% [===== ] 286/3290 8% [===== ] 287/3290 8% [===== ] 288/3290 8% [===== ] 289/3290 8% [===== ] 290/3290 8% [===== ] 291/3290 8% [===== ] 292/3290 8% [===== ] 293/3290 8% [===== ] 294/3290 8% [===== ] 295/3290 8% [===== ] 296/3290 8% [===== ] 297/3290 9% [===== ] 298/3290 9% [===== ] 299/3290 9% [===== ] 300/3290 9% [===== ] 301/3290 9% [===== ] 302/3290 9% [===== ] 303/3290 9% [===== ] 304/3290 9% [===== ] 305/3290 9% [===== ] 306/3290 9% [===== ] 307/3290 9% [===== ] 308/3290 9% [===== ] 309/3290 9% [===== ] 310/3290 9% [===== ] 311/3290 9% [===== ] 312/3290 9% [===== ] 313/3290 9% [===== ] 314/3290 9% [===== ] 315/3290 9% [===== ] 316/3290 9% [===== ] 317/3290 9% [===== ] 318/3290 9% [====== ] 319/3290 9% [====== ] 320/3290 9% [====== ] 321/3290 9% [====== ] 322/3290 9% [====== ] 323/3290 9% [====== ] 324/3290 9% [====== ] 325/3290 9% [====== ] 326/3290 9% [====== ] 327/3290 9% [====== ] 328/3290 9% [====== ] 329/3290 10% [====== ] 330/3290 10% [====== ] 331/3290 10% [====== ] 332/3290 10% [====== ] 333/3290 10% [====== ] 334/3290 10% [====== ] 335/3290 10% [====== ] 336/3290 10% [====== ] 337/3290 10% [====== ] 338/3290 10% [====== ] 339/3290 10% [====== ] 340/3290 10% [====== ] 341/3290 10% [====== ] 342/3290 10% [====== ] 343/3290 10% [====== ] 344/3290 10% [====== ] 345/3290 10% [====== ] 346/3290 10% [====== ] 347/3290 10% [====== ] 348/3290 10% [====== ] 349/3290 10% [====== ] 350/3290 10% [====== ] 351/3290 10% [====== ] 352/3290 10% [====== ] 353/3290 10% [====== ] 354/3290 10% [====== ] 355/3290 10% [====== ] 356/3290 10% [====== ] 357/3290 10% [====== ] 358/3290 10% [====== ] 359/3290 10% [====== ] 360/3290 10% [====== ] 361/3290 10% [====== ] 362/3290 11% [====== ] 363/3290 11% [====== ] 364/3290 11% [====== ] 365/3290 11% [====== ] 366/3290 11% [====== ] 367/3290 11% [====== ] 368/3290 11% [====== ] 369/3290 11% [====== ] 370/3290 11% [====== ] 371/3290 11% [======= ] 372/3290 11% [======= ] 373/3290 11% [======= ] 374/3290 11% [======= ] 375/3290 11% [======= ] 376/3290 11% [======= ] 377/3290 11% [======= ] 378/3290 11% [======= ] 379/3290 11% [======= ] 380/3290 11% [======= ] 381/3290 11% [======= ] 382/3290 11% [======= ] 383/3290 11% [======= ] 384/3290 11% [======= ] 385/3290 11% [======= ] 386/3290 11% [======= ] 387/3290 11% [======= ] 388/3290 11% [======= ] 389/3290 11% [======= ] 390/3290 11% [======= ] 391/3290 11% [======= ] 392/3290 11% [======= ] 393/3290 11% [======= ] 394/3290 11% [======= ] 395/3290 12% [======= ] 396/3290 12% [======= ] 397/3290 12% [======= ] 398/3290 12% [======= ] 399/3290 12% [======= ] 400/3290 12% [======= ] 401/3290 12% [======= ] 402/3290 12% [======= ] 403/3290 12% [======= ] 404/3290 12% [======= ] 405/3290 12% [======= ] 406/3290 12% [======= ] 407/3290 12% [======= ] 408/3290 12% [======= ] 409/3290 12% [======= ] 410/3290 12% [======= ] 411/3290 12% [======= ] 412/3290 12% [======= ] 413/3290 12% [======= ] 414/3290 12% [======= ] 415/3290 12% [======= ] 416/3290 12% [======= ] 417/3290 12% [======= ] 418/3290 12% [======= ] 419/3290 12% [======= ] 420/3290 12% [======= ] 421/3290 12% [======= ] 422/3290 12% [======= ] 423/3290 12% [======= ] 424/3290 12% [======== ] 425/3290 12% [======== ] 426/3290 12% [======== ] 427/3290 12% [======== ] 428/3290 13% [======== ] 429/3290 13% [======== ] 430/3290 13% [======== ] 431/3290 13% [======== ] 432/3290 13% [======== ] 433/3290 13% [======== ] 434/3290 13% [======== ] 435/3290 13% [======== ] 436/3290 13% [======== ] 437/3290 13% [======== ] 438/3290 13% [======== ] 439/3290 13% [======== ] 440/3290 13% [======== ] 441/3290 13% [======== ] 442/3290 13% [======== ] 443/3290 13% [======== ] 444/3290 13% [======== ] 445/3290 13% [======== ] 446/3290 13% [======== ] 447/3290 13% [======== ] 448/3290 13% [======== ] 449/3290 13% [======== ] 450/3290 13% [======== ] 451/3290 13% [======== ] 452/3290 13% [======== ] 453/3290 13% [======== ] 454/3290 13% [======== ] 455/3290 13% [======== ] 456/3290 13% [======== ] 457/3290 13% [======== ] 458/3290 13% [======== ] 459/3290 13% [======== ] 460/3290 13% [======== ] 461/3290 14% [======== ] 462/3290 14% [======== ] 463/3290 14% [======== ] 464/3290 14% [======== ] 465/3290 14% [======== ] 466/3290 14% [======== ] 467/3290 14% [======== ] 468/3290 14% [======== ] 469/3290 14% [======== ] 470/3290 14% [======== ] 471/3290 14% [======== ] 472/3290 14% [======== ] 473/3290 14% [======== ] 474/3290 14% [======== ] 475/3290 14% [======== ] 476/3290 14% [======== ] 477/3290 14% [========= ] 478/3290 14% [========= ] 479/3290 14% [========= ] 480/3290 14% [========= ] 481/3290 14% [========= ] 482/3290 14% [========= ] 483/3290 14% [========= ] 484/3290 14% [========= ] 485/3290 14% [========= ] 486/3290 14% [========= ] 487/3290 14% [========= ] 488/3290 14% [========= ] 489/3290 14% [========= ] 490/3290 14% [========= ] 491/3290 14% [========= ] 492/3290 14% [========= ] 493/3290 14% [========= ] 494/3290 15% [========= ] 495/3290 15% [========= ] 496/3290 15% [========= ] 497/3290 15% [========= ] 498/3290 15% [========= ] 499/3290 15% [========= ] 500/3290 15% [========= ] 501/3290 15% [========= ] 502/3290 15% [========= ] 503/3290 15% [========= ] 504/3290 15% [========= ] 505/3290 15% [========= ] 506/3290 15% [========= ] 507/3290 15% [========= ] 508/3290 15% [========= ] 509/3290 15% [========= ] 510/3290 15% [========= ] 511/3290 15% [========= ] 512/3290 15% [========= ] 513/3290 15% [========= ] 514/3290 15% [========= ] 515/3290 15% [========= ] 516/3290 15% [========= ] 517/3290 15% [========= ] 518/3290 15% [========= ] 519/3290 15% [========= ] 520/3290 15% [========= ] 521/3290 15% [========= ] 522/3290 15% [========= ] 523/3290 15% [========= ] 524/3290 15% [========= ] 525/3290 15% [========= ] 526/3290 15% [========= ] 527/3290 16% [========= ] 528/3290 16% [========= ] 529/3290 16% [========= ] 530/3290 16% [========== ] 531/3290 16% [========== ] 532/3290 16% [========== ] 533/3290 16% [========== ] 534/3290 16% [========== ] 535/3290 16% [========== ] 536/3290 16% [========== ] 537/3290 16% [========== ] 538/3290 16% [========== ] 539/3290 16% [========== ] 540/3290 16% [========== ] 541/3290 16% [========== ] 542/3290 16% [========== ] 543/3290 16% [========== ] 544/3290 16% [========== ] 545/3290 16% [========== ] 546/3290 16% [========== ] 547/3290 16% [========== ] 548/3290 16% [========== ] 549/3290 16% [========== ] 550/3290 16% [========== ] 551/3290 16% [========== ] 552/3290 16% [========== ] 553/3290 16% [========== ] 554/3290 16% [========== ] 555/3290 16% [========== ] 556/3290 16% [========== ] 557/3290 16% [========== ] 558/3290 16% [========== ] 559/3290 16% [========== ] 560/3290 17% [========== ] 561/3290 17% [========== ] 562/3290 17% [========== ] 563/3290 17% [========== ] 564/3290 17% [========== ] 565/3290 17% [========== ] 566/3290 17% [========== ] 567/3290 17% [========== ] 568/3290 17% [========== ] 569/3290 17% [========== ] 570/3290 17% [========== ] 571/3290 17% [========== ] 572/3290 17% [========== ] 573/3290 17% [========== ] 574/3290 17% [========== ] 575/3290 17% [========== ] 576/3290 17% [========== ] 577/3290 17% [========== ] 578/3290 17% [========== ] 579/3290 17% [========== ] 580/3290 17% [========== ] 581/3290 17% [========== ] 582/3290 17% [========== ] 583/3290 17% [=========== ] 584/3290 17% [=========== ] 585/3290 17% [=========== ] 586/3290 17% [=========== ] 587/3290 17% [=========== ] 588/3290 17% [=========== ] 589/3290 17% [=========== ] 590/3290 17% [=========== ] 591/3290 17% [=========== ] 592/3290 17% [=========== ] 593/3290 18% [=========== ] 594/3290 18% [=========== ] 595/3290 18% [=========== ] 596/3290 18% [=========== ] 597/3290 18% [=========== ] 598/3290 18% [=========== ] 599/3290 18% [=========== ] 600/3290 18% [=========== ] 601/3290 18% [=========== ] 602/3290 18% [=========== ] 603/3290 18% [=========== ] 604/3290 18% [=========== ] 605/3290 18% [=========== ] 606/3290 18% [=========== ] 607/3290 18% [=========== ] 608/3290 18% [=========== ] 609/3290 18% [=========== ] 610/3290 18% [=========== ] 611/3290 18% [=========== ] 612/3290 18% [=========== ] 613/3290 18% [=========== ] 614/3290 18% [=========== ] 615/3290 18% [=========== ] 616/3290 18% [=========== ] 617/3290 18% [=========== ] 618/3290 18% [=========== ] 619/3290 18% [=========== ] 620/3290 18% [=========== ] 621/3290 18% [=========== ] 622/3290 18% [=========== ] 623/3290 18% [=========== ] 624/3290 18% [=========== ] 625/3290 18% [=========== ] 626/3290 19% [=========== ] 627/3290 19% [=========== ] 628/3290 19% [=========== ] 629/3290 19% [=========== ] 630/3290 19% [=========== ] 631/3290 19% [=========== ] 632/3290 19% [=========== ] 633/3290 19% [=========== ] 634/3290 19% [=========== ] 635/3290 19% [=========== ] 636/3290 19% [============ ] 637/3290 19% [============ ] 638/3290 19% [============ ] 639/3290 19% [============ ] 640/3290 19% [============ ] 641/3290 19% [============ ] 642/3290 19% [============ ] 643/3290 19% [============ ] 644/3290 19% [============ ] 645/3290 19% [============ ] 646/3290 19% [============ ] 647/3290 19% [============ ] 648/3290 19% [============ ] 649/3290 19% [============ ] 650/3290 19% [============ ] 651/3290 19% [============ ] 652/3290 19% [============ ] 653/3290 19% [============ ] 654/3290 19% [============ ] 655/3290 19% [============ ] 656/3290 19% [============ ] 657/3290 19% [============ ] 658/3290 20% [============ ] 659/3290 20% [============ ] 660/3290 20% [============ ] 661/3290 20% [============ ] 662/3290 20% [============ ] 663/3290 20% [============ ] 664/3290 20% [============ ] 665/3290 20% [============ ] 666/3290 20% [============ ] 667/3290 20% [============ ] 668/3290 20% [============ ] 669/3290 20% [============ ] 670/3290 20% [============ ] 671/3290 20% [============ ] 672/3290 20% [============ ] 673/3290 20% [============ ] 674/3290 20% [============ ] 675/3290 20% [============ ] 676/3290 20% [============ ] 677/3290 20% [============ ] 678/3290 20% [============ ] 679/3290 20% [============ ] 680/3290 20% [============ ] 681/3290 20% [============ ] 682/3290 20% [============ ] 683/3290 20% [============ ] 684/3290 20% [============ ] 685/3290 20% [============ ] 686/3290 20% [============ ] 687/3290 20% [============ ] 688/3290 20% [============ ] 689/3290 20% [============= ] 690/3290 20% [============= ] 691/3290 21% [============= ] 692/3290 21% [============= ] 693/3290 21% [============= ] 694/3290 21% [============= ] 695/3290 21% [============= ] 696/3290 21% [============= ] 697/3290 21% [============= ] 698/3290 21% [============= ] 699/3290 21% [============= ] 700/3290 21% [============= ] 701/3290 21% [============= ] 702/3290 21% [============= ] 703/3290 21% [============= ] 704/3290 21% [============= ] 705/3290 21% [============= ] 706/3290 21% [============= ] 707/3290 21% [============= ] 708/3290 21% [============= ] 709/3290 21% [============= ] 710/3290 21% [============= ] 711/3290 21% [============= ] 712/3290 21% [============= ] 713/3290 21% [============= ] 714/3290 21% [============= ] 715/3290 21% [============= ] 716/3290 21% [============= ] 717/3290 21% [============= ] 718/3290 21% [============= ] 719/3290 21% [============= ] 720/3290 21% [============= ] 721/3290 21% [============= ] 722/3290 21% [============= ] 723/3290 21% [============= ] 724/3290 22% [============= ] 725/3290 22% [============= ] 726/3290 22% [============= ] 727/3290 22% [============= ] 728/3290 22% [============= ] 729/3290 22% [============= ] 730/3290 22% [============= ] 731/3290 22% [============= ] 732/3290 22% [============= ] 733/3290 22% [============= ] 734/3290 22% [============= ] 735/3290 22% [============= ] 736/3290 22% [============= ] 737/3290 22% [============= ] 738/3290 22% [============= ] 739/3290 22% [============= ] 740/3290 22% [============= ] 741/3290 22% [============= ] 742/3290 22% [============== ] 743/3290 22% [============== ] 744/3290 22% [============== ] 745/3290 22% [============== ] 746/3290 22% [============== ] 747/3290 22% [============== ] 748/3290 22% [============== ] 749/3290 22% [============== ] 750/3290 22% [============== ] 751/3290 22% [============== ] 752/3290 22% [============== ] 753/3290 22% [============== ] 754/3290 22% [============== ] 755/3290 22% [============== ] 756/3290 22% [============== ] 757/3290 23% [============== ] 758/3290 23% [============== ] 759/3290 23% [============== ] 760/3290 23% [============== ] 761/3290 23% [============== ] 762/3290 23% [============== ] 763/3290 23% [============== ] 764/3290 23% [============== ] 765/3290 23% [============== ] 766/3290 23% [============== ] 767/3290 23% [============== ] 768/3290 23% [============== ] 769/3290 23% [============== ] 770/3290 23% [============== ] 771/3290 23% [============== ] 772/3290 23% [============== ] 773/3290 23% [============== ] 774/3290 23% [============== ] 775/3290 23% [============== ] 776/3290 23% [============== ] 777/3290 23% [============== ] 778/3290 23% [============== ] 779/3290 23% [============== ] 780/3290 23% [============== ] 781/3290 23% [============== ] 782/3290 23% [============== ] 783/3290 23% [============== ] 784/3290 23% [============== ] 785/3290 23% [============== ] 786/3290 23% [============== ] 787/3290 23% [============== ] 788/3290 23% [============== ] 789/3290 23% [============== ] 790/3290 24% [============== ] 791/3290 24% [============== ] 792/3290 24% [============== ] 793/3290 24% [============== ] 794/3290 24% [============== ] 795/3290 24% [=============== ] 796/3290 24% [=============== ] 797/3290 24% [=============== ] 798/3290 24% [=============== ] 799/3290 24% [=============== ] 800/3290 24% [=============== ] 801/3290 24% [=============== ] 802/3290 24% [=============== ] 803/3290 24% [=============== ] 804/3290 24% [=============== ] 805/3290 24% [=============== ] 806/3290 24% [=============== ] 807/3290 24% [=============== ] 808/3290 24% [=============== ] 809/3290 24% [=============== ] 810/3290 24% [=============== ] 811/3290 24% [=============== ] 812/3290 24% [=============== ] 813/3290 24% [=============== ] 814/3290 24% [=============== ] 815/3290 24% [=============== ] 816/3290 24% [=============== ] 817/3290 24% [=============== ] 818/3290 24% [=============== ] 819/3290 24% [=============== ] 820/3290 24% [=============== ] 821/3290 24% [=============== ] 822/3290 24% [=============== ] 823/3290 25% [=============== ] 824/3290 25% [=============== ] 825/3290 25% [=============== ] 826/3290 25% [=============== ] 827/3290 25% [=============== ] 828/3290 25% [=============== ] 829/3290 25% [=============== ] 830/3290 25% [=============== ] 831/3290 25% [=============== ] 832/3290 25% [=============== ] 833/3290 25% [=============== ] 834/3290 25% [=============== ] 835/3290 25% [=============== ] 836/3290 25% [=============== ] 837/3290 25% [=============== ] 838/3290 25% [=============== ] 839/3290 25% [=============== ] 840/3290 25% [=============== ] 841/3290 25% [=============== ] 842/3290 25% [=============== ] 843/3290 25% [=============== ] 844/3290 25% [=============== ] 845/3290 25% [=============== ] 846/3290 25% [=============== ] 847/3290 25% [=============== ] 848/3290 25% [=============== ] 849/3290 25% [================ ] 850/3290 25% [================ ] 851/3290 25% [================ ] 852/3290 25% [================ ] 853/3290 25% [================ ] 854/3290 25% [================ ] 855/3290 25% [================ ] 856/3290 26% [================ ] 857/3290 26% [================ ] 858/3290 26% [================ ] 859/3290 26% [================ ] 860/3290 26% [================ ] 861/3290 26% [================ ] 862/3290 26% [================ ] 863/3290 26% [================ ] 864/3290 26% [================ ] 865/3290 26% [================ ] 866/3290 26% [================ ] 867/3290 26% [================ ] 868/3290 26% [================ ] 869/3290 26% [================ ] 870/3290 26% [================ ] 871/3290 26% [================ ] 872/3290 26% [================ ] 873/3290 26% [================ ] 874/3290 26% [================ ] 875/3290 26% [================ ] 876/3290 26% [================ ] 877/3290 26% [================ ] 878/3290 26% [================ ] 879/3290 26% [================ ] 880/3290 26% [================ ] 881/3290 26% [================ ] 882/3290 26% [================ ] 883/3290 26% [================ ] 884/3290 26% [================ ] 885/3290 26% [================ ] 886/3290 26% [================ ] 887/3290 26% [================ ] 888/3290 26% [================ ] 889/3290 27% [================ ] 890/3290 27% [================ ] 891/3290 27% [================ ] 892/3290 27% [================ ] 893/3290 27% [================ ] 894/3290 27% [================ ] 895/3290 27% [================ ] 896/3290 27% [================ ] 897/3290 27% [================ ] 898/3290 27% [================ ] 899/3290 27% [================ ] 900/3290 27% [================ ] 901/3290 27% [================ ] 902/3290 27% [================= ] 903/3290 27% [================= ] 904/3290 27% [================= ] 905/3290 27% [================= ] 906/3290 27% [================= ] 907/3290 27% [================= ] 908/3290 27% [================= ] 909/3290 27% [================= ] 910/3290 27% [================= ] 911/3290 27% [================= ] 912/3290 27% [================= ] 913/3290 27% [================= ] 914/3290 27% [================= ] 915/3290 27% [================= ] 916/3290 27% [================= ] 917/3290 27% [================= ] 918/3290 27% [================= ] 919/3290 27% [================= ] 920/3290 27% [================= ] 921/3290 27% [================= ] 922/3290 28% [================= ] 923/3290 28% [================= ] 924/3290 28% [================= ] 925/3290 28% [================= ] 926/3290 28% [================= ] 927/3290 28% [================= ] 928/3290 28% [================= ] 929/3290 28% [================= ] 930/3290 28% [================= ] 931/3290 28% [================= ] 932/3290 28% [================= ] 933/3290 28% [================= ] 934/3290 28% [================= ] 935/3290 28% [================= ] 936/3290 28% [================= ] 937/3290 28% [================= ] 938/3290 28% [================= ] 939/3290 28% [================= ] 940/3290 28% [================= ] 941/3290 28% [================= ] 942/3290 28% [================= ] 943/3290 28% [================= ] 944/3290 28% [================= ] 945/3290 28% [================= ] 946/3290 28% [================= ] 947/3290 28% [================= ] 948/3290 28% [================= ] 949/3290 28% [================= ] 950/3290 28% [================= ] 951/3290 28% [================= ] 952/3290 28% [================= ] 953/3290 28% [================= ] 954/3290 28% [================= ] 955/3290 29% [================== ] 956/3290 29% [================== ] 957/3290 29% [================== ] 958/3290 29% [================== ] 959/3290 29% [================== ] 960/3290 29% [================== ] 961/3290 29% [================== ] 962/3290 29% [================== ] 963/3290 29% [================== ] 964/3290 29% [================== ] 965/3290 29% [================== ] 966/3290 29% [================== ] 967/3290 29% [================== ] 968/3290 29% [================== ] 969/3290 29% [================== ] 970/3290 29% [================== ] 971/3290 29% [================== ] 972/3290 29% [================== ] 973/3290 29% [================== ] 974/3290 29% [================== ] 975/3290 29% [================== ] 976/3290 29% [================== ] 977/3290 29% [================== ] 978/3290 29% [================== ] 979/3290 29% [================== ] 980/3290 29% [================== ] 981/3290 29% [================== ] 982/3290 29% [================== ] 983/3290 29% [================== ] 984/3290 29% [================== ] 985/3290 29% [================== ] 986/3290 29% [================== ] 987/3290 30% [================== ] 988/3290 30% [================== ] 989/3290 30% [================== ] 990/3290 30% [================== ] 991/3290 30% [================== ] 992/3290 30% [================== ] 993/3290 30% [================== ] 994/3290 30% [================== ] 995/3290 30% [================== ] 996/3290 30% [================== ] 997/3290 30% [================== ] 998/3290 30% [================== ] 999/3290 30% [================== ] 1000/3290 30% [================== ] 1001/3290 30% [================== ] 1002/3290 30% [================== ] 1003/3290 30% [================== ] 1004/3290 30% [================== ] 1005/3290 30% [================== ] 1006/3290 30% [================== ] 1007/3290 30% [================== ] 1008/3290 30% [=================== ] 1009/3290 30% [=================== ] 1010/3290 30% [=================== ] 1011/3290 30% [=================== ] 1012/3290 30% [=================== ] 1013/3290 30% [=================== ] 1014/3290 30% [=================== ] 1015/3290 30% [=================== ] 1016/3290 30% [=================== ] 1017/3290 30% [=================== ] 1018/3290 30% [=================== ] 1019/3290 30% [=================== ] 1020/3290 31% [=================== ] 1021/3290 31% [=================== ] 1022/3290 31% [=================== ] 1023/3290 31% [=================== ] 1024/3290 31% [=================== ] 1025/3290 31% [=================== ] 1026/3290 31% [=================== ] 1027/3290 31% [=================== ] 1028/3290 31% [=================== ] 1029/3290 31% [=================== ] 1030/3290 31% [=================== ] 1031/3290 31% [=================== ] 1032/3290 31% [=================== ] 1033/3290 31% [=================== ] 1034/3290 31% [=================== ] 1035/3290 31% [=================== ] 1036/3290 31% [=================== ] 1037/3290 31% [=================== ] 1038/3290 31% [=================== ] 1039/3290 31% [=================== ] 1040/3290 31% [=================== ] 1041/3290 31% [=================== ] 1042/3290 31% [=================== ] 1043/3290 31% [=================== ] 1044/3290 31% [=================== ] 1045/3290 31% [=================== ] 1046/3290 31% [=================== ] 1047/3290 31% [=================== ] 1048/3290 31% [=================== ] 1049/3290 31% [=================== ] 1050/3290 31% [=================== ] 1051/3290 31% [=================== ] 1052/3290 31% [=================== ] 1053/3290 32% [=================== ] 1054/3290 32% [=================== ] 1055/3290 32% [=================== ] 1056/3290 32% [=================== ] 1057/3290 32% [=================== ] 1058/3290 32% [=================== ] 1059/3290 32% [=================== ] 1060/3290 32% [=================== ] 1061/3290 32% [==================== ] 1062/3290 32% [==================== ] 1063/3290 32% [==================== ] 1064/3290 32% [==================== ] 1065/3290 32% [==================== ] 1066/3290 32% [==================== ] 1067/3290 32% [==================== ] 1068/3290 32% [==================== ] 1069/3290 32% [==================== ] 1070/3290 32% [==================== ] 1071/3290 32% [==================== ] 1072/3290 32% [==================== ] 1073/3290 32% [==================== ] 1074/3290 32% [==================== ] 1075/3290 32% [==================== ] 1076/3290 32% [==================== ] 1077/3290 32% [==================== ] 1078/3290 32% [==================== ] 1079/3290 32% [==================== ] 1080/3290 32% [==================== ] 1081/3290 32% [==================== ] 1082/3290 32% [==================== ] 1083/3290 32% [==================== ] 1084/3290 32% [==================== ] 1085/3290 32% [==================== ] 1086/3290 33% [==================== ] 1087/3290 33% [==================== ] 1088/3290 33% [==================== ] 1089/3290 33% [==================== ] 1090/3290 33% [==================== ] 1091/3290 33% [==================== ] 1092/3290 33% [==================== ] 1093/3290 33% [==================== ] 1094/3290 33% [==================== ] 1095/3290 33% [==================== ] 1096/3290 33% [==================== ] 1097/3290 33% [==================== ] 1098/3290 33% [==================== ] 1099/3290 33% [==================== ] 1100/3290 33% [==================== ] 1101/3290 33% [==================== ] 1102/3290 33% [==================== ] 1103/3290 33% [==================== ] 1104/3290 33% [==================== ] 1105/3290 33% [==================== ] 1106/3290 33% [==================== ] 1107/3290 33% [==================== ] 1108/3290 33% [==================== ] 1109/3290 33% [==================== ] 1110/3290 33% [==================== ] 1111/3290 33% [==================== ] 1112/3290 33% [==================== ] 1113/3290 33% [==================== ] 1114/3290 33% [===================== ] 1115/3290 33% [===================== ] 1116/3290 33% [===================== ] 1117/3290 33% [===================== ] 1118/3290 33% [===================== ] 1119/3290 34% [===================== ] 1120/3290 34% [===================== ] 1121/3290 34% [===================== ] 1122/3290 34% [===================== ] 1123/3290 34% [===================== ] 1124/3290 34% [===================== ] 1125/3290 34% [===================== ] 1126/3290 34% [===================== ] 1127/3290 34% [===================== ] 1128/3290 34% [===================== ] 1129/3290 34% [===================== ] 1130/3290 34% [===================== ] 1131/3290 34% [===================== ] 1132/3290 34% [===================== ] 1133/3290 34% [===================== ] 1134/3290 34% [===================== ] 1135/3290 34% [===================== ] 1136/3290 34% [===================== ] 1137/3290 34% [===================== ] 1138/3290 34% [===================== ] 1139/3290 34% [===================== ] 1140/3290 34% [===================== ] 1141/3290 34% [===================== ] 1142/3290 34% [===================== ] 1143/3290 34% [===================== ] 1144/3290 34% [===================== ] 1145/3290 34% [===================== ] 1146/3290 34% [===================== ] 1147/3290 34% [===================== ] 1148/3290 34% [===================== ] 1149/3290 34% [===================== ] 1150/3290 34% [===================== ] 1151/3290 34% [===================== ] 1152/3290 35% [===================== ] 1153/3290 35% [===================== ] 1154/3290 35% [===================== ] 1155/3290 35% [===================== ] 1156/3290 35% [===================== ] 1157/3290 35% [===================== ] 1158/3290 35% [===================== ] 1159/3290 35% [===================== ] 1160/3290 35% [===================== ] 1161/3290 35% [===================== ] 1162/3290 35% [===================== ] 1163/3290 35% [===================== ] 1164/3290 35% [===================== ] 1165/3290 35% [===================== ] 1166/3290 35% [===================== ] 1167/3290 35% [====================== ] 1168/3290 35% [====================== ] 1169/3290 35% [====================== ] 1170/3290 35% [====================== ] 1171/3290 35% [====================== ] 1172/3290 35% [====================== ] 1173/3290 35% [====================== ] 1174/3290 35% [====================== ] 1175/3290 35% [====================== ] 1176/3290 35% [====================== ] 1177/3290 35% [====================== ] 1178/3290 35% [====================== ] 1179/3290 35% [====================== ] 1180/3290 35% [====================== ] 1181/3290 35% [====================== ] 1182/3290 35% [====================== ] 1183/3290 35% [====================== ] 1184/3290 35% [====================== ] 1185/3290 36% [====================== ] 1186/3290 36% [====================== ] 1187/3290 36% [====================== ] 1188/3290 36% [====================== ] 1189/3290 36% [====================== ] 1190/3290 36% [====================== ] 1191/3290 36% [====================== ] 1192/3290 36% [====================== ] 1193/3290 36% [====================== ] 1194/3290 36% [====================== ] 1195/3290 36% [====================== ] 1196/3290 36% [====================== ] 1197/3290 36% [====================== ] 1198/3290 36% [====================== ] 1199/3290 36% [====================== ] 1200/3290 36% [====================== ] 1201/3290 36% [====================== ] 1202/3290 36% [====================== ] 1203/3290 36% [====================== ] 1204/3290 36% [====================== ] 1205/3290 36% [====================== ] 1206/3290 36% [====================== ] 1207/3290 36% [====================== ] 1208/3290 36% [====================== ] 1209/3290 36% [====================== ] 1210/3290 36% [====================== ] 1211/3290 36% [====================== ] 1212/3290 36% [====================== ] 1213/3290 36% [====================== ] 1214/3290 36% [====================== ] 1215/3290 36% [====================== ] 1216/3290 36% [====================== ] 1217/3290 36% [====================== ] 1218/3290 37% [====================== ] 1219/3290 37% [====================== ] 1220/3290 37% [======================= ] 1221/3290 37% [======================= ] 1222/3290 37% [======================= ] 1223/3290 37% [======================= ] 1224/3290 37% [======================= ] 1225/3290 37% [======================= ] 1226/3290 37% [======================= ] 1227/3290 37% [======================= ] 1228/3290 37% [======================= ] 1229/3290 37% [======================= ] 1230/3290 37% [======================= ] 1231/3290 37% [======================= ] 1232/3290 37% [======================= ] 1233/3290 37% [======================= ] 1234/3290 37% [======================= ] 1235/3290 37% [======================= ] 1236/3290 37% [======================= ] 1237/3290 37% [======================= ] 1238/3290 37% [======================= ] 1239/3290 37% [======================= ] 1240/3290 37% [======================= ] 1241/3290 37% [======================= ] 1242/3290 37% [======================= ] 1243/3290 37% [======================= ] 1244/3290 37% [======================= ] 1245/3290 37% [======================= ] 1246/3290 37% [======================= ] 1247/3290 37% [======================= ] 1248/3290 37% [======================= ] 1249/3290 37% [======================= ] 1250/3290 37% [======================= ] 1251/3290 38% [======================= ] 1252/3290 38% [======================= ] 1253/3290 38% [======================= ] 1254/3290 38% [======================= ] 1255/3290 38% [======================= ] 1256/3290 38% [======================= ] 1257/3290 38% [======================= ] 1258/3290 38% [======================= ] 1259/3290 38% [======================= ] 1260/3290 38% [======================= ] 1261/3290 38% [======================= ] 1262/3290 38% [======================= ] 1263/3290 38% [======================= ] 1264/3290 38% [======================= ] 1265/3290 38% [======================= ] 1266/3290 38% [======================= ] 1267/3290 38% [======================= ] 1268/3290 38% [======================= ] 1269/3290 38% [======================= ] 1270/3290 38% [======================= ] 1271/3290 38% [======================= ] 1272/3290 38% [======================= ] 1273/3290 38% [======================== ] 1274/3290 38% [======================== ] 1275/3290 38% [======================== ] 1276/3290 38% [======================== ] 1277/3290 38% [======================== ] 1278/3290 38% [======================== ] 1279/3290 38% [======================== ] 1280/3290 38% [======================== ] 1281/3290 38% [======================== ] 1282/3290 38% [======================== ] 1283/3290 38% [======================== ] 1284/3290 39% [======================== ] 1285/3290 39% [======================== ] 1286/3290 39% [======================== ] 1287/3290 39% [======================== ] 1288/3290 39% [======================== ] 1289/3290 39% [======================== ] 1290/3290 39% [======================== ] 1291/3290 39% [======================== ] 1292/3290 39% [======================== ] 1293/3290 39% [======================== ] 1294/3290 39% [======================== ] 1295/3290 39% [======================== ] 1296/3290 39% [======================== ] 1297/3290 39% [======================== ] 1298/3290 39% [======================== ] 1299/3290 39% [======================== ] 1300/3290 39% [======================== ] 1301/3290 39% [======================== ] 1302/3290 39% [======================== ] 1303/3290 39% [======================== ] 1304/3290 39% [======================== ] 1305/3290 39% [======================== ] 1306/3290 39% [======================== ] 1307/3290 39% [======================== ] 1308/3290 39% [======================== ] 1309/3290 39% [======================== ] 1310/3290 39% [======================== ] 1311/3290 39% [======================== ] 1312/3290 39% [======================== ] 1313/3290 39% [======================== ] 1314/3290 39% [======================== ] 1315/3290 39% [======================== ] 1316/3290 40% [======================== ] 1317/3290 40% [======================== ] 1318/3290 40% [======================== ] 1319/3290 40% [======================== ] 1320/3290 40% [======================== ] 1321/3290 40% [======================== ] 1322/3290 40% [======================== ] 1323/3290 40% [======================== ] 1324/3290 40% [======================== ] 1325/3290 40% [======================== ] 1326/3290 40% [========================= ] 1327/3290 40% [========================= ] 1328/3290 40% [========================= ] 1329/3290 40% [========================= ] 1330/3290 40% [========================= ] 1331/3290 40% [========================= ] 1332/3290 40% [========================= ] 1333/3290 40% [========================= ] 1334/3290 40% [========================= ] 1335/3290 40% [========================= ] 1336/3290 40% [========================= ] 1337/3290 40% [========================= ] 1338/3290 40% [========================= ] 1339/3290 40% [========================= ] 1340/3290 40% [========================= ] 1341/3290 40% [========================= ] 1342/3290 40% [========================= ] 1343/3290 40% [========================= ] 1344/3290 40% [========================= ] 1345/3290 40% [========================= ] 1346/3290 40% [========================= ] 1347/3290 40% [========================= ] 1348/3290 40% [========================= ] 1349/3290 41% [========================= ] 1350/3290 41% [========================= ] 1351/3290 41% [========================= ] 1352/3290 41% [========================= ] 1353/3290 41% [========================= ] 1354/3290 41% [========================= ] 1355/3290 41% [========================= ] 1356/3290 41% [========================= ] 1357/3290 41% [========================= ] 1358/3290 41% [========================= ] 1359/3290 41% [========================= ] 1360/3290 41% [========================= ] 1361/3290 41% [========================= ] 1362/3290 41% [========================= ] 1363/3290 41% [========================= ] 1364/3290 41% [========================= ] 1365/3290 41% [========================= ] 1366/3290 41% [========================= ] 1367/3290 41% [========================= ] 1368/3290 41% [========================= ] 1369/3290 41% [========================= ] 1370/3290 41% [========================= ] 1371/3290 41% [========================= ] 1372/3290 41% [========================= ] 1373/3290 41% [========================= ] 1374/3290 41% [========================= ] 1375/3290 41% [========================= ] 1376/3290 41% [========================= ] 1377/3290 41% [========================= ] 1378/3290 41% [========================= ] 1379/3290 41% [========================== ] 1380/3290 41% [========================== ] 1381/3290 41% [========================== ] 1382/3290 42% [========================== ] 1383/3290 42% [========================== ] 1384/3290 42% [========================== ] 1385/3290 42% [========================== ] 1386/3290 42% [========================== ] 1387/3290 42% [========================== ] 1388/3290 42% [========================== ] 1389/3290 42% [========================== ] 1390/3290 42% [========================== ] 1391/3290 42% [========================== ] 1392/3290 42% [========================== ] 1393/3290 42% [========================== ] 1394/3290 42% [========================== ] 1395/3290 42% [========================== ] 1396/3290 42% [========================== ] 1397/3290 42% [========================== ] 1398/3290 42% [========================== ] 1399/3290 42% [========================== ] 1400/3290 42% [========================== ] 1401/3290 42% [========================== ] 1402/3290 42% [========================== ] 1403/3290 42% [========================== ] 1404/3290 42% [========================== ] 1405/3290 42% [========================== ] 1406/3290 42% [========================== ] 1407/3290 42% [========================== ] 1408/3290 42% [========================== ] 1409/3290 42% [========================== ] 1410/3290 42% [========================== ] 1411/3290 42% [========================== ] 1412/3290 42% [========================== ] 1413/3290 42% [========================== ] 1414/3290 42% [========================== ] 1415/3290 43% [========================== ] 1416/3290 43% [========================== ] 1417/3290 43% [========================== ] 1418/3290 43% [========================== ] 1419/3290 43% [========================== ] 1420/3290 43% [========================== ] 1421/3290 43% [========================== ] 1422/3290 43% [========================== ] 1423/3290 43% [========================== ] 1424/3290 43% [========================== ] 1425/3290 43% [========================== ] 1426/3290 43% [========================== ] 1427/3290 43% [========================== ] 1428/3290 43% [========================== ] 1429/3290 43% [========================== ] 1430/3290 43% [========================== ] 1431/3290 43% [========================== ] 1432/3290 43% [=========================== ] 1433/3290 43% [=========================== ] 1434/3290 43% [=========================== ] 1435/3290 43% [=========================== ] 1436/3290 43% [=========================== ] 1437/3290 43% [=========================== ] 1438/3290 43% [=========================== ] 1439/3290 43% [=========================== ] 1440/3290 43% [=========================== ] 1441/3290 43% [=========================== ] 1442/3290 43% [=========================== ] 1443/3290 43% [=========================== ] 1444/3290 43% [=========================== ] 1445/3290 43% [=========================== ] 1446/3290 43% [=========================== ] 1447/3290 43% [=========================== ] 1448/3290 44% [=========================== ] 1449/3290 44% [=========================== ] 1450/3290 44% [=========================== ] 1451/3290 44% [=========================== ] 1452/3290 44% [=========================== ] 1453/3290 44% [=========================== ] 1454/3290 44% [=========================== ] 1455/3290 44% [=========================== ] 1456/3290 44% [=========================== ] 1457/3290 44% [=========================== ] 1458/3290 44% [=========================== ] 1459/3290 44% [=========================== ] 1460/3290 44% [=========================== ] 1461/3290 44% [=========================== ] 1462/3290 44% [=========================== ] 1463/3290 44% [=========================== ] 1464/3290 44% [=========================== ] 1465/3290 44% [=========================== ] 1466/3290 44% [=========================== ] 1467/3290 44% [=========================== ] 1468/3290 44% [=========================== ] 1469/3290 44% [=========================== ] 1470/3290 44% [=========================== ] 1471/3290 44% [=========================== ] 1472/3290 44% [=========================== ] 1473/3290 44% [=========================== ] 1474/3290 44% [=========================== ] 1475/3290 44% [=========================== ] 1476/3290 44% [=========================== ] 1477/3290 44% [=========================== ] 1478/3290 44% [=========================== ] 1479/3290 44% [=========================== ] 1480/3290 44% [=========================== ] 1481/3290 45% [=========================== ] 1482/3290 45% [=========================== ] 1483/3290 45% [=========================== ] 1484/3290 45% [=========================== ] 1485/3290 45% [============================ ] 1486/3290 45% [============================ ] 1487/3290 45% [============================ ] 1488/3290 45% [============================ ] 1489/3290 45% [============================ ] 1490/3290 45% [============================ ] 1491/3290 45% [============================ ] 1492/3290 45% [============================ ] 1493/3290 45% [============================ ] 1494/3290 45% [============================ ] 1495/3290 45% [============================ ] 1496/3290 45% [============================ ] 1497/3290 45% [============================ ] 1498/3290 45% [============================ ] 1499/3290 45% [============================ ] 1500/3290 45% [============================ ] 1501/3290 45% [============================ ] 1502/3290 45% [============================ ] 1503/3290 45% [============================ ] 1504/3290 45% [============================ ] 1505/3290 45% [============================ ] 1506/3290 45% [============================ ] 1507/3290 45% [============================ ] 1508/3290 45% [============================ ] 1509/3290 45% [============================ ] 1510/3290 45% [============================ ] 1511/3290 45% [============================ ] 1512/3290 45% [============================ ] 1513/3290 45% [============================ ] 1514/3290 46% [============================ ] 1515/3290 46% [============================ ] 1516/3290 46% [============================ ] 1517/3290 46% [============================ ] 1518/3290 46% [============================ ] 1519/3290 46% [============================ ] 1520/3290 46% [============================ ] 1521/3290 46% [============================ ] 1522/3290 46% [============================ ] 1523/3290 46% [============================ ] 1524/3290 46% [============================ ] 1525/3290 46% [============================ ] 1526/3290 46% [============================ ] 1527/3290 46% [============================ ] 1528/3290 46% [============================ ] 1529/3290 46% [============================ ] 1530/3290 46% [============================ ] 1531/3290 46% [============================ ] 1532/3290 46% [============================ ] 1533/3290 46% [============================ ] 1534/3290 46% [============================ ] 1535/3290 46% [============================ ] 1536/3290 46% [============================ ] 1537/3290 46% [============================ ] 1538/3290 46% [============================= ] 1539/3290 46% [============================= ] 1540/3290 46% [============================= ] 1541/3290 46% [============================= ] 1542/3290 46% [============================= ] 1543/3290 46% [============================= ] 1544/3290 46% [============================= ] 1545/3290 46% [============================= ] 1546/3290 46% [============================= ] 1547/3290 47% [============================= ] 1548/3290 47% [============================= ] 1549/3290 47% [============================= ] 1550/3290 47% [============================= ] 1551/3290 47% [============================= ] 1552/3290 47% [============================= ] 1553/3290 47% [============================= ] 1554/3290 47% [============================= ] 1555/3290 47% [============================= ] 1556/3290 47% [============================= ] 1557/3290 47% [============================= ] 1558/3290 47% [============================= ] 1559/3290 47% [============================= ] 1560/3290 47% [============================= ] 1561/3290 47% [============================= ] 1562/3290 47% [============================= ] 1563/3290 47% [============================= ] 1564/3290 47% [============================= ] 1565/3290 47% [============================= ] 1566/3290 47% [============================= ] 1567/3290 47% [============================= ] 1568/3290 47% [============================= ] 1569/3290 47% [============================= ] 1570/3290 47% [============================= ] 1571/3290 47% [============================= ] 1572/3290 47% [============================= ] 1573/3290 47% [============================= ] 1574/3290 47% [============================= ] 1575/3290 47% [============================= ] 1576/3290 47% [============================= ] 1577/3290 47% [============================= ] 1578/3290 47% [============================= ] 1579/3290 47% [============================= ] 1580/3290 48% [============================= ] 1581/3290 48% [============================= ] 1582/3290 48% [============================= ] 1583/3290 48% [============================= ] 1584/3290 48% [============================= ] 1585/3290 48% [============================= ] 1586/3290 48% [============================= ] 1587/3290 48% [============================= ] 1588/3290 48% [============================= ] 1589/3290 48% [============================= ] 1590/3290 48% [============================= ] 1591/3290 48% [============================== ] 1592/3290 48% [============================== ] 1593/3290 48% [============================== ] 1594/3290 48% [============================== ] 1595/3290 48% [============================== ] 1596/3290 48% [============================== ] 1597/3290 48% [============================== ] 1598/3290 48% [============================== ] 1599/3290 48% [============================== ] 1600/3290 48% [============================== ] 1601/3290 48% [============================== ] 1602/3290 48% [============================== ] 1603/3290 48% [============================== ] 1604/3290 48% [============================== ] 1605/3290 48% [============================== ] 1606/3290 48% [============================== ] 1607/3290 48% [============================== ] 1608/3290 48% [============================== ] 1609/3290 48% [============================== ] 1610/3290 48% [============================== ] 1611/3290 48% [============================== ] 1612/3290 48% [============================== ] 1613/3290 49% [============================== ] 1614/3290 49% [============================== ] 1615/3290 49% [============================== ] 1616/3290 49% [============================== ] 1617/3290 49% [============================== ] 1618/3290 49% [============================== ] 1619/3290 49% [============================== ] 1620/3290 49% [============================== ] 1621/3290 49% [============================== ] 1622/3290 49% [============================== ] 1623/3290 49% [============================== ] 1624/3290 49% [============================== ] 1625/3290 49% [============================== ] 1626/3290 49% [============================== ] 1627/3290 49% [============================== ] 1628/3290 49% [============================== ] 1629/3290 49% [============================== ] 1630/3290 49% [============================== ] 1631/3290 49% [============================== ] 1632/3290 49% [============================== ] 1633/3290 49% [============================== ] 1634/3290 49% [============================== ] 1635/3290 49% [============================== ] 1636/3290 49% [============================== ] 1637/3290 49% [============================== ] 1638/3290 49% [============================== ] 1639/3290 49% [============================== ] 1640/3290 49% [============================== ] 1641/3290 49% [============================== ] 1642/3290 49% [============================== ] 1643/3290 49% [============================== ] 1644/3290 49% [=============================== ] 1645/3290 50% [=============================== ] 1646/3290 50% [=============================== ] 1647/3290 50% [=============================== ] 1648/3290 50% [=============================== ] 1649/3290 50% [=============================== ] 1650/3290 50% [=============================== ] 1651/3290 50% [=============================== ] 1652/3290 50% [=============================== ] 1653/3290 50% [=============================== ] 1654/3290 50% [=============================== ] 1655/3290 50% [=============================== ] 1656/3290 50% [=============================== ] 1657/3290 50% [=============================== ] 1658/3290 50% [=============================== ] 1659/3290 50% [=============================== ] 1660/3290 50% [=============================== ] 1661/3290 50% [=============================== ] 1662/3290 50% [=============================== ] 1663/3290 50% [=============================== ] 1664/3290 50% [=============================== ] 1665/3290 50% [=============================== ] 1666/3290 50% [=============================== ] 1667/3290 50% [=============================== ] 1668/3290 50% [=============================== ] 1669/3290 50% [=============================== ] 1670/3290 50% [=============================== ] 1671/3290 50% [=============================== ] 1672/3290 50% [=============================== ] 1673/3290 50% [=============================== ] 1674/3290 50% [=============================== ] 1675/3290 50% [=============================== ] 1676/3290 50% [=============================== ] 1677/3290 50% [=============================== ] 1678/3290 51% [=============================== ] 1679/3290 51% [=============================== ] 1680/3290 51% [=============================== ] 1681/3290 51% [=============================== ] 1682/3290 51% [=============================== ] 1683/3290 51% [=============================== ] 1684/3290 51% [=============================== ] 1685/3290 51% [=============================== ] 1686/3290 51% [=============================== ] 1687/3290 51% [=============================== ] 1688/3290 51% [=============================== ] 1689/3290 51% [=============================== ] 1690/3290 51% [=============================== ] 1691/3290 51% [=============================== ] 1692/3290 51% [=============================== ] 1693/3290 51% [=============================== ] 1694/3290 51% [=============================== ] 1695/3290 51% [=============================== ] 1696/3290 51% [=============================== ] 1697/3290 51% [=============================== ] 1698/3290 51% [================================ ] 1699/3290 51% [================================ ] 1700/3290 51% [================================ ] 1701/3290 51% [================================ ] 1702/3290 51% [================================ ] 1703/3290 51% [================================ ] 1704/3290 51% [================================ ] 1705/3290 51% [================================ ] 1706/3290 51% [================================ ] 1707/3290 51% [================================ ] 1708/3290 51% [================================ ] 1709/3290 51% [================================ ] 1710/3290 51% [================================ ] 1711/3290 52% [================================ ] 1712/3290 52% [================================ ] 1713/3290 52% [================================ ] 1714/3290 52% [================================ ] 1715/3290 52% [================================ ] 1716/3290 52% [================================ ] 1717/3290 52% [================================ ] 1718/3290 52% [================================ ] 1719/3290 52% [================================ ] 1720/3290 52% [================================ ] 1721/3290 52% [================================ ] 1722/3290 52% [================================ ] 1723/3290 52% [================================ ] 1724/3290 52% [================================ ] 1725/3290 52% [================================ ] 1726/3290 52% [================================ ] 1727/3290 52% [================================ ] 1728/3290 52% [================================ ] 1729/3290 52% [================================ ] 1730/3290 52% [================================ ] 1731/3290 52% [================================ ] 1732/3290 52% [================================ ] 1733/3290 52% [================================ ] 1734/3290 52% [================================ ] 1735/3290 52% [================================ ] 1736/3290 52% [================================ ] 1737/3290 52% [================================ ] 1738/3290 52% [================================ ] 1739/3290 52% [================================ ] 1740/3290 52% [================================ ] 1741/3290 52% [================================ ] 1742/3290 52% [================================ ] 1743/3290 52% [================================ ] 1744/3290 53% [================================ ] 1745/3290 53% [================================ ] 1746/3290 53% [================================ ] 1747/3290 53% [================================ ] 1748/3290 53% [================================ ] 1749/3290 53% [================================ ] 1750/3290 53% [================================ ] 1751/3290 53% [================================= ] 1752/3290 53% [================================= ] 1753/3290 53% [================================= ] 1754/3290 53% [================================= ] 1755/3290 53% [================================= ] 1756/3290 53% [================================= ] 1757/3290 53% [================================= ] 1758/3290 53% [================================= ] 1759/3290 53% [================================= ] 1760/3290 53% [================================= ] 1761/3290 53% [================================= ] 1762/3290 53% [================================= ] 1763/3290 53% [================================= ] 1764/3290 53% [================================= ] 1765/3290 53% [================================= ] 1766/3290 53% [================================= ] 1767/3290 53% [================================= ] 1768/3290 53% [================================= ] 1769/3290 53% [================================= ] 1770/3290 53% [================================= ] 1771/3290 53% [================================= ] 1772/3290 53% [================================= ] 1773/3290 53% [================================= ] 1774/3290 53% [================================= ] 1775/3290 53% [================================= ] 1776/3290 53% [================================= ] 1777/3290 54% [================================= ] 1778/3290 54% [================================= ] 1779/3290 54% [================================= ] 1780/3290 54% [================================= ] 1781/3290 54% [================================= ] 1782/3290 54% [================================= ] 1783/3290 54% [================================= ] 1784/3290 54% [================================= ] 1785/3290 54% [================================= ] 1786/3290 54% [================================= ] 1787/3290 54% [================================= ] 1788/3290 54% [================================= ] 1789/3290 54% [================================= ] 1790/3290 54% [================================= ] 1791/3290 54% [================================= ] 1792/3290 54% [================================= ] 1793/3290 54% [================================= ] 1794/3290 54% [================================= ] 1795/3290 54% [================================= ] 1796/3290 54% [================================= ] 1797/3290 54% [================================= ] 1798/3290 54% [================================= ] 1799/3290 54% [================================= ] 1800/3290 54% [================================= ] 1801/3290 54% [================================= ] 1802/3290 54% [================================= ] 1803/3290 54% [================================= ] 1804/3290 54% [================================== ] 1805/3290 54% [================================== ] 1806/3290 54% [================================== ] 1807/3290 54% [================================== ] 1808/3290 54% [================================== ] 1809/3290 54% [================================== ] 1810/3290 55% [================================== ] 1811/3290 55% [================================== ] 1812/3290 55% [================================== ] 1813/3290 55% [================================== ] 1814/3290 55% [================================== ] 1815/3290 55% [================================== ] 1816/3290 55% [================================== ] 1817/3290 55% [================================== ] 1818/3290 55% [================================== ] 1819/3290 55% [================================== ] 1820/3290 55% [================================== ] 1821/3290 55% [================================== ] 1822/3290 55% [================================== ] 1823/3290 55% [================================== ] 1824/3290 55% [================================== ] 1825/3290 55% [================================== ] 1826/3290 55% [================================== ] 1827/3290 55% [================================== ] 1828/3290 55% [================================== ] 1829/3290 55% [================================== ] 1830/3290 55% [================================== ] 1831/3290 55% [================================== ] 1832/3290 55% [================================== ] 1833/3290 55% [================================== ] 1834/3290 55% [================================== ] 1835/3290 55% [================================== ] 1836/3290 55% [================================== ] 1837/3290 55% [================================== ] 1838/3290 55% [================================== ] 1839/3290 55% [================================== ] 1840/3290 55% [================================== ] 1841/3290 55% [================================== ] 1842/3290 55% [================================== ] 1843/3290 56% [================================== ] 1844/3290 56% [================================== ] 1845/3290 56% [================================== ] 1846/3290 56% [================================== ] 1847/3290 56% [================================== ] 1848/3290 56% [================================== ] 1849/3290 56% [================================== ] 1850/3290 56% [================================== ] 1851/3290 56% [================================== ] 1852/3290 56% [================================== ] 1853/3290 56% [================================== ] 1854/3290 56% [================================== ] 1855/3290 56% [================================== ] 1856/3290 56% [================================== ] 1857/3290 56% [=================================== ] 1858/3290 56% [=================================== ] 1859/3290 56% [=================================== ] 1860/3290 56% [=================================== ] 1861/3290 56% [=================================== ] 1862/3290 56% [=================================== ] 1863/3290 56% [=================================== ] 1864/3290 56% [=================================== ] 1865/3290 56% [=================================== ] 1866/3290 56% [=================================== ] 1867/3290 56% [=================================== ] 1868/3290 56% [=================================== ] 1869/3290 56% [=================================== ] 1870/3290 56% [=================================== ] 1871/3290 56% [=================================== ] 1872/3290 56% [=================================== ] 1873/3290 56% [=================================== ] 1874/3290 56% [=================================== ] 1875/3290 56% [=================================== ] 1876/3290 57% [=================================== ] 1877/3290 57% [=================================== ] 1878/3290 57% [=================================== ] 1879/3290 57% [=================================== ] 1880/3290 57% [=================================== ] 1881/3290 57% [=================================== ] 1882/3290 57% [=================================== ] 1883/3290 57% [=================================== ] 1884/3290 57% [=================================== ] 1885/3290 57% [=================================== ] 1886/3290 57% [=================================== ] 1887/3290 57% [=================================== ] 1888/3290 57% [=================================== ] 1889/3290 57% [=================================== ] 1890/3290 57% [=================================== ] 1891/3290 57% [=================================== ] 1892/3290 57% [=================================== ] 1893/3290 57% [=================================== ] 1894/3290 57% [=================================== ] 1895/3290 57% [=================================== ] 1896/3290 57% [=================================== ] 1897/3290 57% [=================================== ] 1898/3290 57% [=================================== ] 1899/3290 57% [=================================== ] 1900/3290 57% [=================================== ] 1901/3290 57% [=================================== ] 1902/3290 57% [=================================== ] 1903/3290 57% [=================================== ] 1904/3290 57% [=================================== ] 1905/3290 57% [=================================== ] 1906/3290 57% [=================================== ] 1907/3290 57% [=================================== ] 1908/3290 57% [=================================== ] 1909/3290 58% [=================================== ] 1910/3290 58% [==================================== ] 1911/3290 58% [==================================== ] 1912/3290 58% [==================================== ] 1913/3290 58% [==================================== ] 1914/3290 58% [==================================== ] 1915/3290 58% [==================================== ] 1916/3290 58% [==================================== ] 1917/3290 58% [==================================== ] 1918/3290 58% [==================================== ] 1919/3290 58% [==================================== ] 1920/3290 58% [==================================== ] 1921/3290 58% [==================================== ] 1922/3290 58% [==================================== ] 1923/3290 58% [==================================== ] 1924/3290 58% [==================================== ] 1925/3290 58% [==================================== ] 1926/3290 58% [==================================== ] 1927/3290 58% [==================================== ] 1928/3290 58% [==================================== ] 1929/3290 58% [==================================== ] 1930/3290 58% [==================================== ] 1931/3290 58% [==================================== ] 1932/3290 58% [==================================== ] 1933/3290 58% [==================================== ] 1934/3290 58% [==================================== ] 1935/3290 58% [==================================== ] 1936/3290 58% [==================================== ] 1937/3290 58% [==================================== ] 1938/3290 58% [==================================== ] 1939/3290 58% [==================================== ] 1940/3290 58% [==================================== ] 1941/3290 58% [==================================== ] 1942/3290 59% [==================================== ] 1943/3290 59% [==================================== ] 1944/3290 59% [==================================== ] 1945/3290 59% [==================================== ] 1946/3290 59% [==================================== ] 1947/3290 59% [==================================== ] 1948/3290 59% [==================================== ] 1949/3290 59% [==================================== ] 1950/3290 59% [==================================== ] 1951/3290 59% [==================================== ] 1952/3290 59% [==================================== ] 1953/3290 59% [==================================== ] 1954/3290 59% [==================================== ] 1955/3290 59% [==================================== ] 1956/3290 59% [==================================== ] 1957/3290 59% [==================================== ] 1958/3290 59% [==================================== ] 1959/3290 59% [==================================== ] 1960/3290 59% [==================================== ] 1961/3290 59% [==================================== ] 1962/3290 59% [==================================== ] 1963/3290 59% [===================================== ] 1964/3290 59% [===================================== ] 1965/3290 59% [===================================== ] 1966/3290 59% [===================================== ] 1967/3290 59% [===================================== ] 1968/3290 59% [===================================== ] 1969/3290 59% [===================================== ] 1970/3290 59% [===================================== ] 1971/3290 59% [===================================== ] 1972/3290 59% [===================================== ] 1973/3290 59% [===================================== ] 1974/3290 60% [===================================== ] 1975/3290 60% [===================================== ] 1976/3290 60% [===================================== ] 1977/3290 60% [===================================== ] 1978/3290 60% [===================================== ] 1979/3290 60% [===================================== ] 1980/3290 60% [===================================== ] 1981/3290 60% [===================================== ] 1982/3290 60% [===================================== ] 1983/3290 60% [===================================== ] 1984/3290 60% [===================================== ] 1985/3290 60% [===================================== ] 1986/3290 60% [===================================== ] 1987/3290 60% [===================================== ] 1988/3290 60% [===================================== ] 1989/3290 60% [===================================== ] 1990/3290 60% [===================================== ] 1991/3290 60% [===================================== ] 1992/3290 60% [===================================== ] 1993/3290 60% [===================================== ] 1994/3290 60% [===================================== ] 1995/3290 60% [===================================== ] 1996/3290 60% [===================================== ] 1997/3290 60% [===================================== ] 1998/3290 60% [===================================== ] 1999/3290 60% [===================================== ] 2000/3290 60% [===================================== ] 2001/3290 60% [===================================== ] 2002/3290 60% [===================================== ] 2003/3290 60% [===================================== ] 2004/3290 60% [===================================== ] 2005/3290 60% [===================================== ] 2006/3290 60% [===================================== ] 2007/3290 61% [===================================== ] 2008/3290 61% [===================================== ] 2009/3290 61% [===================================== ] 2010/3290 61% [===================================== ] 2011/3290 61% [===================================== ] 2012/3290 61% [===================================== ] 2013/3290 61% [===================================== ] 2014/3290 61% [===================================== ] 2015/3290 61% [===================================== ] 2016/3290 61% [====================================== ] 2017/3290 61% [====================================== ] 2018/3290 61% [====================================== ] 2019/3290 61% [====================================== ] 2020/3290 61% [====================================== ] 2021/3290 61% [====================================== ] 2022/3290 61% [====================================== ] 2023/3290 61% [====================================== ] 2024/3290 61% [====================================== ] 2025/3290 61% [====================================== ] 2026/3290 61% [====================================== ] 2027/3290 61% [====================================== ] 2028/3290 61% [====================================== ] 2029/3290 61% [====================================== ] 2030/3290 61% [====================================== ] 2031/3290 61% [====================================== ] 2032/3290 61% [====================================== ] 2033/3290 61% [====================================== ] 2034/3290 61% [====================================== ] 2035/3290 61% [====================================== ] 2036/3290 61% [====================================== ] 2037/3290 61% [====================================== ] 2038/3290 61% [====================================== ] 2039/3290 61% [====================================== ] 2040/3290 62% [====================================== ] 2041/3290 62% [====================================== ] 2042/3290 62% [====================================== ] 2043/3290 62% [====================================== ] 2044/3290 62% [====================================== ] 2045/3290 62% [====================================== ] 2046/3290 62% [====================================== ] 2047/3290 62% [====================================== ] 2048/3290 62% [====================================== ] 2049/3290 62% [====================================== ] 2050/3290 62% [====================================== ] 2051/3290 62% [====================================== ] 2052/3290 62% [====================================== ] 2053/3290 62% [====================================== ] 2054/3290 62% [====================================== ] 2055/3290 62% [====================================== ] 2056/3290 62% [====================================== ] 2057/3290 62% [====================================== ] 2058/3290 62% [====================================== ] 2059/3290 62% [====================================== ] 2060/3290 62% [====================================== ] 2061/3290 62% [====================================== ] 2062/3290 62% [====================================== ] 2063/3290 62% [====================================== ] 2064/3290 62% [====================================== ] 2065/3290 62% [====================================== ] 2066/3290 62% [====================================== ] 2067/3290 62% [====================================== ] 2068/3290 62% [====================================== ] 2069/3290 62% [======================================= ] 2070/3290 62% [======================================= ] 2071/3290 62% [======================================= ] 2072/3290 62% [======================================= ] 2073/3290 63% [======================================= ] 2074/3290 63% [======================================= ] 2075/3290 63% [======================================= ] 2076/3290 63% [======================================= ] 2077/3290 63% [======================================= ] 2078/3290 63% [======================================= ] 2079/3290 63% [======================================= ] 2080/3290 63% [======================================= ] 2081/3290 63% [======================================= ] 2082/3290 63% [======================================= ] 2083/3290 63% [======================================= ] 2084/3290 63% [======================================= ] 2085/3290 63% [======================================= ] 2086/3290 63% [======================================= ] 2087/3290 63% [======================================= ] 2088/3290 63% [======================================= ] 2089/3290 63% [======================================= ] 2090/3290 63% [======================================= ] 2091/3290 63% [======================================= ] 2092/3290 63% [======================================= ] 2093/3290 63% [======================================= ] 2094/3290 63% [======================================= ] 2095/3290 63% [======================================= ] 2096/3290 63% [======================================= ] 2097/3290 63% [======================================= ] 2098/3290 63% [======================================= ] 2099/3290 63% [======================================= ] 2100/3290 63% [======================================= ] 2101/3290 63% [======================================= ] 2102/3290 63% [======================================= ] 2103/3290 63% [======================================= ] 2104/3290 63% [======================================= ] 2105/3290 63% [======================================= ] 2106/3290 64% [======================================= ] 2107/3290 64% [======================================= ] 2108/3290 64% [======================================= ] 2109/3290 64% [======================================= ] 2110/3290 64% [======================================= ] 2111/3290 64% [======================================= ] 2112/3290 64% [======================================= ] 2113/3290 64% [======================================= ] 2114/3290 64% [======================================= ] 2115/3290 64% [======================================= ] 2116/3290 64% [======================================= ] 2117/3290 64% [======================================= ] 2118/3290 64% [======================================= ] 2119/3290 64% [======================================= ] 2120/3290 64% [======================================= ] 2121/3290 64% [======================================= ] 2122/3290 64% [======================================== ] 2123/3290 64% [======================================== ] 2124/3290 64% [======================================== ] 2125/3290 64% [======================================== ] 2126/3290 64% [======================================== ] 2127/3290 64% [======================================== ] 2128/3290 64% [======================================== ] 2129/3290 64% [======================================== ] 2130/3290 64% [======================================== ] 2131/3290 64% [======================================== ] 2132/3290 64% [======================================== ] 2133/3290 64% [======================================== ] 2134/3290 64% [======================================== ] 2135/3290 64% [======================================== ] 2136/3290 64% [======================================== ] 2137/3290 64% [======================================== ] 2138/3290 64% [======================================== ] 2139/3290 65% [======================================== ] 2140/3290 65% [======================================== ] 2141/3290 65% [======================================== ] 2142/3290 65% [======================================== ] 2143/3290 65% [======================================== ] 2144/3290 65% [======================================== ] 2145/3290 65% [======================================== ] 2146/3290 65% [======================================== ] 2147/3290 65% [======================================== ] 2148/3290 65% [======================================== ] 2149/3290 65% [======================================== ] 2150/3290 65% [======================================== ] 2151/3290 65% [======================================== ] 2152/3290 65% [======================================== ] 2153/3290 65% [======================================== ] 2154/3290 65% [======================================== ] 2155/3290 65% [======================================== ] 2156/3290 65% [======================================== ] 2157/3290 65% [======================================== ] 2158/3290 65% [======================================== ] 2159/3290 65% [======================================== ] 2160/3290 65% [======================================== ] 2161/3290 65% [======================================== ] 2162/3290 65% [======================================== ] 2163/3290 65% [======================================== ] 2164/3290 65% [======================================== ] 2165/3290 65% [======================================== ] 2166/3290 65% [======================================== ] 2167/3290 65% [======================================== ] 2168/3290 65% [======================================== ] 2169/3290 65% [======================================== ] 2170/3290 65% [======================================== ] 2171/3290 65% [======================================== ] 2172/3290 66% [======================================== ] 2173/3290 66% [======================================== ] 2174/3290 66% [======================================== ] 2175/3290 66% [========================================= ] 2176/3290 66% [========================================= ] 2177/3290 66% [========================================= ] 2178/3290 66% [========================================= ] 2179/3290 66% [========================================= ] 2180/3290 66% [========================================= ] 2181/3290 66% [========================================= ] 2182/3290 66% [========================================= ] 2183/3290 66% [========================================= ] 2184/3290 66% [========================================= ] 2185/3290 66% [========================================= ] 2186/3290 66% [========================================= ] 2187/3290 66% [========================================= ] 2188/3290 66% [========================================= ] 2189/3290 66% [========================================= ] 2190/3290 66% [========================================= ] 2191/3290 66% [========================================= ] 2192/3290 66% [========================================= ] 2193/3290 66% [========================================= ] 2194/3290 66% [========================================= ] 2195/3290 66% [========================================= ] 2196/3290 66% [========================================= ] 2197/3290 66% [========================================= ] 2198/3290 66% [========================================= ] 2199/3290 66% [========================================= ] 2200/3290 66% [========================================= ] 2201/3290 66% [========================================= ] 2202/3290 66% [========================================= ] 2203/3290 66% [========================================= ] 2204/3290 66% [========================================= ] 2205/3290 67% [========================================= ] 2206/3290 67% [========================================= ] 2207/3290 67% [========================================= ] 2208/3290 67% [========================================= ] 2209/3290 67% [========================================= ] 2210/3290 67% [========================================= ] 2211/3290 67% [========================================= ] 2212/3290 67% [========================================= ] 2213/3290 67% [========================================= ] 2214/3290 67% [========================================= ] 2215/3290 67% [========================================= ] 2216/3290 67% [========================================= ] 2217/3290 67% [========================================= ] 2218/3290 67% [========================================= ] 2219/3290 67% [========================================= ] 2220/3290 67% [========================================= ] 2221/3290 67% [========================================= ] 2222/3290 67% [========================================= ] 2223/3290 67% [========================================= ] 2224/3290 67% [========================================= ] 2225/3290 67% [========================================= ] 2226/3290 67% [========================================= ] 2227/3290 67% [========================================= ] 2228/3290 67% [========================================== ] 2229/3290 67% [========================================== ] 2230/3290 67% [========================================== ] 2231/3290 67% [========================================== ] 2232/3290 67% [========================================== ] 2233/3290 67% [========================================== ] 2234/3290 67% [========================================== ] 2235/3290 67% [========================================== ] 2236/3290 67% [========================================== ] 2237/3290 67% [========================================== ] 2238/3290 68% [========================================== ] 2239/3290 68% [========================================== ] 2240/3290 68% [========================================== ] 2241/3290 68% [========================================== ] 2242/3290 68% [========================================== ] 2243/3290 68% [========================================== ] 2244/3290 68% [========================================== ] 2245/3290 68% [========================================== ] 2246/3290 68% [========================================== ] 2247/3290 68% [========================================== ] 2248/3290 68% [========================================== ] 2249/3290 68% [========================================== ] 2250/3290 68% [========================================== ] 2251/3290 68% [========================================== ] 2252/3290 68% [========================================== ] 2253/3290 68% [========================================== ] 2254/3290 68% [========================================== ] 2255/3290 68% [========================================== ] 2256/3290 68% [========================================== ] 2257/3290 68% [========================================== ] 2258/3290 68% [========================================== ] 2259/3290 68% [========================================== ] 2260/3290 68% [========================================== ] 2261/3290 68% [========================================== ] 2262/3290 68% [========================================== ] 2263/3290 68% [========================================== ] 2264/3290 68% [========================================== ] 2265/3290 68% [========================================== ] 2266/3290 68% [========================================== ] 2267/3290 68% [========================================== ] 2268/3290 68% [========================================== ] 2269/3290 68% [========================================== ] 2270/3290 68% [========================================== ] 2271/3290 69% [========================================== ] 2272/3290 69% [========================================== ] 2273/3290 69% [========================================== ] 2274/3290 69% [========================================== ] 2275/3290 69% [========================================== ] 2276/3290 69% [========================================== ] 2277/3290 69% [========================================== ] 2278/3290 69% [========================================== ] 2279/3290 69% [========================================== ] 2280/3290 69% [========================================== ] 2281/3290 69% [=========================================== ] 2282/3290 69% [=========================================== ] 2283/3290 69% [=========================================== ] 2284/3290 69% [=========================================== ] 2285/3290 69% [=========================================== ] 2286/3290 69% [=========================================== ] 2287/3290 69% [=========================================== ] 2288/3290 69% [=========================================== ] 2289/3290 69% [=========================================== ] 2290/3290 69% [=========================================== ] 2291/3290 69% [=========================================== ] 2292/3290 69% [=========================================== ] 2293/3290 69% [=========================================== ] 2294/3290 69% [=========================================== ] 2295/3290 69% [=========================================== ] 2296/3290 69% [=========================================== ] 2297/3290 69% [=========================================== ] 2298/3290 69% [=========================================== ] 2299/3290 69% [=========================================== ] 2300/3290 69% [=========================================== ] 2301/3290 69% [=========================================== ] 2302/3290 69% [=========================================== ] 2303/3290 70% [=========================================== ] 2304/3290 70% [=========================================== ] 2305/3290 70% [=========================================== ] 2306/3290 70% [=========================================== ] 2307/3290 70% [=========================================== ] 2308/3290 70% [=========================================== ] 2309/3290 70% [=========================================== ] 2310/3290 70% [=========================================== ] 2311/3290 70% [=========================================== ] 2312/3290 70% [=========================================== ] 2313/3290 70% [=========================================== ] 2314/3290 70% [=========================================== ] 2315/3290 70% [=========================================== ] 2316/3290 70% [=========================================== ] 2317/3290 70% [=========================================== ] 2318/3290 70% [=========================================== ] 2319/3290 70% [=========================================== ] 2320/3290 70% [=========================================== ] 2321/3290 70% [=========================================== ] 2322/3290 70% [=========================================== ] 2323/3290 70% [=========================================== ] 2324/3290 70% [=========================================== ] 2325/3290 70% [=========================================== ] 2326/3290 70% [=========================================== ] 2327/3290 70% [=========================================== ] 2328/3290 70% [=========================================== ] 2329/3290 70% [=========================================== ] 2330/3290 70% [=========================================== ] 2331/3290 70% [=========================================== ] 2332/3290 70% [=========================================== ] 2333/3290 70% [=========================================== ] 2334/3290 70% [============================================ ] 2335/3290 70% [============================================ ] 2336/3290 71% [============================================ ] 2337/3290 71% [============================================ ] 2338/3290 71% [============================================ ] 2339/3290 71% [============================================ ] 2340/3290 71% [============================================ ] 2341/3290 71% [============================================ ] 2342/3290 71% [============================================ ] 2343/3290 71% [============================================ ] 2344/3290 71% [============================================ ] 2345/3290 71% [============================================ ] 2346/3290 71% [============================================ ] 2347/3290 71% [============================================ ] 2348/3290 71% [============================================ ] 2349/3290 71% [============================================ ] 2350/3290 71% [============================================ ] 2351/3290 71% [============================================ ] 2352/3290 71% [============================================ ] 2353/3290 71% [============================================ ] 2354/3290 71% [============================================ ] 2355/3290 71% [============================================ ] 2356/3290 71% [============================================ ] 2357/3290 71% [============================================ ] 2358/3290 71% [============================================ ] 2359/3290 71% [============================================ ] 2360/3290 71% [============================================ ] 2361/3290 71% [============================================ ] 2362/3290 71% [============================================ ] 2363/3290 71% [============================================ ] 2364/3290 71% [============================================ ] 2365/3290 71% [============================================ ] 2366/3290 71% [============================================ ] 2367/3290 71% [============================================ ] 2368/3290 71% [============================================ ] 2369/3290 72% [============================================ ] 2370/3290 72% [============================================ ] 2371/3290 72% [============================================ ] 2372/3290 72% [============================================ ] 2373/3290 72% [============================================ ] 2374/3290 72% [============================================ ] 2375/3290 72% [============================================ ] 2376/3290 72% [============================================ ] 2377/3290 72% [============================================ ] 2378/3290 72% [============================================ ] 2379/3290 72% [============================================ ] 2380/3290 72% [============================================ ] 2381/3290 72% [============================================ ] 2382/3290 72% [============================================ ] 2383/3290 72% [============================================ ] 2384/3290 72% [============================================ ] 2385/3290 72% [============================================ ] 2386/3290 72% [============================================ ] 2387/3290 72% [============================================= ] 2388/3290 72% [============================================= ] 2389/3290 72% [============================================= ] 2390/3290 72% [============================================= ] 2391/3290 72% [============================================= ] 2392/3290 72% [============================================= ] 2393/3290 72% [============================================= ] 2394/3290 72% [============================================= ] 2395/3290 72% [============================================= ] 2396/3290 72% [============================================= ] 2397/3290 72% [============================================= ] 2398/3290 72% [============================================= ] 2399/3290 72% [============================================= ] 2400/3290 72% [============================================= ] 2401/3290 72% [============================================= ] 2402/3290 73% [============================================= ] 2403/3290 73% [============================================= ] 2404/3290 73% [============================================= ] 2405/3290 73% [============================================= ] 2406/3290 73% [============================================= ] 2407/3290 73% [============================================= ] 2408/3290 73% [============================================= ] 2409/3290 73% [============================================= ] 2410/3290 73% [============================================= ] 2411/3290 73% [============================================= ] 2412/3290 73% [============================================= ] 2413/3290 73% [============================================= ] 2414/3290 73% [============================================= ] 2415/3290 73% [============================================= ] 2416/3290 73% [============================================= ] 2417/3290 73% [============================================= ] 2418/3290 73% [============================================= ] 2419/3290 73% [============================================= ] 2420/3290 73% [============================================= ] 2421/3290 73% [============================================= ] 2422/3290 73% [============================================= ] 2423/3290 73% [============================================= ] 2424/3290 73% [============================================= ] 2425/3290 73% [============================================= ] 2426/3290 73% [============================================= ] 2427/3290 73% [============================================= ] 2428/3290 73% [============================================= ] 2429/3290 73% [============================================= ] 2430/3290 73% [============================================= ] 2431/3290 73% [============================================= ] 2432/3290 73% [============================================= ] 2433/3290 73% [============================================= ] 2434/3290 73% [============================================= ] 2435/3290 74% [============================================= ] 2436/3290 74% [============================================= ] 2437/3290 74% [============================================= ] 2438/3290 74% [============================================= ] 2439/3290 74% [============================================= ] 2440/3290 74% [============================================== ] 2441/3290 74% [============================================== ] 2442/3290 74% [============================================== ] 2443/3290 74% [============================================== ] 2444/3290 74% [============================================== ] 2445/3290 74% [============================================== ] 2446/3290 74% [============================================== ] 2447/3290 74% [============================================== ] 2448/3290 74% [============================================== ] 2449/3290 74% [============================================== ] 2450/3290 74% [============================================== ] 2451/3290 74% [============================================== ] 2452/3290 74% [============================================== ] 2453/3290 74% [============================================== ] 2454/3290 74% [============================================== ] 2455/3290 74% [============================================== ] 2456/3290 74% [============================================== ] 2457/3290 74% [============================================== ] 2458/3290 74% [============================================== ] 2459/3290 74% [============================================== ] 2460/3290 74% [============================================== ] 2461/3290 74% [============================================== ] 2462/3290 74% [============================================== ] 2463/3290 74% [============================================== ] 2464/3290 74% [============================================== ] 2465/3290 74% [============================================== ] 2466/3290 74% [============================================== ] 2467/3290 74% [============================================== ] 2468/3290 75% [============================================== ] 2469/3290 75% [============================================== ] 2470/3290 75% [============================================== ] 2471/3290 75% [============================================== ] 2472/3290 75% [============================================== ] 2473/3290 75% [============================================== ] 2474/3290 75% [============================================== ] 2475/3290 75% [============================================== ] 2476/3290 75% [============================================== ] 2477/3290 75% [============================================== ] 2478/3290 75% [============================================== ] 2479/3290 75% [============================================== ] 2480/3290 75% [============================================== ] 2481/3290 75% [============================================== ] 2482/3290 75% [============================================== ] 2483/3290 75% [============================================== ] 2484/3290 75% [============================================== ] 2485/3290 75% [============================================== ] 2486/3290 75% [============================================== ] 2487/3290 75% [============================================== ] 2488/3290 75% [============================================== ] 2489/3290 75% [============================================== ] 2490/3290 75% [============================================== ] 2491/3290 75% [============================================== ] 2492/3290 75% [============================================== ] 2493/3290 75% [============================================== ] 2494/3290 75% [=============================================== ] 2495/3290 75% [=============================================== ] 2496/3290 75% [=============================================== ] 2497/3290 75% [=============================================== ] 2498/3290 75% [=============================================== ] 2499/3290 75% [=============================================== ] 2500/3290 75% [=============================================== ] 2501/3290 76% [=============================================== ] 2502/3290 76% [=============================================== ] 2503/3290 76% [=============================================== ] 2504/3290 76% [=============================================== ] 2505/3290 76% [=============================================== ] 2506/3290 76% [=============================================== ] 2507/3290 76% [=============================================== ] 2508/3290 76% [=============================================== ] 2509/3290 76% [=============================================== ] 2510/3290 76% [=============================================== ] 2511/3290 76% [=============================================== ] 2512/3290 76% [=============================================== ] 2513/3290 76% [=============================================== ] 2514/3290 76% [=============================================== ] 2515/3290 76% [=============================================== ] 2516/3290 76% [=============================================== ] 2517/3290 76% [=============================================== ] 2518/3290 76% [=============================================== ] 2519/3290 76% [=============================================== ] 2520/3290 76% [=============================================== ] 2521/3290 76% [=============================================== ] 2522/3290 76% [=============================================== ] 2523/3290 76% [=============================================== ] 2524/3290 76% [=============================================== ] 2525/3290 76% [=============================================== ] 2526/3290 76% [=============================================== ] 2527/3290 76% [=============================================== ] 2528/3290 76% [=============================================== ] 2529/3290 76% [=============================================== ] 2530/3290 76% [=============================================== ] 2531/3290 76% [=============================================== ] 2532/3290 76% [=============================================== ] 2533/3290 76% [=============================================== ] 2534/3290 77% [=============================================== ] 2535/3290 77% [=============================================== ] 2536/3290 77% [=============================================== ] 2537/3290 77% [=============================================== ] 2538/3290 77% [=============================================== ] 2539/3290 77% [=============================================== ] 2540/3290 77% [=============================================== ] 2541/3290 77% [=============================================== ] 2542/3290 77% [=============================================== ] 2543/3290 77% [=============================================== ] 2544/3290 77% [=============================================== ] 2545/3290 77% [=============================================== ] 2546/3290 77% [=============================================== ] 2547/3290 77% [================================================ ] 2548/3290 77% [================================================ ] 2549/3290 77% [================================================ ] 2550/3290 77% [================================================ ] 2551/3290 77% [================================================ ] 2552/3290 77% [================================================ ] 2553/3290 77% [================================================ ] 2554/3290 77% [================================================ ] 2555/3290 77% [================================================ ] 2556/3290 77% [================================================ ] 2557/3290 77% [================================================ ] 2558/3290 77% [================================================ ] 2559/3290 77% [================================================ ] 2560/3290 77% [================================================ ] 2561/3290 77% [================================================ ] 2562/3290 77% [================================================ ] 2563/3290 77% [================================================ ] 2564/3290 77% [================================================ ] 2565/3290 77% [================================================ ] 2566/3290 77% [================================================ ] 2567/3290 78% [================================================ ] 2568/3290 78% [================================================ ] 2569/3290 78% [================================================ ] 2570/3290 78% [================================================ ] 2571/3290 78% [================================================ ] 2572/3290 78% [================================================ ] 2573/3290 78% [================================================ ] 2574/3290 78% [================================================ ] 2575/3290 78% [================================================ ] 2576/3290 78% [================================================ ] 2577/3290 78% [================================================ ] 2578/3290 78% [================================================ ] 2579/3290 78% [================================================ ] 2580/3290 78% [================================================ ] 2581/3290 78% [================================================ ] 2582/3290 78% [================================================ ] 2583/3290 78% [================================================ ] 2584/3290 78% [================================================ ] 2585/3290 78% [================================================ ] 2586/3290 78% [================================================ ] 2587/3290 78% [================================================ ] 2588/3290 78% [================================================ ] 2589/3290 78% [================================================ ] 2590/3290 78% [================================================ ] 2591/3290 78% [================================================ ] 2592/3290 78% [================================================ ] 2593/3290 78% [================================================ ] 2594/3290 78% [================================================ ] 2595/3290 78% [================================================ ] 2596/3290 78% [================================================ ] 2597/3290 78% [================================================ ] 2598/3290 78% [================================================ ] 2599/3290 78% [================================================ ] 2600/3290 79% [================================================= ] 2601/3290 79% [================================================= ] 2602/3290 79% [================================================= ] 2603/3290 79% [================================================= ] 2604/3290 79% [================================================= ] 2605/3290 79% [================================================= ] 2606/3290 79% [================================================= ] 2607/3290 79% [================================================= ] 2608/3290 79% [================================================= ] 2609/3290 79% [================================================= ] 2610/3290 79% [================================================= ] 2611/3290 79% [================================================= ] 2612/3290 79% [================================================= ] 2613/3290 79% [================================================= ] 2614/3290 79% [================================================= ] 2615/3290 79% [================================================= ] 2616/3290 79% [================================================= ] 2617/3290 79% [================================================= ] 2618/3290 79% [================================================= ] 2619/3290 79% [================================================= ] 2620/3290 79% [================================================= ] 2621/3290 79% [================================================= ] 2622/3290 79% [================================================= ] 2623/3290 79% [================================================= ] 2624/3290 79% [================================================= ] 2625/3290 79% [================================================= ] 2626/3290 79% [================================================= ] 2627/3290 79% [================================================= ] 2628/3290 79% [================================================= ] 2629/3290 79% [================================================= ] 2630/3290 79% [================================================= ] 2631/3290 79% [================================================= ] 2632/3290 80% [================================================= ] 2633/3290 80% [================================================= ] 2634/3290 80% [================================================= ] 2635/3290 80% [================================================= ] 2636/3290 80% [================================================= ] 2637/3290 80% [================================================= ] 2638/3290 80% [================================================= ] 2639/3290 80% [================================================= ] 2640/3290 80% [================================================= ] 2641/3290 80% [================================================= ] 2642/3290 80% [================================================= ] 2643/3290 80% [================================================= ] 2644/3290 80% [================================================= ] 2645/3290 80% [================================================= ] 2646/3290 80% [================================================= ] 2647/3290 80% [================================================= ] 2648/3290 80% [================================================= ] 2649/3290 80% [================================================= ] 2650/3290 80% [================================================= ] 2651/3290 80% [================================================= ] 2652/3290 80% [================================================= ] 2653/3290 80% [================================================== ] 2654/3290 80% [================================================== ] 2655/3290 80% [================================================== ] 2656/3290 80% [================================================== ] 2657/3290 80% [================================================== ] 2658/3290 80% [================================================== ] 2659/3290 80% [================================================== ] 2660/3290 80% [================================================== ] 2661/3290 80% [================================================== ] 2662/3290 80% [================================================== ] 2663/3290 80% [================================================== ] 2664/3290 80% [================================================== ] 2665/3290 81% [================================================== ] 2666/3290 81% [================================================== ] 2667/3290 81% [================================================== ] 2668/3290 81% [================================================== ] 2669/3290 81% [================================================== ] 2670/3290 81% [================================================== ] 2671/3290 81% [================================================== ] 2672/3290 81% [================================================== ] 2673/3290 81% [================================================== ] 2674/3290 81% [================================================== ] 2675/3290 81% [================================================== ] 2676/3290 81% [================================================== ] 2677/3290 81% [================================================== ] 2678/3290 81% [================================================== ] 2679/3290 81% [================================================== ] 2680/3290 81% [================================================== ] 2681/3290 81% [================================================== ] 2682/3290 81% [================================================== ] 2683/3290 81% [================================================== ] 2684/3290 81% [================================================== ] 2685/3290 81% [================================================== ] 2686/3290 81% [================================================== ] 2687/3290 81% [================================================== ] 2688/3290 81% [================================================== ] 2689/3290 81% [================================================== ] 2690/3290 81% [================================================== ] 2691/3290 81% [================================================== ] 2692/3290 81% [================================================== ] 2693/3290 81% [================================================== ] 2694/3290 81% [================================================== ] 2695/3290 81% [================================================== ] 2696/3290 81% [================================================== ] 2697/3290 81% [================================================== ] 2698/3290 82% [================================================== ] 2699/3290 82% [================================================== ] 2700/3290 82% [================================================== ] 2701/3290 82% [================================================== ] 2702/3290 82% [================================================== ] 2703/3290 82% [================================================== ] 2704/3290 82% [================================================== ] 2705/3290 82% [================================================== ] 2706/3290 82% [=================================================== ] 2707/3290 82% [=================================================== ] 2708/3290 82% [=================================================== ] 2709/3290 82% [=================================================== ] 2710/3290 82% [=================================================== ] 2711/3290 82% [=================================================== ] 2712/3290 82% [=================================================== ] 2713/3290 82% [=================================================== ] 2714/3290 82% [=================================================== ] 2715/3290 82% [=================================================== ] 2716/3290 82% [=================================================== ] 2717/3290 82% [=================================================== ] 2718/3290 82% [=================================================== ] 2719/3290 82% [=================================================== ] 2720/3290 82% [=================================================== ] 2721/3290 82% [=================================================== ] 2722/3290 82% [=================================================== ] 2723/3290 82% [=================================================== ] 2724/3290 82% [=================================================== ] 2725/3290 82% [=================================================== ] 2726/3290 82% [=================================================== ] 2727/3290 82% [=================================================== ] 2728/3290 82% [=================================================== ] 2729/3290 82% [=================================================== ] 2730/3290 82% [=================================================== ] 2731/3290 83% [=================================================== ] 2732/3290 83% [=================================================== ] 2733/3290 83% [=================================================== ] 2734/3290 83% [=================================================== ] 2735/3290 83% [=================================================== ] 2736/3290 83% [=================================================== ] 2737/3290 83% [=================================================== ] 2738/3290 83% [=================================================== ] 2739/3290 83% [=================================================== ] 2740/3290 83% [=================================================== ] 2741/3290 83% [=================================================== ] 2742/3290 83% [=================================================== ] 2743/3290 83% [=================================================== ] 2744/3290 83% [=================================================== ] 2745/3290 83% [=================================================== ] 2746/3290 83% [=================================================== ] 2747/3290 83% [=================================================== ] 2748/3290 83% [=================================================== ] 2749/3290 83% [=================================================== ] 2750/3290 83% [=================================================== ] 2751/3290 83% [=================================================== ] 2752/3290 83% [=================================================== ] 2753/3290 83% [=================================================== ] 2754/3290 83% [=================================================== ] 2755/3290 83% [=================================================== ] 2756/3290 83% [=================================================== ] 2757/3290 83% [=================================================== ] 2758/3290 83% [=================================================== ] 2759/3290 83% [==================================================== ] 2760/3290 83% [==================================================== ] 2761/3290 83% [==================================================== ] 2762/3290 83% [==================================================== ] 2763/3290 83% [==================================================== ] 2764/3290 84% [==================================================== ] 2765/3290 84% [==================================================== ] 2766/3290 84% [==================================================== ] 2767/3290 84% [==================================================== ] 2768/3290 84% [==================================================== ] 2769/3290 84% [==================================================== ] 2770/3290 84% [==================================================== ] 2771/3290 84% [==================================================== ] 2772/3290 84% [==================================================== ] 2773/3290 84% [==================================================== ] 2774/3290 84% [==================================================== ] 2775/3290 84% [==================================================== ] 2776/3290 84% [==================================================== ] 2777/3290 84% [==================================================== ] 2778/3290 84% [==================================================== ] 2779/3290 84% [==================================================== ] 2780/3290 84% [==================================================== ] 2781/3290 84% [==================================================== ] 2782/3290 84% [==================================================== ] 2783/3290 84% [==================================================== ] 2784/3290 84% [==================================================== ] 2785/3290 84% [==================================================== ] 2786/3290 84% [==================================================== ] 2787/3290 84% [==================================================== ] 2788/3290 84% [==================================================== ] 2789/3290 84% [==================================================== ] 2790/3290 84% [==================================================== ] 2791/3290 84% [==================================================== ] 2792/3290 84% [==================================================== ] 2793/3290 84% [==================================================== ] 2794/3290 84% [==================================================== ] 2795/3290 84% [==================================================== ] 2796/3290 84% [==================================================== ] 2797/3290 85% [==================================================== ] 2798/3290 85% [==================================================== ] 2799/3290 85% [==================================================== ] 2800/3290 85% [==================================================== ] 2801/3290 85% [==================================================== ] 2802/3290 85% [==================================================== ] 2803/3290 85% [==================================================== ] 2804/3290 85% [==================================================== ] 2805/3290 85% [==================================================== ] 2806/3290 85% [==================================================== ] 2807/3290 85% [==================================================== ] 2808/3290 85% [==================================================== ] 2809/3290 85% [==================================================== ] 2810/3290 85% [==================================================== ] 2811/3290 85% [==================================================== ] 2812/3290 85% [===================================================== ] 2813/3290 85% [===================================================== ] 2814/3290 85% [===================================================== ] 2815/3290 85% [===================================================== ] 2816/3290 85% [===================================================== ] 2817/3290 85% [===================================================== ] 2818/3290 85% [===================================================== ] 2819/3290 85% [===================================================== ] 2820/3290 85% [===================================================== ] 2821/3290 85% [===================================================== ] 2822/3290 85% [===================================================== ] 2823/3290 85% [===================================================== ] 2824/3290 85% [===================================================== ] 2825/3290 85% [===================================================== ] 2826/3290 85% [===================================================== ] 2827/3290 85% [===================================================== ] 2828/3290 85% [===================================================== ] 2829/3290 85% [===================================================== ] 2830/3290 86% [===================================================== ] 2831/3290 86% [===================================================== ] 2832/3290 86% [===================================================== ] 2833/3290 86% [===================================================== ] 2834/3290 86% [===================================================== ] 2835/3290 86% [===================================================== ] 2836/3290 86% [===================================================== ] 2837/3290 86% [===================================================== ] 2838/3290 86% [===================================================== ] 2839/3290 86% [===================================================== ] 2840/3290 86% [===================================================== ] 2841/3290 86% [===================================================== ] 2842/3290 86% [===================================================== ] 2843/3290 86% [===================================================== ] 2844/3290 86% [===================================================== ] 2845/3290 86% [===================================================== ] 2846/3290 86% [===================================================== ] 2847/3290 86% [===================================================== ] 2848/3290 86% [===================================================== ] 2849/3290 86% [===================================================== ] 2850/3290 86% [===================================================== ] 2851/3290 86% [===================================================== ] 2852/3290 86% [===================================================== ] 2853/3290 86% [===================================================== ] 2854/3290 86% [===================================================== ] 2855/3290 86% [===================================================== ] 2856/3290 86% [===================================================== ] 2857/3290 86% [===================================================== ] 2858/3290 86% [===================================================== ] 2859/3290 86% [===================================================== ] 2860/3290 86% [===================================================== ] 2861/3290 86% [===================================================== ] 2862/3290 86% [===================================================== ] 2863/3290 87% [===================================================== ] 2864/3290 87% [===================================================== ] 2865/3290 87% [====================================================== ] 2866/3290 87% [====================================================== ] 2867/3290 87% [====================================================== ] 2868/3290 87% [====================================================== ] 2869/3290 87% [====================================================== ] 2870/3290 87% [====================================================== ] 2871/3290 87% [====================================================== ] 2872/3290 87% [====================================================== ] 2873/3290 87% [====================================================== ] 2874/3290 87% [====================================================== ] 2875/3290 87% [====================================================== ] 2876/3290 87% [====================================================== ] 2877/3290 87% [====================================================== ] 2878/3290 87% [====================================================== ] 2879/3290 87% [====================================================== ] 2880/3290 87% [====================================================== ] 2881/3290 87% [====================================================== ] 2882/3290 87% [====================================================== ] 2883/3290 87% [====================================================== ] 2884/3290 87% [====================================================== ] 2885/3290 87% [====================================================== ] 2886/3290 87% [====================================================== ] 2887/3290 87% [====================================================== ] 2888/3290 87% [====================================================== ] 2889/3290 87% [====================================================== ] 2890/3290 87% [====================================================== ] 2891/3290 87% [====================================================== ] 2892/3290 87% [====================================================== ] 2893/3290 87% [====================================================== ] 2894/3290 87% [====================================================== ] 2895/3290 87% [====================================================== ] 2896/3290 88% [====================================================== ] 2897/3290 88% [====================================================== ] 2898/3290 88% [====================================================== ] 2899/3290 88% [====================================================== ] 2900/3290 88% [====================================================== ] 2901/3290 88% [====================================================== ] 2902/3290 88% [====================================================== ] 2903/3290 88% [====================================================== ] 2904/3290 88% [====================================================== ] 2905/3290 88% [====================================================== ] 2906/3290 88% [====================================================== ] 2907/3290 88% [====================================================== ] 2908/3290 88% [====================================================== ] 2909/3290 88% [====================================================== ] 2910/3290 88% [====================================================== ] 2911/3290 88% [====================================================== ] 2912/3290 88% [====================================================== ] 2913/3290 88% [====================================================== ] 2914/3290 88% [====================================================== ] 2915/3290 88% [====================================================== ] 2916/3290 88% [====================================================== ] 2917/3290 88% [====================================================== ] 2918/3290 88% [======================================================= ] 2919/3290 88% [======================================================= ] 2920/3290 88% [======================================================= ] 2921/3290 88% [======================================================= ] 2922/3290 88% [======================================================= ] 2923/3290 88% [======================================================= ] 2924/3290 88% [======================================================= ] 2925/3290 88% [======================================================= ] 2926/3290 88% [======================================================= ] 2927/3290 88% [======================================================= ] 2928/3290 88% [======================================================= ] 2929/3290 89% [======================================================= ] 2930/3290 89% [======================================================= ] 2931/3290 89% [======================================================= ] 2932/3290 89% [======================================================= ] 2933/3290 89% [======================================================= ] 2934/3290 89% [======================================================= ] 2935/3290 89% [======================================================= ] 2936/3290 89% [======================================================= ] 2937/3290 89% [======================================================= ] 2938/3290 89% [======================================================= ] 2939/3290 89% [======================================================= ] 2940/3290 89% [======================================================= ] 2941/3290 89% [======================================================= ] 2942/3290 89% [======================================================= ] 2943/3290 89% [======================================================= ] 2944/3290 89% [======================================================= ] 2945/3290 89% [======================================================= ] 2946/3290 89% [======================================================= ] 2947/3290 89% [======================================================= ] 2948/3290 89% [======================================================= ] 2949/3290 89% [======================================================= ] 2950/3290 89% [======================================================= ] 2951/3290 89% [======================================================= ] 2952/3290 89% [======================================================= ] 2953/3290 89% [======================================================= ] 2954/3290 89% [======================================================= ] 2955/3290 89% [======================================================= ] 2956/3290 89% [======================================================= ] 2957/3290 89% [======================================================= ] 2958/3290 89% [======================================================= ] 2959/3290 89% [======================================================= ] 2960/3290 89% [======================================================= ] 2961/3290 90% [======================================================= ] 2962/3290 90% [======================================================= ] 2963/3290 90% [======================================================= ] 2964/3290 90% [======================================================= ] 2965/3290 90% [======================================================= ] 2966/3290 90% [======================================================= ] 2967/3290 90% [======================================================= ] 2968/3290 90% [======================================================= ] 2969/3290 90% [======================================================= ] 2970/3290 90% [======================================================= ] 2971/3290 90% [======================================================== ] 2972/3290 90% [======================================================== ] 2973/3290 90% [======================================================== ] 2974/3290 90% [======================================================== ] 2975/3290 90% [======================================================== ] 2976/3290 90% [======================================================== ] 2977/3290 90% [======================================================== ] 2978/3290 90% [======================================================== ] 2979/3290 90% [======================================================== ] 2980/3290 90% [======================================================== ] 2981/3290 90% [======================================================== ] 2982/3290 90% [======================================================== ] 2983/3290 90% [======================================================== ] 2984/3290 90% [======================================================== ] 2985/3290 90% [======================================================== ] 2986/3290 90% [======================================================== ] 2987/3290 90% [======================================================== ] 2988/3290 90% [======================================================== ] 2989/3290 90% [======================================================== ] 2990/3290 90% [======================================================== ] 2991/3290 90% [======================================================== ] 2992/3290 90% [======================================================== ] 2993/3290 90% [======================================================== ] 2994/3290 91% [======================================================== ] 2995/3290 91% [======================================================== ] 2996/3290 91% [======================================================== ] 2997/3290 91% [======================================================== ] 2998/3290 91% [======================================================== ] 2999/3290 91% [======================================================== ] 3000/3290 91% [======================================================== ] 3001/3290 91% [======================================================== ] 3002/3290 91% [======================================================== ] 3003/3290 91% [======================================================== ] 3004/3290 91% [======================================================== ] 3005/3290 91% [======================================================== ] 3006/3290 91% [======================================================== ] 3007/3290 91% [======================================================== ] 3008/3290 91% [======================================================== ] 3009/3290 91% [======================================================== ] 3010/3290 91% [======================================================== ] 3011/3290 91% [======================================================== ] 3012/3290 91% [======================================================== ] 3013/3290 91% [======================================================== ] 3014/3290 91% [======================================================== ] 3015/3290 91% [======================================================== ] 3016/3290 91% [======================================================== ] 3017/3290 91% [======================================================== ] 3018/3290 91% [======================================================== ] 3019/3290 91% [======================================================== ] 3020/3290 91% [======================================================== ] 3021/3290 91% [======================================================== ] 3022/3290 91% [======================================================== ] 3023/3290 91% [======================================================== ] 3024/3290 91% [========================================================= ] 3025/3290 91% [========================================================= ] 3026/3290 91% [========================================================= ] 3027/3290 92% [========================================================= ] 3028/3290 92% [========================================================= ] 3029/3290 92% [========================================================= ] 3030/3290 92% [========================================================= ] 3031/3290 92% [========================================================= ] 3032/3290 92% [========================================================= ] 3033/3290 92% [========================================================= ] 3034/3290 92% [========================================================= ] 3035/3290 92% [========================================================= ] 3036/3290 92% [========================================================= ] 3037/3290 92% [========================================================= ] 3038/3290 92% [========================================================= ] 3039/3290 92% [========================================================= ] 3040/3290 92% [========================================================= ] 3041/3290 92% [========================================================= ] 3042/3290 92% [========================================================= ] 3043/3290 92% [========================================================= ] 3044/3290 92% [========================================================= ] 3045/3290 92% [========================================================= ] 3046/3290 92% [========================================================= ] 3047/3290 92% [========================================================= ] 3048/3290 92% [========================================================= ] 3049/3290 92% [========================================================= ] 3050/3290 92% [========================================================= ] 3051/3290 92% [========================================================= ] 3052/3290 92% [========================================================= ] 3053/3290 92% [========================================================= ] 3054/3290 92% [========================================================= ] 3055/3290 92% [========================================================= ] 3056/3290 92% [========================================================= ] 3057/3290 92% [========================================================= ] 3058/3290 92% [========================================================= ] 3059/3290 92% [========================================================= ] 3060/3290 93% [========================================================= ] 3061/3290 93% [========================================================= ] 3062/3290 93% [========================================================= ] 3063/3290 93% [========================================================= ] 3064/3290 93% [========================================================= ] 3065/3290 93% [========================================================= ] 3066/3290 93% [========================================================= ] 3067/3290 93% [========================================================= ] 3068/3290 93% [========================================================= ] 3069/3290 93% [========================================================= ] 3070/3290 93% [========================================================= ] 3071/3290 93% [========================================================= ] 3072/3290 93% [========================================================= ] 3073/3290 93% [========================================================= ] 3074/3290 93% [========================================================= ] 3075/3290 93% [========================================================= ] 3076/3290 93% [========================================================= ] 3077/3290 93% [========================================================== ] 3078/3290 93% [========================================================== ] 3079/3290 93% [========================================================== ] 3080/3290 93% [========================================================== ] 3081/3290 93% [========================================================== ] 3082/3290 93% [========================================================== ] 3083/3290 93% [========================================================== ] 3084/3290 93% [========================================================== ] 3085/3290 93% [========================================================== ] 3086/3290 93% [========================================================== ] 3087/3290 93% [========================================================== ] 3088/3290 93% [========================================================== ] 3089/3290 93% [========================================================== ] 3090/3290 93% [========================================================== ] 3091/3290 93% [========================================================== ] 3092/3290 93% [========================================================== ] 3093/3290 94% [========================================================== ] 3094/3290 94% [========================================================== ] 3095/3290 94% [========================================================== ] 3096/3290 94% [========================================================== ] 3097/3290 94% [========================================================== ] 3098/3290 94% [========================================================== ] 3099/3290 94% [========================================================== ] 3100/3290 94% [========================================================== ] 3101/3290 94% [========================================================== ] 3102/3290 94% [========================================================== ] 3103/3290 94% [========================================================== ] 3104/3290 94% [========================================================== ] 3105/3290 94% [========================================================== ] 3106/3290 94% [========================================================== ] 3107/3290 94% [========================================================== ] 3108/3290 94% [========================================================== ] 3109/3290 94% [========================================================== ] 3110/3290 94% [========================================================== ] 3111/3290 94% [========================================================== ] 3112/3290 94% [========================================================== ] 3113/3290 94% [========================================================== ] 3114/3290 94% [========================================================== ] 3115/3290 94% [========================================================== ] 3116/3290 94% [========================================================== ] 3117/3290 94% [========================================================== ] 3118/3290 94% [========================================================== ] 3119/3290 94% [========================================================== ] 3120/3290 94% [========================================================== ] 3121/3290 94% [========================================================== ] 3122/3290 94% [========================================================== ] 3123/3290 94% [========================================================== ] 3124/3290 94% [========================================================== ] 3125/3290 94% [========================================================== ] 3126/3290 95% [========================================================== ] 3127/3290 95% [========================================================== ] 3128/3290 95% [========================================================== ] 3129/3290 95% [========================================================== ] 3130/3290 95% [=========================================================== ] 3131/3290 95% [=========================================================== ] 3132/3290 95% [=========================================================== ] 3133/3290 95% [=========================================================== ] 3134/3290 95% [=========================================================== ] 3135/3290 95% [=========================================================== ] 3136/3290 95% [=========================================================== ] 3137/3290 95% [=========================================================== ] 3138/3290 95% [=========================================================== ] 3139/3290 95% [=========================================================== ] 3140/3290 95% [=========================================================== ] 3141/3290 95% [=========================================================== ] 3142/3290 95% [=========================================================== ] 3143/3290 95% [=========================================================== ] 3144/3290 95% [=========================================================== ] 3145/3290 95% [=========================================================== ] 3146/3290 95% [=========================================================== ] 3147/3290 95% [=========================================================== ] 3148/3290 95% [=========================================================== ] 3149/3290 95% [=========================================================== ] 3150/3290 95% [=========================================================== ] 3151/3290 95% [=========================================================== ] 3152/3290 95% [=========================================================== ] 3153/3290 95% [=========================================================== ] 3154/3290 95% [=========================================================== ] 3155/3290 95% [=========================================================== ] 3156/3290 95% [=========================================================== ] 3157/3290 95% [=========================================================== ] 3158/3290 95% [=========================================================== ] 3159/3290 96% [=========================================================== ] 3160/3290 96% [=========================================================== ] 3161/3290 96% [=========================================================== ] 3162/3290 96% [=========================================================== ] 3163/3290 96% [=========================================================== ] 3164/3290 96% [=========================================================== ] 3165/3290 96% [=========================================================== ] 3166/3290 96% [=========================================================== ] 3167/3290 96% [=========================================================== ] 3168/3290 96% [=========================================================== ] 3169/3290 96% [=========================================================== ] 3170/3290 96% [=========================================================== ] 3171/3290 96% [=========================================================== ] 3172/3290 96% [=========================================================== ] 3173/3290 96% [=========================================================== ] 3174/3290 96% [=========================================================== ] 3175/3290 96% [=========================================================== ] 3176/3290 96% [=========================================================== ] 3177/3290 96% [=========================================================== ] 3178/3290 96% [=========================================================== ] 3179/3290 96% [=========================================================== ] 3180/3290 96% [=========================================================== ] 3181/3290 96% [=========================================================== ] 3182/3290 96% [=========================================================== ] 3183/3290 96% [============================================================ ] 3184/3290 96% [============================================================ ] 3185/3290 96% [============================================================ ] 3186/3290 96% [============================================================ ] 3187/3290 96% [============================================================ ] 3188/3290 96% [============================================================ ] 3189/3290 96% [============================================================ ] 3190/3290 96% [============================================================ ] 3191/3290 96% [============================================================ ] 3192/3290 97% [============================================================ ] 3193/3290 97% [============================================================ ] 3194/3290 97% [============================================================ ] 3195/3290 97% [============================================================ ] 3196/3290 97% [============================================================ ] 3197/3290 97% [============================================================ ] 3198/3290 97% [============================================================ ] 3199/3290 97% [============================================================ ] 3200/3290 97% [============================================================ ] 3201/3290 97% [============================================================ ] 3202/3290 97% [============================================================ ] 3203/3290 97% [============================================================ ] 3204/3290 97% [============================================================ ] 3205/3290 97% [============================================================ ] 3206/3290 97% [============================================================ ] 3207/3290 97% [============================================================ ] 3208/3290 97% [============================================================ ] 3209/3290 97% [============================================================ ] 3210/3290 97% [============================================================ ] 3211/3290 97% [============================================================ ] 3212/3290 97% [============================================================ ] 3213/3290 97% [============================================================ ] 3214/3290 97% [============================================================ ] 3215/3290 97% [============================================================ ] 3216/3290 97% [============================================================ ] 3217/3290 97% [============================================================ ] 3218/3290 97% [============================================================ ] 3219/3290 97% [============================================================ ] 3220/3290 97% [============================================================ ] 3221/3290 97% [============================================================ ] 3222/3290 97% [============================================================ ] 3223/3290 97% [============================================================ ] 3224/3290 97% [============================================================ ] 3225/3290 98% [============================================================ ] 3226/3290 98% [============================================================ ] 3227/3290 98% [============================================================ ] 3228/3290 98% [============================================================ ] 3229/3290 98% [============================================================ ] 3230/3290 98% [============================================================ ] 3231/3290 98% [============================================================ ] 3232/3290 98% [============================================================ ] 3233/3290 98% [============================================================ ] 3234/3290 98% [============================================================ ] 3235/3290 98% [============================================================ ] 3236/3290 98% [============================================================= ] 3237/3290 98% [============================================================= ] 3238/3290 98% [============================================================= ] 3239/3290 98% [============================================================= ] 3240/3290 98% [============================================================= ] 3241/3290 98% [============================================================= ] 3242/3290 98% [============================================================= ] 3243/3290 98% [============================================================= ] 3244/3290 98% [============================================================= ] 3245/3290 98% [============================================================= ] 3246/3290 98% [============================================================= ] 3247/3290 98% [============================================================= ] 3248/3290 98% [============================================================= ] 3249/3290 98% [============================================================= ] 3250/3290 98% [============================================================= ] 3251/3290 98% [============================================================= ] 3252/3290 98% [============================================================= ] 3253/3290 98% [============================================================= ] 3254/3290 98% [============================================================= ] 3255/3290 98% [============================================================= ] 3256/3290 98% [============================================================= ] 3257/3290 98% [============================================================= ] 3258/3290 99% [============================================================= ] 3259/3290 99% [============================================================= ] 3260/3290 99% [============================================================= ] 3261/3290 99% [============================================================= ] 3262/3290 99% [============================================================= ] 3263/3290 99% [============================================================= ] 3264/3290 99% [============================================================= ] 3265/3290 99% [============================================================= ] 3266/3290 99% [============================================================= ] 3267/3290 99% [============================================================= ] 3268/3290 99% [============================================================= ] 3269/3290 99% [============================================================= ] 3270/3290 99% [============================================================= ] 3271/3290 99% [============================================================= ] 3272/3290 99% [============================================================= ] 3273/3290 99% [============================================================= ] 3274/3290 99% [============================================================= ] 3275/3290 99% [============================================================= ] 3276/3290 99% [============================================================= ] 3277/3290 99% [============================================================= ] 3278/3290 99% [============================================================= ] 3279/3290 99% [============================================================= ] 3280/3290 99% [============================================================= ] 3281/3290 99% [============================================================= ] 3282/3290 99% [============================================================= ] 3283/3290 99% [============================================================= ] 3284/3290 99% [============================================================= ] 3285/3290 99% [============================================================= ] 3286/3290 99% [============================================================= ] 3287/3290 99% [============================================================= ] 3288/3290 99% [============================================================= ] 3289/3290 99% [==============================================================] 3290/3290 100% operation complete, 3290 objects in 50582 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2021.05-8859-g1381a4d2884 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.10.161 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apache 2.4.54 Collecting legal info LICENSE: OK (sha256: 47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhrystone 2 Collecting legal info >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dnsmasq 2.88 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dump1090 7.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> hackrf 2022.09.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fastd 22 Collecting legal info COPYRIGHT: OK (sha256: adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976) >>> 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) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genpart 1.0.2 Collecting legal info >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> graphicsmagick 1.3.38 Collecting legal info Copyright.txt: OK (sha256: 0a20e661de942ebe115a354d0ec6d1d42b93856ea765f813f350a5ce5024cdb7) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> hwloc 2.8.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> 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) >>> jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libssh 0.10.4 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libteam 1.31 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-vim 9.0.0951 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: de04910387a62ad4f9b36b91457c8d5ef32733ac5d768a128071b93f4821fcd1) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl2 2.24.2 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strongswan 5.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uhubctl 2.5.0 Collecting legal info LICENSE: OK (sha256: 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.3 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.161: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'