mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkcramfs -B /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.cramfs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cramfs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' warning: estimate of required size (upper bound) is 488MB, but maximum image size is 272MB, we might die prematurely warning: file sizes truncated to 16MB (minus 1 byte) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3205 objects. stage 2: creating image '/home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3205 0% [ ] 2/3205 0% [ ] 3/3205 0% [ ] 4/3205 0% [ ] 5/3205 0% [ ] 6/3205 0% [ ] 7/3205 0% [ ] 8/3205 0% [ ] 9/3205 0% [ ] 10/3205 0% [ ] 11/3205 0% [ ] 12/3205 0% [ ] 13/3205 0% [ ] 14/3205 0% [ ] 15/3205 0% [ ] 16/3205 0% [ ] 17/3205 0% [ ] 18/3205 0% [ ] 19/3205 0% [ ] 20/3205 0% [ ] 21/3205 0% [ ] 22/3205 0% [ ] 23/3205 0% [ ] 24/3205 0% [ ] 25/3205 0% [ ] 26/3205 0% [ ] 27/3205 0% [ ] 28/3205 0% [ ] 29/3205 0% [ ] 30/3205 0% [ ] 31/3205 0% [ ] 32/3205 0% [ ] 33/3205 1% [ ] 34/3205 1% [ ] 35/3205 1% [ ] 36/3205 1% [ ] 37/3205 1% [ ] 38/3205 1% [ ] 39/3205 1% [ ] 40/3205 1% [ ] 41/3205 1% [ ] 42/3205 1% [ ] 43/3205 1% [ ] 44/3205 1% [ ] 45/3205 1% [ ] 46/3205 1% [ ] 47/3205 1% [ ] 48/3205 1% [ ] 49/3205 1% [ ] 50/3205 1% [ ] 51/3205 1% [= ] 52/3205 1% [= ] 53/3205 1% [= ] 54/3205 1% [= ] 55/3205 1% [= ] 56/3205 1% [= ] 57/3205 1% [= ] 58/3205 1% [= ] 59/3205 1% [= ] 60/3205 1% [= ] 61/3205 1% [= ] 62/3205 1% [= ] 63/3205 1% [= ] 64/3205 1% [= ] 65/3205 2% [= ] 66/3205 2% [= ] 67/3205 2% [= ] 68/3205 2% [= ] 69/3205 2% [= ] 70/3205 2% [= ] 71/3205 2% [= ] 72/3205 2% [= ] 73/3205 2% [= ] 74/3205 2% [= ] 75/3205 2% [= ] 76/3205 2% [= ] 77/3205 2% [= ] 78/3205 2% [= ] 79/3205 2% [= ] 80/3205 2% [= ] 81/3205 2% [= ] 82/3205 2% [= ] 83/3205 2% [= ] 84/3205 2% [= ] 85/3205 2% [= ] 86/3205 2% [= ] 87/3205 2% [= ] 88/3205 2% [= ] 89/3205 2% [= ] 90/3205 2% [= ] 91/3205 2% [= ] 92/3205 2% [= ] 93/3205 2% [= ] 94/3205 2% [= ] 95/3205 2% [= ] 96/3205 2% [= ] 97/3205 3% [= ] 98/3205 3% [= ] 99/3205 3% [= ] 100/3205 3% [= ] 101/3205 3% [= ] 102/3205 3% [= ] 103/3205 3% [== ] 104/3205 3% [== ] 105/3205 3% [== ] 106/3205 3% [== ] 107/3205 3% [== ] 108/3205 3% [== ] 109/3205 3% [== ] 110/3205 3% [== ] 111/3205 3% [== ] 112/3205 3% [== ] 113/3205 3% [== ] 114/3205 3% [== ] 115/3205 3% [== ] 116/3205 3% [== ] 117/3205 3% [== ] 118/3205 3% [== ] 119/3205 3% [== ] 120/3205 3% [== ] 121/3205 3% [== ] 122/3205 3% [== ] 123/3205 3% [== ] 124/3205 3% [== ] 125/3205 3% [== ] 126/3205 3% [== ] 127/3205 3% [== ] 128/3205 3% [== ] 129/3205 4% [== ] 130/3205 4% [== ] 131/3205 4% [== ] 132/3205 4% [== ] 133/3205 4% [== ] 134/3205 4% [== ] 135/3205 4% [== ] 136/3205 4% [== ] 137/3205 4% [== ] 138/3205 4% [== ] 139/3205 4% [== ] 140/3205 4% [== ] 141/3205 4% [== ] 142/3205 4% [== ] 143/3205 4% [== ] 144/3205 4% [== ] 145/3205 4% [== ] 146/3205 4% [== ] 147/3205 4% [== ] 148/3205 4% [== ] 149/3205 4% [== ] 150/3205 4% [== ] 151/3205 4% [== ] 152/3205 4% [== ] 153/3205 4% [== ] 154/3205 4% [== ] 155/3205 4% [=== ] 156/3205 4% [=== ] 157/3205 4% [=== ] 158/3205 4% [=== ] 159/3205 4% [=== ] 160/3205 4% [=== ] 161/3205 5% [=== ] 162/3205 5% [=== ] 163/3205 5% [=== ] 164/3205 5% [=== ] 165/3205 5% [=== ] 166/3205 5% [=== ] 167/3205 5% [=== ] 168/3205 5% [=== ] 169/3205 5% [=== ] 170/3205 5% [=== ] 171/3205 5% [=== ] 172/3205 5% [=== ] 173/3205 5% [=== ] 174/3205 5% [=== ] 175/3205 5% [=== ] 176/3205 5% [=== ] 177/3205 5% [=== ] 178/3205 5% [=== ] 179/3205 5% [=== ] 180/3205 5% [=== ] 181/3205 5% [=== ] 182/3205 5% [=== ] 183/3205 5% [=== ] 184/3205 5% [=== ] 185/3205 5% [=== ] 186/3205 5% [=== ] 187/3205 5% [=== ] 188/3205 5% [=== ] 189/3205 5% [=== ] 190/3205 5% [=== ] 191/3205 5% [=== ] 192/3205 5% [=== ] 193/3205 6% [=== ] 194/3205 6% [=== ] 195/3205 6% [=== ] 196/3205 6% [=== ] 197/3205 6% [=== ] 198/3205 6% [=== ] 199/3205 6% [=== ] 200/3205 6% [=== ] 201/3205 6% [=== ] 202/3205 6% [=== ] 203/3205 6% [=== ] 204/3205 6% [=== ] 205/3205 6% [=== ] 206/3205 6% [==== ] 207/3205 6% [==== ] 208/3205 6% [==== ] 209/3205 6% [==== ] 210/3205 6% [==== ] 211/3205 6% [==== ] 212/3205 6% [==== ] 213/3205 6% [==== ] 214/3205 6% [==== ] 215/3205 6% [==== ] 216/3205 6% [==== ] 217/3205 6% [==== ] 218/3205 6% [==== ] 219/3205 6% [==== ] 220/3205 6% [==== ] 221/3205 6% [==== ] 222/3205 6% [==== ] 223/3205 6% [==== ] 224/3205 6% [==== ] 225/3205 7% [==== ] 226/3205 7% [==== ] 227/3205 7% [==== ] 228/3205 7% [==== ] 229/3205 7% [==== ] 230/3205 7% [==== ] 231/3205 7% [==== ] 232/3205 7% [==== ] 233/3205 7% [==== ] 234/3205 7% [==== ] 235/3205 7% [==== ] 236/3205 7% [==== ] 237/3205 7% [==== ] 238/3205 7% [==== ] 239/3205 7% [==== ] 240/3205 7% [==== ] 241/3205 7% [==== ] 242/3205 7% [==== ] 243/3205 7% [==== ] 244/3205 7% [==== ] 245/3205 7% [==== ] 246/3205 7% [==== ] 247/3205 7% [==== ] 248/3205 7% [==== ] 249/3205 7% [==== ] 250/3205 7% [==== ] 251/3205 7% [==== ] 252/3205 7% [==== ] 253/3205 7% [==== ] 254/3205 7% [==== ] 255/3205 7% [==== ] 256/3205 7% [==== ] 257/3205 8% [==== ] 258/3205 8% [===== ] 259/3205 8% [===== ] 260/3205 8% [===== ] 261/3205 8% [===== ] 262/3205 8% [===== ] 263/3205 8% [===== ] 264/3205 8% [===== ] 265/3205 8% [===== ] 266/3205 8% [===== ] 267/3205 8% [===== ] 268/3205 8% [===== ] 269/3205 8% [===== ] 270/3205 8% [===== ] 271/3205 8% [===== ] 272/3205 8% [===== ] 273/3205 8% [===== ] 274/3205 8% [===== ] 275/3205 8% [===== ] 276/3205 8% [===== ] 277/3205 8% [===== ] 278/3205 8% [===== ] 279/3205 8% [===== ] 280/3205 8% [===== ] 281/3205 8% [===== ] 282/3205 8% [===== ] 283/3205 8% [===== ] 284/3205 8% [===== ] 285/3205 8% [===== ] 286/3205 8% [===== ] 287/3205 8% [===== ] 288/3205 8% [===== ] 289/3205 9% [===== ] 290/3205 9% [===== ] 291/3205 9% [===== ] 292/3205 9% [===== ] 293/3205 9% [===== ] 294/3205 9% [===== ] 295/3205 9% [===== ] 296/3205 9% [===== ] 297/3205 9% [===== ] 298/3205 9% [===== ] 299/3205 9% [===== ] 300/3205 9% [===== ] 301/3205 9% [===== ] 302/3205 9% [===== ] 303/3205 9% [===== ] 304/3205 9% [===== ] 305/3205 9% [===== ] 306/3205 9% [===== ] 307/3205 9% [===== ] 308/3205 9% [===== ] 309/3205 9% [===== ] 310/3205 9% [====== ] 311/3205 9% [====== ] 312/3205 9% [====== ] 313/3205 9% [====== ] 314/3205 9% [====== ] 315/3205 9% [====== ] 316/3205 9% [====== ] 317/3205 9% [====== ] 318/3205 9% [====== ] 319/3205 9% [====== ] 320/3205 9% [====== ] 321/3205 10% [====== ] 322/3205 10% [====== ] 323/3205 10% [====== ] 324/3205 10% [====== ] 325/3205 10% [====== ] 326/3205 10% [====== ] 327/3205 10% [====== ] 328/3205 10% [====== ] 329/3205 10% [====== ] 330/3205 10% [====== ] 331/3205 10% [====== ] 332/3205 10% [====== ] 333/3205 10% [====== ] 334/3205 10% [====== ] 335/3205 10% [====== ] 336/3205 10% [====== ] 337/3205 10% [====== ] 338/3205 10% [====== ] 339/3205 10% [====== ] 340/3205 10% [====== ] 341/3205 10% [====== ] 342/3205 10% [====== ] 343/3205 10% [====== ] 344/3205 10% [====== ] 345/3205 10% [====== ] 346/3205 10% [====== ] 347/3205 10% [====== ] 348/3205 10% [====== ] 349/3205 10% [====== ] 350/3205 10% [====== ] 351/3205 10% [====== ] 352/3205 10% [====== ] 353/3205 11% [====== ] 354/3205 11% [====== ] 355/3205 11% [====== ] 356/3205 11% [====== ] 357/3205 11% [====== ] 358/3205 11% [====== ] 359/3205 11% [====== ] 360/3205 11% [====== ] 361/3205 11% [======= ] 362/3205 11% [======= ] 363/3205 11% [======= ] 364/3205 11% [======= ] 365/3205 11% [======= ] 366/3205 11% [======= ] 367/3205 11% [======= ] 368/3205 11% [======= ] 369/3205 11% [======= ] 370/3205 11% [======= ] 371/3205 11% [======= ] 372/3205 11% [======= ] 373/3205 11% [======= ] 374/3205 11% [======= ] 375/3205 11% [======= ] 376/3205 11% [======= ] 377/3205 11% [======= ] 378/3205 11% [======= ] 379/3205 11% [======= ] 380/3205 11% [======= ] 381/3205 11% [======= ] 382/3205 11% [======= ] 383/3205 11% [======= ] 384/3205 11% [======= ] 385/3205 12% [======= ] 386/3205 12% [======= ] 387/3205 12% [======= ] 388/3205 12% [======= ] 389/3205 12% [======= ] 390/3205 12% [======= ] 391/3205 12% [======= ] 392/3205 12% [======= ] 393/3205 12% [======= ] 394/3205 12% [======= ] 395/3205 12% [======= ] 396/3205 12% [======= ] 397/3205 12% [======= ] 398/3205 12% [======= ] 399/3205 12% [======= ] 400/3205 12% [======= ] 401/3205 12% [======= ] 402/3205 12% [======= ] 403/3205 12% [======= ] 404/3205 12% [======= ] 405/3205 12% [======= ] 406/3205 12% [======= ] 407/3205 12% [======= ] 408/3205 12% [======= ] 409/3205 12% [======= ] 410/3205 12% [======= ] 411/3205 12% [======= ] 412/3205 12% [======= ] 413/3205 12% [======== ] 414/3205 12% [======== ] 415/3205 12% [======== ] 416/3205 12% [======== ] 417/3205 13% [======== ] 418/3205 13% [======== ] 419/3205 13% [======== ] 420/3205 13% [======== ] 421/3205 13% [======== ] 422/3205 13% [======== ] 423/3205 13% [======== ] 424/3205 13% [======== ] 425/3205 13% [======== ] 426/3205 13% [======== ] 427/3205 13% [======== ] 428/3205 13% [======== ] 429/3205 13% [======== ] 430/3205 13% [======== ] 431/3205 13% [======== ] 432/3205 13% [======== ] 433/3205 13% [======== ] 434/3205 13% [======== ] 435/3205 13% [======== ] 436/3205 13% [======== ] 437/3205 13% [======== ] 438/3205 13% [======== ] 439/3205 13% [======== ] 440/3205 13% [======== ] 441/3205 13% [======== ] 442/3205 13% [======== ] 443/3205 13% [======== ] 444/3205 13% [======== ] 445/3205 13% [======== ] 446/3205 13% [======== ] 447/3205 13% [======== ] 448/3205 13% [======== ] 449/3205 14% [======== ] 450/3205 14% [======== ] 451/3205 14% [======== ] 452/3205 14% [======== ] 453/3205 14% [======== ] 454/3205 14% [======== ] 455/3205 14% [======== ] 456/3205 14% [======== ] 457/3205 14% [======== ] 458/3205 14% [======== ] 459/3205 14% [======== ] 460/3205 14% [======== ] 461/3205 14% [======== ] 462/3205 14% [======== ] 463/3205 14% [======== ] 464/3205 14% [======== ] 465/3205 14% [========= ] 466/3205 14% [========= ] 467/3205 14% [========= ] 468/3205 14% [========= ] 469/3205 14% [========= ] 470/3205 14% [========= ] 471/3205 14% [========= ] 472/3205 14% [========= ] 473/3205 14% [========= ] 474/3205 14% [========= ] 475/3205 14% [========= ] 476/3205 14% [========= ] 477/3205 14% [========= ] 478/3205 14% [========= ] 479/3205 14% [========= ] 480/3205 14% [========= ] 481/3205 15% [========= ] 482/3205 15% [========= ] 483/3205 15% [========= ] 484/3205 15% [========= ] 485/3205 15% [========= ] 486/3205 15% [========= ] 487/3205 15% [========= ] 488/3205 15% [========= ] 489/3205 15% [========= ] 490/3205 15% [========= ] 491/3205 15% [========= ] 492/3205 15% [========= ] 493/3205 15% [========= ] 494/3205 15% [========= ] 495/3205 15% [========= ] 496/3205 15% [========= ] 497/3205 15% [========= ] 498/3205 15% [========= ] 499/3205 15% [========= ] 500/3205 15% [========= ] 501/3205 15% [========= ] 502/3205 15% [========= ] 503/3205 15% [========= ] 504/3205 15% [========= ] 505/3205 15% [========= ] 506/3205 15% [========= ] 507/3205 15% [========= ] 508/3205 15% [========= ] 509/3205 15% [========= ] 510/3205 15% [========= ] 511/3205 15% [========= ] 512/3205 15% [========= ] 513/3205 16% [========= ] 514/3205 16% [========= ] 515/3205 16% [========= ] 516/3205 16% [========== ] 517/3205 16% [========== ] 518/3205 16% [========== ] 519/3205 16% [========== ] 520/3205 16% [========== ] 521/3205 16% [========== ] 522/3205 16% [========== ] 523/3205 16% [========== ] 524/3205 16% [========== ] 525/3205 16% [========== ] 526/3205 16% [========== ] 527/3205 16% [========== ] 528/3205 16% [========== ] 529/3205 16% [========== ] 530/3205 16% [========== ] 531/3205 16% [========== ] 532/3205 16% [========== ] 533/3205 16% [========== ] 534/3205 16% [========== ] 535/3205 16% [========== ] 536/3205 16% [========== ] 537/3205 16% [========== ] 538/3205 16% [========== ] 539/3205 16% [========== ] 540/3205 16% [========== ] 541/3205 16% [========== ] 542/3205 16% [========== ] 543/3205 16% [========== ] 544/3205 16% [========== ] 545/3205 17% [========== ] 546/3205 17% [========== ] 547/3205 17% [========== ] 548/3205 17% [========== ] 549/3205 17% [========== ] 550/3205 17% [========== ] 551/3205 17% [========== ] 552/3205 17% [========== ] 553/3205 17% [========== ] 554/3205 17% [========== ] 555/3205 17% [========== ] 556/3205 17% [========== ] 557/3205 17% [========== ] 558/3205 17% [========== ] 559/3205 17% [========== ] 560/3205 17% [========== ] 561/3205 17% [========== ] 562/3205 17% [========== ] 563/3205 17% [========== ] 564/3205 17% [========== ] 565/3205 17% [========== ] 566/3205 17% [========== ] 567/3205 17% [========== ] 568/3205 17% [=========== ] 569/3205 17% [=========== ] 570/3205 17% [=========== ] 571/3205 17% [=========== ] 572/3205 17% [=========== ] 573/3205 17% [=========== ] 574/3205 17% [=========== ] 575/3205 17% [=========== ] 576/3205 17% [=========== ] 577/3205 18% [=========== ] 578/3205 18% [=========== ] 579/3205 18% [=========== ] 580/3205 18% [=========== ] 581/3205 18% [=========== ] 582/3205 18% [=========== ] 583/3205 18% [=========== ] 584/3205 18% [=========== ] 585/3205 18% [=========== ] 586/3205 18% [=========== ] 587/3205 18% [=========== ] 588/3205 18% [=========== ] 589/3205 18% [=========== ] 590/3205 18% [=========== ] 591/3205 18% [=========== ] 592/3205 18% [=========== ] 593/3205 18% [=========== ] 594/3205 18% [=========== ] 595/3205 18% [=========== ] 596/3205 18% [=========== ] 597/3205 18% [=========== ] 598/3205 18% [=========== ] 599/3205 18% [=========== ] 600/3205 18% [=========== ] 601/3205 18% [=========== ] 602/3205 18% [=========== ] 603/3205 18% [=========== ] 604/3205 18% [=========== ] 605/3205 18% [=========== ] 606/3205 18% [=========== ] 607/3205 18% [=========== ] 608/3205 18% [=========== ] 609/3205 19% [=========== ] 610/3205 19% [=========== ] 611/3205 19% [=========== ] 612/3205 19% [=========== ] 613/3205 19% [=========== ] 614/3205 19% [=========== ] 615/3205 19% [=========== ] 616/3205 19% [=========== ] 617/3205 19% [=========== ] 618/3205 19% [=========== ] 619/3205 19% [=========== ] 620/3205 19% [============ ] 621/3205 19% [============ ] 622/3205 19% [============ ] 623/3205 19% [============ ] 624/3205 19% [============ ] 625/3205 19% [============ ] 626/3205 19% [============ ] 627/3205 19% [============ ] 628/3205 19% [============ ] 629/3205 19% [============ ] 630/3205 19% [============ ] 631/3205 19% [============ ] 632/3205 19% [============ ] 633/3205 19% [============ ] 634/3205 19% [============ ] 635/3205 19% [============ ] 636/3205 19% [============ ] 637/3205 19% [============ ] 638/3205 19% [============ ] 639/3205 19% [============ ] 640/3205 19% [============ ] 641/3205 20% [============ ] 642/3205 20% [============ ] 643/3205 20% [============ ] 644/3205 20% [============ ] 645/3205 20% [============ ] 646/3205 20% [============ ] 647/3205 20% [============ ] 648/3205 20% [============ ] 649/3205 20% [============ ] 650/3205 20% [============ ] 651/3205 20% [============ ] 652/3205 20% [============ ] 653/3205 20% [============ ] 654/3205 20% [============ ] 655/3205 20% [============ ] 656/3205 20% [============ ] 657/3205 20% [============ ] 658/3205 20% [============ ] 659/3205 20% [============ ] 660/3205 20% [============ ] 661/3205 20% [============ ] 662/3205 20% [============ ] 663/3205 20% [============ ] 664/3205 20% [============ ] 665/3205 20% [============ ] 666/3205 20% [============ ] 667/3205 20% [============ ] 668/3205 20% [============ ] 669/3205 20% [============ ] 670/3205 20% [============ ] 671/3205 20% [============ ] 672/3205 20% [============= ] 673/3205 20% [============= ] 674/3205 21% [============= ] 675/3205 21% [============= ] 676/3205 21% [============= ] 677/3205 21% [============= ] 678/3205 21% [============= ] 679/3205 21% [============= ] 680/3205 21% [============= ] 681/3205 21% [============= ] 682/3205 21% [============= ] 683/3205 21% [============= ] 684/3205 21% [============= ] 685/3205 21% [============= ] 686/3205 21% [============= ] 687/3205 21% [============= ] 688/3205 21% [============= ] 689/3205 21% [============= ] 690/3205 21% [============= ] 691/3205 21% [============= ] 692/3205 21% [============= ] 693/3205 21% [============= ] 694/3205 21% [============= ] 695/3205 21% [============= ] 696/3205 21% [============= ] 697/3205 21% [============= ] 698/3205 21% [============= ] 699/3205 21% [============= ] 700/3205 21% [============= ] 701/3205 21% [============= ] 702/3205 21% [============= ] 703/3205 21% [============= ] 704/3205 21% [============= ] 705/3205 21% [============= ] 706/3205 22% [============= ] 707/3205 22% [============= ] 708/3205 22% [============= ] 709/3205 22% [============= ] 710/3205 22% [============= ] 711/3205 22% [============= ] 712/3205 22% [============= ] 713/3205 22% [============= ] 714/3205 22% [============= ] 715/3205 22% [============= ] 716/3205 22% [============= ] 717/3205 22% [============= ] 718/3205 22% [============= ] 719/3205 22% [============= ] 720/3205 22% [============= ] 721/3205 22% [============= ] 722/3205 22% [============= ] 723/3205 22% [============== ] 724/3205 22% [============== ] 725/3205 22% [============== ] 726/3205 22% [============== ] 727/3205 22% [============== ] 728/3205 22% [============== ] 729/3205 22% [============== ] 730/3205 22% [============== ] 731/3205 22% [============== ] 732/3205 22% [============== ] 733/3205 22% [============== ] 734/3205 22% [============== ] 735/3205 22% [============== ] 736/3205 22% [============== ] 737/3205 22% [============== ] 738/3205 23% [============== ] 739/3205 23% [============== ] 740/3205 23% [============== ] 741/3205 23% [============== ] 742/3205 23% [============== ] 743/3205 23% [============== ] 744/3205 23% [============== ] 745/3205 23% [============== ] 746/3205 23% [============== ] 747/3205 23% [============== ] 748/3205 23% [============== ] 749/3205 23% [============== ] 750/3205 23% [============== ] 751/3205 23% [============== ] 752/3205 23% [============== ] 753/3205 23% [============== ] 754/3205 23% [============== ] 755/3205 23% [============== ] 756/3205 23% [============== ] 757/3205 23% [============== ] 758/3205 23% [============== ] 759/3205 23% [============== ] 760/3205 23% [============== ] 761/3205 23% [============== ] 762/3205 23% [============== ] 763/3205 23% [============== ] 764/3205 23% [============== ] 765/3205 23% [============== ] 766/3205 23% [============== ] 767/3205 23% [============== ] 768/3205 23% [============== ] 769/3205 23% [============== ] 770/3205 24% [============== ] 771/3205 24% [============== ] 772/3205 24% [============== ] 773/3205 24% [============== ] 774/3205 24% [============== ] 775/3205 24% [=============== ] 776/3205 24% [=============== ] 777/3205 24% [=============== ] 778/3205 24% [=============== ] 779/3205 24% [=============== ] 780/3205 24% [=============== ] 781/3205 24% [=============== ] 782/3205 24% [=============== ] 783/3205 24% [=============== ] 784/3205 24% [=============== ] 785/3205 24% [=============== ] 786/3205 24% [=============== ] 787/3205 24% [=============== ] 788/3205 24% [=============== ] 789/3205 24% [=============== ] 790/3205 24% [=============== ] 791/3205 24% [=============== ] 792/3205 24% [=============== ] 793/3205 24% [=============== ] 794/3205 24% [=============== ] 795/3205 24% [=============== ] 796/3205 24% [=============== ] 797/3205 24% [=============== ] 798/3205 24% [=============== ] 799/3205 24% [=============== ] 800/3205 24% [=============== ] 801/3205 24% [=============== ] 802/3205 25% [=============== ] 803/3205 25% [=============== ] 804/3205 25% [=============== ] 805/3205 25% [=============== ] 806/3205 25% [=============== ] 807/3205 25% [=============== ] 808/3205 25% [=============== ] 809/3205 25% [=============== ] 810/3205 25% [=============== ] 811/3205 25% [=============== ] 812/3205 25% [=============== ] 813/3205 25% [=============== ] 814/3205 25% [=============== ] 815/3205 25% [=============== ] 816/3205 25% [=============== ] 817/3205 25% [=============== ] 818/3205 25% [=============== ] 819/3205 25% [=============== ] 820/3205 25% [=============== ] 821/3205 25% [=============== ] 822/3205 25% [=============== ] 823/3205 25% [=============== ] 824/3205 25% [=============== ] 825/3205 25% [=============== ] 826/3205 25% [=============== ] 827/3205 25% [================ ] 828/3205 25% [================ ] 829/3205 25% [================ ] 830/3205 25% [================ ] 831/3205 25% [================ ] 832/3205 25% [================ ] 833/3205 25% [================ ] 834/3205 26% [================ ] 835/3205 26% [================ ] 836/3205 26% [================ ] 837/3205 26% [================ ] 838/3205 26% [================ ] 839/3205 26% [================ ] 840/3205 26% [================ ] 841/3205 26% [================ ] 842/3205 26% [================ ] 843/3205 26% [================ ] 844/3205 26% [================ ] 845/3205 26% [================ ] 846/3205 26% [================ ] 847/3205 26% [================ ] 848/3205 26% [================ ] 849/3205 26% [================ ] 850/3205 26% [================ ] 851/3205 26% [================ ] 852/3205 26% [================ ] 853/3205 26% [================ ] 854/3205 26% [================ ] 855/3205 26% [================ ] 856/3205 26% [================ ] 857/3205 26% [================ ] 858/3205 26% [================ ] 859/3205 26% [================ ] 860/3205 26% [================ ] 861/3205 26% [================ ] 862/3205 26% [================ ] 863/3205 26% [================ ] 864/3205 26% [================ ] 865/3205 26% [================ ] 866/3205 27% [================ ] 867/3205 27% [================ ] 868/3205 27% [================ ] 869/3205 27% [================ ] 870/3205 27% [================ ] 871/3205 27% [================ ] 872/3205 27% [================ ] 873/3205 27% [================ ] 874/3205 27% [================ ] 875/3205 27% [================ ] 876/3205 27% [================ ] 877/3205 27% [================ ] 878/3205 27% [================= ] 879/3205 27% [================= ] 880/3205 27% [================= ] 881/3205 27% [================= ] 882/3205 27% [================= ] 883/3205 27% [================= ] 884/3205 27% [================= ] 885/3205 27% [================= ] 886/3205 27% [================= ] 887/3205 27% [================= ] 888/3205 27% [================= ] 889/3205 27% [================= ] 890/3205 27% [================= ] 891/3205 27% [================= ] 892/3205 27% [================= ] 893/3205 27% [================= ] 894/3205 27% [================= ] 895/3205 27% [================= ] 896/3205 27% [================= ] 897/3205 27% [================= ] 898/3205 28% [================= ] 899/3205 28% [================= ] 900/3205 28% [================= ] 901/3205 28% [================= ] 902/3205 28% [================= ] 903/3205 28% [================= ] 904/3205 28% [================= ] 905/3205 28% [================= ] 906/3205 28% [================= ] 907/3205 28% [================= ] 908/3205 28% [================= ] 909/3205 28% [================= ] 910/3205 28% [================= ] 911/3205 28% [================= ] 912/3205 28% [================= ] 913/3205 28% [================= ] 914/3205 28% [================= ] 915/3205 28% [================= ] 916/3205 28% [================= ] 917/3205 28% [================= ] 918/3205 28% [================= ] 919/3205 28% [================= ] 920/3205 28% [================= ] 921/3205 28% [================= ] 922/3205 28% [================= ] 923/3205 28% [================= ] 924/3205 28% [================= ] 925/3205 28% [================= ] 926/3205 28% [================= ] 927/3205 28% [================= ] 928/3205 28% [================= ] 929/3205 28% [================= ] 930/3205 29% [================== ] 931/3205 29% [================== ] 932/3205 29% [================== ] 933/3205 29% [================== ] 934/3205 29% [================== ] 935/3205 29% [================== ] 936/3205 29% [================== ] 937/3205 29% [================== ] 938/3205 29% [================== ] 939/3205 29% [================== ] 940/3205 29% [================== ] 941/3205 29% [================== ] 942/3205 29% [================== ] 943/3205 29% [================== ] 944/3205 29% [================== ] 945/3205 29% [================== ] 946/3205 29% [================== ] 947/3205 29% [================== ] 948/3205 29% [================== ] 949/3205 29% [================== ] 950/3205 29% [================== ] 951/3205 29% [================== ] 952/3205 29% [================== ] 953/3205 29% [================== ] 954/3205 29% [================== ] 955/3205 29% [================== ] 956/3205 29% [================== ] 957/3205 29% [================== ] 958/3205 29% [================== ] 959/3205 29% [================== ] 960/3205 29% [================== ] 961/3205 29% [================== ] 962/3205 30% [================== ] 963/3205 30% [================== ] 964/3205 30% [================== ] 965/3205 30% [================== ] 966/3205 30% [================== ] 967/3205 30% [================== ] 968/3205 30% [================== ] 969/3205 30% [================== ] 970/3205 30% [================== ] 971/3205 30% [================== ] 972/3205 30% [================== ] 973/3205 30% [================== ] 974/3205 30% [================== ] 975/3205 30% [================== ] 976/3205 30% [================== ] 977/3205 30% [================== ] 978/3205 30% [================== ] 979/3205 30% [================== ] 980/3205 30% [================== ] 981/3205 30% [================== ] 982/3205 30% [=================== ] 983/3205 30% [=================== ] 984/3205 30% [=================== ] 985/3205 30% [=================== ] 986/3205 30% [=================== ] 987/3205 30% [=================== ] 988/3205 30% [=================== ] 989/3205 30% [=================== ] 990/3205 30% [=================== ] 991/3205 30% [=================== ] 992/3205 30% [=================== ] 993/3205 30% [=================== ] 994/3205 31% [=================== ] 995/3205 31% [=================== ] 996/3205 31% [=================== ] 997/3205 31% [=================== ] 998/3205 31% [=================== ] 999/3205 31% [=================== ] 1000/3205 31% [=================== ] 1001/3205 31% [=================== ] 1002/3205 31% [=================== ] 1003/3205 31% [=================== ] 1004/3205 31% [=================== ] 1005/3205 31% [=================== ] 1006/3205 31% [=================== ] 1007/3205 31% [=================== ] 1008/3205 31% [=================== ] 1009/3205 31% [=================== ] 1010/3205 31% [=================== ] 1011/3205 31% [=================== ] 1012/3205 31% [=================== ] 1013/3205 31% [=================== ] 1014/3205 31% [=================== ] 1015/3205 31% [=================== ] 1016/3205 31% [=================== ] 1017/3205 31% [=================== ] 1018/3205 31% [=================== ] 1019/3205 31% [=================== ] 1020/3205 31% [=================== ] 1021/3205 31% [=================== ] 1022/3205 31% [=================== ] 1023/3205 31% [=================== ] 1024/3205 31% [=================== ] 1025/3205 31% [=================== ] 1026/3205 32% [=================== ] 1027/3205 32% [=================== ] 1028/3205 32% [=================== ] 1029/3205 32% [=================== ] 1030/3205 32% [=================== ] 1031/3205 32% [=================== ] 1032/3205 32% [=================== ] 1033/3205 32% [==================== ] 1034/3205 32% [==================== ] 1035/3205 32% [==================== ] 1036/3205 32% [==================== ] 1037/3205 32% [==================== ] 1038/3205 32% [==================== ] 1039/3205 32% [==================== ] 1040/3205 32% [==================== ] 1041/3205 32% [==================== ] 1042/3205 32% [==================== ] 1043/3205 32% [==================== ] 1044/3205 32% [==================== ] 1045/3205 32% [==================== ] 1046/3205 32% [==================== ] 1047/3205 32% [==================== ] 1048/3205 32% [==================== ] 1049/3205 32% [==================== ] 1050/3205 32% [==================== ] 1051/3205 32% [==================== ] 1052/3205 32% [==================== ] 1053/3205 32% [==================== ] 1054/3205 32% [==================== ] 1055/3205 32% [==================== ] 1056/3205 32% [==================== ] 1057/3205 32% [==================== ] 1058/3205 33% [==================== ] 1059/3205 33% [==================== ] 1060/3205 33% [==================== ] 1061/3205 33% [==================== ] 1062/3205 33% [==================== ] 1063/3205 33% [==================== ] 1064/3205 33% [==================== ] 1065/3205 33% [==================== ] 1066/3205 33% [==================== ] 1067/3205 33% [==================== ] 1068/3205 33% [==================== ] 1069/3205 33% [==================== ] 1070/3205 33% [==================== ] 1071/3205 33% [==================== ] 1072/3205 33% [==================== ] 1073/3205 33% [==================== ] 1074/3205 33% [==================== ] 1075/3205 33% [==================== ] 1076/3205 33% [==================== ] 1077/3205 33% [==================== ] 1078/3205 33% [==================== ] 1079/3205 33% [==================== ] 1080/3205 33% [==================== ] 1081/3205 33% [==================== ] 1082/3205 33% [==================== ] 1083/3205 33% [==================== ] 1084/3205 33% [==================== ] 1085/3205 33% [===================== ] 1086/3205 33% [===================== ] 1087/3205 33% [===================== ] 1088/3205 33% [===================== ] 1089/3205 33% [===================== ] 1090/3205 34% [===================== ] 1091/3205 34% [===================== ] 1092/3205 34% [===================== ] 1093/3205 34% [===================== ] 1094/3205 34% [===================== ] 1095/3205 34% [===================== ] 1096/3205 34% [===================== ] 1097/3205 34% [===================== ] 1098/3205 34% [===================== ] 1099/3205 34% [===================== ] 1100/3205 34% [===================== ] 1101/3205 34% [===================== ] 1102/3205 34% [===================== ] 1103/3205 34% [===================== ] 1104/3205 34% [===================== ] 1105/3205 34% [===================== ] 1106/3205 34% [===================== ] 1107/3205 34% [===================== ] 1108/3205 34% [===================== ] 1109/3205 34% [===================== ] 1110/3205 34% [===================== ] 1111/3205 34% [===================== ] 1112/3205 34% [===================== ] 1113/3205 34% [===================== ] 1114/3205 34% [===================== ] 1115/3205 34% [===================== ] 1116/3205 34% [===================== ] 1117/3205 34% [===================== ] 1118/3205 34% [===================== ] 1119/3205 34% [===================== ] 1120/3205 34% [===================== ] 1121/3205 34% [===================== ] 1122/3205 35% [===================== ] 1123/3205 35% [===================== ] 1124/3205 35% [===================== ] 1125/3205 35% [===================== ] 1126/3205 35% [===================== ] 1127/3205 35% [===================== ] 1128/3205 35% [===================== ] 1129/3205 35% [===================== ] 1130/3205 35% [===================== ] 1131/3205 35% [===================== ] 1132/3205 35% [===================== ] 1133/3205 35% [===================== ] 1134/3205 35% [===================== ] 1135/3205 35% [===================== ] 1136/3205 35% [===================== ] 1137/3205 35% [====================== ] 1138/3205 35% [====================== ] 1139/3205 35% [====================== ] 1140/3205 35% [====================== ] 1141/3205 35% [====================== ] 1142/3205 35% [====================== ] 1143/3205 35% [====================== ] 1144/3205 35% [====================== ] 1145/3205 35% [====================== ] 1146/3205 35% [====================== ] 1147/3205 35% [====================== ] 1148/3205 35% [====================== ] 1149/3205 35% [====================== ] 1150/3205 35% [====================== ] 1151/3205 35% [====================== ] 1152/3205 35% [====================== ] 1153/3205 35% [====================== ] 1154/3205 36% [====================== ] 1155/3205 36% [====================== ] 1156/3205 36% [====================== ] 1157/3205 36% [====================== ] 1158/3205 36% [====================== ] 1159/3205 36% [====================== ] 1160/3205 36% [====================== ] 1161/3205 36% [====================== ] 1162/3205 36% [====================== ] 1163/3205 36% [====================== ] 1164/3205 36% [====================== ] 1165/3205 36% [====================== ] 1166/3205 36% [====================== ] 1167/3205 36% [====================== ] 1168/3205 36% [====================== ] 1169/3205 36% [====================== ] 1170/3205 36% [====================== ] 1171/3205 36% [====================== ] 1172/3205 36% [====================== ] 1173/3205 36% [====================== ] 1174/3205 36% [====================== ] 1175/3205 36% [====================== ] 1176/3205 36% [====================== ] 1177/3205 36% [====================== ] 1178/3205 36% [====================== ] 1179/3205 36% [====================== ] 1180/3205 36% [====================== ] 1181/3205 36% [====================== ] 1182/3205 36% [====================== ] 1183/3205 36% [====================== ] 1184/3205 36% [====================== ] 1185/3205 36% [====================== ] 1186/3205 37% [====================== ] 1187/3205 37% [====================== ] 1188/3205 37% [======================= ] 1189/3205 37% [======================= ] 1190/3205 37% [======================= ] 1191/3205 37% [======================= ] 1192/3205 37% [======================= ] 1193/3205 37% [======================= ] 1194/3205 37% [======================= ] 1195/3205 37% [======================= ] 1196/3205 37% [======================= ] 1197/3205 37% [======================= ] 1198/3205 37% [======================= ] 1199/3205 37% [======================= ] 1200/3205 37% [======================= ] 1201/3205 37% [======================= ] 1202/3205 37% [======================= ] 1203/3205 37% [======================= ] 1204/3205 37% [======================= ] 1205/3205 37% [======================= ] 1206/3205 37% [======================= ] 1207/3205 37% [======================= ] 1208/3205 37% [======================= ] 1209/3205 37% [======================= ] 1210/3205 37% [======================= ] 1211/3205 37% [======================= ] 1212/3205 37% [======================= ] 1213/3205 37% [======================= ] 1214/3205 37% [======================= ] 1215/3205 37% [======================= ] 1216/3205 37% [======================= ] 1217/3205 37% [======================= ] 1218/3205 38% [======================= ] 1219/3205 38% [======================= ] 1220/3205 38% [======================= ] 1221/3205 38% [======================= ] 1222/3205 38% [======================= ] 1223/3205 38% [======================= ] 1224/3205 38% [======================= ] 1225/3205 38% [======================= ] 1226/3205 38% [======================= ] 1227/3205 38% [======================= ] 1228/3205 38% [======================= ] 1229/3205 38% [======================= ] 1230/3205 38% [======================= ] 1231/3205 38% [======================= ] 1232/3205 38% [======================= ] 1233/3205 38% [======================= ] 1234/3205 38% [======================= ] 1235/3205 38% [======================= ] 1236/3205 38% [======================= ] 1237/3205 38% [======================= ] 1238/3205 38% [======================= ] 1239/3205 38% [======================= ] 1240/3205 38% [======================== ] 1241/3205 38% [======================== ] 1242/3205 38% [======================== ] 1243/3205 38% [======================== ] 1244/3205 38% [======================== ] 1245/3205 38% [======================== ] 1246/3205 38% [======================== ] 1247/3205 38% [======================== ] 1248/3205 38% [======================== ] 1249/3205 38% [======================== ] 1250/3205 39% [======================== ] 1251/3205 39% [======================== ] 1252/3205 39% [======================== ] 1253/3205 39% [======================== ] 1254/3205 39% [======================== ] 1255/3205 39% [======================== ] 1256/3205 39% [======================== ] 1257/3205 39% [======================== ] 1258/3205 39% [======================== ] 1259/3205 39% [======================== ] 1260/3205 39% [======================== ] 1261/3205 39% [======================== ] 1262/3205 39% [======================== ] 1263/3205 39% [======================== ] 1264/3205 39% [======================== ] 1265/3205 39% [======================== ] 1266/3205 39% [======================== ] 1267/3205 39% [======================== ] 1268/3205 39% [======================== ] 1269/3205 39% [======================== ] 1270/3205 39% [======================== ] 1271/3205 39% [======================== ] 1272/3205 39% [======================== ] 1273/3205 39% [======================== ] 1274/3205 39% [======================== ] 1275/3205 39% [======================== ] 1276/3205 39% [======================== ] 1277/3205 39% [======================== ] 1278/3205 39% [======================== ] 1279/3205 39% [======================== ] 1280/3205 39% [======================== ] 1281/3205 39% [======================== ] 1282/3205 40% [======================== ] 1283/3205 40% [======================== ] 1284/3205 40% [======================== ] 1285/3205 40% [======================== ] 1286/3205 40% [======================== ] 1287/3205 40% [======================== ] 1288/3205 40% [======================== ] 1289/3205 40% [======================== ] 1290/3205 40% [======================== ] 1291/3205 40% [======================== ] 1292/3205 40% [========================= ] 1293/3205 40% [========================= ] 1294/3205 40% [========================= ] 1295/3205 40% [========================= ] 1296/3205 40% [========================= ] 1297/3205 40% [========================= ] 1298/3205 40% [========================= ] 1299/3205 40% [========================= ] 1300/3205 40% [========================= ] 1301/3205 40% [========================= ] 1302/3205 40% [========================= ] 1303/3205 40% [========================= ] 1304/3205 40% [========================= ] 1305/3205 40% [========================= ] 1306/3205 40% [========================= ] 1307/3205 40% [========================= ] 1308/3205 40% [========================= ] 1309/3205 40% [========================= ] 1310/3205 40% [========================= ] 1311/3205 40% [========================= ] 1312/3205 40% [========================= ] 1313/3205 40% [========================= ] 1314/3205 40% [========================= ] 1315/3205 41% [========================= ] 1316/3205 41% [========================= ] 1317/3205 41% [========================= ] 1318/3205 41% [========================= ] 1319/3205 41% [========================= ] 1320/3205 41% [========================= ] 1321/3205 41% [========================= ] 1322/3205 41% [========================= ] 1323/3205 41% [========================= ] 1324/3205 41% [========================= ] 1325/3205 41% [========================= ] 1326/3205 41% [========================= ] 1327/3205 41% [========================= ] 1328/3205 41% [========================= ] 1329/3205 41% [========================= ] 1330/3205 41% [========================= ] 1331/3205 41% [========================= ] 1332/3205 41% [========================= ] 1333/3205 41% [========================= ] 1334/3205 41% [========================= ] 1335/3205 41% [========================= ] 1336/3205 41% [========================= ] 1337/3205 41% [========================= ] 1338/3205 41% [========================= ] 1339/3205 41% [========================= ] 1340/3205 41% [========================= ] 1341/3205 41% [========================= ] 1342/3205 41% [========================= ] 1343/3205 41% [========================= ] 1344/3205 41% [========================== ] 1345/3205 41% [========================== ] 1346/3205 41% [========================== ] 1347/3205 42% [========================== ] 1348/3205 42% [========================== ] 1349/3205 42% [========================== ] 1350/3205 42% [========================== ] 1351/3205 42% [========================== ] 1352/3205 42% [========================== ] 1353/3205 42% [========================== ] 1354/3205 42% [========================== ] 1355/3205 42% [========================== ] 1356/3205 42% [========================== ] 1357/3205 42% [========================== ] 1358/3205 42% [========================== ] 1359/3205 42% [========================== ] 1360/3205 42% [========================== ] 1361/3205 42% [========================== ] 1362/3205 42% [========================== ] 1363/3205 42% [========================== ] 1364/3205 42% [========================== ] 1365/3205 42% [========================== ] 1366/3205 42% [========================== ] 1367/3205 42% [========================== ] 1368/3205 42% [========================== ] 1369/3205 42% [========================== ] 1370/3205 42% [========================== ] 1371/3205 42% [========================== ] 1372/3205 42% [========================== ] 1373/3205 42% [========================== ] 1374/3205 42% [========================== ] 1375/3205 42% [========================== ] 1376/3205 42% [========================== ] 1377/3205 42% [========================== ] 1378/3205 42% [========================== ] 1379/3205 43% [========================== ] 1380/3205 43% [========================== ] 1381/3205 43% [========================== ] 1382/3205 43% [========================== ] 1383/3205 43% [========================== ] 1384/3205 43% [========================== ] 1385/3205 43% [========================== ] 1386/3205 43% [========================== ] 1387/3205 43% [========================== ] 1388/3205 43% [========================== ] 1389/3205 43% [========================== ] 1390/3205 43% [========================== ] 1391/3205 43% [========================== ] 1392/3205 43% [========================== ] 1393/3205 43% [========================== ] 1394/3205 43% [========================== ] 1395/3205 43% [=========================== ] 1396/3205 43% [=========================== ] 1397/3205 43% [=========================== ] 1398/3205 43% [=========================== ] 1399/3205 43% [=========================== ] 1400/3205 43% [=========================== ] 1401/3205 43% [=========================== ] 1402/3205 43% [=========================== ] 1403/3205 43% [=========================== ] 1404/3205 43% [=========================== ] 1405/3205 43% [=========================== ] 1406/3205 43% [=========================== ] 1407/3205 43% [=========================== ] 1408/3205 43% [=========================== ] 1409/3205 43% [=========================== ] 1410/3205 43% [=========================== ] 1411/3205 44% [=========================== ] 1412/3205 44% [=========================== ] 1413/3205 44% [=========================== ] 1414/3205 44% [=========================== ] 1415/3205 44% [=========================== ] 1416/3205 44% [=========================== ] 1417/3205 44% [=========================== ] 1418/3205 44% [=========================== ] 1419/3205 44% [=========================== ] 1420/3205 44% [=========================== ] 1421/3205 44% [=========================== ] 1422/3205 44% [=========================== ] 1423/3205 44% [=========================== ] 1424/3205 44% [=========================== ] 1425/3205 44% [=========================== ] 1426/3205 44% [=========================== ] 1427/3205 44% [=========================== ] 1428/3205 44% [=========================== ] 1429/3205 44% [=========================== ] 1430/3205 44% [=========================== ] 1431/3205 44% [=========================== ] 1432/3205 44% [=========================== ] 1433/3205 44% [=========================== ] 1434/3205 44% [=========================== ] 1435/3205 44% [=========================== ] 1436/3205 44% [=========================== ] 1437/3205 44% [=========================== ] 1438/3205 44% [=========================== ] 1439/3205 44% [=========================== ] 1440/3205 44% [=========================== ] 1441/3205 44% [=========================== ] 1442/3205 44% [=========================== ] 1443/3205 45% [=========================== ] 1444/3205 45% [=========================== ] 1445/3205 45% [=========================== ] 1446/3205 45% [=========================== ] 1447/3205 45% [============================ ] 1448/3205 45% [============================ ] 1449/3205 45% [============================ ] 1450/3205 45% [============================ ] 1451/3205 45% [============================ ] 1452/3205 45% [============================ ] 1453/3205 45% [============================ ] 1454/3205 45% [============================ ] 1455/3205 45% [============================ ] 1456/3205 45% [============================ ] 1457/3205 45% [============================ ] 1458/3205 45% [============================ ] 1459/3205 45% [============================ ] 1460/3205 45% [============================ ] 1461/3205 45% [============================ ] 1462/3205 45% [============================ ] 1463/3205 45% [============================ ] 1464/3205 45% [============================ ] 1465/3205 45% [============================ ] 1466/3205 45% [============================ ] 1467/3205 45% [============================ ] 1468/3205 45% [============================ ] 1469/3205 45% [============================ ] 1470/3205 45% [============================ ] 1471/3205 45% [============================ ] 1472/3205 45% [============================ ] 1473/3205 45% [============================ ] 1474/3205 45% [============================ ] 1475/3205 46% [============================ ] 1476/3205 46% [============================ ] 1477/3205 46% [============================ ] 1478/3205 46% [============================ ] 1479/3205 46% [============================ ] 1480/3205 46% [============================ ] 1481/3205 46% [============================ ] 1482/3205 46% [============================ ] 1483/3205 46% [============================ ] 1484/3205 46% [============================ ] 1485/3205 46% [============================ ] 1486/3205 46% [============================ ] 1487/3205 46% [============================ ] 1488/3205 46% [============================ ] 1489/3205 46% [============================ ] 1490/3205 46% [============================ ] 1491/3205 46% [============================ ] 1492/3205 46% [============================ ] 1493/3205 46% [============================ ] 1494/3205 46% [============================ ] 1495/3205 46% [============================ ] 1496/3205 46% [============================ ] 1497/3205 46% [============================ ] 1498/3205 46% [============================ ] 1499/3205 46% [============================= ] 1500/3205 46% [============================= ] 1501/3205 46% [============================= ] 1502/3205 46% [============================= ] 1503/3205 46% [============================= ] 1504/3205 46% [============================= ] 1505/3205 46% [============================= ] 1506/3205 46% [============================= ] 1507/3205 47% [============================= ] 1508/3205 47% [============================= ] 1509/3205 47% [============================= ] 1510/3205 47% [============================= ] 1511/3205 47% [============================= ] 1512/3205 47% [============================= ] 1513/3205 47% [============================= ] 1514/3205 47% [============================= ] 1515/3205 47% [============================= ] 1516/3205 47% [============================= ] 1517/3205 47% [============================= ] 1518/3205 47% [============================= ] 1519/3205 47% [============================= ] 1520/3205 47% [============================= ] 1521/3205 47% [============================= ] 1522/3205 47% [============================= ] 1523/3205 47% [============================= ] 1524/3205 47% [============================= ] 1525/3205 47% [============================= ] 1526/3205 47% [============================= ] 1527/3205 47% [============================= ] 1528/3205 47% [============================= ] 1529/3205 47% [============================= ] 1530/3205 47% [============================= ] 1531/3205 47% [============================= ] 1532/3205 47% [============================= ] 1533/3205 47% [============================= ] 1534/3205 47% [============================= ] 1535/3205 47% [============================= ] 1536/3205 47% [============================= ] 1537/3205 47% [============================= ] 1538/3205 47% [============================= ] 1539/3205 48% [============================= ] 1540/3205 48% [============================= ] 1541/3205 48% [============================= ] 1542/3205 48% [============================= ] 1543/3205 48% [============================= ] 1544/3205 48% [============================= ] 1545/3205 48% [============================= ] 1546/3205 48% [============================= ] 1547/3205 48% [============================= ] 1548/3205 48% [============================= ] 1549/3205 48% [============================= ] 1550/3205 48% [============================== ] 1551/3205 48% [============================== ] 1552/3205 48% [============================== ] 1553/3205 48% [============================== ] 1554/3205 48% [============================== ] 1555/3205 48% [============================== ] 1556/3205 48% [============================== ] 1557/3205 48% [============================== ] 1558/3205 48% [============================== ] 1559/3205 48% [============================== ] 1560/3205 48% [============================== ] 1561/3205 48% [============================== ] 1562/3205 48% [============================== ] 1563/3205 48% [============================== ] 1564/3205 48% [============================== ] 1565/3205 48% [============================== ] 1566/3205 48% [============================== ] 1567/3205 48% [============================== ] 1568/3205 48% [============================== ] 1569/3205 48% [============================== ] 1570/3205 48% [============================== ] 1571/3205 49% [============================== ] 1572/3205 49% [============================== ] 1573/3205 49% [============================== ] 1574/3205 49% [============================== ] 1575/3205 49% [============================== ] 1576/3205 49% [============================== ] 1577/3205 49% [============================== ] 1578/3205 49% [============================== ] 1579/3205 49% [============================== ] 1580/3205 49% [============================== ] 1581/3205 49% [============================== ] 1582/3205 49% [============================== ] 1583/3205 49% [============================== ] 1584/3205 49% [============================== ] 1585/3205 49% [============================== ] 1586/3205 49% [============================== ] 1587/3205 49% [============================== ] 1588/3205 49% [============================== ] 1589/3205 49% [============================== ] 1590/3205 49% [============================== ] 1591/3205 49% [============================== ] 1592/3205 49% [============================== ] 1593/3205 49% [============================== ] 1594/3205 49% [============================== ] 1595/3205 49% [============================== ] 1596/3205 49% [============================== ] 1597/3205 49% [============================== ] 1598/3205 49% [============================== ] 1599/3205 49% [============================== ] 1600/3205 49% [============================== ] 1601/3205 49% [============================== ] 1602/3205 49% [=============================== ] 1603/3205 50% [=============================== ] 1604/3205 50% [=============================== ] 1605/3205 50% [=============================== ] 1606/3205 50% [=============================== ] 1607/3205 50% [=============================== ] 1608/3205 50% [=============================== ] 1609/3205 50% [=============================== ] 1610/3205 50% [=============================== ] 1611/3205 50% [=============================== ] 1612/3205 50% [=============================== ] 1613/3205 50% [=============================== ] 1614/3205 50% [=============================== ] 1615/3205 50% [=============================== ] 1616/3205 50% [=============================== ] 1617/3205 50% [=============================== ] 1618/3205 50% [=============================== ] 1619/3205 50% [=============================== ] 1620/3205 50% [=============================== ] 1621/3205 50% [=============================== ] 1622/3205 50% [=============================== ] 1623/3205 50% [=============================== ] 1624/3205 50% [=============================== ] 1625/3205 50% [=============================== ] 1626/3205 50% [=============================== ] 1627/3205 50% [=============================== ] 1628/3205 50% [=============================== ] 1629/3205 50% [=============================== ] 1630/3205 50% [=============================== ] 1631/3205 50% [=============================== ] 1632/3205 50% [=============================== ] 1633/3205 50% [=============================== ] 1634/3205 50% [=============================== ] 1635/3205 51% [=============================== ] 1636/3205 51% [=============================== ] 1637/3205 51% [=============================== ] 1638/3205 51% [=============================== ] 1639/3205 51% [=============================== ] 1640/3205 51% [=============================== ] 1641/3205 51% [=============================== ] 1642/3205 51% [=============================== ] 1643/3205 51% [=============================== ] 1644/3205 51% [=============================== ] 1645/3205 51% [=============================== ] 1646/3205 51% [=============================== ] 1647/3205 51% [=============================== ] 1648/3205 51% [=============================== ] 1649/3205 51% [=============================== ] 1650/3205 51% [=============================== ] 1651/3205 51% [=============================== ] 1652/3205 51% [=============================== ] 1653/3205 51% [=============================== ] 1654/3205 51% [================================ ] 1655/3205 51% [================================ ] 1656/3205 51% [================================ ] 1657/3205 51% [================================ ] 1658/3205 51% [================================ ] 1659/3205 51% [================================ ] 1660/3205 51% [================================ ] 1661/3205 51% [================================ ] 1662/3205 51% [================================ ] 1663/3205 51% [================================ ] 1664/3205 51% [================================ ] 1665/3205 51% [================================ ] 1666/3205 51% [================================ ] 1667/3205 52% [================================ ] 1668/3205 52% [================================ ] 1669/3205 52% [================================ ] 1670/3205 52% [================================ ] 1671/3205 52% [================================ ] 1672/3205 52% [================================ ] 1673/3205 52% [================================ ] 1674/3205 52% [================================ ] 1675/3205 52% [================================ ] 1676/3205 52% [================================ ] 1677/3205 52% [================================ ] 1678/3205 52% [================================ ] 1679/3205 52% [================================ ] 1680/3205 52% [================================ ] 1681/3205 52% [================================ ] 1682/3205 52% [================================ ] 1683/3205 52% [================================ ] 1684/3205 52% [================================ ] 1685/3205 52% [================================ ] 1686/3205 52% [================================ ] 1687/3205 52% [================================ ] 1688/3205 52% [================================ ] 1689/3205 52% [================================ ] 1690/3205 52% [================================ ] 1691/3205 52% [================================ ] 1692/3205 52% [================================ ] 1693/3205 52% [================================ ] 1694/3205 52% [================================ ] 1695/3205 52% [================================ ] 1696/3205 52% [================================ ] 1697/3205 52% [================================ ] 1698/3205 52% [================================ ] 1699/3205 53% [================================ ] 1700/3205 53% [================================ ] 1701/3205 53% [================================ ] 1702/3205 53% [================================ ] 1703/3205 53% [================================ ] 1704/3205 53% [================================ ] 1705/3205 53% [================================= ] 1706/3205 53% [================================= ] 1707/3205 53% [================================= ] 1708/3205 53% [================================= ] 1709/3205 53% [================================= ] 1710/3205 53% [================================= ] 1711/3205 53% [================================= ] 1712/3205 53% [================================= ] 1713/3205 53% [================================= ] 1714/3205 53% [================================= ] 1715/3205 53% [================================= ] 1716/3205 53% [================================= ] 1717/3205 53% [================================= ] 1718/3205 53% [================================= ] 1719/3205 53% [================================= ] 1720/3205 53% [================================= ] 1721/3205 53% [================================= ] 1722/3205 53% [================================= ] 1723/3205 53% [================================= ] 1724/3205 53% [================================= ] 1725/3205 53% [================================= ] 1726/3205 53% [================================= ] 1727/3205 53% [================================= ] 1728/3205 53% [================================= ] 1729/3205 53% [================================= ] 1730/3205 53% [================================= ] 1731/3205 54% [================================= ] 1732/3205 54% [================================= ] 1733/3205 54% [================================= ] 1734/3205 54% [================================= ] 1735/3205 54% [================================= ] 1736/3205 54% [================================= ] 1737/3205 54% [================================= ] 1738/3205 54% [================================= ] 1739/3205 54% [================================= ] 1740/3205 54% [================================= ] 1741/3205 54% [================================= ] 1742/3205 54% [================================= ] 1743/3205 54% [================================= ] 1744/3205 54% [================================= ] 1745/3205 54% [================================= ] 1746/3205 54% [================================= ] 1747/3205 54% [================================= ] 1748/3205 54% [================================= ] 1749/3205 54% [================================= ] 1750/3205 54% [================================= ] 1751/3205 54% [================================= ] 1752/3205 54% [================================= ] 1753/3205 54% [================================= ] 1754/3205 54% [================================= ] 1755/3205 54% [================================= ] 1756/3205 54% [================================= ] 1757/3205 54% [================================== ] 1758/3205 54% [================================== ] 1759/3205 54% [================================== ] 1760/3205 54% [================================== ] 1761/3205 54% [================================== ] 1762/3205 54% [================================== ] 1763/3205 55% [================================== ] 1764/3205 55% [================================== ] 1765/3205 55% [================================== ] 1766/3205 55% [================================== ] 1767/3205 55% [================================== ] 1768/3205 55% [================================== ] 1769/3205 55% [================================== ] 1770/3205 55% [================================== ] 1771/3205 55% [================================== ] 1772/3205 55% [================================== ] 1773/3205 55% [================================== ] 1774/3205 55% [================================== ] 1775/3205 55% [================================== ] 1776/3205 55% [================================== ] 1777/3205 55% [================================== ] 1778/3205 55% [================================== ] 1779/3205 55% [================================== ] 1780/3205 55% [================================== ] 1781/3205 55% [================================== ] 1782/3205 55% [================================== ] 1783/3205 55% [================================== ] 1784/3205 55% [================================== ] 1785/3205 55% [================================== ] 1786/3205 55% [================================== ] 1787/3205 55% [================================== ] 1788/3205 55% [================================== ] 1789/3205 55% [================================== ] 1790/3205 55% [================================== ] 1791/3205 55% [================================== ] 1792/3205 55% [================================== ] 1793/3205 55% [================================== ] 1794/3205 55% [================================== ] 1795/3205 56% [================================== ] 1796/3205 56% [================================== ] 1797/3205 56% [================================== ] 1798/3205 56% [================================== ] 1799/3205 56% [================================== ] 1800/3205 56% [================================== ] 1801/3205 56% [================================== ] 1802/3205 56% [================================== ] 1803/3205 56% [================================== ] 1804/3205 56% [================================== ] 1805/3205 56% [================================== ] 1806/3205 56% [================================== ] 1807/3205 56% [================================== ] 1808/3205 56% [================================== ] 1809/3205 56% [=================================== ] 1810/3205 56% [=================================== ] 1811/3205 56% [=================================== ] 1812/3205 56% [=================================== ] 1813/3205 56% [=================================== ] 1814/3205 56% [=================================== ] 1815/3205 56% [=================================== ] 1816/3205 56% [=================================== ] 1817/3205 56% [=================================== ] 1818/3205 56% [=================================== ] 1819/3205 56% [=================================== ] 1820/3205 56% [=================================== ] 1821/3205 56% [=================================== ] 1822/3205 56% [=================================== ] 1823/3205 56% [=================================== ] 1824/3205 56% [=================================== ] 1825/3205 56% [=================================== ] 1826/3205 56% [=================================== ] 1827/3205 57% [=================================== ] 1828/3205 57% [=================================== ] 1829/3205 57% [=================================== ] 1830/3205 57% [=================================== ] 1831/3205 57% [=================================== ] 1832/3205 57% [=================================== ] 1833/3205 57% [=================================== ] 1834/3205 57% [=================================== ] 1835/3205 57% [=================================== ] 1836/3205 57% [=================================== ] 1837/3205 57% [=================================== ] 1838/3205 57% [=================================== ] 1839/3205 57% [=================================== ] 1840/3205 57% [=================================== ] 1841/3205 57% [=================================== ] 1842/3205 57% [=================================== ] 1843/3205 57% [=================================== ] 1844/3205 57% [=================================== ] 1845/3205 57% [=================================== ] 1846/3205 57% [=================================== ] 1847/3205 57% [=================================== ] 1848/3205 57% [=================================== ] 1849/3205 57% [=================================== ] 1850/3205 57% [=================================== ] 1851/3205 57% [=================================== ] 1852/3205 57% [=================================== ] 1853/3205 57% [=================================== ] 1854/3205 57% [=================================== ] 1855/3205 57% [=================================== ] 1856/3205 57% [=================================== ] 1857/3205 57% [=================================== ] 1858/3205 57% [=================================== ] 1859/3205 58% [=================================== ] 1860/3205 58% [==================================== ] 1861/3205 58% [==================================== ] 1862/3205 58% [==================================== ] 1863/3205 58% [==================================== ] 1864/3205 58% [==================================== ] 1865/3205 58% [==================================== ] 1866/3205 58% [==================================== ] 1867/3205 58% [==================================== ] 1868/3205 58% [==================================== ] 1869/3205 58% [==================================== ] 1870/3205 58% [==================================== ] 1871/3205 58% [==================================== ] 1872/3205 58% [==================================== ] 1873/3205 58% [==================================== ] 1874/3205 58% [==================================== ] 1875/3205 58% [==================================== ] 1876/3205 58% [==================================== ] 1877/3205 58% [==================================== ] 1878/3205 58% [==================================== ] 1879/3205 58% [==================================== ] 1880/3205 58% [==================================== ] 1881/3205 58% [==================================== ] 1882/3205 58% [==================================== ] 1883/3205 58% [==================================== ] 1884/3205 58% [==================================== ] 1885/3205 58% [==================================== ] 1886/3205 58% [==================================== ] 1887/3205 58% [==================================== ] 1888/3205 58% [==================================== ] 1889/3205 58% [==================================== ] 1890/3205 58% [==================================== ] 1891/3205 59% [==================================== ] 1892/3205 59% [==================================== ] 1893/3205 59% [==================================== ] 1894/3205 59% [==================================== ] 1895/3205 59% [==================================== ] 1896/3205 59% [==================================== ] 1897/3205 59% [==================================== ] 1898/3205 59% [==================================== ] 1899/3205 59% [==================================== ] 1900/3205 59% [==================================== ] 1901/3205 59% [==================================== ] 1902/3205 59% [==================================== ] 1903/3205 59% [==================================== ] 1904/3205 59% [==================================== ] 1905/3205 59% [==================================== ] 1906/3205 59% [==================================== ] 1907/3205 59% [==================================== ] 1908/3205 59% [==================================== ] 1909/3205 59% [==================================== ] 1910/3205 59% [==================================== ] 1911/3205 59% [==================================== ] 1912/3205 59% [===================================== ] 1913/3205 59% [===================================== ] 1914/3205 59% [===================================== ] 1915/3205 59% [===================================== ] 1916/3205 59% [===================================== ] 1917/3205 59% [===================================== ] 1918/3205 59% [===================================== ] 1919/3205 59% [===================================== ] 1920/3205 59% [===================================== ] 1921/3205 59% [===================================== ] 1922/3205 59% [===================================== ] 1923/3205 60% [===================================== ] 1924/3205 60% [===================================== ] 1925/3205 60% [===================================== ] 1926/3205 60% [===================================== ] 1927/3205 60% [===================================== ] 1928/3205 60% [===================================== ] 1929/3205 60% [===================================== ] 1930/3205 60% [===================================== ] 1931/3205 60% [===================================== ] 1932/3205 60% [===================================== ] 1933/3205 60% [===================================== ] 1934/3205 60% [===================================== ] 1935/3205 60% [===================================== ] 1936/3205 60% [===================================== ] 1937/3205 60% [===================================== ] 1938/3205 60% [===================================== ] 1939/3205 60% [===================================== ] 1940/3205 60% [===================================== ] 1941/3205 60% [===================================== ] 1942/3205 60% [===================================== ] 1943/3205 60% [===================================== ] 1944/3205 60% [===================================== ] 1945/3205 60% [===================================== ] 1946/3205 60% [===================================== ] 1947/3205 60% [===================================== ] 1948/3205 60% [===================================== ] 1949/3205 60% [===================================== ] 1950/3205 60% [===================================== ] 1951/3205 60% [===================================== ] 1952/3205 60% [===================================== ] 1953/3205 60% [===================================== ] 1954/3205 60% [===================================== ] 1955/3205 60% [===================================== ] 1956/3205 61% [===================================== ] 1957/3205 61% [===================================== ] 1958/3205 61% [===================================== ] 1959/3205 61% [===================================== ] 1960/3205 61% [===================================== ] 1961/3205 61% [===================================== ] 1962/3205 61% [===================================== ] 1963/3205 61% [===================================== ] 1964/3205 61% [====================================== ] 1965/3205 61% [====================================== ] 1966/3205 61% [====================================== ] 1967/3205 61% [====================================== ] 1968/3205 61% [====================================== ] 1969/3205 61% [====================================== ] 1970/3205 61% [====================================== ] 1971/3205 61% [====================================== ] 1972/3205 61% [====================================== ] 1973/3205 61% [====================================== ] 1974/3205 61% [====================================== ] 1975/3205 61% [====================================== ] 1976/3205 61% [====================================== ] 1977/3205 61% [====================================== ] 1978/3205 61% [====================================== ] 1979/3205 61% [====================================== ] 1980/3205 61% [====================================== ] 1981/3205 61% [====================================== ] 1982/3205 61% [====================================== ] 1983/3205 61% [====================================== ] 1984/3205 61% [====================================== ] 1985/3205 61% [====================================== ] 1986/3205 61% [====================================== ] 1987/3205 61% [====================================== ] 1988/3205 62% [====================================== ] 1989/3205 62% [====================================== ] 1990/3205 62% [====================================== ] 1991/3205 62% [====================================== ] 1992/3205 62% [====================================== ] 1993/3205 62% [====================================== ] 1994/3205 62% [====================================== ] 1995/3205 62% [====================================== ] 1996/3205 62% [====================================== ] 1997/3205 62% [====================================== ] 1998/3205 62% [====================================== ] 1999/3205 62% [====================================== ] 2000/3205 62% [====================================== ] 2001/3205 62% [====================================== ] 2002/3205 62% [====================================== ] 2003/3205 62% [====================================== ] 2004/3205 62% [====================================== ] 2005/3205 62% [====================================== ] 2006/3205 62% [====================================== ] 2007/3205 62% [====================================== ] 2008/3205 62% [====================================== ] 2009/3205 62% [====================================== ] 2010/3205 62% [====================================== ] 2011/3205 62% [====================================== ] 2012/3205 62% [====================================== ] 2013/3205 62% [====================================== ] 2014/3205 62% [====================================== ] 2015/3205 62% [====================================== ] 2016/3205 62% [======================================= ] 2017/3205 62% [======================================= ] 2018/3205 62% [======================================= ] 2019/3205 62% [======================================= ] 2020/3205 63% [======================================= ] 2021/3205 63% [======================================= ] 2022/3205 63% [======================================= ] 2023/3205 63% [======================================= ] 2024/3205 63% [======================================= ] 2025/3205 63% [======================================= ] 2026/3205 63% [======================================= ] 2027/3205 63% [======================================= ] 2028/3205 63% [======================================= ] 2029/3205 63% [======================================= ] 2030/3205 63% [======================================= ] 2031/3205 63% [======================================= ] 2032/3205 63% [======================================= ] 2033/3205 63% [======================================= ] 2034/3205 63% [======================================= ] 2035/3205 63% [======================================= ] 2036/3205 63% [======================================= ] 2037/3205 63% [======================================= ] 2038/3205 63% [======================================= ] 2039/3205 63% [======================================= ] 2040/3205 63% [======================================= ] 2041/3205 63% [======================================= ] 2042/3205 63% [======================================= ] 2043/3205 63% [======================================= ] 2044/3205 63% [======================================= ] 2045/3205 63% [======================================= ] 2046/3205 63% [======================================= ] 2047/3205 63% [======================================= ] 2048/3205 63% [======================================= ] 2049/3205 63% [======================================= ] 2050/3205 63% [======================================= ] 2051/3205 63% [======================================= ] 2052/3205 64% [======================================= ] 2053/3205 64% [======================================= ] 2054/3205 64% [======================================= ] 2055/3205 64% [======================================= ] 2056/3205 64% [======================================= ] 2057/3205 64% [======================================= ] 2058/3205 64% [======================================= ] 2059/3205 64% [======================================= ] 2060/3205 64% [======================================= ] 2061/3205 64% [======================================= ] 2062/3205 64% [======================================= ] 2063/3205 64% [======================================= ] 2064/3205 64% [======================================= ] 2065/3205 64% [======================================= ] 2066/3205 64% [======================================= ] 2067/3205 64% [======================================== ] 2068/3205 64% [======================================== ] 2069/3205 64% [======================================== ] 2070/3205 64% [======================================== ] 2071/3205 64% [======================================== ] 2072/3205 64% [======================================== ] 2073/3205 64% [======================================== ] 2074/3205 64% [======================================== ] 2075/3205 64% [======================================== ] 2076/3205 64% [======================================== ] 2077/3205 64% [======================================== ] 2078/3205 64% [======================================== ] 2079/3205 64% [======================================== ] 2080/3205 64% [======================================== ] 2081/3205 64% [======================================== ] 2082/3205 64% [======================================== ] 2083/3205 64% [======================================== ] 2084/3205 65% [======================================== ] 2085/3205 65% [======================================== ] 2086/3205 65% [======================================== ] 2087/3205 65% [======================================== ] 2088/3205 65% [======================================== ] 2089/3205 65% [======================================== ] 2090/3205 65% [======================================== ] 2091/3205 65% [======================================== ] 2092/3205 65% [======================================== ] 2093/3205 65% [======================================== ] 2094/3205 65% [======================================== ] 2095/3205 65% [======================================== ] 2096/3205 65% [======================================== ] 2097/3205 65% [======================================== ] 2098/3205 65% [======================================== ] 2099/3205 65% [======================================== ] 2100/3205 65% [======================================== ] 2101/3205 65% [======================================== ] 2102/3205 65% [======================================== ] 2103/3205 65% [======================================== ] 2104/3205 65% [======================================== ] 2105/3205 65% [======================================== ] 2106/3205 65% [======================================== ] 2107/3205 65% [======================================== ] 2108/3205 65% [======================================== ] 2109/3205 65% [======================================== ] 2110/3205 65% [======================================== ] 2111/3205 65% [======================================== ] 2112/3205 65% [======================================== ] 2113/3205 65% [======================================== ] 2114/3205 65% [======================================== ] 2115/3205 65% [======================================== ] 2116/3205 66% [======================================== ] 2117/3205 66% [======================================== ] 2118/3205 66% [======================================== ] 2119/3205 66% [========================================= ] 2120/3205 66% [========================================= ] 2121/3205 66% [========================================= ] 2122/3205 66% [========================================= ] 2123/3205 66% [========================================= ] 2124/3205 66% [========================================= ] 2125/3205 66% [========================================= ] 2126/3205 66% [========================================= ] 2127/3205 66% [========================================= ] 2128/3205 66% [========================================= ] 2129/3205 66% [========================================= ] 2130/3205 66% [========================================= ] 2131/3205 66% [========================================= ] 2132/3205 66% [========================================= ] 2133/3205 66% [========================================= ] 2134/3205 66% [========================================= ] 2135/3205 66% [========================================= ] 2136/3205 66% [========================================= ] 2137/3205 66% [========================================= ] 2138/3205 66% [========================================= ] 2139/3205 66% [========================================= ] 2140/3205 66% [========================================= ] 2141/3205 66% [========================================= ] 2142/3205 66% [========================================= ] 2143/3205 66% [========================================= ] 2144/3205 66% [========================================= ] 2145/3205 66% [========================================= ] 2146/3205 66% [========================================= ] 2147/3205 66% [========================================= ] 2148/3205 67% [========================================= ] 2149/3205 67% [========================================= ] 2150/3205 67% [========================================= ] 2151/3205 67% [========================================= ] 2152/3205 67% [========================================= ] 2153/3205 67% [========================================= ] 2154/3205 67% [========================================= ] 2155/3205 67% [========================================= ] 2156/3205 67% [========================================= ] 2157/3205 67% [========================================= ] 2158/3205 67% [========================================= ] 2159/3205 67% [========================================= ] 2160/3205 67% [========================================= ] 2161/3205 67% [========================================= ] 2162/3205 67% [========================================= ] 2163/3205 67% [========================================= ] 2164/3205 67% [========================================= ] 2165/3205 67% [========================================= ] 2166/3205 67% [========================================= ] 2167/3205 67% [========================================= ] 2168/3205 67% [========================================= ] 2169/3205 67% [========================================= ] 2170/3205 67% [========================================= ] 2171/3205 67% [========================================== ] 2172/3205 67% [========================================== ] 2173/3205 67% [========================================== ] 2174/3205 67% [========================================== ] 2175/3205 67% [========================================== ] 2176/3205 67% [========================================== ] 2177/3205 67% [========================================== ] 2178/3205 67% [========================================== ] 2179/3205 67% [========================================== ] 2180/3205 68% [========================================== ] 2181/3205 68% [========================================== ] 2182/3205 68% [========================================== ] 2183/3205 68% [========================================== ] 2184/3205 68% [========================================== ] 2185/3205 68% [========================================== ] 2186/3205 68% [========================================== ] 2187/3205 68% [========================================== ] 2188/3205 68% [========================================== ] 2189/3205 68% [========================================== ] 2190/3205 68% [========================================== ] 2191/3205 68% [========================================== ] 2192/3205 68% [========================================== ] 2193/3205 68% [========================================== ] 2194/3205 68% [========================================== ] 2195/3205 68% [========================================== ] 2196/3205 68% [========================================== ] 2197/3205 68% [========================================== ] 2198/3205 68% [========================================== ] 2199/3205 68% [========================================== ] 2200/3205 68% [========================================== ] 2201/3205 68% [========================================== ] 2202/3205 68% [========================================== ] 2203/3205 68% [========================================== ] 2204/3205 68% [========================================== ] 2205/3205 68% [========================================== ] 2206/3205 68% [========================================== ] 2207/3205 68% [========================================== ] 2208/3205 68% [========================================== ] 2209/3205 68% [========================================== ] 2210/3205 68% [========================================== ] 2211/3205 68% [========================================== ] 2212/3205 69% [========================================== ] 2213/3205 69% [========================================== ] 2214/3205 69% [========================================== ] 2215/3205 69% [========================================== ] 2216/3205 69% [========================================== ] 2217/3205 69% [========================================== ] 2218/3205 69% [========================================== ] 2219/3205 69% [========================================== ] 2220/3205 69% [========================================== ] 2221/3205 69% [========================================== ] 2222/3205 69% [=========================================== ] 2223/3205 69% [=========================================== ] 2224/3205 69% [=========================================== ] 2225/3205 69% [=========================================== ] 2226/3205 69% [=========================================== ] 2227/3205 69% [=========================================== ] 2228/3205 69% [=========================================== ] 2229/3205 69% [=========================================== ] 2230/3205 69% [=========================================== ] 2231/3205 69% [=========================================== ] 2232/3205 69% [=========================================== ] 2233/3205 69% [=========================================== ] 2234/3205 69% [=========================================== ] 2235/3205 69% [=========================================== ] 2236/3205 69% [=========================================== ] 2237/3205 69% [=========================================== ] 2238/3205 69% [=========================================== ] 2239/3205 69% [=========================================== ] 2240/3205 69% [=========================================== ] 2241/3205 69% [=========================================== ] 2242/3205 69% [=========================================== ] 2243/3205 69% [=========================================== ] 2244/3205 70% [=========================================== ] 2245/3205 70% [=========================================== ] 2246/3205 70% [=========================================== ] 2247/3205 70% [=========================================== ] 2248/3205 70% [=========================================== ] 2249/3205 70% [=========================================== ] 2250/3205 70% [=========================================== ] 2251/3205 70% [=========================================== ] 2252/3205 70% [=========================================== ] 2253/3205 70% [=========================================== ] 2254/3205 70% [=========================================== ] 2255/3205 70% [=========================================== ] 2256/3205 70% [=========================================== ] 2257/3205 70% [=========================================== ] 2258/3205 70% [=========================================== ] 2259/3205 70% [=========================================== ] 2260/3205 70% [=========================================== ] 2261/3205 70% [=========================================== ] 2262/3205 70% [=========================================== ] 2263/3205 70% [=========================================== ] 2264/3205 70% [=========================================== ] 2265/3205 70% [=========================================== ] 2266/3205 70% [=========================================== ] 2267/3205 70% [=========================================== ] 2268/3205 70% [=========================================== ] 2269/3205 70% [=========================================== ] 2270/3205 70% [=========================================== ] 2271/3205 70% [=========================================== ] 2272/3205 70% [=========================================== ] 2273/3205 70% [=========================================== ] 2274/3205 70% [============================================ ] 2275/3205 70% [============================================ ] 2276/3205 71% [============================================ ] 2277/3205 71% [============================================ ] 2278/3205 71% [============================================ ] 2279/3205 71% [============================================ ] 2280/3205 71% [============================================ ] 2281/3205 71% [============================================ ] 2282/3205 71% [============================================ ] 2283/3205 71% [============================================ ] 2284/3205 71% [============================================ ] 2285/3205 71% [============================================ ] 2286/3205 71% [============================================ ] 2287/3205 71% [============================================ ] 2288/3205 71% [============================================ ] 2289/3205 71% [============================================ ] 2290/3205 71% [============================================ ] 2291/3205 71% [============================================ ] 2292/3205 71% [============================================ ] 2293/3205 71% [============================================ ] 2294/3205 71% [============================================ ] 2295/3205 71% [============================================ ] 2296/3205 71% [============================================ ] 2297/3205 71% [============================================ ] 2298/3205 71% [============================================ ] 2299/3205 71% [============================================ ] 2300/3205 71% [============================================ ] 2301/3205 71% [============================================ ] 2302/3205 71% [============================================ ] 2303/3205 71% [============================================ ] 2304/3205 71% [============================================ ] 2305/3205 71% [============================================ ] 2306/3205 71% [============================================ ] 2307/3205 71% [============================================ ] 2308/3205 72% [============================================ ] 2309/3205 72% [============================================ ] 2310/3205 72% [============================================ ] 2311/3205 72% [============================================ ] 2312/3205 72% [============================================ ] 2313/3205 72% [============================================ ] 2314/3205 72% [============================================ ] 2315/3205 72% [============================================ ] 2316/3205 72% [============================================ ] 2317/3205 72% [============================================ ] 2318/3205 72% [============================================ ] 2319/3205 72% [============================================ ] 2320/3205 72% [============================================ ] 2321/3205 72% [============================================ ] 2322/3205 72% [============================================ ] 2323/3205 72% [============================================ ] 2324/3205 72% [============================================ ] 2325/3205 72% [============================================ ] 2326/3205 72% [============================================= ] 2327/3205 72% [============================================= ] 2328/3205 72% [============================================= ] 2329/3205 72% [============================================= ] 2330/3205 72% [============================================= ] 2331/3205 72% [============================================= ] 2332/3205 72% [============================================= ] 2333/3205 72% [============================================= ] 2334/3205 72% [============================================= ] 2335/3205 72% [============================================= ] 2336/3205 72% [============================================= ] 2337/3205 72% [============================================= ] 2338/3205 72% [============================================= ] 2339/3205 72% [============================================= ] 2340/3205 73% [============================================= ] 2341/3205 73% [============================================= ] 2342/3205 73% [============================================= ] 2343/3205 73% [============================================= ] 2344/3205 73% [============================================= ] 2345/3205 73% [============================================= ] 2346/3205 73% [============================================= ] 2347/3205 73% [============================================= ] 2348/3205 73% [============================================= ] 2349/3205 73% [============================================= ] 2350/3205 73% [============================================= ] 2351/3205 73% [============================================= ] 2352/3205 73% [============================================= ] 2353/3205 73% [============================================= ] 2354/3205 73% [============================================= ] 2355/3205 73% [============================================= ] 2356/3205 73% [============================================= ] 2357/3205 73% [============================================= ] 2358/3205 73% [============================================= ] 2359/3205 73% [============================================= ] 2360/3205 73% [============================================= ] 2361/3205 73% [============================================= ] 2362/3205 73% [============================================= ] 2363/3205 73% [============================================= ] 2364/3205 73% [============================================= ] 2365/3205 73% [============================================= ] 2366/3205 73% [============================================= ] 2367/3205 73% [============================================= ] 2368/3205 73% [============================================= ] 2369/3205 73% [============================================= ] 2370/3205 73% [============================================= ] 2371/3205 73% [============================================= ] 2372/3205 74% [============================================= ] 2373/3205 74% [============================================= ] 2374/3205 74% [============================================= ] 2375/3205 74% [============================================= ] 2376/3205 74% [============================================= ] 2377/3205 74% [============================================== ] 2378/3205 74% [============================================== ] 2379/3205 74% [============================================== ] 2380/3205 74% [============================================== ] 2381/3205 74% [============================================== ] 2382/3205 74% [============================================== ] 2383/3205 74% [============================================== ] 2384/3205 74% [============================================== ] 2385/3205 74% [============================================== ] 2386/3205 74% [============================================== ] 2387/3205 74% [============================================== ] 2388/3205 74% [============================================== ] 2389/3205 74% [============================================== ] 2390/3205 74% [============================================== ] 2391/3205 74% [============================================== ] 2392/3205 74% [============================================== ] 2393/3205 74% [============================================== ] 2394/3205 74% [============================================== ] 2395/3205 74% [============================================== ] 2396/3205 74% [============================================== ] 2397/3205 74% [============================================== ] 2398/3205 74% [============================================== ] 2399/3205 74% [============================================== ] 2400/3205 74% [============================================== ] 2401/3205 74% [============================================== ] 2402/3205 74% [============================================== ] 2403/3205 74% [============================================== ] 2404/3205 75% [============================================== ] 2405/3205 75% [============================================== ] 2406/3205 75% [============================================== ] 2407/3205 75% [============================================== ] 2408/3205 75% [============================================== ] 2409/3205 75% [============================================== ] 2410/3205 75% [============================================== ] 2411/3205 75% [============================================== ] 2412/3205 75% [============================================== ] 2413/3205 75% [============================================== ] 2414/3205 75% [============================================== ] 2415/3205 75% [============================================== ] 2416/3205 75% [============================================== ] 2417/3205 75% [============================================== ] 2418/3205 75% [============================================== ] 2419/3205 75% [============================================== ] 2420/3205 75% [============================================== ] 2421/3205 75% [============================================== ] 2422/3205 75% [============================================== ] 2423/3205 75% [============================================== ] 2424/3205 75% [============================================== ] 2425/3205 75% [============================================== ] 2426/3205 75% [============================================== ] 2427/3205 75% [============================================== ] 2428/3205 75% [============================================== ] 2429/3205 75% [=============================================== ] 2430/3205 75% [=============================================== ] 2431/3205 75% [=============================================== ] 2432/3205 75% [=============================================== ] 2433/3205 75% [=============================================== ] 2434/3205 75% [=============================================== ] 2435/3205 75% [=============================================== ] 2436/3205 76% [=============================================== ] 2437/3205 76% [=============================================== ] 2438/3205 76% [=============================================== ] 2439/3205 76% [=============================================== ] 2440/3205 76% [=============================================== ] 2441/3205 76% [=============================================== ] 2442/3205 76% [=============================================== ] 2443/3205 76% [=============================================== ] 2444/3205 76% [=============================================== ] 2445/3205 76% [=============================================== ] 2446/3205 76% [=============================================== ] 2447/3205 76% [=============================================== ] 2448/3205 76% [=============================================== ] 2449/3205 76% [=============================================== ] 2450/3205 76% [=============================================== ] 2451/3205 76% [=============================================== ] 2452/3205 76% [=============================================== ] 2453/3205 76% [=============================================== ] 2454/3205 76% [=============================================== ] 2455/3205 76% [=============================================== ] 2456/3205 76% [=============================================== ] 2457/3205 76% [=============================================== ] 2458/3205 76% [=============================================== ] 2459/3205 76% [=============================================== ] 2460/3205 76% [=============================================== ] 2461/3205 76% [=============================================== ] 2462/3205 76% [=============================================== ] 2463/3205 76% [=============================================== ] 2464/3205 76% [=============================================== ] 2465/3205 76% [=============================================== ] 2466/3205 76% [=============================================== ] 2467/3205 76% [=============================================== ] 2468/3205 77% [=============================================== ] 2469/3205 77% [=============================================== ] 2470/3205 77% [=============================================== ] 2471/3205 77% [=============================================== ] 2472/3205 77% [=============================================== ] 2473/3205 77% [=============================================== ] 2474/3205 77% [=============================================== ] 2475/3205 77% [=============================================== ] 2476/3205 77% [=============================================== ] 2477/3205 77% [=============================================== ] 2478/3205 77% [=============================================== ] 2479/3205 77% [=============================================== ] 2480/3205 77% [=============================================== ] 2481/3205 77% [================================================ ] 2482/3205 77% [================================================ ] 2483/3205 77% [================================================ ] 2484/3205 77% [================================================ ] 2485/3205 77% [================================================ ] 2486/3205 77% [================================================ ] 2487/3205 77% [================================================ ] 2488/3205 77% [================================================ ] 2489/3205 77% [================================================ ] 2490/3205 77% [================================================ ] 2491/3205 77% [================================================ ] 2492/3205 77% [================================================ ] 2493/3205 77% [================================================ ] 2494/3205 77% [================================================ ] 2495/3205 77% [================================================ ] 2496/3205 77% [================================================ ] 2497/3205 77% [================================================ ] 2498/3205 77% [================================================ ] 2499/3205 77% [================================================ ] 2500/3205 78% [================================================ ] 2501/3205 78% [================================================ ] 2502/3205 78% [================================================ ] 2503/3205 78% [================================================ ] 2504/3205 78% [================================================ ] 2505/3205 78% [================================================ ] 2506/3205 78% [================================================ ] 2507/3205 78% [================================================ ] 2508/3205 78% [================================================ ] 2509/3205 78% [================================================ ] 2510/3205 78% [================================================ ] 2511/3205 78% [================================================ ] 2512/3205 78% [================================================ ] 2513/3205 78% [================================================ ] 2514/3205 78% [================================================ ] 2515/3205 78% [================================================ ] 2516/3205 78% [================================================ ] 2517/3205 78% [================================================ ] 2518/3205 78% [================================================ ] 2519/3205 78% [================================================ ] 2520/3205 78% [================================================ ] 2521/3205 78% [================================================ ] 2522/3205 78% [================================================ ] 2523/3205 78% [================================================ ] 2524/3205 78% [================================================ ] 2525/3205 78% [================================================ ] 2526/3205 78% [================================================ ] 2527/3205 78% [================================================ ] 2528/3205 78% [================================================ ] 2529/3205 78% [================================================ ] 2530/3205 78% [================================================ ] 2531/3205 78% [================================================ ] 2532/3205 79% [================================================= ] 2533/3205 79% [================================================= ] 2534/3205 79% [================================================= ] 2535/3205 79% [================================================= ] 2536/3205 79% [================================================= ] 2537/3205 79% [================================================= ] 2538/3205 79% [================================================= ] 2539/3205 79% [================================================= ] 2540/3205 79% [================================================= ] 2541/3205 79% [================================================= ] 2542/3205 79% [================================================= ] 2543/3205 79% [================================================= ] 2544/3205 79% [================================================= ] 2545/3205 79% [================================================= ] 2546/3205 79% [================================================= ] 2547/3205 79% [================================================= ] 2548/3205 79% [================================================= ] 2549/3205 79% [================================================= ] 2550/3205 79% [================================================= ] 2551/3205 79% [================================================= ] 2552/3205 79% [================================================= ] 2553/3205 79% [================================================= ] 2554/3205 79% [================================================= ] 2555/3205 79% [================================================= ] 2556/3205 79% [================================================= ] 2557/3205 79% [================================================= ] 2558/3205 79% [================================================= ] 2559/3205 79% [================================================= ] 2560/3205 79% [================================================= ] 2561/3205 79% [================================================= ] 2562/3205 79% [================================================= ] 2563/3205 79% [================================================= ] 2564/3205 80% [================================================= ] 2565/3205 80% [================================================= ] 2566/3205 80% [================================================= ] 2567/3205 80% [================================================= ] 2568/3205 80% [================================================= ] 2569/3205 80% [================================================= ] 2570/3205 80% [================================================= ] 2571/3205 80% [================================================= ] 2572/3205 80% [================================================= ] 2573/3205 80% [================================================= ] 2574/3205 80% [================================================= ] 2575/3205 80% [================================================= ] 2576/3205 80% [================================================= ] 2577/3205 80% [================================================= ] 2578/3205 80% [================================================= ] 2579/3205 80% [================================================= ] 2580/3205 80% [================================================= ] 2581/3205 80% [================================================= ] 2582/3205 80% [================================================= ] 2583/3205 80% [================================================= ] 2584/3205 80% [================================================== ] 2585/3205 80% [================================================== ] 2586/3205 80% [================================================== ] 2587/3205 80% [================================================== ] 2588/3205 80% [================================================== ] 2589/3205 80% [================================================== ] 2590/3205 80% [================================================== ] 2591/3205 80% [================================================== ] 2592/3205 80% [================================================== ] 2593/3205 80% [================================================== ] 2594/3205 80% [================================================== ] 2595/3205 80% [================================================== ] 2596/3205 80% [================================================== ] 2597/3205 81% [================================================== ] 2598/3205 81% [================================================== ] 2599/3205 81% [================================================== ] 2600/3205 81% [================================================== ] 2601/3205 81% [================================================== ] 2602/3205 81% [================================================== ] 2603/3205 81% [================================================== ] 2604/3205 81% [================================================== ] 2605/3205 81% [================================================== ] 2606/3205 81% [================================================== ] 2607/3205 81% [================================================== ] 2608/3205 81% [================================================== ] 2609/3205 81% [================================================== ] 2610/3205 81% [================================================== ] 2611/3205 81% [================================================== ] 2612/3205 81% [================================================== ] 2613/3205 81% [================================================== ] 2614/3205 81% [================================================== ] 2615/3205 81% [================================================== ] 2616/3205 81% [================================================== ] 2617/3205 81% [================================================== ] 2618/3205 81% [================================================== ] 2619/3205 81% [================================================== ] 2620/3205 81% [================================================== ] 2621/3205 81% [================================================== ] 2622/3205 81% [================================================== ] 2623/3205 81% [================================================== ] 2624/3205 81% [================================================== ] 2625/3205 81% [================================================== ] 2626/3205 81% [================================================== ] 2627/3205 81% [================================================== ] 2628/3205 81% [================================================== ] 2629/3205 82% [================================================== ] 2630/3205 82% [================================================== ] 2631/3205 82% [================================================== ] 2632/3205 82% [================================================== ] 2633/3205 82% [================================================== ] 2634/3205 82% [================================================== ] 2635/3205 82% [================================================== ] 2636/3205 82% [=================================================== ] 2637/3205 82% [=================================================== ] 2638/3205 82% [=================================================== ] 2639/3205 82% [=================================================== ] 2640/3205 82% [=================================================== ] 2641/3205 82% [=================================================== ] 2642/3205 82% [=================================================== ] 2643/3205 82% [=================================================== ] 2644/3205 82% [=================================================== ] 2645/3205 82% [=================================================== ] 2646/3205 82% [=================================================== ] 2647/3205 82% [=================================================== ] 2648/3205 82% [=================================================== ] 2649/3205 82% [=================================================== ] 2650/3205 82% [=================================================== ] 2651/3205 82% [=================================================== ] 2652/3205 82% [=================================================== ] 2653/3205 82% [=================================================== ] 2654/3205 82% [=================================================== ] 2655/3205 82% [=================================================== ] 2656/3205 82% [=================================================== ] 2657/3205 82% [=================================================== ] 2658/3205 82% [=================================================== ] 2659/3205 82% [=================================================== ] 2660/3205 82% [=================================================== ] 2661/3205 83% [=================================================== ] 2662/3205 83% [=================================================== ] 2663/3205 83% [=================================================== ] 2664/3205 83% [=================================================== ] 2665/3205 83% [=================================================== ] 2666/3205 83% [=================================================== ] 2667/3205 83% [=================================================== ] 2668/3205 83% [=================================================== ] 2669/3205 83% [=================================================== ] 2670/3205 83% [=================================================== ] 2671/3205 83% [=================================================== ] 2672/3205 83% [=================================================== ] 2673/3205 83% [=================================================== ] 2674/3205 83% [=================================================== ] 2675/3205 83% [=================================================== ] 2676/3205 83% [=================================================== ] 2677/3205 83% [=================================================== ] 2678/3205 83% [=================================================== ] 2679/3205 83% [=================================================== ] 2680/3205 83% [=================================================== ] 2681/3205 83% [=================================================== ] 2682/3205 83% [=================================================== ] 2683/3205 83% [=================================================== ] 2684/3205 83% [=================================================== ] 2685/3205 83% [=================================================== ] 2686/3205 83% [=================================================== ] 2687/3205 83% [=================================================== ] 2688/3205 83% [==================================================== ] 2689/3205 83% [==================================================== ] 2690/3205 83% [==================================================== ] 2691/3205 83% [==================================================== ] 2692/3205 83% [==================================================== ] 2693/3205 84% [==================================================== ] 2694/3205 84% [==================================================== ] 2695/3205 84% [==================================================== ] 2696/3205 84% [==================================================== ] 2697/3205 84% [==================================================== ] 2698/3205 84% [==================================================== ] 2699/3205 84% [==================================================== ] 2700/3205 84% [==================================================== ] 2701/3205 84% [==================================================== ] 2702/3205 84% [==================================================== ] 2703/3205 84% [==================================================== ] 2704/3205 84% [==================================================== ] 2705/3205 84% [==================================================== ] 2706/3205 84% [==================================================== ] 2707/3205 84% [==================================================== ] 2708/3205 84% [==================================================== ] 2709/3205 84% [==================================================== ] 2710/3205 84% [==================================================== ] 2711/3205 84% [==================================================== ] 2712/3205 84% [==================================================== ] 2713/3205 84% [==================================================== ] 2714/3205 84% [==================================================== ] 2715/3205 84% [==================================================== ] 2716/3205 84% [==================================================== ] 2717/3205 84% [==================================================== ] 2718/3205 84% [==================================================== ] 2719/3205 84% [==================================================== ] 2720/3205 84% [==================================================== ] 2721/3205 84% [==================================================== ] 2722/3205 84% [==================================================== ] 2723/3205 84% [==================================================== ] 2724/3205 84% [==================================================== ] 2725/3205 85% [==================================================== ] 2726/3205 85% [==================================================== ] 2727/3205 85% [==================================================== ] 2728/3205 85% [==================================================== ] 2729/3205 85% [==================================================== ] 2730/3205 85% [==================================================== ] 2731/3205 85% [==================================================== ] 2732/3205 85% [==================================================== ] 2733/3205 85% [==================================================== ] 2734/3205 85% [==================================================== ] 2735/3205 85% [==================================================== ] 2736/3205 85% [==================================================== ] 2737/3205 85% [==================================================== ] 2738/3205 85% [==================================================== ] 2739/3205 85% [===================================================== ] 2740/3205 85% [===================================================== ] 2741/3205 85% [===================================================== ] 2742/3205 85% [===================================================== ] 2743/3205 85% [===================================================== ] 2744/3205 85% [===================================================== ] 2745/3205 85% [===================================================== ] 2746/3205 85% [===================================================== ] 2747/3205 85% [===================================================== ] 2748/3205 85% [===================================================== ] 2749/3205 85% [===================================================== ] 2750/3205 85% [===================================================== ] 2751/3205 85% [===================================================== ] 2752/3205 85% [===================================================== ] 2753/3205 85% [===================================================== ] 2754/3205 85% [===================================================== ] 2755/3205 85% [===================================================== ] 2756/3205 85% [===================================================== ] 2757/3205 86% [===================================================== ] 2758/3205 86% [===================================================== ] 2759/3205 86% [===================================================== ] 2760/3205 86% [===================================================== ] 2761/3205 86% [===================================================== ] 2762/3205 86% [===================================================== ] 2763/3205 86% [===================================================== ] 2764/3205 86% [===================================================== ] 2765/3205 86% [===================================================== ] 2766/3205 86% [===================================================== ] 2767/3205 86% [===================================================== ] 2768/3205 86% [===================================================== ] 2769/3205 86% [===================================================== ] 2770/3205 86% [===================================================== ] 2771/3205 86% [===================================================== ] 2772/3205 86% [===================================================== ] 2773/3205 86% [===================================================== ] 2774/3205 86% [===================================================== ] 2775/3205 86% [===================================================== ] 2776/3205 86% [===================================================== ] 2777/3205 86% [===================================================== ] 2778/3205 86% [===================================================== ] 2779/3205 86% [===================================================== ] 2780/3205 86% [===================================================== ] 2781/3205 86% [===================================================== ] 2782/3205 86% [===================================================== ] 2783/3205 86% [===================================================== ] 2784/3205 86% [===================================================== ] 2785/3205 86% [===================================================== ] 2786/3205 86% [===================================================== ] 2787/3205 86% [===================================================== ] 2788/3205 86% [===================================================== ] 2789/3205 87% [===================================================== ] 2790/3205 87% [===================================================== ] 2791/3205 87% [====================================================== ] 2792/3205 87% [====================================================== ] 2793/3205 87% [====================================================== ] 2794/3205 87% [====================================================== ] 2795/3205 87% [====================================================== ] 2796/3205 87% [====================================================== ] 2797/3205 87% [====================================================== ] 2798/3205 87% [====================================================== ] 2799/3205 87% [====================================================== ] 2800/3205 87% [====================================================== ] 2801/3205 87% [====================================================== ] 2802/3205 87% [====================================================== ] 2803/3205 87% [====================================================== ] 2804/3205 87% [====================================================== ] 2805/3205 87% [====================================================== ] 2806/3205 87% [====================================================== ] 2807/3205 87% [====================================================== ] 2808/3205 87% [====================================================== ] 2809/3205 87% [====================================================== ] 2810/3205 87% [====================================================== ] 2811/3205 87% [====================================================== ] 2812/3205 87% [====================================================== ] 2813/3205 87% [====================================================== ] 2814/3205 87% [====================================================== ] 2815/3205 87% [====================================================== ] 2816/3205 87% [====================================================== ] 2817/3205 87% [====================================================== ] 2818/3205 87% [====================================================== ] 2819/3205 87% [====================================================== ] 2820/3205 87% [====================================================== ] 2821/3205 88% [====================================================== ] 2822/3205 88% [====================================================== ] 2823/3205 88% [====================================================== ] 2824/3205 88% [====================================================== ] 2825/3205 88% [====================================================== ] 2826/3205 88% [====================================================== ] 2827/3205 88% [====================================================== ] 2828/3205 88% [====================================================== ] 2829/3205 88% [====================================================== ] 2830/3205 88% [====================================================== ] 2831/3205 88% [====================================================== ] 2832/3205 88% [====================================================== ] 2833/3205 88% [====================================================== ] 2834/3205 88% [====================================================== ] 2835/3205 88% [====================================================== ] 2836/3205 88% [====================================================== ] 2837/3205 88% [====================================================== ] 2838/3205 88% [====================================================== ] 2839/3205 88% [====================================================== ] 2840/3205 88% [====================================================== ] 2841/3205 88% [====================================================== ] 2842/3205 88% [====================================================== ] 2843/3205 88% [======================================================= ] 2844/3205 88% [======================================================= ] 2845/3205 88% [======================================================= ] 2846/3205 88% [======================================================= ] 2847/3205 88% [======================================================= ] 2848/3205 88% [======================================================= ] 2849/3205 88% [======================================================= ] 2850/3205 88% [======================================================= ] 2851/3205 88% [======================================================= ] 2852/3205 88% [======================================================= ] 2853/3205 89% [======================================================= ] 2854/3205 89% [======================================================= ] 2855/3205 89% [======================================================= ] 2856/3205 89% [======================================================= ] 2857/3205 89% [======================================================= ] 2858/3205 89% [======================================================= ] 2859/3205 89% [======================================================= ] 2860/3205 89% [======================================================= ] 2861/3205 89% [======================================================= ] 2862/3205 89% [======================================================= ] 2863/3205 89% [======================================================= ] 2864/3205 89% [======================================================= ] 2865/3205 89% [======================================================= ] 2866/3205 89% [======================================================= ] 2867/3205 89% [======================================================= ] 2868/3205 89% [======================================================= ] 2869/3205 89% [======================================================= ] 2870/3205 89% [======================================================= ] 2871/3205 89% [======================================================= ] 2872/3205 89% [======================================================= ] 2873/3205 89% [======================================================= ] 2874/3205 89% [======================================================= ] 2875/3205 89% [======================================================= ] 2876/3205 89% [======================================================= ] 2877/3205 89% [======================================================= ] 2878/3205 89% [======================================================= ] 2879/3205 89% [======================================================= ] 2880/3205 89% [======================================================= ] 2881/3205 89% [======================================================= ] 2882/3205 89% [======================================================= ] 2883/3205 89% [======================================================= ] 2884/3205 89% [======================================================= ] 2885/3205 90% [======================================================= ] 2886/3205 90% [======================================================= ] 2887/3205 90% [======================================================= ] 2888/3205 90% [======================================================= ] 2889/3205 90% [======================================================= ] 2890/3205 90% [======================================================= ] 2891/3205 90% [======================================================= ] 2892/3205 90% [======================================================= ] 2893/3205 90% [======================================================= ] 2894/3205 90% [======================================================== ] 2895/3205 90% [======================================================== ] 2896/3205 90% [======================================================== ] 2897/3205 90% [======================================================== ] 2898/3205 90% [======================================================== ] 2899/3205 90% [======================================================== ] 2900/3205 90% [======================================================== ] 2901/3205 90% [======================================================== ] 2902/3205 90% [======================================================== ] 2903/3205 90% [======================================================== ] 2904/3205 90% [======================================================== ] 2905/3205 90% [======================================================== ] 2906/3205 90% [======================================================== ] 2907/3205 90% [======================================================== ] 2908/3205 90% [======================================================== ] 2909/3205 90% [======================================================== ] 2910/3205 90% [======================================================== ] 2911/3205 90% [======================================================== ] 2912/3205 90% [======================================================== ] 2913/3205 90% [======================================================== ] 2914/3205 90% [======================================================== ] 2915/3205 90% [======================================================== ] 2916/3205 90% [======================================================== ] 2917/3205 91% [======================================================== ] 2918/3205 91% [======================================================== ] 2919/3205 91% [======================================================== ] 2920/3205 91% [======================================================== ] 2921/3205 91% [======================================================== ] 2922/3205 91% [======================================================== ] 2923/3205 91% [======================================================== ] 2924/3205 91% [======================================================== ] 2925/3205 91% [======================================================== ] 2926/3205 91% [======================================================== ] 2927/3205 91% [======================================================== ] 2928/3205 91% [======================================================== ] 2929/3205 91% [======================================================== ] 2930/3205 91% [======================================================== ] 2931/3205 91% [======================================================== ] 2932/3205 91% [======================================================== ] 2933/3205 91% [======================================================== ] 2934/3205 91% [======================================================== ] 2935/3205 91% [======================================================== ] 2936/3205 91% [======================================================== ] 2937/3205 91% [======================================================== ] 2938/3205 91% [======================================================== ] 2939/3205 91% [======================================================== ] 2940/3205 91% [======================================================== ] 2941/3205 91% [======================================================== ] 2942/3205 91% [======================================================== ] 2943/3205 91% [======================================================== ] 2944/3205 91% [======================================================== ] 2945/3205 91% [======================================================== ] 2946/3205 91% [========================================================= ] 2947/3205 91% [========================================================= ] 2948/3205 91% [========================================================= ] 2949/3205 92% [========================================================= ] 2950/3205 92% [========================================================= ] 2951/3205 92% [========================================================= ] 2952/3205 92% [========================================================= ] 2953/3205 92% [========================================================= ] 2954/3205 92% [========================================================= ] 2955/3205 92% [========================================================= ] 2956/3205 92% [========================================================= ] 2957/3205 92% [========================================================= ] 2958/3205 92% [========================================================= ] 2959/3205 92% [========================================================= ] 2960/3205 92% [========================================================= ] 2961/3205 92% [========================================================= ] 2962/3205 92% [========================================================= ] 2963/3205 92% [========================================================= ] 2964/3205 92% [========================================================= ] 2965/3205 92% [========================================================= ] 2966/3205 92% [========================================================= ] 2967/3205 92% [========================================================= ] 2968/3205 92% [========================================================= ] 2969/3205 92% [========================================================= ] 2970/3205 92% [========================================================= ] 2971/3205 92% [========================================================= ] 2972/3205 92% [========================================================= ] 2973/3205 92% [========================================================= ] 2974/3205 92% [========================================================= ] 2975/3205 92% [========================================================= ] 2976/3205 92% [========================================================= ] 2977/3205 92% [========================================================= ] 2978/3205 92% [========================================================= ] 2979/3205 92% [========================================================= ] 2980/3205 92% [========================================================= ] 2981/3205 93% [========================================================= ] 2982/3205 93% [========================================================= ] 2983/3205 93% [========================================================= ] 2984/3205 93% [========================================================= ] 2985/3205 93% [========================================================= ] 2986/3205 93% [========================================================= ] 2987/3205 93% [========================================================= ] 2988/3205 93% [========================================================= ] 2989/3205 93% [========================================================= ] 2990/3205 93% [========================================================= ] 2991/3205 93% [========================================================= ] 2992/3205 93% [========================================================= ] 2993/3205 93% [========================================================= ] 2994/3205 93% [========================================================= ] 2995/3205 93% [========================================================= ] 2996/3205 93% [========================================================= ] 2997/3205 93% [========================================================= ] 2998/3205 93% [========================================================== ] 2999/3205 93% [========================================================== ] 3000/3205 93% [========================================================== ] 3001/3205 93% [========================================================== ] 3002/3205 93% [========================================================== ] 3003/3205 93% [========================================================== ] 3004/3205 93% [========================================================== ] 3005/3205 93% [========================================================== ] 3006/3205 93% [========================================================== ] 3007/3205 93% [========================================================== ] 3008/3205 93% [========================================================== ] 3009/3205 93% [========================================================== ] 3010/3205 93% [========================================================== ] 3011/3205 93% [========================================================== ] 3012/3205 93% [========================================================== ] 3013/3205 94% [========================================================== ] 3014/3205 94% [========================================================== ] 3015/3205 94% [========================================================== ] 3016/3205 94% [========================================================== ] 3017/3205 94% [========================================================== ] 3018/3205 94% [========================================================== ] 3019/3205 94% [========================================================== ] 3020/3205 94% [========================================================== ] 3021/3205 94% [========================================================== ] 3022/3205 94% [========================================================== ] 3023/3205 94% [========================================================== ] 3024/3205 94% [========================================================== ] 3025/3205 94% [========================================================== ] 3026/3205 94% [========================================================== ] 3027/3205 94% [========================================================== ] 3028/3205 94% [========================================================== ] 3029/3205 94% [========================================================== ] 3030/3205 94% [========================================================== ] 3031/3205 94% [========================================================== ] 3032/3205 94% [========================================================== ] 3033/3205 94% [========================================================== ] 3034/3205 94% [========================================================== ] 3035/3205 94% [========================================================== ] 3036/3205 94% [========================================================== ] 3037/3205 94% [========================================================== ] 3038/3205 94% [========================================================== ] 3039/3205 94% [========================================================== ] 3040/3205 94% [========================================================== ] 3041/3205 94% [========================================================== ] 3042/3205 94% [========================================================== ] 3043/3205 94% [========================================================== ] 3044/3205 94% [========================================================== ] 3045/3205 95% [========================================================== ] 3046/3205 95% [========================================================== ] 3047/3205 95% [========================================================== ] 3048/3205 95% [========================================================== ] 3049/3205 95% [=========================================================== ] 3050/3205 95% [=========================================================== ] 3051/3205 95% [=========================================================== ] 3052/3205 95% [=========================================================== ] 3053/3205 95% [=========================================================== ] 3054/3205 95% [=========================================================== ] 3055/3205 95% [=========================================================== ] 3056/3205 95% [=========================================================== ] 3057/3205 95% [=========================================================== ] 3058/3205 95% [=========================================================== ] 3059/3205 95% [=========================================================== ] 3060/3205 95% [=========================================================== ] 3061/3205 95% [=========================================================== ] 3062/3205 95% [=========================================================== ] 3063/3205 95% [=========================================================== ] 3064/3205 95% [=========================================================== ] 3065/3205 95% [=========================================================== ] 3066/3205 95% [=========================================================== ] 3067/3205 95% [=========================================================== ] 3068/3205 95% [=========================================================== ] 3069/3205 95% [=========================================================== ] 3070/3205 95% [=========================================================== ] 3071/3205 95% [=========================================================== ] 3072/3205 95% [=========================================================== ] 3073/3205 95% [=========================================================== ] 3074/3205 95% [=========================================================== ] 3075/3205 95% [=========================================================== ] 3076/3205 95% [=========================================================== ] 3077/3205 96% [=========================================================== ] 3078/3205 96% [=========================================================== ] 3079/3205 96% [=========================================================== ] 3080/3205 96% [=========================================================== ] 3081/3205 96% [=========================================================== ] 3082/3205 96% [=========================================================== ] 3083/3205 96% [=========================================================== ] 3084/3205 96% [=========================================================== ] 3085/3205 96% [=========================================================== ] 3086/3205 96% [=========================================================== ] 3087/3205 96% [=========================================================== ] 3088/3205 96% [=========================================================== ] 3089/3205 96% [=========================================================== ] 3090/3205 96% [=========================================================== ] 3091/3205 96% [=========================================================== ] 3092/3205 96% [=========================================================== ] 3093/3205 96% [=========================================================== ] 3094/3205 96% [=========================================================== ] 3095/3205 96% [=========================================================== ] 3096/3205 96% [=========================================================== ] 3097/3205 96% [=========================================================== ] 3098/3205 96% [=========================================================== ] 3099/3205 96% [=========================================================== ] 3100/3205 96% [=========================================================== ] 3101/3205 96% [============================================================ ] 3102/3205 96% [============================================================ ] 3103/3205 96% [============================================================ ] 3104/3205 96% [============================================================ ] 3105/3205 96% [============================================================ ] 3106/3205 96% [============================================================ ] 3107/3205 96% [============================================================ ] 3108/3205 96% [============================================================ ] 3109/3205 97% [============================================================ ] 3110/3205 97% [============================================================ ] 3111/3205 97% [============================================================ ] 3112/3205 97% [============================================================ ] 3113/3205 97% [============================================================ ] 3114/3205 97% [============================================================ ] 3115/3205 97% [============================================================ ] 3116/3205 97% [============================================================ ] 3117/3205 97% [============================================================ ] 3118/3205 97% [============================================================ ] 3119/3205 97% [============================================================ ] 3120/3205 97% [============================================================ ] 3121/3205 97% [============================================================ ] 3122/3205 97% [============================================================ ] 3123/3205 97% [============================================================ ] 3124/3205 97% [============================================================ ] 3125/3205 97% [============================================================ ] 3126/3205 97% [============================================================ ] 3127/3205 97% [============================================================ ] 3128/3205 97% [============================================================ ] 3129/3205 97% [============================================================ ] 3130/3205 97% [============================================================ ] 3131/3205 97% [============================================================ ] 3132/3205 97% [============================================================ ] 3133/3205 97% [============================================================ ] 3134/3205 97% [============================================================ ] 3135/3205 97% [============================================================ ] 3136/3205 97% [============================================================ ] 3137/3205 97% [============================================================ ] 3138/3205 97% [============================================================ ] 3139/3205 97% [============================================================ ] 3140/3205 97% [============================================================ ] 3141/3205 98% [============================================================ ] 3142/3205 98% [============================================================ ] 3143/3205 98% [============================================================ ] 3144/3205 98% [============================================================ ] 3145/3205 98% [============================================================ ] 3146/3205 98% [============================================================ ] 3147/3205 98% [============================================================ ] 3148/3205 98% [============================================================ ] 3149/3205 98% [============================================================ ] 3150/3205 98% [============================================================ ] 3151/3205 98% [============================================================ ] 3152/3205 98% [============================================================ ] 3153/3205 98% [============================================================= ] 3154/3205 98% [============================================================= ] 3155/3205 98% [============================================================= ] 3156/3205 98% [============================================================= ] 3157/3205 98% [============================================================= ] 3158/3205 98% [============================================================= ] 3159/3205 98% [============================================================= ] 3160/3205 98% [============================================================= ] 3161/3205 98% [============================================================= ] 3162/3205 98% [============================================================= ] 3163/3205 98% [============================================================= ] 3164/3205 98% [============================================================= ] 3165/3205 98% [============================================================= ] 3166/3205 98% [============================================================= ] 3167/3205 98% [============================================================= ] 3168/3205 98% [============================================================= ] 3169/3205 98% [============================================================= ] 3170/3205 98% [============================================================= ] 3171/3205 98% [============================================================= ] 3172/3205 98% [============================================================= ] 3173/3205 99% [============================================================= ] 3174/3205 99% [============================================================= ] 3175/3205 99% [============================================================= ] 3176/3205 99% [============================================================= ] 3177/3205 99% [============================================================= ] 3178/3205 99% [============================================================= ] 3179/3205 99% [============================================================= ] 3180/3205 99% [============================================================= ] 3181/3205 99% [============================================================= ] 3182/3205 99% [============================================================= ] 3183/3205 99% [============================================================= ] 3184/3205 99% [============================================================= ] 3185/3205 99% [============================================================= ] 3186/3205 99% [============================================================= ] 3187/3205 99% [============================================================= ] 3188/3205 99% [============================================================= ] 3189/3205 99% [============================================================= ] 3190/3205 99% [============================================================= ] 3191/3205 99% [============================================================= ] 3192/3205 99% [============================================================= ] 3193/3205 99% [============================================================= ] 3194/3205 99% [============================================================= ] 3195/3205 99% [============================================================= ] 3196/3205 99% [============================================================= ] 3197/3205 99% [============================================================= ] 3198/3205 99% [============================================================= ] 3199/3205 99% [============================================================= ] 3200/3205 99% [============================================================= ] 3201/3205 99% [============================================================= ] 3202/3205 99% [============================================================= ] 3203/3205 99% [============================================================= ] 3204/3205 99% [==============================================================] 3205/3205 100% operation complete, 3205 objects in 131753 NAND pages. ln -snf /home/thomas/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-3054-g48311b11e0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> alfred 2022.1 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> 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 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dump1090 8.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> git 2.40.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> janet 1.26.0 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> jitterentropy-library 3.4.1 Collecting legal info LICENSE: OK (sha256: 7a89069066f6c0b8767d3256e5ec5d765b2c7f3354a5a06fc8d5bd7b8103d8a3) LICENSE.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) LICENSE.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcoap 4.3.1 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 5711e8bf7e94b59fcf0681d0f73752111bc196563b60f8568f19dacd0213192b) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> mjpg-streamer 5a6e0a2db163e6ae9461552b59079870d0959340 Collecting legal info mjpg-streamer-experimental/LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-moby-buildkit 0.11.2 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.19.7 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> optee-client 3.19.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> paho-mqtt-c 1.3.12 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-python-cython 0.29.33 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> trace-cmd 2.9.7 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> whetstone 1.2 Collecting legal info >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> ympd 1.3.0 Collecting legal info LICENSE: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'