rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x lzo -o /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3168 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3168 0% [ ] 2/3168 0% [ ] 3/3168 0% [ ] 4/3168 0% [ ] 5/3168 0% [ ] 6/3168 0% [ ] 7/3168 0% [ ] 8/3168 0% [ ] 9/3168 0% [ ] 10/3168 0% [ ] 11/3168 0% [ ] 12/3168 0% [ ] 13/3168 0% [ ] 14/3168 0% [ ] 15/3168 0% [ ] 16/3168 0% [ ] 17/3168 0% [ ] 18/3168 0% [ ] 19/3168 0% [ ] 20/3168 0% [ ] 21/3168 0% [ ] 22/3168 0% [ ] 23/3168 0% [ ] 24/3168 0% [ ] 25/3168 0% [ ] 26/3168 0% [ ] 27/3168 0% [ ] 28/3168 0% [ ] 29/3168 0% [ ] 30/3168 0% [ ] 31/3168 0% [ ] 32/3168 1% [ ] 33/3168 1% [ ] 34/3168 1% [ ] 35/3168 1% [ ] 36/3168 1% [ ] 37/3168 1% [ ] 38/3168 1% [ ] 39/3168 1% [ ] 40/3168 1% [ ] 41/3168 1% [ ] 42/3168 1% [ ] 43/3168 1% [ ] 44/3168 1% [ ] 45/3168 1% [ ] 46/3168 1% [ ] 47/3168 1% [ ] 48/3168 1% [ ] 49/3168 1% [ ] 50/3168 1% [ ] 51/3168 1% [= ] 52/3168 1% [= ] 53/3168 1% [= ] 54/3168 1% [= ] 55/3168 1% [= ] 56/3168 1% [= ] 57/3168 1% [= ] 58/3168 1% [= ] 59/3168 1% [= ] 60/3168 1% [= ] 61/3168 1% [= ] 62/3168 1% [= ] 63/3168 1% [= ] 64/3168 2% [= ] 65/3168 2% [= ] 66/3168 2% [= ] 67/3168 2% [= ] 68/3168 2% [= ] 69/3168 2% [= ] 70/3168 2% [= ] 71/3168 2% [= ] 72/3168 2% [= ] 73/3168 2% [= ] 74/3168 2% [= ] 75/3168 2% [= ] 76/3168 2% [= ] 77/3168 2% [= ] 78/3168 2% [= ] 79/3168 2% [= ] 80/3168 2% [= ] 81/3168 2% [= ] 82/3168 2% [= ] 83/3168 2% [= ] 84/3168 2% [= ] 85/3168 2% [= ] 86/3168 2% [= ] 87/3168 2% [= ] 88/3168 2% [= ] 89/3168 2% [= ] 90/3168 2% [= ] 91/3168 2% [= ] 92/3168 2% [= ] 93/3168 2% [= ] 94/3168 2% [= ] 95/3168 2% [= ] 96/3168 3% [= ] 97/3168 3% [= ] 98/3168 3% [= ] 99/3168 3% [= ] 100/3168 3% [= ] 101/3168 3% [= ] 102/3168 3% [== ] 103/3168 3% [== ] 104/3168 3% [== ] 105/3168 3% [== ] 106/3168 3% [== ] 107/3168 3% [== ] 108/3168 3% [== ] 109/3168 3% [== ] 110/3168 3% [== ] 111/3168 3% [== ] 112/3168 3% [== ] 113/3168 3% [== ] 114/3168 3% [== ] 115/3168 3% [== ] 116/3168 3% [== ] 117/3168 3% [== ] 118/3168 3% [== ] 119/3168 3% [== ] 120/3168 3% [== ] 121/3168 3% [== ] 122/3168 3% [== ] 123/3168 3% [== ] 124/3168 3% [== ] 125/3168 3% [== ] 126/3168 3% [== ] 127/3168 4% [== ] 128/3168 4% [== ] 129/3168 4% [== ] 130/3168 4% [== ] 131/3168 4% [== ] 132/3168 4% [== ] 133/3168 4% [== ] 134/3168 4% [== ] 135/3168 4% [== ] 136/3168 4% [== ] 137/3168 4% [== ] 138/3168 4% [== ] 139/3168 4% [== ] 140/3168 4% [== ] 141/3168 4% [== ] 142/3168 4% [== ] 143/3168 4% [== ] 144/3168 4% [== ] 145/3168 4% [== ] 146/3168 4% [== ] 147/3168 4% [== ] 148/3168 4% [== ] 149/3168 4% [== ] 150/3168 4% [== ] 151/3168 4% [== ] 152/3168 4% [== ] 153/3168 4% [=== ] 154/3168 4% [=== ] 155/3168 4% [=== ] 156/3168 4% [=== ] 157/3168 4% [=== ] 158/3168 4% [=== ] 159/3168 5% [=== ] 160/3168 5% [=== ] 161/3168 5% [=== ] 162/3168 5% [=== ] 163/3168 5% [=== ] 164/3168 5% [=== ] 165/3168 5% [=== ] 166/3168 5% [=== ] 167/3168 5% [=== ] 168/3168 5% [=== ] 169/3168 5% [=== ] 170/3168 5% [=== ] 171/3168 5% [=== ] 172/3168 5% [=== ] 173/3168 5% [=== ] 174/3168 5% [=== ] 175/3168 5% [=== ] 176/3168 5% [=== ] 177/3168 5% [=== ] 178/3168 5% [=== ] 179/3168 5% [=== ] 180/3168 5% [=== ] 181/3168 5% [=== ] 182/3168 5% [=== ] 183/3168 5% [=== ] 184/3168 5% [=== ] 185/3168 5% [=== ] 186/3168 5% [=== ] 187/3168 5% [=== ] 188/3168 5% [=== ] 189/3168 5% [=== ] 190/3168 5% [=== ] 191/3168 6% [=== ] 192/3168 6% [=== ] 193/3168 6% [=== ] 194/3168 6% [=== ] 195/3168 6% [=== ] 196/3168 6% [=== ] 197/3168 6% [=== ] 198/3168 6% [=== ] 199/3168 6% [=== ] 200/3168 6% [=== ] 201/3168 6% [=== ] 202/3168 6% [=== ] 203/3168 6% [=== ] 204/3168 6% [==== ] 205/3168 6% [==== ] 206/3168 6% [==== ] 207/3168 6% [==== ] 208/3168 6% [==== ] 209/3168 6% [==== ] 210/3168 6% [==== ] 211/3168 6% [==== ] 212/3168 6% [==== ] 213/3168 6% [==== ] 214/3168 6% [==== ] 215/3168 6% [==== ] 216/3168 6% [==== ] 217/3168 6% [==== ] 218/3168 6% [==== ] 219/3168 6% [==== ] 220/3168 6% [==== ] 221/3168 6% [==== ] 222/3168 7% [==== ] 223/3168 7% [==== ] 224/3168 7% [==== ] 225/3168 7% [==== ] 226/3168 7% [==== ] 227/3168 7% [==== ] 228/3168 7% [==== ] 229/3168 7% [==== ] 230/3168 7% [==== ] 231/3168 7% [==== ] 232/3168 7% [==== ] 233/3168 7% [==== ] 234/3168 7% [==== ] 235/3168 7% [==== ] 236/3168 7% [==== ] 237/3168 7% [==== ] 238/3168 7% [==== ] 239/3168 7% [==== ] 240/3168 7% [==== ] 241/3168 7% [==== ] 242/3168 7% [==== ] 243/3168 7% [==== ] 244/3168 7% [==== ] 245/3168 7% [==== ] 246/3168 7% [==== ] 247/3168 7% [==== ] 248/3168 7% [==== ] 249/3168 7% [==== ] 250/3168 7% [==== ] 251/3168 7% [==== ] 252/3168 7% [==== ] 253/3168 7% [==== ] 254/3168 8% [==== ] 255/3168 8% [===== ] 256/3168 8% [===== ] 257/3168 8% [===== ] 258/3168 8% [===== ] 259/3168 8% [===== ] 260/3168 8% [===== ] 261/3168 8% [===== ] 262/3168 8% [===== ] 263/3168 8% [===== ] 264/3168 8% [===== ] 265/3168 8% [===== ] 266/3168 8% [===== ] 267/3168 8% [===== ] 268/3168 8% [===== ] 269/3168 8% [===== ] 270/3168 8% [===== ] 271/3168 8% [===== ] 272/3168 8% [===== ] 273/3168 8% [===== ] 274/3168 8% [===== ] 275/3168 8% [===== ] 276/3168 8% [===== ] 277/3168 8% [===== ] 278/3168 8% [===== ] 279/3168 8% [===== ] 280/3168 8% [===== ] 281/3168 8% [===== ] 282/3168 8% [===== ] 283/3168 8% [===== ] 284/3168 8% [===== ] 285/3168 8% [===== ] 286/3168 9% [===== ] 287/3168 9% [===== ] 288/3168 9% [===== ] 289/3168 9% [===== ] 290/3168 9% [===== ] 291/3168 9% [===== ] 292/3168 9% [===== ] 293/3168 9% [===== ] 294/3168 9% [===== ] 295/3168 9% [===== ] 296/3168 9% [===== ] 297/3168 9% [===== ] 298/3168 9% [===== ] 299/3168 9% [===== ] 300/3168 9% [===== ] 301/3168 9% [===== ] 302/3168 9% [===== ] 303/3168 9% [===== ] 304/3168 9% [===== ] 305/3168 9% [===== ] 306/3168 9% [====== ] 307/3168 9% [====== ] 308/3168 9% [====== ] 309/3168 9% [====== ] 310/3168 9% [====== ] 311/3168 9% [====== ] 312/3168 9% [====== ] 313/3168 9% [====== ] 314/3168 9% [====== ] 315/3168 9% [====== ] 316/3168 9% [====== ] 317/3168 10% [====== ] 318/3168 10% [====== ] 319/3168 10% [====== ] 320/3168 10% [====== ] 321/3168 10% [====== ] 322/3168 10% [====== ] 323/3168 10% [====== ] 324/3168 10% [====== ] 325/3168 10% [====== ] 326/3168 10% [====== ] 327/3168 10% [====== ] 328/3168 10% [====== ] 329/3168 10% [====== ] 330/3168 10% [====== ] 331/3168 10% [====== ] 332/3168 10% [====== ] 333/3168 10% [====== ] 334/3168 10% [====== ] 335/3168 10% [====== ] 336/3168 10% [====== ] 337/3168 10% [====== ] 338/3168 10% [====== ] 339/3168 10% [====== ] 340/3168 10% [====== ] 341/3168 10% [====== ] 342/3168 10% [====== ] 343/3168 10% [====== ] 344/3168 10% [====== ] 345/3168 10% [====== ] 346/3168 10% [====== ] 347/3168 10% [====== ] 348/3168 10% [====== ] 349/3168 11% [====== ] 350/3168 11% [====== ] 351/3168 11% [====== ] 352/3168 11% [====== ] 353/3168 11% [====== ] 354/3168 11% [====== ] 355/3168 11% [====== ] 356/3168 11% [====== ] 357/3168 11% [======= ] 358/3168 11% [======= ] 359/3168 11% [======= ] 360/3168 11% [======= ] 361/3168 11% [======= ] 362/3168 11% [======= ] 363/3168 11% [======= ] 364/3168 11% [======= ] 365/3168 11% [======= ] 366/3168 11% [======= ] 367/3168 11% [======= ] 368/3168 11% [======= ] 369/3168 11% [======= ] 370/3168 11% [======= ] 371/3168 11% [======= ] 372/3168 11% [======= ] 373/3168 11% [======= ] 374/3168 11% [======= ] 375/3168 11% [======= ] 376/3168 11% [======= ] 377/3168 11% [======= ] 378/3168 11% [======= ] 379/3168 11% [======= ] 380/3168 11% [======= ] 381/3168 12% [======= ] 382/3168 12% [======= ] 383/3168 12% [======= ] 384/3168 12% [======= ] 385/3168 12% [======= ] 386/3168 12% [======= ] 387/3168 12% [======= ] 388/3168 12% [======= ] 389/3168 12% [======= ] 390/3168 12% [======= ] 391/3168 12% [======= ] 392/3168 12% [======= ] 393/3168 12% [======= ] 394/3168 12% [======= ] 395/3168 12% [======= ] 396/3168 12% [======= ] 397/3168 12% [======= ] 398/3168 12% [======= ] 399/3168 12% [======= ] 400/3168 12% [======= ] 401/3168 12% [======= ] 402/3168 12% [======= ] 403/3168 12% [======= ] 404/3168 12% [======= ] 405/3168 12% [======= ] 406/3168 12% [======= ] 407/3168 12% [======= ] 408/3168 12% [======== ] 409/3168 12% [======== ] 410/3168 12% [======== ] 411/3168 12% [======== ] 412/3168 13% [======== ] 413/3168 13% [======== ] 414/3168 13% [======== ] 415/3168 13% [======== ] 416/3168 13% [======== ] 417/3168 13% [======== ] 418/3168 13% [======== ] 419/3168 13% [======== ] 420/3168 13% [======== ] 421/3168 13% [======== ] 422/3168 13% [======== ] 423/3168 13% [======== ] 424/3168 13% [======== ] 425/3168 13% [======== ] 426/3168 13% [======== ] 427/3168 13% [======== ] 428/3168 13% [======== ] 429/3168 13% [======== ] 430/3168 13% [======== ] 431/3168 13% [======== ] 432/3168 13% [======== ] 433/3168 13% [======== ] 434/3168 13% [======== ] 435/3168 13% [======== ] 436/3168 13% [======== ] 437/3168 13% [======== ] 438/3168 13% [======== ] 439/3168 13% [======== ] 440/3168 13% [======== ] 441/3168 13% [======== ] 442/3168 13% [======== ] 443/3168 13% [======== ] 444/3168 14% [======== ] 445/3168 14% [======== ] 446/3168 14% [======== ] 447/3168 14% [======== ] 448/3168 14% [======== ] 449/3168 14% [======== ] 450/3168 14% [======== ] 451/3168 14% [======== ] 452/3168 14% [======== ] 453/3168 14% [======== ] 454/3168 14% [======== ] 455/3168 14% [======== ] 456/3168 14% [======== ] 457/3168 14% [======== ] 458/3168 14% [======== ] 459/3168 14% [========= ] 460/3168 14% [========= ] 461/3168 14% [========= ] 462/3168 14% [========= ] 463/3168 14% [========= ] 464/3168 14% [========= ] 465/3168 14% [========= ] 466/3168 14% [========= ] 467/3168 14% [========= ] 468/3168 14% [========= ] 469/3168 14% [========= ] 470/3168 14% [========= ] 471/3168 14% [========= ] 472/3168 14% [========= ] 473/3168 14% [========= ] 474/3168 14% [========= ] 475/3168 14% [========= ] 476/3168 15% [========= ] 477/3168 15% [========= ] 478/3168 15% [========= ] 479/3168 15% [========= ] 480/3168 15% [========= ] 481/3168 15% [========= ] 482/3168 15% [========= ] 483/3168 15% [========= ] 484/3168 15% [========= ] 485/3168 15% [========= ] 486/3168 15% [========= ] 487/3168 15% [========= ] 488/3168 15% [========= ] 489/3168 15% [========= ] 490/3168 15% [========= ] 491/3168 15% [========= ] 492/3168 15% [========= ] 493/3168 15% [========= ] 494/3168 15% [========= ] 495/3168 15% [========= ] 496/3168 15% [========= ] 497/3168 15% [========= ] 498/3168 15% [========= ] 499/3168 15% [========= ] 500/3168 15% [========= ] 501/3168 15% [========= ] 502/3168 15% [========= ] 503/3168 15% [========= ] 504/3168 15% [========= ] 505/3168 15% [========= ] 506/3168 15% [========= ] 507/3168 16% [========= ] 508/3168 16% [========= ] 509/3168 16% [========= ] 510/3168 16% [========== ] 511/3168 16% [========== ] 512/3168 16% [========== ] 513/3168 16% [========== ] 514/3168 16% [========== ] 515/3168 16% [========== ] 516/3168 16% [========== ] 517/3168 16% [========== ] 518/3168 16% [========== ] 519/3168 16% [========== ] 520/3168 16% [========== ] 521/3168 16% [========== ] 522/3168 16% [========== ] 523/3168 16% [========== ] 524/3168 16% [========== ] 525/3168 16% [========== ] 526/3168 16% [========== ] 527/3168 16% [========== ] 528/3168 16% [========== ] 529/3168 16% [========== ] 530/3168 16% [========== ] 531/3168 16% [========== ] 532/3168 16% [========== ] 533/3168 16% [========== ] 534/3168 16% [========== ] 535/3168 16% [========== ] 536/3168 16% [========== ] 537/3168 16% [========== ] 538/3168 16% [========== ] 539/3168 17% [========== ] 540/3168 17% [========== ] 541/3168 17% [========== ] 542/3168 17% [========== ] 543/3168 17% [========== ] 544/3168 17% [========== ] 545/3168 17% [========== ] 546/3168 17% [========== ] 547/3168 17% [========== ] 548/3168 17% [========== ] 549/3168 17% [========== ] 550/3168 17% [========== ] 551/3168 17% [========== ] 552/3168 17% [========== ] 553/3168 17% [========== ] 554/3168 17% [========== ] 555/3168 17% [========== ] 556/3168 17% [========== ] 557/3168 17% [========== ] 558/3168 17% [========== ] 559/3168 17% [========== ] 560/3168 17% [========== ] 561/3168 17% [========== ] 562/3168 17% [=========== ] 563/3168 17% [=========== ] 564/3168 17% [=========== ] 565/3168 17% [=========== ] 566/3168 17% [=========== ] 567/3168 17% [=========== ] 568/3168 17% [=========== ] 569/3168 17% [=========== ] 570/3168 17% [=========== ] 571/3168 18% [=========== ] 572/3168 18% [=========== ] 573/3168 18% [=========== ] 574/3168 18% [=========== ] 575/3168 18% [=========== ] 576/3168 18% [=========== ] 577/3168 18% [=========== ] 578/3168 18% [=========== ] 579/3168 18% [=========== ] 580/3168 18% [=========== ] 581/3168 18% [=========== ] 582/3168 18% [=========== ] 583/3168 18% [=========== ] 584/3168 18% [=========== ] 585/3168 18% [=========== ] 586/3168 18% [=========== ] 587/3168 18% [=========== ] 588/3168 18% [=========== ] 589/3168 18% [=========== ] 590/3168 18% [=========== ] 591/3168 18% [=========== ] 592/3168 18% [=========== ] 593/3168 18% [=========== ] 594/3168 18% [=========== ] 595/3168 18% [=========== ] 596/3168 18% [=========== ] 597/3168 18% [=========== ] 598/3168 18% [=========== ] 599/3168 18% [=========== ] 600/3168 18% [=========== ] 601/3168 18% [=========== ] 602/3168 19% [=========== ] 603/3168 19% [=========== ] 604/3168 19% [=========== ] 605/3168 19% [=========== ] 606/3168 19% [=========== ] 607/3168 19% [=========== ] 608/3168 19% [=========== ] 609/3168 19% [=========== ] 610/3168 19% [=========== ] 611/3168 19% [=========== ] 612/3168 19% [=========== ] 613/3168 19% [============ ] 614/3168 19% [============ ] 615/3168 19% [============ ] 616/3168 19% [============ ] 617/3168 19% [============ ] 618/3168 19% [============ ] 619/3168 19% [============ ] 620/3168 19% [============ ] 621/3168 19% [============ ] 622/3168 19% [============ ] 623/3168 19% [============ ] 624/3168 19% [============ ] 625/3168 19% [============ ] 626/3168 19% [============ ] 627/3168 19% [============ ] 628/3168 19% [============ ] 629/3168 19% [============ ] 630/3168 19% [============ ] 631/3168 19% [============ ] 632/3168 19% [============ ] 633/3168 19% [============ ] 634/3168 20% [============ ] 635/3168 20% [============ ] 636/3168 20% [============ ] 637/3168 20% [============ ] 638/3168 20% [============ ] 639/3168 20% [============ ] 640/3168 20% [============ ] 641/3168 20% [============ ] 642/3168 20% [============ ] 643/3168 20% [============ ] 644/3168 20% [============ ] 645/3168 20% [============ ] 646/3168 20% [============ ] 647/3168 20% [============ ] 648/3168 20% [============ ] 649/3168 20% [============ ] 650/3168 20% [============ ] 651/3168 20% [============ ] 652/3168 20% [============ ] 653/3168 20% [============ ] 654/3168 20% [============ ] 655/3168 20% [============ ] 656/3168 20% [============ ] 657/3168 20% [============ ] 658/3168 20% [============ ] 659/3168 20% [============ ] 660/3168 20% [============ ] 661/3168 20% [============ ] 662/3168 20% [============ ] 663/3168 20% [============ ] 664/3168 20% [============= ] 665/3168 20% [============= ] 666/3168 21% [============= ] 667/3168 21% [============= ] 668/3168 21% [============= ] 669/3168 21% [============= ] 670/3168 21% [============= ] 671/3168 21% [============= ] 672/3168 21% [============= ] 673/3168 21% [============= ] 674/3168 21% [============= ] 675/3168 21% [============= ] 676/3168 21% [============= ] 677/3168 21% [============= ] 678/3168 21% [============= ] 679/3168 21% [============= ] 680/3168 21% [============= ] 681/3168 21% [============= ] 682/3168 21% [============= ] 683/3168 21% [============= ] 684/3168 21% [============= ] 685/3168 21% [============= ] 686/3168 21% [============= ] 687/3168 21% [============= ] 688/3168 21% [============= ] 689/3168 21% [============= ] 690/3168 21% [============= ] 691/3168 21% [============= ] 692/3168 21% [============= ] 693/3168 21% [============= ] 694/3168 21% [============= ] 695/3168 21% [============= ] 696/3168 21% [============= ] 697/3168 22% [============= ] 698/3168 22% [============= ] 699/3168 22% [============= ] 700/3168 22% [============= ] 701/3168 22% [============= ] 702/3168 22% [============= ] 703/3168 22% [============= ] 704/3168 22% [============= ] 705/3168 22% [============= ] 706/3168 22% [============= ] 707/3168 22% [============= ] 708/3168 22% [============= ] 709/3168 22% [============= ] 710/3168 22% [============= ] 711/3168 22% [============= ] 712/3168 22% [============= ] 713/3168 22% [============= ] 714/3168 22% [============= ] 715/3168 22% [============== ] 716/3168 22% [============== ] 717/3168 22% [============== ] 718/3168 22% [============== ] 719/3168 22% [============== ] 720/3168 22% [============== ] 721/3168 22% [============== ] 722/3168 22% [============== ] 723/3168 22% [============== ] 724/3168 22% [============== ] 725/3168 22% [============== ] 726/3168 22% [============== ] 727/3168 22% [============== ] 728/3168 22% [============== ] 729/3168 23% [============== ] 730/3168 23% [============== ] 731/3168 23% [============== ] 732/3168 23% [============== ] 733/3168 23% [============== ] 734/3168 23% [============== ] 735/3168 23% [============== ] 736/3168 23% [============== ] 737/3168 23% [============== ] 738/3168 23% [============== ] 739/3168 23% [============== ] 740/3168 23% [============== ] 741/3168 23% [============== ] 742/3168 23% [============== ] 743/3168 23% [============== ] 744/3168 23% [============== ] 745/3168 23% [============== ] 746/3168 23% [============== ] 747/3168 23% [============== ] 748/3168 23% [============== ] 749/3168 23% [============== ] 750/3168 23% [============== ] 751/3168 23% [============== ] 752/3168 23% [============== ] 753/3168 23% [============== ] 754/3168 23% [============== ] 755/3168 23% [============== ] 756/3168 23% [============== ] 757/3168 23% [============== ] 758/3168 23% [============== ] 759/3168 23% [============== ] 760/3168 23% [============== ] 761/3168 24% [============== ] 762/3168 24% [============== ] 763/3168 24% [============== ] 764/3168 24% [============== ] 765/3168 24% [============== ] 766/3168 24% [=============== ] 767/3168 24% [=============== ] 768/3168 24% [=============== ] 769/3168 24% [=============== ] 770/3168 24% [=============== ] 771/3168 24% [=============== ] 772/3168 24% [=============== ] 773/3168 24% [=============== ] 774/3168 24% [=============== ] 775/3168 24% [=============== ] 776/3168 24% [=============== ] 777/3168 24% [=============== ] 778/3168 24% [=============== ] 779/3168 24% [=============== ] 780/3168 24% [=============== ] 781/3168 24% [=============== ] 782/3168 24% [=============== ] 783/3168 24% [=============== ] 784/3168 24% [=============== ] 785/3168 24% [=============== ] 786/3168 24% [=============== ] 787/3168 24% [=============== ] 788/3168 24% [=============== ] 789/3168 24% [=============== ] 790/3168 24% [=============== ] 791/3168 24% [=============== ] 792/3168 25% [=============== ] 793/3168 25% [=============== ] 794/3168 25% [=============== ] 795/3168 25% [=============== ] 796/3168 25% [=============== ] 797/3168 25% [=============== ] 798/3168 25% [=============== ] 799/3168 25% [=============== ] 800/3168 25% [=============== ] 801/3168 25% [=============== ] 802/3168 25% [=============== ] 803/3168 25% [=============== ] 804/3168 25% [=============== ] 805/3168 25% [=============== ] 806/3168 25% [=============== ] 807/3168 25% [=============== ] 808/3168 25% [=============== ] 809/3168 25% [=============== ] 810/3168 25% [=============== ] 811/3168 25% [=============== ] 812/3168 25% [=============== ] 813/3168 25% [=============== ] 814/3168 25% [=============== ] 815/3168 25% [=============== ] 816/3168 25% [=============== ] 817/3168 25% [================ ] 818/3168 25% [================ ] 819/3168 25% [================ ] 820/3168 25% [================ ] 821/3168 25% [================ ] 822/3168 25% [================ ] 823/3168 25% [================ ] 824/3168 26% [================ ] 825/3168 26% [================ ] 826/3168 26% [================ ] 827/3168 26% [================ ] 828/3168 26% [================ ] 829/3168 26% [================ ] 830/3168 26% [================ ] 831/3168 26% [================ ] 832/3168 26% [================ ] 833/3168 26% [================ ] 834/3168 26% [================ ] 835/3168 26% [================ ] 836/3168 26% [================ ] 837/3168 26% [================ ] 838/3168 26% [================ ] 839/3168 26% [================ ] 840/3168 26% [================ ] 841/3168 26% [================ ] 842/3168 26% [================ ] 843/3168 26% [================ ] 844/3168 26% [================ ] 845/3168 26% [================ ] 846/3168 26% [================ ] 847/3168 26% [================ ] 848/3168 26% [================ ] 849/3168 26% [================ ] 850/3168 26% [================ ] 851/3168 26% [================ ] 852/3168 26% [================ ] 853/3168 26% [================ ] 854/3168 26% [================ ] 855/3168 26% [================ ] 856/3168 27% [================ ] 857/3168 27% [================ ] 858/3168 27% [================ ] 859/3168 27% [================ ] 860/3168 27% [================ ] 861/3168 27% [================ ] 862/3168 27% [================ ] 863/3168 27% [================ ] 864/3168 27% [================ ] 865/3168 27% [================ ] 866/3168 27% [================ ] 867/3168 27% [================ ] 868/3168 27% [================= ] 869/3168 27% [================= ] 870/3168 27% [================= ] 871/3168 27% [================= ] 872/3168 27% [================= ] 873/3168 27% [================= ] 874/3168 27% [================= ] 875/3168 27% [================= ] 876/3168 27% [================= ] 877/3168 27% [================= ] 878/3168 27% [================= ] 879/3168 27% [================= ] 880/3168 27% [================= ] 881/3168 27% [================= ] 882/3168 27% [================= ] 883/3168 27% [================= ] 884/3168 27% [================= ] 885/3168 27% [================= ] 886/3168 27% [================= ] 887/3168 27% [================= ] 888/3168 28% [================= ] 889/3168 28% [================= ] 890/3168 28% [================= ] 891/3168 28% [================= ] 892/3168 28% [================= ] 893/3168 28% [================= ] 894/3168 28% [================= ] 895/3168 28% [================= ] 896/3168 28% [================= ] 897/3168 28% [================= ] 898/3168 28% [================= ] 899/3168 28% [================= ] 900/3168 28% [================= ] 901/3168 28% [================= ] 902/3168 28% [================= ] 903/3168 28% [================= ] 904/3168 28% [================= ] 905/3168 28% [================= ] 906/3168 28% [================= ] 907/3168 28% [================= ] 908/3168 28% [================= ] 909/3168 28% [================= ] 910/3168 28% [================= ] 911/3168 28% [================= ] 912/3168 28% [================= ] 913/3168 28% [================= ] 914/3168 28% [================= ] 915/3168 28% [================= ] 916/3168 28% [================= ] 917/3168 28% [================= ] 918/3168 28% [================= ] 919/3168 29% [================== ] 920/3168 29% [================== ] 921/3168 29% [================== ] 922/3168 29% [================== ] 923/3168 29% [================== ] 924/3168 29% [================== ] 925/3168 29% [================== ] 926/3168 29% [================== ] 927/3168 29% [================== ] 928/3168 29% [================== ] 929/3168 29% [================== ] 930/3168 29% [================== ] 931/3168 29% [================== ] 932/3168 29% [================== ] 933/3168 29% [================== ] 934/3168 29% [================== ] 935/3168 29% [================== ] 936/3168 29% [================== ] 937/3168 29% [================== ] 938/3168 29% [================== ] 939/3168 29% [================== ] 940/3168 29% [================== ] 941/3168 29% [================== ] 942/3168 29% [================== ] 943/3168 29% [================== ] 944/3168 29% [================== ] 945/3168 29% [================== ] 946/3168 29% [================== ] 947/3168 29% [================== ] 948/3168 29% [================== ] 949/3168 29% [================== ] 950/3168 29% [================== ] 951/3168 30% [================== ] 952/3168 30% [================== ] 953/3168 30% [================== ] 954/3168 30% [================== ] 955/3168 30% [================== ] 956/3168 30% [================== ] 957/3168 30% [================== ] 958/3168 30% [================== ] 959/3168 30% [================== ] 960/3168 30% [================== ] 961/3168 30% [================== ] 962/3168 30% [================== ] 963/3168 30% [================== ] 964/3168 30% [================== ] 965/3168 30% [================== ] 966/3168 30% [================== ] 967/3168 30% [================== ] 968/3168 30% [================== ] 969/3168 30% [================== ] 970/3168 30% [=================== ] 971/3168 30% [=================== ] 972/3168 30% [=================== ] 973/3168 30% [=================== ] 974/3168 30% [=================== ] 975/3168 30% [=================== ] 976/3168 30% [=================== ] 977/3168 30% [=================== ] 978/3168 30% [=================== ] 979/3168 30% [=================== ] 980/3168 30% [=================== ] 981/3168 30% [=================== ] 982/3168 30% [=================== ] 983/3168 31% [=================== ] 984/3168 31% [=================== ] 985/3168 31% [=================== ] 986/3168 31% [=================== ] 987/3168 31% [=================== ] 988/3168 31% [=================== ] 989/3168 31% [=================== ] 990/3168 31% [=================== ] 991/3168 31% [=================== ] 992/3168 31% [=================== ] 993/3168 31% [=================== ] 994/3168 31% [=================== ] 995/3168 31% [=================== ] 996/3168 31% [=================== ] 997/3168 31% [=================== ] 998/3168 31% [=================== ] 999/3168 31% [=================== ] 1000/3168 31% [=================== ] 1001/3168 31% [=================== ] 1002/3168 31% [=================== ] 1003/3168 31% [=================== ] 1004/3168 31% [=================== ] 1005/3168 31% [=================== ] 1006/3168 31% [=================== ] 1007/3168 31% [=================== ] 1008/3168 31% [=================== ] 1009/3168 31% [=================== ] 1010/3168 31% [=================== ] 1011/3168 31% [=================== ] 1012/3168 31% [=================== ] 1013/3168 31% [=================== ] 1014/3168 32% [=================== ] 1015/3168 32% [=================== ] 1016/3168 32% [=================== ] 1017/3168 32% [=================== ] 1018/3168 32% [=================== ] 1019/3168 32% [=================== ] 1020/3168 32% [=================== ] 1021/3168 32% [==================== ] 1022/3168 32% [==================== ] 1023/3168 32% [==================== ] 1024/3168 32% [==================== ] 1025/3168 32% [==================== ] 1026/3168 32% [==================== ] 1027/3168 32% [==================== ] 1028/3168 32% [==================== ] 1029/3168 32% [==================== ] 1030/3168 32% [==================== ] 1031/3168 32% [==================== ] 1032/3168 32% [==================== ] 1033/3168 32% [==================== ] 1034/3168 32% [==================== ] 1035/3168 32% [==================== ] 1036/3168 32% [==================== ] 1037/3168 32% [==================== ] 1038/3168 32% [==================== ] 1039/3168 32% [==================== ] 1040/3168 32% [==================== ] 1041/3168 32% [==================== ] 1042/3168 32% [==================== ] 1043/3168 32% [==================== ] 1044/3168 32% [==================== ] 1045/3168 32% [==================== ] 1046/3168 33% [==================== ] 1047/3168 33% [==================== ] 1048/3168 33% [==================== ] 1049/3168 33% [==================== ] 1050/3168 33% [==================== ] 1051/3168 33% [==================== ] 1052/3168 33% [==================== ] 1053/3168 33% [==================== ] 1054/3168 33% [==================== ] 1055/3168 33% [==================== ] 1056/3168 33% [==================== ] 1057/3168 33% [==================== ] 1058/3168 33% [==================== ] 1059/3168 33% [==================== ] 1060/3168 33% [==================== ] 1061/3168 33% [==================== ] 1062/3168 33% [==================== ] 1063/3168 33% [==================== ] 1064/3168 33% [==================== ] 1065/3168 33% [==================== ] 1066/3168 33% [==================== ] 1067/3168 33% [==================== ] 1068/3168 33% [==================== ] 1069/3168 33% [==================== ] 1070/3168 33% [==================== ] 1071/3168 33% [==================== ] 1072/3168 33% [==================== ] 1073/3168 33% [===================== ] 1074/3168 33% [===================== ] 1075/3168 33% [===================== ] 1076/3168 33% [===================== ] 1077/3168 33% [===================== ] 1078/3168 34% [===================== ] 1079/3168 34% [===================== ] 1080/3168 34% [===================== ] 1081/3168 34% [===================== ] 1082/3168 34% [===================== ] 1083/3168 34% [===================== ] 1084/3168 34% [===================== ] 1085/3168 34% [===================== ] 1086/3168 34% [===================== ] 1087/3168 34% [===================== ] 1088/3168 34% [===================== ] 1089/3168 34% [===================== ] 1090/3168 34% [===================== ] 1091/3168 34% [===================== ] 1092/3168 34% [===================== ] 1093/3168 34% [===================== ] 1094/3168 34% [===================== ] 1095/3168 34% [===================== ] 1096/3168 34% [===================== ] 1097/3168 34% [===================== ] 1098/3168 34% [===================== ] 1099/3168 34% [===================== ] 1100/3168 34% [===================== ] 1101/3168 34% [===================== ] 1102/3168 34% [===================== ] 1103/3168 34% [===================== ] 1104/3168 34% [===================== ] 1105/3168 34% [===================== ] 1106/3168 34% [===================== ] 1107/3168 34% [===================== ] 1108/3168 34% [===================== ] 1109/3168 35% [===================== ] 1110/3168 35% [===================== ] 1111/3168 35% [===================== ] 1112/3168 35% [===================== ] 1113/3168 35% [===================== ] 1114/3168 35% [===================== ] 1115/3168 35% [===================== ] 1116/3168 35% [===================== ] 1117/3168 35% [===================== ] 1118/3168 35% [===================== ] 1119/3168 35% [===================== ] 1120/3168 35% [===================== ] 1121/3168 35% [===================== ] 1122/3168 35% [===================== ] 1123/3168 35% [===================== ] 1124/3168 35% [====================== ] 1125/3168 35% [====================== ] 1126/3168 35% [====================== ] 1127/3168 35% [====================== ] 1128/3168 35% [====================== ] 1129/3168 35% [====================== ] 1130/3168 35% [====================== ] 1131/3168 35% [====================== ] 1132/3168 35% [====================== ] 1133/3168 35% [====================== ] 1134/3168 35% [====================== ] 1135/3168 35% [====================== ] 1136/3168 35% [====================== ] 1137/3168 35% [====================== ] 1138/3168 35% [====================== ] 1139/3168 35% [====================== ] 1140/3168 35% [====================== ] 1141/3168 36% [====================== ] 1142/3168 36% [====================== ] 1143/3168 36% [====================== ] 1144/3168 36% [====================== ] 1145/3168 36% [====================== ] 1146/3168 36% [====================== ] 1147/3168 36% [====================== ] 1148/3168 36% [====================== ] 1149/3168 36% [====================== ] 1150/3168 36% [====================== ] 1151/3168 36% [====================== ] 1152/3168 36% [====================== ] 1153/3168 36% [====================== ] 1154/3168 36% [====================== ] 1155/3168 36% [====================== ] 1156/3168 36% [====================== ] 1157/3168 36% [====================== ] 1158/3168 36% [====================== ] 1159/3168 36% [====================== ] 1160/3168 36% [====================== ] 1161/3168 36% [====================== ] 1162/3168 36% [====================== ] 1163/3168 36% [====================== ] 1164/3168 36% [====================== ] 1165/3168 36% [====================== ] 1166/3168 36% [====================== ] 1167/3168 36% [====================== ] 1168/3168 36% [====================== ] 1169/3168 36% [====================== ] 1170/3168 36% [====================== ] 1171/3168 36% [====================== ] 1172/3168 36% [====================== ] 1173/3168 37% [====================== ] 1174/3168 37% [====================== ] 1175/3168 37% [======================= ] 1176/3168 37% [======================= ] 1177/3168 37% [======================= ] 1178/3168 37% [======================= ] 1179/3168 37% [======================= ] 1180/3168 37% [======================= ] 1181/3168 37% [======================= ] 1182/3168 37% [======================= ] 1183/3168 37% [======================= ] 1184/3168 37% [======================= ] 1185/3168 37% [======================= ] 1186/3168 37% [======================= ] 1187/3168 37% [======================= ] 1188/3168 37% [======================= ] 1189/3168 37% [======================= ] 1190/3168 37% [======================= ] 1191/3168 37% [======================= ] 1192/3168 37% [======================= ] 1193/3168 37% [======================= ] 1194/3168 37% [======================= ] 1195/3168 37% [======================= ] 1196/3168 37% [======================= ] 1197/3168 37% [======================= ] 1198/3168 37% [======================= ] 1199/3168 37% [======================= ] 1200/3168 37% [======================= ] 1201/3168 37% [======================= ] 1202/3168 37% [======================= ] 1203/3168 37% [======================= ] 1204/3168 38% [======================= ] 1205/3168 38% [======================= ] 1206/3168 38% [======================= ] 1207/3168 38% [======================= ] 1208/3168 38% [======================= ] 1209/3168 38% [======================= ] 1210/3168 38% [======================= ] 1211/3168 38% [======================= ] 1212/3168 38% [======================= ] 1213/3168 38% [======================= ] 1214/3168 38% [======================= ] 1215/3168 38% [======================= ] 1216/3168 38% [======================= ] 1217/3168 38% [======================= ] 1218/3168 38% [======================= ] 1219/3168 38% [======================= ] 1220/3168 38% [======================= ] 1221/3168 38% [======================= ] 1222/3168 38% [======================= ] 1223/3168 38% [======================= ] 1224/3168 38% [======================= ] 1225/3168 38% [======================= ] 1226/3168 38% [======================== ] 1227/3168 38% [======================== ] 1228/3168 38% [======================== ] 1229/3168 38% [======================== ] 1230/3168 38% [======================== ] 1231/3168 38% [======================== ] 1232/3168 38% [======================== ] 1233/3168 38% [======================== ] 1234/3168 38% [======================== ] 1235/3168 38% [======================== ] 1236/3168 39% [======================== ] 1237/3168 39% [======================== ] 1238/3168 39% [======================== ] 1239/3168 39% [======================== ] 1240/3168 39% [======================== ] 1241/3168 39% [======================== ] 1242/3168 39% [======================== ] 1243/3168 39% [======================== ] 1244/3168 39% [======================== ] 1245/3168 39% [======================== ] 1246/3168 39% [======================== ] 1247/3168 39% [======================== ] 1248/3168 39% [======================== ] 1249/3168 39% [======================== ] 1250/3168 39% [======================== ] 1251/3168 39% [======================== ] 1252/3168 39% [======================== ] 1253/3168 39% [======================== ] 1254/3168 39% [======================== ] 1255/3168 39% [======================== ] 1256/3168 39% [======================== ] 1257/3168 39% [======================== ] 1258/3168 39% [======================== ] 1259/3168 39% [======================== ] 1260/3168 39% [======================== ] 1261/3168 39% [======================== ] 1262/3168 39% [======================== ] 1263/3168 39% [======================== ] 1264/3168 39% [======================== ] 1265/3168 39% [======================== ] 1266/3168 39% [======================== ] 1267/3168 39% [======================== ] 1268/3168 40% [======================== ] 1269/3168 40% [======================== ] 1270/3168 40% [======================== ] 1271/3168 40% [======================== ] 1272/3168 40% [======================== ] 1273/3168 40% [======================== ] 1274/3168 40% [======================== ] 1275/3168 40% [======================== ] 1276/3168 40% [======================== ] 1277/3168 40% [========================= ] 1278/3168 40% [========================= ] 1279/3168 40% [========================= ] 1280/3168 40% [========================= ] 1281/3168 40% [========================= ] 1282/3168 40% [========================= ] 1283/3168 40% [========================= ] 1284/3168 40% [========================= ] 1285/3168 40% [========================= ] 1286/3168 40% [========================= ] 1287/3168 40% [========================= ] 1288/3168 40% [========================= ] 1289/3168 40% [========================= ] 1290/3168 40% [========================= ] 1291/3168 40% [========================= ] 1292/3168 40% [========================= ] 1293/3168 40% [========================= ] 1294/3168 40% [========================= ] 1295/3168 40% [========================= ] 1296/3168 40% [========================= ] 1297/3168 40% [========================= ] 1298/3168 40% [========================= ] 1299/3168 41% [========================= ] 1300/3168 41% [========================= ] 1301/3168 41% [========================= ] 1302/3168 41% [========================= ] 1303/3168 41% [========================= ] 1304/3168 41% [========================= ] 1305/3168 41% [========================= ] 1306/3168 41% [========================= ] 1307/3168 41% [========================= ] 1308/3168 41% [========================= ] 1309/3168 41% [========================= ] 1310/3168 41% [========================= ] 1311/3168 41% [========================= ] 1312/3168 41% [========================= ] 1313/3168 41% [========================= ] 1314/3168 41% [========================= ] 1315/3168 41% [========================= ] 1316/3168 41% [========================= ] 1317/3168 41% [========================= ] 1318/3168 41% [========================= ] 1319/3168 41% [========================= ] 1320/3168 41% [========================= ] 1321/3168 41% [========================= ] 1322/3168 41% [========================= ] 1323/3168 41% [========================= ] 1324/3168 41% [========================= ] 1325/3168 41% [========================= ] 1326/3168 41% [========================= ] 1327/3168 41% [========================= ] 1328/3168 41% [========================== ] 1329/3168 41% [========================== ] 1330/3168 41% [========================== ] 1331/3168 42% [========================== ] 1332/3168 42% [========================== ] 1333/3168 42% [========================== ] 1334/3168 42% [========================== ] 1335/3168 42% [========================== ] 1336/3168 42% [========================== ] 1337/3168 42% [========================== ] 1338/3168 42% [========================== ] 1339/3168 42% [========================== ] 1340/3168 42% [========================== ] 1341/3168 42% [========================== ] 1342/3168 42% [========================== ] 1343/3168 42% [========================== ] 1344/3168 42% [========================== ] 1345/3168 42% [========================== ] 1346/3168 42% [========================== ] 1347/3168 42% [========================== ] 1348/3168 42% [========================== ] 1349/3168 42% [========================== ] 1350/3168 42% [========================== ] 1351/3168 42% [========================== ] 1352/3168 42% [========================== ] 1353/3168 42% [========================== ] 1354/3168 42% [========================== ] 1355/3168 42% [========================== ] 1356/3168 42% [========================== ] 1357/3168 42% [========================== ] 1358/3168 42% [========================== ] 1359/3168 42% [========================== ] 1360/3168 42% [========================== ] 1361/3168 42% [========================== ] 1362/3168 42% [========================== ] 1363/3168 43% [========================== ] 1364/3168 43% [========================== ] 1365/3168 43% [========================== ] 1366/3168 43% [========================== ] 1367/3168 43% [========================== ] 1368/3168 43% [========================== ] 1369/3168 43% [========================== ] 1370/3168 43% [========================== ] 1371/3168 43% [========================== ] 1372/3168 43% [========================== ] 1373/3168 43% [========================== ] 1374/3168 43% [========================== ] 1375/3168 43% [========================== ] 1376/3168 43% [========================== ] 1377/3168 43% [========================== ] 1378/3168 43% [========================== ] 1379/3168 43% [=========================== ] 1380/3168 43% [=========================== ] 1381/3168 43% [=========================== ] 1382/3168 43% [=========================== ] 1383/3168 43% [=========================== ] 1384/3168 43% [=========================== ] 1385/3168 43% [=========================== ] 1386/3168 43% [=========================== ] 1387/3168 43% [=========================== ] 1388/3168 43% [=========================== ] 1389/3168 43% [=========================== ] 1390/3168 43% [=========================== ] 1391/3168 43% [=========================== ] 1392/3168 43% [=========================== ] 1393/3168 43% [=========================== ] 1394/3168 44% [=========================== ] 1395/3168 44% [=========================== ] 1396/3168 44% [=========================== ] 1397/3168 44% [=========================== ] 1398/3168 44% [=========================== ] 1399/3168 44% [=========================== ] 1400/3168 44% [=========================== ] 1401/3168 44% [=========================== ] 1402/3168 44% [=========================== ] 1403/3168 44% [=========================== ] 1404/3168 44% [=========================== ] 1405/3168 44% [=========================== ] 1406/3168 44% [=========================== ] 1407/3168 44% [=========================== ] 1408/3168 44% [=========================== ] 1409/3168 44% [=========================== ] 1410/3168 44% [=========================== ] 1411/3168 44% [=========================== ] 1412/3168 44% [=========================== ] 1413/3168 44% [=========================== ] 1414/3168 44% [=========================== ] 1415/3168 44% [=========================== ] 1416/3168 44% [=========================== ] 1417/3168 44% [=========================== ] 1418/3168 44% [=========================== ] 1419/3168 44% [=========================== ] 1420/3168 44% [=========================== ] 1421/3168 44% [=========================== ] 1422/3168 44% [=========================== ] 1423/3168 44% [=========================== ] 1424/3168 44% [=========================== ] 1425/3168 44% [=========================== ] 1426/3168 45% [=========================== ] 1427/3168 45% [=========================== ] 1428/3168 45% [=========================== ] 1429/3168 45% [=========================== ] 1430/3168 45% [============================ ] 1431/3168 45% [============================ ] 1432/3168 45% [============================ ] 1433/3168 45% [============================ ] 1434/3168 45% [============================ ] 1435/3168 45% [============================ ] 1436/3168 45% [============================ ] 1437/3168 45% [============================ ] 1438/3168 45% [============================ ] 1439/3168 45% [============================ ] 1440/3168 45% [============================ ] 1441/3168 45% [============================ ] 1442/3168 45% [============================ ] 1443/3168 45% [============================ ] 1444/3168 45% [============================ ] 1445/3168 45% [============================ ] 1446/3168 45% [============================ ] 1447/3168 45% [============================ ] 1448/3168 45% [============================ ] 1449/3168 45% [============================ ] 1450/3168 45% [============================ ] 1451/3168 45% [============================ ] 1452/3168 45% [============================ ] 1453/3168 45% [============================ ] 1454/3168 45% [============================ ] 1455/3168 45% [============================ ] 1456/3168 45% [============================ ] 1457/3168 45% [============================ ] 1458/3168 46% [============================ ] 1459/3168 46% [============================ ] 1460/3168 46% [============================ ] 1461/3168 46% [============================ ] 1462/3168 46% [============================ ] 1463/3168 46% [============================ ] 1464/3168 46% [============================ ] 1465/3168 46% [============================ ] 1466/3168 46% [============================ ] 1467/3168 46% [============================ ] 1468/3168 46% [============================ ] 1469/3168 46% [============================ ] 1470/3168 46% [============================ ] 1471/3168 46% [============================ ] 1472/3168 46% [============================ ] 1473/3168 46% [============================ ] 1474/3168 46% [============================ ] 1475/3168 46% [============================ ] 1476/3168 46% [============================ ] 1477/3168 46% [============================ ] 1478/3168 46% [============================ ] 1479/3168 46% [============================ ] 1480/3168 46% [============================ ] 1481/3168 46% [============================= ] 1482/3168 46% [============================= ] 1483/3168 46% [============================= ] 1484/3168 46% [============================= ] 1485/3168 46% [============================= ] 1486/3168 46% [============================= ] 1487/3168 46% [============================= ] 1488/3168 46% [============================= ] 1489/3168 47% [============================= ] 1490/3168 47% [============================= ] 1491/3168 47% [============================= ] 1492/3168 47% [============================= ] 1493/3168 47% [============================= ] 1494/3168 47% [============================= ] 1495/3168 47% [============================= ] 1496/3168 47% [============================= ] 1497/3168 47% [============================= ] 1498/3168 47% [============================= ] 1499/3168 47% [============================= ] 1500/3168 47% [============================= ] 1501/3168 47% [============================= ] 1502/3168 47% [============================= ] 1503/3168 47% [============================= ] 1504/3168 47% [============================= ] 1505/3168 47% [============================= ] 1506/3168 47% [============================= ] 1507/3168 47% [============================= ] 1508/3168 47% [============================= ] 1509/3168 47% [============================= ] 1510/3168 47% [============================= ] 1511/3168 47% [============================= ] 1512/3168 47% [============================= ] 1513/3168 47% [============================= ] 1514/3168 47% [============================= ] 1515/3168 47% [============================= ] 1516/3168 47% [============================= ] 1517/3168 47% [============================= ] 1518/3168 47% [============================= ] 1519/3168 47% [============================= ] 1520/3168 47% [============================= ] 1521/3168 48% [============================= ] 1522/3168 48% [============================= ] 1523/3168 48% [============================= ] 1524/3168 48% [============================= ] 1525/3168 48% [============================= ] 1526/3168 48% [============================= ] 1527/3168 48% [============================= ] 1528/3168 48% [============================= ] 1529/3168 48% [============================= ] 1530/3168 48% [============================= ] 1531/3168 48% [============================= ] 1532/3168 48% [============================== ] 1533/3168 48% [============================== ] 1534/3168 48% [============================== ] 1535/3168 48% [============================== ] 1536/3168 48% [============================== ] 1537/3168 48% [============================== ] 1538/3168 48% [============================== ] 1539/3168 48% [============================== ] 1540/3168 48% [============================== ] 1541/3168 48% [============================== ] 1542/3168 48% [============================== ] 1543/3168 48% [============================== ] 1544/3168 48% [============================== ] 1545/3168 48% [============================== ] 1546/3168 48% [============================== ] 1547/3168 48% [============================== ] 1548/3168 48% [============================== ] 1549/3168 48% [============================== ] 1550/3168 48% [============================== ] 1551/3168 48% [============================== ] 1552/3168 48% [============================== ] 1553/3168 49% [============================== ] 1554/3168 49% [============================== ] 1555/3168 49% [============================== ] 1556/3168 49% [============================== ] 1557/3168 49% [============================== ] 1558/3168 49% [============================== ] 1559/3168 49% [============================== ] 1560/3168 49% [============================== ] 1561/3168 49% [============================== ] 1562/3168 49% [============================== ] 1563/3168 49% [============================== ] 1564/3168 49% [============================== ] 1565/3168 49% [============================== ] 1566/3168 49% [============================== ] 1567/3168 49% [============================== ] 1568/3168 49% [============================== ] 1569/3168 49% [============================== ] 1570/3168 49% [============================== ] 1571/3168 49% [============================== ] 1572/3168 49% [============================== ] 1573/3168 49% [============================== ] 1574/3168 49% [============================== ] 1575/3168 49% [============================== ] 1576/3168 49% [============================== ] 1577/3168 49% [============================== ] 1578/3168 49% [============================== ] 1579/3168 49% [============================== ] 1580/3168 49% [============================== ] 1581/3168 49% [============================== ] 1582/3168 49% [============================== ] 1583/3168 49% [=============================== ] 1584/3168 50% [=============================== ] 1585/3168 50% [=============================== ] 1586/3168 50% [=============================== ] 1587/3168 50% [=============================== ] 1588/3168 50% [=============================== ] 1589/3168 50% [=============================== ] 1590/3168 50% [=============================== ] 1591/3168 50% [=============================== ] 1592/3168 50% [=============================== ] 1593/3168 50% [=============================== ] 1594/3168 50% [=============================== ] 1595/3168 50% [=============================== ] 1596/3168 50% [=============================== ] 1597/3168 50% [=============================== ] 1598/3168 50% [=============================== ] 1599/3168 50% [=============================== ] 1600/3168 50% [=============================== ] 1601/3168 50% [=============================== ] 1602/3168 50% [=============================== ] 1603/3168 50% [=============================== ] 1604/3168 50% [=============================== ] 1605/3168 50% [=============================== ] 1606/3168 50% [=============================== ] 1607/3168 50% [=============================== ] 1608/3168 50% [=============================== ] 1609/3168 50% [=============================== ] 1610/3168 50% [=============================== ] 1611/3168 50% [=============================== ] 1612/3168 50% [=============================== ] 1613/3168 50% [=============================== ] 1614/3168 50% [=============================== ] 1615/3168 50% [=============================== ] 1616/3168 51% [=============================== ] 1617/3168 51% [=============================== ] 1618/3168 51% [=============================== ] 1619/3168 51% [=============================== ] 1620/3168 51% [=============================== ] 1621/3168 51% [=============================== ] 1622/3168 51% [=============================== ] 1623/3168 51% [=============================== ] 1624/3168 51% [=============================== ] 1625/3168 51% [=============================== ] 1626/3168 51% [=============================== ] 1627/3168 51% [=============================== ] 1628/3168 51% [=============================== ] 1629/3168 51% [=============================== ] 1630/3168 51% [=============================== ] 1631/3168 51% [=============================== ] 1632/3168 51% [=============================== ] 1633/3168 51% [=============================== ] 1634/3168 51% [=============================== ] 1635/3168 51% [================================ ] 1636/3168 51% [================================ ] 1637/3168 51% [================================ ] 1638/3168 51% [================================ ] 1639/3168 51% [================================ ] 1640/3168 51% [================================ ] 1641/3168 51% [================================ ] 1642/3168 51% [================================ ] 1643/3168 51% [================================ ] 1644/3168 51% [================================ ] 1645/3168 51% [================================ ] 1646/3168 51% [================================ ] 1647/3168 51% [================================ ] 1648/3168 52% [================================ ] 1649/3168 52% [================================ ] 1650/3168 52% [================================ ] 1651/3168 52% [================================ ] 1652/3168 52% [================================ ] 1653/3168 52% [================================ ] 1654/3168 52% [================================ ] 1655/3168 52% [================================ ] 1656/3168 52% [================================ ] 1657/3168 52% [================================ ] 1658/3168 52% [================================ ] 1659/3168 52% [================================ ] 1660/3168 52% [================================ ] 1661/3168 52% [================================ ] 1662/3168 52% [================================ ] 1663/3168 52% [================================ ] 1664/3168 52% [================================ ] 1665/3168 52% [================================ ] 1666/3168 52% [================================ ] 1667/3168 52% [================================ ] 1668/3168 52% [================================ ] 1669/3168 52% [================================ ] 1670/3168 52% [================================ ] 1671/3168 52% [================================ ] 1672/3168 52% [================================ ] 1673/3168 52% [================================ ] 1674/3168 52% [================================ ] 1675/3168 52% [================================ ] 1676/3168 52% [================================ ] 1677/3168 52% [================================ ] 1678/3168 52% [================================ ] 1679/3168 52% [================================ ] 1680/3168 53% [================================ ] 1681/3168 53% [================================ ] 1682/3168 53% [================================ ] 1683/3168 53% [================================ ] 1684/3168 53% [================================ ] 1685/3168 53% [================================ ] 1686/3168 53% [================================= ] 1687/3168 53% [================================= ] 1688/3168 53% [================================= ] 1689/3168 53% [================================= ] 1690/3168 53% [================================= ] 1691/3168 53% [================================= ] 1692/3168 53% [================================= ] 1693/3168 53% [================================= ] 1694/3168 53% [================================= ] 1695/3168 53% [================================= ] 1696/3168 53% [================================= ] 1697/3168 53% [================================= ] 1698/3168 53% [================================= ] 1699/3168 53% [================================= ] 1700/3168 53% [================================= ] 1701/3168 53% [================================= ] 1702/3168 53% [================================= ] 1703/3168 53% [================================= ] 1704/3168 53% [================================= ] 1705/3168 53% [================================= ] 1706/3168 53% [================================= ] 1707/3168 53% [================================= ] 1708/3168 53% [================================= ] 1709/3168 53% [================================= ] 1710/3168 53% [================================= ] 1711/3168 54% [================================= ] 1712/3168 54% [================================= ] 1713/3168 54% [================================= ] 1714/3168 54% [================================= ] 1715/3168 54% [================================= ] 1716/3168 54% [================================= ] 1717/3168 54% [================================= ] 1718/3168 54% [================================= ] 1719/3168 54% [================================= ] 1720/3168 54% [================================= ] 1721/3168 54% [================================= ] 1722/3168 54% [================================= ] 1723/3168 54% [================================= ] 1724/3168 54% [================================= ] 1725/3168 54% [================================= ] 1726/3168 54% [================================= ] 1727/3168 54% [================================= ] 1728/3168 54% [================================= ] 1729/3168 54% [================================= ] 1730/3168 54% [================================= ] 1731/3168 54% [================================= ] 1732/3168 54% [================================= ] 1733/3168 54% [================================= ] 1734/3168 54% [================================= ] 1735/3168 54% [================================= ] 1736/3168 54% [================================= ] 1737/3168 54% [================================== ] 1738/3168 54% [================================== ] 1739/3168 54% [================================== ] 1740/3168 54% [================================== ] 1741/3168 54% [================================== ] 1742/3168 54% [================================== ] 1743/3168 55% [================================== ] 1744/3168 55% [================================== ] 1745/3168 55% [================================== ] 1746/3168 55% [================================== ] 1747/3168 55% [================================== ] 1748/3168 55% [================================== ] 1749/3168 55% [================================== ] 1750/3168 55% [================================== ] 1751/3168 55% [================================== ] 1752/3168 55% [================================== ] 1753/3168 55% [================================== ] 1754/3168 55% [================================== ] 1755/3168 55% [================================== ] 1756/3168 55% [================================== ] 1757/3168 55% [================================== ] 1758/3168 55% [================================== ] 1759/3168 55% [================================== ] 1760/3168 55% [================================== ] 1761/3168 55% [================================== ] 1762/3168 55% [================================== ] 1763/3168 55% [================================== ] 1764/3168 55% [================================== ] 1765/3168 55% [================================== ] 1766/3168 55% [================================== ] 1767/3168 55% [================================== ] 1768/3168 55% [================================== ] 1769/3168 55% [================================== ] 1770/3168 55% [================================== ] 1771/3168 55% [================================== ] 1772/3168 55% [================================== ] 1773/3168 55% [================================== ] 1774/3168 55% [================================== ] 1775/3168 56% [================================== ] 1776/3168 56% [================================== ] 1777/3168 56% [================================== ] 1778/3168 56% [================================== ] 1779/3168 56% [================================== ] 1780/3168 56% [================================== ] 1781/3168 56% [================================== ] 1782/3168 56% [================================== ] 1783/3168 56% [================================== ] 1784/3168 56% [================================== ] 1785/3168 56% [================================== ] 1786/3168 56% [================================== ] 1787/3168 56% [================================== ] 1788/3168 56% [=================================== ] 1789/3168 56% [=================================== ] 1790/3168 56% [=================================== ] 1791/3168 56% [=================================== ] 1792/3168 56% [=================================== ] 1793/3168 56% [=================================== ] 1794/3168 56% [=================================== ] 1795/3168 56% [=================================== ] 1796/3168 56% [=================================== ] 1797/3168 56% [=================================== ] 1798/3168 56% [=================================== ] 1799/3168 56% [=================================== ] 1800/3168 56% [=================================== ] 1801/3168 56% [=================================== ] 1802/3168 56% [=================================== ] 1803/3168 56% [=================================== ] 1804/3168 56% [=================================== ] 1805/3168 56% [=================================== ] 1806/3168 57% [=================================== ] 1807/3168 57% [=================================== ] 1808/3168 57% [=================================== ] 1809/3168 57% [=================================== ] 1810/3168 57% [=================================== ] 1811/3168 57% [=================================== ] 1812/3168 57% [=================================== ] 1813/3168 57% [=================================== ] 1814/3168 57% [=================================== ] 1815/3168 57% [=================================== ] 1816/3168 57% [=================================== ] 1817/3168 57% [=================================== ] 1818/3168 57% [=================================== ] 1819/3168 57% [=================================== ] 1820/3168 57% [=================================== ] 1821/3168 57% [=================================== ] 1822/3168 57% [=================================== ] 1823/3168 57% [=================================== ] 1824/3168 57% [=================================== ] 1825/3168 57% [=================================== ] 1826/3168 57% [=================================== ] 1827/3168 57% [=================================== ] 1828/3168 57% [=================================== ] 1829/3168 57% [=================================== ] 1830/3168 57% [=================================== ] 1831/3168 57% [=================================== ] 1832/3168 57% [=================================== ] 1833/3168 57% [=================================== ] 1834/3168 57% [=================================== ] 1835/3168 57% [=================================== ] 1836/3168 57% [=================================== ] 1837/3168 57% [=================================== ] 1838/3168 58% [=================================== ] 1839/3168 58% [==================================== ] 1840/3168 58% [==================================== ] 1841/3168 58% [==================================== ] 1842/3168 58% [==================================== ] 1843/3168 58% [==================================== ] 1844/3168 58% [==================================== ] 1845/3168 58% [==================================== ] 1846/3168 58% [==================================== ] 1847/3168 58% [==================================== ] 1848/3168 58% [==================================== ] 1849/3168 58% [==================================== ] 1850/3168 58% [==================================== ] 1851/3168 58% [==================================== ] 1852/3168 58% [==================================== ] 1853/3168 58% [==================================== ] 1854/3168 58% [==================================== ] 1855/3168 58% [==================================== ] 1856/3168 58% [==================================== ] 1857/3168 58% [==================================== ] 1858/3168 58% [==================================== ] 1859/3168 58% [==================================== ] 1860/3168 58% [==================================== ] 1861/3168 58% [==================================== ] 1862/3168 58% [==================================== ] 1863/3168 58% [==================================== ] 1864/3168 58% [==================================== ] 1865/3168 58% [==================================== ] 1866/3168 58% [==================================== ] 1867/3168 58% [==================================== ] 1868/3168 58% [==================================== ] 1869/3168 58% [==================================== ] 1870/3168 59% [==================================== ] 1871/3168 59% [==================================== ] 1872/3168 59% [==================================== ] 1873/3168 59% [==================================== ] 1874/3168 59% [==================================== ] 1875/3168 59% [==================================== ] 1876/3168 59% [==================================== ] 1877/3168 59% [==================================== ] 1878/3168 59% [==================================== ] 1879/3168 59% [==================================== ] 1880/3168 59% [==================================== ] 1881/3168 59% [==================================== ] 1882/3168 59% [==================================== ] 1883/3168 59% [==================================== ] 1884/3168 59% [==================================== ] 1885/3168 59% [==================================== ] 1886/3168 59% [==================================== ] 1887/3168 59% [==================================== ] 1888/3168 59% [==================================== ] 1889/3168 59% [==================================== ] 1890/3168 59% [===================================== ] 1891/3168 59% [===================================== ] 1892/3168 59% [===================================== ] 1893/3168 59% [===================================== ] 1894/3168 59% [===================================== ] 1895/3168 59% [===================================== ] 1896/3168 59% [===================================== ] 1897/3168 59% [===================================== ] 1898/3168 59% [===================================== ] 1899/3168 59% [===================================== ] 1900/3168 59% [===================================== ] 1901/3168 60% [===================================== ] 1902/3168 60% [===================================== ] 1903/3168 60% [===================================== ] 1904/3168 60% [===================================== ] 1905/3168 60% [===================================== ] 1906/3168 60% [===================================== ] 1907/3168 60% [===================================== ] 1908/3168 60% [===================================== ] 1909/3168 60% [===================================== ] 1910/3168 60% [===================================== ] 1911/3168 60% [===================================== ] 1912/3168 60% [===================================== ] 1913/3168 60% [===================================== ] 1914/3168 60% [===================================== ] 1915/3168 60% [===================================== ] 1916/3168 60% [===================================== ] 1917/3168 60% [===================================== ] 1918/3168 60% [===================================== ] 1919/3168 60% [===================================== ] 1920/3168 60% [===================================== ] 1921/3168 60% [===================================== ] 1922/3168 60% [===================================== ] 1923/3168 60% [===================================== ] 1924/3168 60% [===================================== ] 1925/3168 60% [===================================== ] 1926/3168 60% [===================================== ] 1927/3168 60% [===================================== ] 1928/3168 60% [===================================== ] 1929/3168 60% [===================================== ] 1930/3168 60% [===================================== ] 1931/3168 60% [===================================== ] 1932/3168 60% [===================================== ] 1933/3168 61% [===================================== ] 1934/3168 61% [===================================== ] 1935/3168 61% [===================================== ] 1936/3168 61% [===================================== ] 1937/3168 61% [===================================== ] 1938/3168 61% [===================================== ] 1939/3168 61% [===================================== ] 1940/3168 61% [===================================== ] 1941/3168 61% [====================================== ] 1942/3168 61% [====================================== ] 1943/3168 61% [====================================== ] 1944/3168 61% [====================================== ] 1945/3168 61% [====================================== ] 1946/3168 61% [====================================== ] 1947/3168 61% [====================================== ] 1948/3168 61% [====================================== ] 1949/3168 61% [====================================== ] 1950/3168 61% [====================================== ] 1951/3168 61% [====================================== ] 1952/3168 61% [====================================== ] 1953/3168 61% [====================================== ] 1954/3168 61% [====================================== ] 1955/3168 61% [====================================== ] 1956/3168 61% [====================================== ] 1957/3168 61% [====================================== ] 1958/3168 61% [====================================== ] 1959/3168 61% [====================================== ] 1960/3168 61% [====================================== ] 1961/3168 61% [====================================== ] 1962/3168 61% [====================================== ] 1963/3168 61% [====================================== ] 1964/3168 61% [====================================== ] 1965/3168 62% [====================================== ] 1966/3168 62% [====================================== ] 1967/3168 62% [====================================== ] 1968/3168 62% [====================================== ] 1969/3168 62% [====================================== ] 1970/3168 62% [====================================== ] 1971/3168 62% [====================================== ] 1972/3168 62% [====================================== ] 1973/3168 62% [====================================== ] 1974/3168 62% [====================================== ] 1975/3168 62% [====================================== ] 1976/3168 62% [====================================== ] 1977/3168 62% [====================================== ] 1978/3168 62% [====================================== ] 1979/3168 62% [====================================== ] 1980/3168 62% [====================================== ] 1981/3168 62% [====================================== ] 1982/3168 62% [====================================== ] 1983/3168 62% [====================================== ] 1984/3168 62% [====================================== ] 1985/3168 62% [====================================== ] 1986/3168 62% [====================================== ] 1987/3168 62% [====================================== ] 1988/3168 62% [====================================== ] 1989/3168 62% [====================================== ] 1990/3168 62% [====================================== ] 1991/3168 62% [====================================== ] 1992/3168 62% [======================================= ] 1993/3168 62% [======================================= ] 1994/3168 62% [======================================= ] 1995/3168 62% [======================================= ] 1996/3168 63% [======================================= ] 1997/3168 63% [======================================= ] 1998/3168 63% [======================================= ] 1999/3168 63% [======================================= ] 2000/3168 63% [======================================= ] 2001/3168 63% [======================================= ] 2002/3168 63% [======================================= ] 2003/3168 63% [======================================= ] 2004/3168 63% [======================================= ] 2005/3168 63% [======================================= ] 2006/3168 63% [======================================= ] 2007/3168 63% [======================================= ] 2008/3168 63% [======================================= ] 2009/3168 63% [======================================= ] 2010/3168 63% [======================================= ] 2011/3168 63% [======================================= ] 2012/3168 63% [======================================= ] 2013/3168 63% [======================================= ] 2014/3168 63% [======================================= ] 2015/3168 63% [======================================= ] 2016/3168 63% [======================================= ] 2017/3168 63% [======================================= ] 2018/3168 63% [======================================= ] 2019/3168 63% [======================================= ] 2020/3168 63% [======================================= ] 2021/3168 63% [======================================= ] 2022/3168 63% [======================================= ] 2023/3168 63% [======================================= ] 2024/3168 63% [======================================= ] 2025/3168 63% [======================================= ] 2026/3168 63% [======================================= ] 2027/3168 63% [======================================= ] 2028/3168 64% [======================================= ] 2029/3168 64% [======================================= ] 2030/3168 64% [======================================= ] 2031/3168 64% [======================================= ] 2032/3168 64% [======================================= ] 2033/3168 64% [======================================= ] 2034/3168 64% [======================================= ] 2035/3168 64% [======================================= ] 2036/3168 64% [======================================= ] 2037/3168 64% [======================================= ] 2038/3168 64% [======================================= ] 2039/3168 64% [======================================= ] 2040/3168 64% [======================================= ] 2041/3168 64% [======================================= ] 2042/3168 64% [======================================= ] 2043/3168 64% [======================================== ] 2044/3168 64% [======================================== ] 2045/3168 64% [======================================== ] 2046/3168 64% [======================================== ] 2047/3168 64% [======================================== ] 2048/3168 64% [======================================== ] 2049/3168 64% [======================================== ] 2050/3168 64% [======================================== ] 2051/3168 64% [======================================== ] 2052/3168 64% [======================================== ] 2053/3168 64% [======================================== ] 2054/3168 64% [======================================== ] 2055/3168 64% [======================================== ] 2056/3168 64% [======================================== ] 2057/3168 64% [======================================== ] 2058/3168 64% [======================================== ] 2059/3168 64% [======================================== ] 2060/3168 65% [======================================== ] 2061/3168 65% [======================================== ] 2062/3168 65% [======================================== ] 2063/3168 65% [======================================== ] 2064/3168 65% [======================================== ] 2065/3168 65% [======================================== ] 2066/3168 65% [======================================== ] 2067/3168 65% [======================================== ] 2068/3168 65% [======================================== ] 2069/3168 65% [======================================== ] 2070/3168 65% [======================================== ] 2071/3168 65% [======================================== ] 2072/3168 65% [======================================== ] 2073/3168 65% [======================================== ] 2074/3168 65% [======================================== ] 2075/3168 65% [======================================== ] 2076/3168 65% [======================================== ] 2077/3168 65% [======================================== ] 2078/3168 65% [======================================== ] 2079/3168 65% [======================================== ] 2080/3168 65% [======================================== ] 2081/3168 65% [======================================== ] 2082/3168 65% [======================================== ] 2083/3168 65% [======================================== ] 2084/3168 65% [======================================== ] 2085/3168 65% [======================================== ] 2086/3168 65% [======================================== ] 2087/3168 65% [======================================== ] 2088/3168 65% [======================================== ] 2089/3168 65% [======================================== ] 2090/3168 65% [======================================== ] 2091/3168 66% [======================================== ] 2092/3168 66% [======================================== ] 2093/3168 66% [======================================== ] 2094/3168 66% [========================================= ] 2095/3168 66% [========================================= ] 2096/3168 66% [========================================= ] 2097/3168 66% [========================================= ] 2098/3168 66% [========================================= ] 2099/3168 66% [========================================= ] 2100/3168 66% [========================================= ] 2101/3168 66% [========================================= ] 2102/3168 66% [========================================= ] 2103/3168 66% [========================================= ] 2104/3168 66% [========================================= ] 2105/3168 66% [========================================= ] 2106/3168 66% [========================================= ] 2107/3168 66% [========================================= ] 2108/3168 66% [========================================= ] 2109/3168 66% [========================================= ] 2110/3168 66% [========================================= ] 2111/3168 66% [========================================= ] 2112/3168 66% [========================================= ] 2113/3168 66% [========================================= ] 2114/3168 66% [========================================= ] 2115/3168 66% [========================================= ] 2116/3168 66% [========================================= ] 2117/3168 66% [========================================= ] 2118/3168 66% [========================================= ] 2119/3168 66% [========================================= ] 2120/3168 66% [========================================= ] 2121/3168 66% [========================================= ] 2122/3168 66% [========================================= ] 2123/3168 67% [========================================= ] 2124/3168 67% [========================================= ] 2125/3168 67% [========================================= ] 2126/3168 67% [========================================= ] 2127/3168 67% [========================================= ] 2128/3168 67% [========================================= ] 2129/3168 67% [========================================= ] 2130/3168 67% [========================================= ] 2131/3168 67% [========================================= ] 2132/3168 67% [========================================= ] 2133/3168 67% [========================================= ] 2134/3168 67% [========================================= ] 2135/3168 67% [========================================= ] 2136/3168 67% [========================================= ] 2137/3168 67% [========================================= ] 2138/3168 67% [========================================= ] 2139/3168 67% [========================================= ] 2140/3168 67% [========================================= ] 2141/3168 67% [========================================= ] 2142/3168 67% [========================================= ] 2143/3168 67% [========================================= ] 2144/3168 67% [========================================= ] 2145/3168 67% [========================================= ] 2146/3168 67% [========================================== ] 2147/3168 67% [========================================== ] 2148/3168 67% [========================================== ] 2149/3168 67% [========================================== ] 2150/3168 67% [========================================== ] 2151/3168 67% [========================================== ] 2152/3168 67% [========================================== ] 2153/3168 67% [========================================== ] 2154/3168 67% [========================================== ] 2155/3168 68% [========================================== ] 2156/3168 68% [========================================== ] 2157/3168 68% [========================================== ] 2158/3168 68% [========================================== ] 2159/3168 68% [========================================== ] 2160/3168 68% [========================================== ] 2161/3168 68% [========================================== ] 2162/3168 68% [========================================== ] 2163/3168 68% [========================================== ] 2164/3168 68% [========================================== ] 2165/3168 68% [========================================== ] 2166/3168 68% [========================================== ] 2167/3168 68% [========================================== ] 2168/3168 68% [========================================== ] 2169/3168 68% [========================================== ] 2170/3168 68% [========================================== ] 2171/3168 68% [========================================== ] 2172/3168 68% [========================================== ] 2173/3168 68% [========================================== ] 2174/3168 68% [========================================== ] 2175/3168 68% [========================================== ] 2176/3168 68% [========================================== ] 2177/3168 68% [========================================== ] 2178/3168 68% [========================================== ] 2179/3168 68% [========================================== ] 2180/3168 68% [========================================== ] 2181/3168 68% [========================================== ] 2182/3168 68% [========================================== ] 2183/3168 68% [========================================== ] 2184/3168 68% [========================================== ] 2185/3168 68% [========================================== ] 2186/3168 69% [========================================== ] 2187/3168 69% [========================================== ] 2188/3168 69% [========================================== ] 2189/3168 69% [========================================== ] 2190/3168 69% [========================================== ] 2191/3168 69% [========================================== ] 2192/3168 69% [========================================== ] 2193/3168 69% [========================================== ] 2194/3168 69% [========================================== ] 2195/3168 69% [========================================== ] 2196/3168 69% [========================================== ] 2197/3168 69% [=========================================== ] 2198/3168 69% [=========================================== ] 2199/3168 69% [=========================================== ] 2200/3168 69% [=========================================== ] 2201/3168 69% [=========================================== ] 2202/3168 69% [=========================================== ] 2203/3168 69% [=========================================== ] 2204/3168 69% [=========================================== ] 2205/3168 69% [=========================================== ] 2206/3168 69% [=========================================== ] 2207/3168 69% [=========================================== ] 2208/3168 69% [=========================================== ] 2209/3168 69% [=========================================== ] 2210/3168 69% [=========================================== ] 2211/3168 69% [=========================================== ] 2212/3168 69% [=========================================== ] 2213/3168 69% [=========================================== ] 2214/3168 69% [=========================================== ] 2215/3168 69% [=========================================== ] 2216/3168 69% [=========================================== ] 2217/3168 69% [=========================================== ] 2218/3168 70% [=========================================== ] 2219/3168 70% [=========================================== ] 2220/3168 70% [=========================================== ] 2221/3168 70% [=========================================== ] 2222/3168 70% [=========================================== ] 2223/3168 70% [=========================================== ] 2224/3168 70% [=========================================== ] 2225/3168 70% [=========================================== ] 2226/3168 70% [=========================================== ] 2227/3168 70% [=========================================== ] 2228/3168 70% [=========================================== ] 2229/3168 70% [=========================================== ] 2230/3168 70% [=========================================== ] 2231/3168 70% [=========================================== ] 2232/3168 70% [=========================================== ] 2233/3168 70% [=========================================== ] 2234/3168 70% [=========================================== ] 2235/3168 70% [=========================================== ] 2236/3168 70% [=========================================== ] 2237/3168 70% [=========================================== ] 2238/3168 70% [=========================================== ] 2239/3168 70% [=========================================== ] 2240/3168 70% [=========================================== ] 2241/3168 70% [=========================================== ] 2242/3168 70% [=========================================== ] 2243/3168 70% [=========================================== ] 2244/3168 70% [=========================================== ] 2245/3168 70% [=========================================== ] 2246/3168 70% [=========================================== ] 2247/3168 70% [=========================================== ] 2248/3168 70% [============================================ ] 2249/3168 70% [============================================ ] 2250/3168 71% [============================================ ] 2251/3168 71% [============================================ ] 2252/3168 71% [============================================ ] 2253/3168 71% [============================================ ] 2254/3168 71% [============================================ ] 2255/3168 71% [============================================ ] 2256/3168 71% [============================================ ] 2257/3168 71% [============================================ ] 2258/3168 71% [============================================ ] 2259/3168 71% [============================================ ] 2260/3168 71% [============================================ ] 2261/3168 71% [============================================ ] 2262/3168 71% [============================================ ] 2263/3168 71% [============================================ ] 2264/3168 71% [============================================ ] 2265/3168 71% [============================================ ] 2266/3168 71% [============================================ ] 2267/3168 71% [============================================ ] 2268/3168 71% [============================================ ] 2269/3168 71% [============================================ ] 2270/3168 71% [============================================ ] 2271/3168 71% [============================================ ] 2272/3168 71% [============================================ ] 2273/3168 71% [============================================ ] 2274/3168 71% [============================================ ] 2275/3168 71% [============================================ ] 2276/3168 71% [============================================ ] 2277/3168 71% [============================================ ] 2278/3168 71% [============================================ ] 2279/3168 71% [============================================ ] 2280/3168 71% [============================================ ] 2281/3168 72% [============================================ ] 2282/3168 72% [============================================ ] 2283/3168 72% [============================================ ] 2284/3168 72% [============================================ ] 2285/3168 72% [============================================ ] 2286/3168 72% [============================================ ] 2287/3168 72% [============================================ ] 2288/3168 72% [============================================ ] 2289/3168 72% [============================================ ] 2290/3168 72% [============================================ ] 2291/3168 72% [============================================ ] 2292/3168 72% [============================================ ] 2293/3168 72% [============================================ ] 2294/3168 72% [============================================ ] 2295/3168 72% [============================================ ] 2296/3168 72% [============================================ ] 2297/3168 72% [============================================ ] 2298/3168 72% [============================================ ] 2299/3168 72% [============================================= ] 2300/3168 72% [============================================= ] 2301/3168 72% [============================================= ] 2302/3168 72% [============================================= ] 2303/3168 72% [============================================= ] 2304/3168 72% [============================================= ] 2305/3168 72% [============================================= ] 2306/3168 72% [============================================= ] 2307/3168 72% [============================================= ] 2308/3168 72% [============================================= ] 2309/3168 72% [============================================= ] 2310/3168 72% [============================================= ] 2311/3168 72% [============================================= ] 2312/3168 72% [============================================= ] 2313/3168 73% [============================================= ] 2314/3168 73% [============================================= ] 2315/3168 73% [============================================= ] 2316/3168 73% [============================================= ] 2317/3168 73% [============================================= ] 2318/3168 73% [============================================= ] 2319/3168 73% [============================================= ] 2320/3168 73% [============================================= ] 2321/3168 73% [============================================= ] 2322/3168 73% [============================================= ] 2323/3168 73% [============================================= ] 2324/3168 73% [============================================= ] 2325/3168 73% [============================================= ] 2326/3168 73% [============================================= ] 2327/3168 73% [============================================= ] 2328/3168 73% [============================================= ] 2329/3168 73% [============================================= ] 2330/3168 73% [============================================= ] 2331/3168 73% [============================================= ] 2332/3168 73% [============================================= ] 2333/3168 73% [============================================= ] 2334/3168 73% [============================================= ] 2335/3168 73% [============================================= ] 2336/3168 73% [============================================= ] 2337/3168 73% [============================================= ] 2338/3168 73% [============================================= ] 2339/3168 73% [============================================= ] 2340/3168 73% [============================================= ] 2341/3168 73% [============================================= ] 2342/3168 73% [============================================= ] 2343/3168 73% [============================================= ] 2344/3168 73% [============================================= ] 2345/3168 74% [============================================= ] 2346/3168 74% [============================================= ] 2347/3168 74% [============================================= ] 2348/3168 74% [============================================= ] 2349/3168 74% [============================================= ] 2350/3168 74% [============================================== ] 2351/3168 74% [============================================== ] 2352/3168 74% [============================================== ] 2353/3168 74% [============================================== ] 2354/3168 74% [============================================== ] 2355/3168 74% [============================================== ] 2356/3168 74% [============================================== ] 2357/3168 74% [============================================== ] 2358/3168 74% [============================================== ] 2359/3168 74% [============================================== ] 2360/3168 74% [============================================== ] 2361/3168 74% [============================================== ] 2362/3168 74% [============================================== ] 2363/3168 74% [============================================== ] 2364/3168 74% [============================================== ] 2365/3168 74% [============================================== ] 2366/3168 74% [============================================== ] 2367/3168 74% [============================================== ] 2368/3168 74% [============================================== ] 2369/3168 74% [============================================== ] 2370/3168 74% [============================================== ] 2371/3168 74% [============================================== ] 2372/3168 74% [============================================== ] 2373/3168 74% [============================================== ] 2374/3168 74% [============================================== ] 2375/3168 74% [============================================== ] 2376/3168 75% [============================================== ] 2377/3168 75% [============================================== ] 2378/3168 75% [============================================== ] 2379/3168 75% [============================================== ] 2380/3168 75% [============================================== ] 2381/3168 75% [============================================== ] 2382/3168 75% [============================================== ] 2383/3168 75% [============================================== ] 2384/3168 75% [============================================== ] 2385/3168 75% [============================================== ] 2386/3168 75% [============================================== ] 2387/3168 75% [============================================== ] 2388/3168 75% [============================================== ] 2389/3168 75% [============================================== ] 2390/3168 75% [============================================== ] 2391/3168 75% [============================================== ] 2392/3168 75% [============================================== ] 2393/3168 75% [============================================== ] 2394/3168 75% [============================================== ] 2395/3168 75% [============================================== ] 2396/3168 75% [============================================== ] 2397/3168 75% [============================================== ] 2398/3168 75% [============================================== ] 2399/3168 75% [============================================== ] 2400/3168 75% [============================================== ] 2401/3168 75% [=============================================== ] 2402/3168 75% [=============================================== ] 2403/3168 75% [=============================================== ] 2404/3168 75% [=============================================== ] 2405/3168 75% [=============================================== ] 2406/3168 75% [=============================================== ] 2407/3168 75% [=============================================== ] 2408/3168 76% [=============================================== ] 2409/3168 76% [=============================================== ] 2410/3168 76% [=============================================== ] 2411/3168 76% [=============================================== ] 2412/3168 76% [=============================================== ] 2413/3168 76% [=============================================== ] 2414/3168 76% [=============================================== ] 2415/3168 76% [=============================================== ] 2416/3168 76% [=============================================== ] 2417/3168 76% [=============================================== ] 2418/3168 76% [=============================================== ] 2419/3168 76% [=============================================== ] 2420/3168 76% [=============================================== ] 2421/3168 76% [=============================================== ] 2422/3168 76% [=============================================== ] 2423/3168 76% [=============================================== ] 2424/3168 76% [=============================================== ] 2425/3168 76% [=============================================== ] 2426/3168 76% [=============================================== ] 2427/3168 76% [=============================================== ] 2428/3168 76% [=============================================== ] 2429/3168 76% [=============================================== ] 2430/3168 76% [=============================================== ] 2431/3168 76% [=============================================== ] 2432/3168 76% [=============================================== ] 2433/3168 76% [=============================================== ] 2434/3168 76% [=============================================== ] 2435/3168 76% [=============================================== ] 2436/3168 76% [=============================================== ] 2437/3168 76% [=============================================== ] 2438/3168 76% [=============================================== ] 2439/3168 76% [=============================================== ] 2440/3168 77% [=============================================== ] 2441/3168 77% [=============================================== ] 2442/3168 77% [=============================================== ] 2443/3168 77% [=============================================== ] 2444/3168 77% [=============================================== ] 2445/3168 77% [=============================================== ] 2446/3168 77% [=============================================== ] 2447/3168 77% [=============================================== ] 2448/3168 77% [=============================================== ] 2449/3168 77% [=============================================== ] 2450/3168 77% [=============================================== ] 2451/3168 77% [=============================================== ] 2452/3168 77% [================================================ ] 2453/3168 77% [================================================ ] 2454/3168 77% [================================================ ] 2455/3168 77% [================================================ ] 2456/3168 77% [================================================ ] 2457/3168 77% [================================================ ] 2458/3168 77% [================================================ ] 2459/3168 77% [================================================ ] 2460/3168 77% [================================================ ] 2461/3168 77% [================================================ ] 2462/3168 77% [================================================ ] 2463/3168 77% [================================================ ] 2464/3168 77% [================================================ ] 2465/3168 77% [================================================ ] 2466/3168 77% [================================================ ] 2467/3168 77% [================================================ ] 2468/3168 77% [================================================ ] 2469/3168 77% [================================================ ] 2470/3168 77% [================================================ ] 2471/3168 77% [================================================ ] 2472/3168 78% [================================================ ] 2473/3168 78% [================================================ ] 2474/3168 78% [================================================ ] 2475/3168 78% [================================================ ] 2476/3168 78% [================================================ ] 2477/3168 78% [================================================ ] 2478/3168 78% [================================================ ] 2479/3168 78% [================================================ ] 2480/3168 78% [================================================ ] 2481/3168 78% [================================================ ] 2482/3168 78% [================================================ ] 2483/3168 78% [================================================ ] 2484/3168 78% [================================================ ] 2485/3168 78% [================================================ ] 2486/3168 78% [================================================ ] 2487/3168 78% [================================================ ] 2488/3168 78% [================================================ ] 2489/3168 78% [================================================ ] 2490/3168 78% [================================================ ] 2491/3168 78% [================================================ ] 2492/3168 78% [================================================ ] 2493/3168 78% [================================================ ] 2494/3168 78% [================================================ ] 2495/3168 78% [================================================ ] 2496/3168 78% [================================================ ] 2497/3168 78% [================================================ ] 2498/3168 78% [================================================ ] 2499/3168 78% [================================================ ] 2500/3168 78% [================================================ ] 2501/3168 78% [================================================ ] 2502/3168 78% [================================================ ] 2503/3168 79% [================================================= ] 2504/3168 79% [================================================= ] 2505/3168 79% [================================================= ] 2506/3168 79% [================================================= ] 2507/3168 79% [================================================= ] 2508/3168 79% [================================================= ] 2509/3168 79% [================================================= ] 2510/3168 79% [================================================= ] 2511/3168 79% [================================================= ] 2512/3168 79% [================================================= ] 2513/3168 79% [================================================= ] 2514/3168 79% [================================================= ] 2515/3168 79% [================================================= ] 2516/3168 79% [================================================= ] 2517/3168 79% [================================================= ] 2518/3168 79% [================================================= ] 2519/3168 79% [================================================= ] 2520/3168 79% [================================================= ] 2521/3168 79% [================================================= ] 2522/3168 79% [================================================= ] 2523/3168 79% [================================================= ] 2524/3168 79% [================================================= ] 2525/3168 79% [================================================= ] 2526/3168 79% [================================================= ] 2527/3168 79% [================================================= ] 2528/3168 79% [================================================= ] 2529/3168 79% [================================================= ] 2530/3168 79% [================================================= ] 2531/3168 79% [================================================= ] 2532/3168 79% [================================================= ] 2533/3168 79% [================================================= ] 2534/3168 79% [================================================= ] 2535/3168 80% [================================================= ] 2536/3168 80% [================================================= ] 2537/3168 80% [================================================= ] 2538/3168 80% [================================================= ] 2539/3168 80% [================================================= ] 2540/3168 80% [================================================= ] 2541/3168 80% [================================================= ] 2542/3168 80% [================================================= ] 2543/3168 80% [================================================= ] 2544/3168 80% [================================================= ] 2545/3168 80% [================================================= ] 2546/3168 80% [================================================= ] 2547/3168 80% [================================================= ] 2548/3168 80% [================================================= ] 2549/3168 80% [================================================= ] 2550/3168 80% [================================================= ] 2551/3168 80% [================================================= ] 2552/3168 80% [================================================= ] 2553/3168 80% [================================================= ] 2554/3168 80% [================================================== ] 2555/3168 80% [================================================== ] 2556/3168 80% [================================================== ] 2557/3168 80% [================================================== ] 2558/3168 80% [================================================== ] 2559/3168 80% [================================================== ] 2560/3168 80% [================================================== ] 2561/3168 80% [================================================== ] 2562/3168 80% [================================================== ] 2563/3168 80% [================================================== ] 2564/3168 80% [================================================== ] 2565/3168 80% [================================================== ] 2566/3168 80% [================================================== ] 2567/3168 81% [================================================== ] 2568/3168 81% [================================================== ] 2569/3168 81% [================================================== ] 2570/3168 81% [================================================== ] 2571/3168 81% [================================================== ] 2572/3168 81% [================================================== ] 2573/3168 81% [================================================== ] 2574/3168 81% [================================================== ] 2575/3168 81% [================================================== ] 2576/3168 81% [================================================== ] 2577/3168 81% [================================================== ] 2578/3168 81% [================================================== ] 2579/3168 81% [================================================== ] 2580/3168 81% [================================================== ] 2581/3168 81% [================================================== ] 2582/3168 81% [================================================== ] 2583/3168 81% [================================================== ] 2584/3168 81% [================================================== ] 2585/3168 81% [================================================== ] 2586/3168 81% [================================================== ] 2587/3168 81% [================================================== ] 2588/3168 81% [================================================== ] 2589/3168 81% [================================================== ] 2590/3168 81% [================================================== ] 2591/3168 81% [================================================== ] 2592/3168 81% [================================================== ] 2593/3168 81% [================================================== ] 2594/3168 81% [================================================== ] 2595/3168 81% [================================================== ] 2596/3168 81% [================================================== ] 2597/3168 81% [================================================== ] 2598/3168 82% [================================================== ] 2599/3168 82% [================================================== ] 2600/3168 82% [================================================== ] 2601/3168 82% [================================================== ] 2602/3168 82% [================================================== ] 2603/3168 82% [================================================== ] 2604/3168 82% [================================================== ] 2605/3168 82% [=================================================== ] 2606/3168 82% [=================================================== ] 2607/3168 82% [=================================================== ] 2608/3168 82% [=================================================== ] 2609/3168 82% [=================================================== ] 2610/3168 82% [=================================================== ] 2611/3168 82% [=================================================== ] 2612/3168 82% [=================================================== ] 2613/3168 82% [=================================================== ] 2614/3168 82% [=================================================== ] 2615/3168 82% [=================================================== ] 2616/3168 82% [=================================================== ] 2617/3168 82% [=================================================== ] 2618/3168 82% [=================================================== ] 2619/3168 82% [=================================================== ] 2620/3168 82% [=================================================== ] 2621/3168 82% [=================================================== ] 2622/3168 82% [=================================================== ] 2623/3168 82% [=================================================== ] 2624/3168 82% [=================================================== ] 2625/3168 82% [=================================================== ] 2626/3168 82% [=================================================== ] 2627/3168 82% [=================================================== ] 2628/3168 82% [=================================================== ] 2629/3168 82% [=================================================== ] 2630/3168 83% [=================================================== ] 2631/3168 83% [=================================================== ] 2632/3168 83% [=================================================== ] 2633/3168 83% [=================================================== ] 2634/3168 83% [=================================================== ] 2635/3168 83% [=================================================== ] 2636/3168 83% [=================================================== ] 2637/3168 83% [=================================================== ] 2638/3168 83% [=================================================== ] 2639/3168 83% [=================================================== ] 2640/3168 83% [=================================================== ] 2641/3168 83% [=================================================== ] 2642/3168 83% [=================================================== ] 2643/3168 83% [=================================================== ] 2644/3168 83% [=================================================== ] 2645/3168 83% [=================================================== ] 2646/3168 83% [=================================================== ] 2647/3168 83% [=================================================== ] 2648/3168 83% [=================================================== ] 2649/3168 83% [=================================================== ] 2650/3168 83% [=================================================== ] 2651/3168 83% [=================================================== ] 2652/3168 83% [=================================================== ] 2653/3168 83% [=================================================== ] 2654/3168 83% [=================================================== ] 2655/3168 83% [=================================================== ] 2656/3168 83% [=================================================== ] 2657/3168 83% [==================================================== ] 2658/3168 83% [==================================================== ] 2659/3168 83% [==================================================== ] 2660/3168 83% [==================================================== ] 2661/3168 83% [==================================================== ] 2662/3168 84% [==================================================== ] 2663/3168 84% [==================================================== ] 2664/3168 84% [==================================================== ] 2665/3168 84% [==================================================== ] 2666/3168 84% [==================================================== ] 2667/3168 84% [==================================================== ] 2668/3168 84% [==================================================== ] 2669/3168 84% [==================================================== ] 2670/3168 84% [==================================================== ] 2671/3168 84% [==================================================== ] 2672/3168 84% [==================================================== ] 2673/3168 84% [==================================================== ] 2674/3168 84% [==================================================== ] 2675/3168 84% [==================================================== ] 2676/3168 84% [==================================================== ] 2677/3168 84% [==================================================== ] 2678/3168 84% [==================================================== ] 2679/3168 84% [==================================================== ] 2680/3168 84% [==================================================== ] 2681/3168 84% [==================================================== ] 2682/3168 84% [==================================================== ] 2683/3168 84% [==================================================== ] 2684/3168 84% [==================================================== ] 2685/3168 84% [==================================================== ] 2686/3168 84% [==================================================== ] 2687/3168 84% [==================================================== ] 2688/3168 84% [==================================================== ] 2689/3168 84% [==================================================== ] 2690/3168 84% [==================================================== ] 2691/3168 84% [==================================================== ] 2692/3168 84% [==================================================== ] 2693/3168 85% [==================================================== ] 2694/3168 85% [==================================================== ] 2695/3168 85% [==================================================== ] 2696/3168 85% [==================================================== ] 2697/3168 85% [==================================================== ] 2698/3168 85% [==================================================== ] 2699/3168 85% [==================================================== ] 2700/3168 85% [==================================================== ] 2701/3168 85% [==================================================== ] 2702/3168 85% [==================================================== ] 2703/3168 85% [==================================================== ] 2704/3168 85% [==================================================== ] 2705/3168 85% [==================================================== ] 2706/3168 85% [==================================================== ] 2707/3168 85% [==================================================== ] 2708/3168 85% [===================================================== ] 2709/3168 85% [===================================================== ] 2710/3168 85% [===================================================== ] 2711/3168 85% [===================================================== ] 2712/3168 85% [===================================================== ] 2713/3168 85% [===================================================== ] 2714/3168 85% [===================================================== ] 2715/3168 85% [===================================================== ] 2716/3168 85% [===================================================== ] 2717/3168 85% [===================================================== ] 2718/3168 85% [===================================================== ] 2719/3168 85% [===================================================== ] 2720/3168 85% [===================================================== ] 2721/3168 85% [===================================================== ] 2722/3168 85% [===================================================== ] 2723/3168 85% [===================================================== ] 2724/3168 85% [===================================================== ] 2725/3168 86% [===================================================== ] 2726/3168 86% [===================================================== ] 2727/3168 86% [===================================================== ] 2728/3168 86% [===================================================== ] 2729/3168 86% [===================================================== ] 2730/3168 86% [===================================================== ] 2731/3168 86% [===================================================== ] 2732/3168 86% [===================================================== ] 2733/3168 86% [===================================================== ] 2734/3168 86% [===================================================== ] 2735/3168 86% [===================================================== ] 2736/3168 86% [===================================================== ] 2737/3168 86% [===================================================== ] 2738/3168 86% [===================================================== ] 2739/3168 86% [===================================================== ] 2740/3168 86% [===================================================== ] 2741/3168 86% [===================================================== ] 2742/3168 86% [===================================================== ] 2743/3168 86% [===================================================== ] 2744/3168 86% [===================================================== ] 2745/3168 86% [===================================================== ] 2746/3168 86% [===================================================== ] 2747/3168 86% [===================================================== ] 2748/3168 86% [===================================================== ] 2749/3168 86% [===================================================== ] 2750/3168 86% [===================================================== ] 2751/3168 86% [===================================================== ] 2752/3168 86% [===================================================== ] 2753/3168 86% [===================================================== ] 2754/3168 86% [===================================================== ] 2755/3168 86% [===================================================== ] 2756/3168 86% [===================================================== ] 2757/3168 87% [===================================================== ] 2758/3168 87% [===================================================== ] 2759/3168 87% [====================================================== ] 2760/3168 87% [====================================================== ] 2761/3168 87% [====================================================== ] 2762/3168 87% [====================================================== ] 2763/3168 87% [====================================================== ] 2764/3168 87% [====================================================== ] 2765/3168 87% [====================================================== ] 2766/3168 87% [====================================================== ] 2767/3168 87% [====================================================== ] 2768/3168 87% [====================================================== ] 2769/3168 87% [====================================================== ] 2770/3168 87% [====================================================== ] 2771/3168 87% [====================================================== ] 2772/3168 87% [====================================================== ] 2773/3168 87% [====================================================== ] 2774/3168 87% [====================================================== ] 2775/3168 87% [====================================================== ] 2776/3168 87% [====================================================== ] 2777/3168 87% [====================================================== ] 2778/3168 87% [====================================================== ] 2779/3168 87% [====================================================== ] 2780/3168 87% [====================================================== ] 2781/3168 87% [====================================================== ] 2782/3168 87% [====================================================== ] 2783/3168 87% [====================================================== ] 2784/3168 87% [====================================================== ] 2785/3168 87% [====================================================== ] 2786/3168 87% [====================================================== ] 2787/3168 87% [====================================================== ] 2788/3168 88% [====================================================== ] 2789/3168 88% [====================================================== ] 2790/3168 88% [====================================================== ] 2791/3168 88% [====================================================== ] 2792/3168 88% [====================================================== ] 2793/3168 88% [====================================================== ] 2794/3168 88% [====================================================== ] 2795/3168 88% [====================================================== ] 2796/3168 88% [====================================================== ] 2797/3168 88% [====================================================== ] 2798/3168 88% [====================================================== ] 2799/3168 88% [====================================================== ] 2800/3168 88% [====================================================== ] 2801/3168 88% [====================================================== ] 2802/3168 88% [====================================================== ] 2803/3168 88% [====================================================== ] 2804/3168 88% [====================================================== ] 2805/3168 88% [====================================================== ] 2806/3168 88% [====================================================== ] 2807/3168 88% [====================================================== ] 2808/3168 88% [====================================================== ] 2809/3168 88% [====================================================== ] 2810/3168 88% [======================================================= ] 2811/3168 88% [======================================================= ] 2812/3168 88% [======================================================= ] 2813/3168 88% [======================================================= ] 2814/3168 88% [======================================================= ] 2815/3168 88% [======================================================= ] 2816/3168 88% [======================================================= ] 2817/3168 88% [======================================================= ] 2818/3168 88% [======================================================= ] 2819/3168 88% [======================================================= ] 2820/3168 89% [======================================================= ] 2821/3168 89% [======================================================= ] 2822/3168 89% [======================================================= ] 2823/3168 89% [======================================================= ] 2824/3168 89% [======================================================= ] 2825/3168 89% [======================================================= ] 2826/3168 89% [======================================================= ] 2827/3168 89% [======================================================= ] 2828/3168 89% [======================================================= ] 2829/3168 89% [======================================================= ] 2830/3168 89% [======================================================= ] 2831/3168 89% [======================================================= ] 2832/3168 89% [======================================================= ] 2833/3168 89% [======================================================= ] 2834/3168 89% [======================================================= ] 2835/3168 89% [======================================================= ] 2836/3168 89% [======================================================= ] 2837/3168 89% [======================================================= ] 2838/3168 89% [======================================================= ] 2839/3168 89% [======================================================= ] 2840/3168 89% [======================================================= ] 2841/3168 89% [======================================================= ] 2842/3168 89% [======================================================= ] 2843/3168 89% [======================================================= ] 2844/3168 89% [======================================================= ] 2845/3168 89% [======================================================= ] 2846/3168 89% [======================================================= ] 2847/3168 89% [======================================================= ] 2848/3168 89% [======================================================= ] 2849/3168 89% [======================================================= ] 2850/3168 89% [======================================================= ] 2851/3168 89% [======================================================= ] 2852/3168 90% [======================================================= ] 2853/3168 90% [======================================================= ] 2854/3168 90% [======================================================= ] 2855/3168 90% [======================================================= ] 2856/3168 90% [======================================================= ] 2857/3168 90% [======================================================= ] 2858/3168 90% [======================================================= ] 2859/3168 90% [======================================================= ] 2860/3168 90% [======================================================= ] 2861/3168 90% [======================================================== ] 2862/3168 90% [======================================================== ] 2863/3168 90% [======================================================== ] 2864/3168 90% [======================================================== ] 2865/3168 90% [======================================================== ] 2866/3168 90% [======================================================== ] 2867/3168 90% [======================================================== ] 2868/3168 90% [======================================================== ] 2869/3168 90% [======================================================== ] 2870/3168 90% [======================================================== ] 2871/3168 90% [======================================================== ] 2872/3168 90% [======================================================== ] 2873/3168 90% [======================================================== ] 2874/3168 90% [======================================================== ] 2875/3168 90% [======================================================== ] 2876/3168 90% [======================================================== ] 2877/3168 90% [======================================================== ] 2878/3168 90% [======================================================== ] 2879/3168 90% [======================================================== ] 2880/3168 90% [======================================================== ] 2881/3168 90% [======================================================== ] 2882/3168 90% [======================================================== ] 2883/3168 91% [======================================================== ] 2884/3168 91% [======================================================== ] 2885/3168 91% [======================================================== ] 2886/3168 91% [======================================================== ] 2887/3168 91% [======================================================== ] 2888/3168 91% [======================================================== ] 2889/3168 91% [======================================================== ] 2890/3168 91% [======================================================== ] 2891/3168 91% [======================================================== ] 2892/3168 91% [======================================================== ] 2893/3168 91% [======================================================== ] 2894/3168 91% [======================================================== ] 2895/3168 91% [======================================================== ] 2896/3168 91% [======================================================== ] 2897/3168 91% [======================================================== ] 2898/3168 91% [======================================================== ] 2899/3168 91% [======================================================== ] 2900/3168 91% [======================================================== ] 2901/3168 91% [======================================================== ] 2902/3168 91% [======================================================== ] 2903/3168 91% [======================================================== ] 2904/3168 91% [======================================================== ] 2905/3168 91% [======================================================== ] 2906/3168 91% [======================================================== ] 2907/3168 91% [======================================================== ] 2908/3168 91% [======================================================== ] 2909/3168 91% [======================================================== ] 2910/3168 91% [======================================================== ] 2911/3168 91% [======================================================== ] 2912/3168 91% [========================================================= ] 2913/3168 91% [========================================================= ] 2914/3168 91% [========================================================= ] 2915/3168 92% [========================================================= ] 2916/3168 92% [========================================================= ] 2917/3168 92% [========================================================= ] 2918/3168 92% [========================================================= ] 2919/3168 92% [========================================================= ] 2920/3168 92% [========================================================= ] 2921/3168 92% [========================================================= ] 2922/3168 92% [========================================================= ] 2923/3168 92% [========================================================= ] 2924/3168 92% [========================================================= ] 2925/3168 92% [========================================================= ] 2926/3168 92% [========================================================= ] 2927/3168 92% [========================================================= ] 2928/3168 92% [========================================================= ] 2929/3168 92% [========================================================= ] 2930/3168 92% [========================================================= ] 2931/3168 92% [========================================================= ] 2932/3168 92% [========================================================= ] 2933/3168 92% [========================================================= ] 2934/3168 92% [========================================================= ] 2935/3168 92% [========================================================= ] 2936/3168 92% [========================================================= ] 2937/3168 92% [========================================================= ] 2938/3168 92% [========================================================= ] 2939/3168 92% [========================================================= ] 2940/3168 92% [========================================================= ] 2941/3168 92% [========================================================= ] 2942/3168 92% [========================================================= ] 2943/3168 92% [========================================================= ] 2944/3168 92% [========================================================= ] 2945/3168 92% [========================================================= ] 2946/3168 92% [========================================================= ] 2947/3168 93% [========================================================= ] 2948/3168 93% [========================================================= ] 2949/3168 93% [========================================================= ] 2950/3168 93% [========================================================= ] 2951/3168 93% [========================================================= ] 2952/3168 93% [========================================================= ] 2953/3168 93% [========================================================= ] 2954/3168 93% [========================================================= ] 2955/3168 93% [========================================================= ] 2956/3168 93% [========================================================= ] 2957/3168 93% [========================================================= ] 2958/3168 93% [========================================================= ] 2959/3168 93% [========================================================= ] 2960/3168 93% [========================================================= ] 2961/3168 93% [========================================================= ] 2962/3168 93% [========================================================= ] 2963/3168 93% [========================================================== ] 2964/3168 93% [========================================================== ] 2965/3168 93% [========================================================== ] 2966/3168 93% [========================================================== ] 2967/3168 93% [========================================================== ] 2968/3168 93% [========================================================== ] 2969/3168 93% [========================================================== ] 2970/3168 93% [========================================================== ] 2971/3168 93% [========================================================== ] 2972/3168 93% [========================================================== ] 2973/3168 93% [========================================================== ] 2974/3168 93% [========================================================== ] 2975/3168 93% [========================================================== ] 2976/3168 93% [========================================================== ] 2977/3168 93% [========================================================== ] 2978/3168 94% [========================================================== ] 2979/3168 94% [========================================================== ] 2980/3168 94% [========================================================== ] 2981/3168 94% [========================================================== ] 2982/3168 94% [========================================================== ] 2983/3168 94% [========================================================== ] 2984/3168 94% [========================================================== ] 2985/3168 94% [========================================================== ] 2986/3168 94% [========================================================== ] 2987/3168 94% [========================================================== ] 2988/3168 94% [========================================================== ] 2989/3168 94% [========================================================== ] 2990/3168 94% [========================================================== ] 2991/3168 94% [========================================================== ] 2992/3168 94% [========================================================== ] 2993/3168 94% [========================================================== ] 2994/3168 94% [========================================================== ] 2995/3168 94% [========================================================== ] 2996/3168 94% [========================================================== ] 2997/3168 94% [========================================================== ] 2998/3168 94% [========================================================== ] 2999/3168 94% [========================================================== ] 3000/3168 94% [========================================================== ] 3001/3168 94% [========================================================== ] 3002/3168 94% [========================================================== ] 3003/3168 94% [========================================================== ] 3004/3168 94% [========================================================== ] 3005/3168 94% [========================================================== ] 3006/3168 94% [========================================================== ] 3007/3168 94% [========================================================== ] 3008/3168 94% [========================================================== ] 3009/3168 94% [========================================================== ] 3010/3168 95% [========================================================== ] 3011/3168 95% [========================================================== ] 3012/3168 95% [========================================================== ] 3013/3168 95% [========================================================== ] 3014/3168 95% [=========================================================== ] 3015/3168 95% [=========================================================== ] 3016/3168 95% [=========================================================== ] 3017/3168 95% [=========================================================== ] 3018/3168 95% [=========================================================== ] 3019/3168 95% [=========================================================== ] 3020/3168 95% [=========================================================== ] 3021/3168 95% [=========================================================== ] 3022/3168 95% [=========================================================== ] 3023/3168 95% [=========================================================== ] 3024/3168 95% [=========================================================== ] 3025/3168 95% [=========================================================== ] 3026/3168 95% [=========================================================== ] 3027/3168 95% [=========================================================== ] 3028/3168 95% [=========================================================== ] 3029/3168 95% [=========================================================== ] 3030/3168 95% [=========================================================== ] 3031/3168 95% [=========================================================== ] 3032/3168 95% [=========================================================== ] 3033/3168 95% [=========================================================== ] 3034/3168 95% [=========================================================== ] 3035/3168 95% [=========================================================== ] 3036/3168 95% [=========================================================== ] 3037/3168 95% [=========================================================== ] 3038/3168 95% [=========================================================== ] 3039/3168 95% [=========================================================== ] 3040/3168 95% [=========================================================== ] 3041/3168 95% [=========================================================== ] 3042/3168 96% [=========================================================== ] 3043/3168 96% [=========================================================== ] 3044/3168 96% [=========================================================== ] 3045/3168 96% [=========================================================== ] 3046/3168 96% [=========================================================== ] 3047/3168 96% [=========================================================== ] 3048/3168 96% [=========================================================== ] 3049/3168 96% [=========================================================== ] 3050/3168 96% [=========================================================== ] 3051/3168 96% [=========================================================== ] 3052/3168 96% [=========================================================== ] 3053/3168 96% [=========================================================== ] 3054/3168 96% [=========================================================== ] 3055/3168 96% [=========================================================== ] 3056/3168 96% [=========================================================== ] 3057/3168 96% [=========================================================== ] 3058/3168 96% [=========================================================== ] 3059/3168 96% [=========================================================== ] 3060/3168 96% [=========================================================== ] 3061/3168 96% [=========================================================== ] 3062/3168 96% [=========================================================== ] 3063/3168 96% [=========================================================== ] 3064/3168 96% [=========================================================== ] 3065/3168 96% [============================================================ ] 3066/3168 96% [============================================================ ] 3067/3168 96% [============================================================ ] 3068/3168 96% [============================================================ ] 3069/3168 96% [============================================================ ] 3070/3168 96% [============================================================ ] 3071/3168 96% [============================================================ ] 3072/3168 96% [============================================================ ] 3073/3168 97% [============================================================ ] 3074/3168 97% [============================================================ ] 3075/3168 97% [============================================================ ] 3076/3168 97% [============================================================ ] 3077/3168 97% [============================================================ ] 3078/3168 97% [============================================================ ] 3079/3168 97% [============================================================ ] 3080/3168 97% [============================================================ ] 3081/3168 97% [============================================================ ] 3082/3168 97% [============================================================ ] 3083/3168 97% [============================================================ ] 3084/3168 97% [============================================================ ] 3085/3168 97% [============================================================ ] 3086/3168 97% [============================================================ ] 3087/3168 97% [============================================================ ] 3088/3168 97% [============================================================ ] 3089/3168 97% [============================================================ ] 3090/3168 97% [============================================================ ] 3091/3168 97% [============================================================ ] 3092/3168 97% [============================================================ ] 3093/3168 97% [============================================================ ] 3094/3168 97% [============================================================ ] 3095/3168 97% [============================================================ ] 3096/3168 97% [============================================================ ] 3097/3168 97% [============================================================ ] 3098/3168 97% [============================================================ ] 3099/3168 97% [============================================================ ] 3100/3168 97% [============================================================ ] 3101/3168 97% [============================================================ ] 3102/3168 97% [============================================================ ] 3103/3168 97% [============================================================ ] 3104/3168 97% [============================================================ ] 3105/3168 98% [============================================================ ] 3106/3168 98% [============================================================ ] 3107/3168 98% [============================================================ ] 3108/3168 98% [============================================================ ] 3109/3168 98% [============================================================ ] 3110/3168 98% [============================================================ ] 3111/3168 98% [============================================================ ] 3112/3168 98% [============================================================ ] 3113/3168 98% [============================================================ ] 3114/3168 98% [============================================================ ] 3115/3168 98% [============================================================ ] 3116/3168 98% [============================================================= ] 3117/3168 98% [============================================================= ] 3118/3168 98% [============================================================= ] 3119/3168 98% [============================================================= ] 3120/3168 98% [============================================================= ] 3121/3168 98% [============================================================= ] 3122/3168 98% [============================================================= ] 3123/3168 98% [============================================================= ] 3124/3168 98% [============================================================= ] 3125/3168 98% [============================================================= ] 3126/3168 98% [============================================================= ] 3127/3168 98% [============================================================= ] 3128/3168 98% [============================================================= ] 3129/3168 98% [============================================================= ] 3130/3168 98% [============================================================= ] 3131/3168 98% [============================================================= ] 3132/3168 98% [============================================================= ] 3133/3168 98% [============================================================= ] 3134/3168 98% [============================================================= ] 3135/3168 98% [============================================================= ] 3136/3168 98% [============================================================= ] 3137/3168 99% [============================================================= ] 3138/3168 99% [============================================================= ] 3139/3168 99% [============================================================= ] 3140/3168 99% [============================================================= ] 3141/3168 99% [============================================================= ] 3142/3168 99% [============================================================= ] 3143/3168 99% [============================================================= ] 3144/3168 99% [============================================================= ] 3145/3168 99% [============================================================= ] 3146/3168 99% [============================================================= ] 3147/3168 99% [============================================================= ] 3148/3168 99% [============================================================= ] 3149/3168 99% [============================================================= ] 3150/3168 99% [============================================================= ] 3151/3168 99% [============================================================= ] 3152/3168 99% [============================================================= ] 3153/3168 99% [============================================================= ] 3154/3168 99% [============================================================= ] 3155/3168 99% [============================================================= ] 3156/3168 99% [============================================================= ] 3157/3168 99% [============================================================= ] 3158/3168 99% [============================================================= ] 3159/3168 99% [============================================================= ] 3160/3168 99% [============================================================= ] 3161/3168 99% [============================================================= ] 3162/3168 99% [============================================================= ] 3163/3168 99% [============================================================= ] 3164/3168 99% [============================================================= ] 3165/3168 99% [============================================================= ] 3166/3168 99% [============================================================= ] 3167/3168 99% [==============================================================] 3168/3168 100% operation complete, 3168 objects in 120468 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/x86_64-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2023.05-755-g59ddc3a987 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 13.2.0 Collecting legal info >>> host-binutils 2.39 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-isl 0.25 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> 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.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 13.2.0 Collecting legal info >>> linux-headers 5.10.188 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> aespipe 2.4f Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 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.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> 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 >>> libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bats-core 1.8.2 Collecting legal info LICENSE.md: OK (sha256: 55074b2b3b87809105034e1468e59076554d76a80c67bcc592000cc3d929852d) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.8.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-composer 2.5.8 Collecting legal info LICENSE: OK (sha256: c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024) >>> host-php 8.2.8 Collecting legal info LICENSE: OK (sha256: 080d0d0cca64181ef8bf1df9fba0c6f0c485f78f79540c479a45b593bb3b33b5) >>> host-oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> iproute2 6.2.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> janet 1.29.1 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> host-meson 1.2.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> logsurfer 1.8 Collecting legal info >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbpoll 1.5.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-greenlet 2.0.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> host-qemu 8.0.3 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> s6-linux-init 1.0.8.0 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> strace 6.4 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> sudo 1.9.13p3 Collecting legal info LICENSE.md: OK (sha256: ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28) >>> host-swugenerator 0.2 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-python-libconf 2.0.1 Collecting legal info LICENSE: OK (sha256: 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873) >>> tz Collecting legal info >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-13.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-13.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.188: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'