ln -sf rootfs.ext2 /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ext3 >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/sbin/mkfs.jffs2 -e 0x4000 --with-xattr -l -s 0x1000 -n -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-12/output-1/images/rootfs.jffs2.nosummary\n /home/autobuild/autobuild/instance-12/output-1/host/sbin/sumtool -e 0x4000 -l -n -i /home/autobuild/autobuild/instance-12/output-1/images/rootfs.jffs2.nosummary -o /home/autobuild/autobuild/instance-12/output-1/images/rootfs.jffs2\n rm /home/autobuild/autobuild/instance-12/output-1/images/rootfs.jffs2.nosummary\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2308 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/2308 0% [ ] 2/2308 0% [ ] 3/2308 0% [ ] 4/2308 0% [ ] 5/2308 0% [ ] 6/2308 0% [ ] 7/2308 0% [ ] 8/2308 0% [ ] 9/2308 0% [ ] 10/2308 0% [ ] 11/2308 0% [ ] 12/2308 0% [ ] 13/2308 0% [ ] 14/2308 0% [ ] 15/2308 0% [ ] 16/2308 0% [ ] 17/2308 0% [ ] 18/2308 0% [ ] 19/2308 0% [ ] 20/2308 0% [ ] 21/2308 0% [ ] 22/2308 0% [ ] 23/2308 0% [ ] 24/2308 1% [ ] 25/2308 1% [ ] 26/2308 1% [ ] 27/2308 1% [ ] 28/2308 1% [ ] 29/2308 1% [ ] 30/2308 1% [ ] 31/2308 1% [ ] 32/2308 1% [ ] 33/2308 1% [ ] 34/2308 1% [ ] 35/2308 1% [ ] 36/2308 1% [ ] 37/2308 1% [= ] 38/2308 1% [= ] 39/2308 1% [= ] 40/2308 1% [= ] 41/2308 1% [= ] 42/2308 1% [= ] 43/2308 1% [= ] 44/2308 1% [= ] 45/2308 1% [= ] 46/2308 1% [= ] 47/2308 2% [= ] 48/2308 2% [= ] 49/2308 2% [= ] 50/2308 2% [= ] 51/2308 2% [= ] 52/2308 2% [= ] 53/2308 2% [= ] 54/2308 2% [= ] 55/2308 2% [= ] 56/2308 2% [= ] 57/2308 2% [= ] 58/2308 2% [= ] 59/2308 2% [= ] 60/2308 2% [= ] 61/2308 2% [= ] 62/2308 2% [= ] 63/2308 2% [= ] 64/2308 2% [= ] 65/2308 2% [= ] 66/2308 2% [= ] 67/2308 2% [= ] 68/2308 2% [= ] 69/2308 2% [= ] 70/2308 3% [= ] 71/2308 3% [= ] 72/2308 3% [= ] 73/2308 3% [= ] 74/2308 3% [== ] 75/2308 3% [== ] 76/2308 3% [== ] 77/2308 3% [== ] 78/2308 3% [== ] 79/2308 3% [== ] 80/2308 3% [== ] 81/2308 3% [== ] 82/2308 3% [== ] 83/2308 3% [== ] 84/2308 3% [== ] 85/2308 3% [== ] 86/2308 3% [== ] 87/2308 3% [== ] 88/2308 3% [== ] 89/2308 3% [== ] 90/2308 3% [== ] 91/2308 3% [== ] 92/2308 3% [== ] 93/2308 4% [== ] 94/2308 4% [== ] 95/2308 4% [== ] 96/2308 4% [== ] 97/2308 4% [== ] 98/2308 4% [== ] 99/2308 4% [== ] 100/2308 4% [== ] 101/2308 4% [== ] 102/2308 4% [== ] 103/2308 4% [== ] 104/2308 4% [== ] 105/2308 4% [== ] 106/2308 4% [== ] 107/2308 4% [== ] 108/2308 4% [== ] 109/2308 4% [== ] 110/2308 4% [== ] 111/2308 4% [=== ] 112/2308 4% [=== ] 113/2308 4% [=== ] 114/2308 4% [=== ] 115/2308 4% [=== ] 116/2308 5% [=== ] 117/2308 5% [=== ] 118/2308 5% [=== ] 119/2308 5% [=== ] 120/2308 5% [=== ] 121/2308 5% [=== ] 122/2308 5% [=== ] 123/2308 5% [=== ] 124/2308 5% [=== ] 125/2308 5% [=== ] 126/2308 5% [=== ] 127/2308 5% [=== ] 128/2308 5% [=== ] 129/2308 5% [=== ] 130/2308 5% [=== ] 131/2308 5% [=== ] 132/2308 5% [=== ] 133/2308 5% [=== ] 134/2308 5% [=== ] 135/2308 5% [=== ] 136/2308 5% [=== ] 137/2308 5% [=== ] 138/2308 5% [=== ] 139/2308 6% [=== ] 140/2308 6% [=== ] 141/2308 6% [=== ] 142/2308 6% [=== ] 143/2308 6% [=== ] 144/2308 6% [=== ] 145/2308 6% [=== ] 146/2308 6% [=== ] 147/2308 6% [=== ] 148/2308 6% [==== ] 149/2308 6% [==== ] 150/2308 6% [==== ] 151/2308 6% [==== ] 152/2308 6% [==== ] 153/2308 6% [==== ] 154/2308 6% [==== ] 155/2308 6% [==== ] 156/2308 6% [==== ] 157/2308 6% [==== ] 158/2308 6% [==== ] 159/2308 6% [==== ] 160/2308 6% [==== ] 161/2308 6% [==== ] 162/2308 7% [==== ] 163/2308 7% [==== ] 164/2308 7% [==== ] 165/2308 7% [==== ] 166/2308 7% [==== ] 167/2308 7% [==== ] 168/2308 7% [==== ] 169/2308 7% [==== ] 170/2308 7% [==== ] 171/2308 7% [==== ] 172/2308 7% [==== ] 173/2308 7% [==== ] 174/2308 7% [==== ] 175/2308 7% [==== ] 176/2308 7% [==== ] 177/2308 7% [==== ] 178/2308 7% [==== ] 179/2308 7% [==== ] 180/2308 7% [==== ] 181/2308 7% [==== ] 182/2308 7% [==== ] 183/2308 7% [==== ] 184/2308 7% [==== ] 185/2308 8% [==== ] 186/2308 8% [===== ] 187/2308 8% [===== ] 188/2308 8% [===== ] 189/2308 8% [===== ] 190/2308 8% [===== ] 191/2308 8% [===== ] 192/2308 8% [===== ] 193/2308 8% [===== ] 194/2308 8% [===== ] 195/2308 8% [===== ] 196/2308 8% [===== ] 197/2308 8% [===== ] 198/2308 8% [===== ] 199/2308 8% [===== ] 200/2308 8% [===== ] 201/2308 8% [===== ] 202/2308 8% [===== ] 203/2308 8% [===== ] 204/2308 8% [===== ] 205/2308 8% [===== ] 206/2308 8% [===== ] 207/2308 8% [===== ] 208/2308 9% [===== ] 209/2308 9% [===== ] 210/2308 9% [===== ] 211/2308 9% [===== ] 212/2308 9% [===== ] 213/2308 9% [===== ] 214/2308 9% [===== ] 215/2308 9% [===== ] 216/2308 9% [===== ] 217/2308 9% [===== ] 218/2308 9% [===== ] 219/2308 9% [===== ] 220/2308 9% [===== ] 221/2308 9% [===== ] 222/2308 9% [===== ] 223/2308 9% [====== ] 224/2308 9% [====== ] 225/2308 9% [====== ] 226/2308 9% [====== ] 227/2308 9% [====== ] 228/2308 9% [====== ] 229/2308 9% [====== ] 230/2308 9% [====== ] 231/2308 10% [====== ] 232/2308 10% [====== ] 233/2308 10% [====== ] 234/2308 10% [====== ] 235/2308 10% [====== ] 236/2308 10% [====== ] 237/2308 10% [====== ] 238/2308 10% [====== ] 239/2308 10% [====== ] 240/2308 10% [====== ] 241/2308 10% [====== ] 242/2308 10% [====== ] 243/2308 10% [====== ] 244/2308 10% [====== ] 245/2308 10% [====== ] 246/2308 10% [====== ] 247/2308 10% [====== ] 248/2308 10% [====== ] 249/2308 10% [====== ] 250/2308 10% [====== ] 251/2308 10% [====== ] 252/2308 10% [====== ] 253/2308 10% [====== ] 254/2308 11% [====== ] 255/2308 11% [====== ] 256/2308 11% [====== ] 257/2308 11% [====== ] 258/2308 11% [====== ] 259/2308 11% [====== ] 260/2308 11% [======= ] 261/2308 11% [======= ] 262/2308 11% [======= ] 263/2308 11% [======= ] 264/2308 11% [======= ] 265/2308 11% [======= ] 266/2308 11% [======= ] 267/2308 11% [======= ] 268/2308 11% [======= ] 269/2308 11% [======= ] 270/2308 11% [======= ] 271/2308 11% [======= ] 272/2308 11% [======= ] 273/2308 11% [======= ] 274/2308 11% [======= ] 275/2308 11% [======= ] 276/2308 11% [======= ] 277/2308 12% [======= ] 278/2308 12% [======= ] 279/2308 12% [======= ] 280/2308 12% [======= ] 281/2308 12% [======= ] 282/2308 12% [======= ] 283/2308 12% [======= ] 284/2308 12% [======= ] 285/2308 12% [======= ] 286/2308 12% [======= ] 287/2308 12% [======= ] 288/2308 12% [======= ] 289/2308 12% [======= ] 290/2308 12% [======= ] 291/2308 12% [======= ] 292/2308 12% [======= ] 293/2308 12% [======= ] 294/2308 12% [======= ] 295/2308 12% [======= ] 296/2308 12% [======= ] 297/2308 12% [======== ] 298/2308 12% [======== ] 299/2308 12% [======== ] 300/2308 12% [======== ] 301/2308 13% [======== ] 302/2308 13% [======== ] 303/2308 13% [======== ] 304/2308 13% [======== ] 305/2308 13% [======== ] 306/2308 13% [======== ] 307/2308 13% [======== ] 308/2308 13% [======== ] 309/2308 13% [======== ] 310/2308 13% [======== ] 311/2308 13% [======== ] 312/2308 13% [======== ] 313/2308 13% [======== ] 314/2308 13% [======== ] 315/2308 13% [======== ] 316/2308 13% [======== ] 317/2308 13% [======== ] 318/2308 13% [======== ] 319/2308 13% [======== ] 320/2308 13% [======== ] 321/2308 13% [======== ] 322/2308 13% [======== ] 323/2308 13% [======== ] 324/2308 14% [======== ] 325/2308 14% [======== ] 326/2308 14% [======== ] 327/2308 14% [======== ] 328/2308 14% [======== ] 329/2308 14% [======== ] 330/2308 14% [======== ] 331/2308 14% [======== ] 332/2308 14% [======== ] 333/2308 14% [======== ] 334/2308 14% [======== ] 335/2308 14% [========= ] 336/2308 14% [========= ] 337/2308 14% [========= ] 338/2308 14% [========= ] 339/2308 14% [========= ] 340/2308 14% [========= ] 341/2308 14% [========= ] 342/2308 14% [========= ] 343/2308 14% [========= ] 344/2308 14% [========= ] 345/2308 14% [========= ] 346/2308 14% [========= ] 347/2308 15% [========= ] 348/2308 15% [========= ] 349/2308 15% [========= ] 350/2308 15% [========= ] 351/2308 15% [========= ] 352/2308 15% [========= ] 353/2308 15% [========= ] 354/2308 15% [========= ] 355/2308 15% [========= ] 356/2308 15% [========= ] 357/2308 15% [========= ] 358/2308 15% [========= ] 359/2308 15% [========= ] 360/2308 15% [========= ] 361/2308 15% [========= ] 362/2308 15% [========= ] 363/2308 15% [========= ] 364/2308 15% [========= ] 365/2308 15% [========= ] 366/2308 15% [========= ] 367/2308 15% [========= ] 368/2308 15% [========= ] 369/2308 15% [========= ] 370/2308 16% [========= ] 371/2308 16% [========= ] 372/2308 16% [========== ] 373/2308 16% [========== ] 374/2308 16% [========== ] 375/2308 16% [========== ] 376/2308 16% [========== ] 377/2308 16% [========== ] 378/2308 16% [========== ] 379/2308 16% [========== ] 380/2308 16% [========== ] 381/2308 16% [========== ] 382/2308 16% [========== ] 383/2308 16% [========== ] 384/2308 16% [========== ] 385/2308 16% [========== ] 386/2308 16% [========== ] 387/2308 16% [========== ] 388/2308 16% [========== ] 389/2308 16% [========== ] 390/2308 16% [========== ] 391/2308 16% [========== ] 392/2308 16% [========== ] 393/2308 17% [========== ] 394/2308 17% [========== ] 395/2308 17% [========== ] 396/2308 17% [========== ] 397/2308 17% [========== ] 398/2308 17% [========== ] 399/2308 17% [========== ] 400/2308 17% [========== ] 401/2308 17% [========== ] 402/2308 17% [========== ] 403/2308 17% [========== ] 404/2308 17% [========== ] 405/2308 17% [========== ] 406/2308 17% [========== ] 407/2308 17% [========== ] 408/2308 17% [========== ] 409/2308 17% [=========== ] 410/2308 17% [=========== ] 411/2308 17% [=========== ] 412/2308 17% [=========== ] 413/2308 17% [=========== ] 414/2308 17% [=========== ] 415/2308 17% [=========== ] 416/2308 18% [=========== ] 417/2308 18% [=========== ] 418/2308 18% [=========== ] 419/2308 18% [=========== ] 420/2308 18% [=========== ] 421/2308 18% [=========== ] 422/2308 18% [=========== ] 423/2308 18% [=========== ] 424/2308 18% [=========== ] 425/2308 18% [=========== ] 426/2308 18% [=========== ] 427/2308 18% [=========== ] 428/2308 18% [=========== ] 429/2308 18% [=========== ] 430/2308 18% [=========== ] 431/2308 18% [=========== ] 432/2308 18% [=========== ] 433/2308 18% [=========== ] 434/2308 18% [=========== ] 435/2308 18% [=========== ] 436/2308 18% [=========== ] 437/2308 18% [=========== ] 438/2308 18% [=========== ] 439/2308 19% [=========== ] 440/2308 19% [=========== ] 441/2308 19% [=========== ] 442/2308 19% [=========== ] 443/2308 19% [=========== ] 444/2308 19% [=========== ] 445/2308 19% [=========== ] 446/2308 19% [============ ] 447/2308 19% [============ ] 448/2308 19% [============ ] 449/2308 19% [============ ] 450/2308 19% [============ ] 451/2308 19% [============ ] 452/2308 19% [============ ] 453/2308 19% [============ ] 454/2308 19% [============ ] 455/2308 19% [============ ] 456/2308 19% [============ ] 457/2308 19% [============ ] 458/2308 19% [============ ] 459/2308 19% [============ ] 460/2308 19% [============ ] 461/2308 19% [============ ] 462/2308 20% [============ ] 463/2308 20% [============ ] 464/2308 20% [============ ] 465/2308 20% [============ ] 466/2308 20% [============ ] 467/2308 20% [============ ] 468/2308 20% [============ ] 469/2308 20% [============ ] 470/2308 20% [============ ] 471/2308 20% [============ ] 472/2308 20% [============ ] 473/2308 20% [============ ] 474/2308 20% [============ ] 475/2308 20% [============ ] 476/2308 20% [============ ] 477/2308 20% [============ ] 478/2308 20% [============ ] 479/2308 20% [============ ] 480/2308 20% [============ ] 481/2308 20% [============ ] 482/2308 20% [============ ] 483/2308 20% [============= ] 484/2308 20% [============= ] 485/2308 21% [============= ] 486/2308 21% [============= ] 487/2308 21% [============= ] 488/2308 21% [============= ] 489/2308 21% [============= ] 490/2308 21% [============= ] 491/2308 21% [============= ] 492/2308 21% [============= ] 493/2308 21% [============= ] 494/2308 21% [============= ] 495/2308 21% [============= ] 496/2308 21% [============= ] 497/2308 21% [============= ] 498/2308 21% [============= ] 499/2308 21% [============= ] 500/2308 21% [============= ] 501/2308 21% [============= ] 502/2308 21% [============= ] 503/2308 21% [============= ] 504/2308 21% [============= ] 505/2308 21% [============= ] 506/2308 21% [============= ] 507/2308 21% [============= ] 508/2308 22% [============= ] 509/2308 22% [============= ] 510/2308 22% [============= ] 511/2308 22% [============= ] 512/2308 22% [============= ] 513/2308 22% [============= ] 514/2308 22% [============= ] 515/2308 22% [============= ] 516/2308 22% [============= ] 517/2308 22% [============= ] 518/2308 22% [============= ] 519/2308 22% [============= ] 520/2308 22% [============= ] 521/2308 22% [============== ] 522/2308 22% [============== ] 523/2308 22% [============== ] 524/2308 22% [============== ] 525/2308 22% [============== ] 526/2308 22% [============== ] 527/2308 22% [============== ] 528/2308 22% [============== ] 529/2308 22% [============== ] 530/2308 22% [============== ] 531/2308 23% [============== ] 532/2308 23% [============== ] 533/2308 23% [============== ] 534/2308 23% [============== ] 535/2308 23% [============== ] 536/2308 23% [============== ] 537/2308 23% [============== ] 538/2308 23% [============== ] 539/2308 23% [============== ] 540/2308 23% [============== ] 541/2308 23% [============== ] 542/2308 23% [============== ] 543/2308 23% [============== ] 544/2308 23% [============== ] 545/2308 23% [============== ] 546/2308 23% [============== ] 547/2308 23% [============== ] 548/2308 23% [============== ] 549/2308 23% [============== ] 550/2308 23% [============== ] 551/2308 23% [============== ] 552/2308 23% [============== ] 553/2308 23% [============== ] 554/2308 24% [============== ] 555/2308 24% [============== ] 556/2308 24% [============== ] 557/2308 24% [============== ] 558/2308 24% [=============== ] 559/2308 24% [=============== ] 560/2308 24% [=============== ] 561/2308 24% [=============== ] 562/2308 24% [=============== ] 563/2308 24% [=============== ] 564/2308 24% [=============== ] 565/2308 24% [=============== ] 566/2308 24% [=============== ] 567/2308 24% [=============== ] 568/2308 24% [=============== ] 569/2308 24% [=============== ] 570/2308 24% [=============== ] 571/2308 24% [=============== ] 572/2308 24% [=============== ] 573/2308 24% [=============== ] 574/2308 24% [=============== ] 575/2308 24% [=============== ] 576/2308 24% [=============== ] 577/2308 25% [=============== ] 578/2308 25% [=============== ] 579/2308 25% [=============== ] 580/2308 25% [=============== ] 581/2308 25% [=============== ] 582/2308 25% [=============== ] 583/2308 25% [=============== ] 584/2308 25% [=============== ] 585/2308 25% [=============== ] 586/2308 25% [=============== ] 587/2308 25% [=============== ] 588/2308 25% [=============== ] 589/2308 25% [=============== ] 590/2308 25% [=============== ] 591/2308 25% [=============== ] 592/2308 25% [=============== ] 593/2308 25% [=============== ] 594/2308 25% [=============== ] 595/2308 25% [================ ] 596/2308 25% [================ ] 597/2308 25% [================ ] 598/2308 25% [================ ] 599/2308 25% [================ ] 600/2308 25% [================ ] 601/2308 26% [================ ] 602/2308 26% [================ ] 603/2308 26% [================ ] 604/2308 26% [================ ] 605/2308 26% [================ ] 606/2308 26% [================ ] 607/2308 26% [================ ] 608/2308 26% [================ ] 609/2308 26% [================ ] 610/2308 26% [================ ] 611/2308 26% [================ ] 612/2308 26% [================ ] 613/2308 26% [================ ] 614/2308 26% [================ ] 615/2308 26% [================ ] 616/2308 26% [================ ] 617/2308 26% [================ ] 618/2308 26% [================ ] 619/2308 26% [================ ] 620/2308 26% [================ ] 621/2308 26% [================ ] 622/2308 26% [================ ] 623/2308 26% [================ ] 624/2308 27% [================ ] 625/2308 27% [================ ] 626/2308 27% [================ ] 627/2308 27% [================ ] 628/2308 27% [================ ] 629/2308 27% [================ ] 630/2308 27% [================ ] 631/2308 27% [================ ] 632/2308 27% [================= ] 633/2308 27% [================= ] 634/2308 27% [================= ] 635/2308 27% [================= ] 636/2308 27% [================= ] 637/2308 27% [================= ] 638/2308 27% [================= ] 639/2308 27% [================= ] 640/2308 27% [================= ] 641/2308 27% [================= ] 642/2308 27% [================= ] 643/2308 27% [================= ] 644/2308 27% [================= ] 645/2308 27% [================= ] 646/2308 27% [================= ] 647/2308 28% [================= ] 648/2308 28% [================= ] 649/2308 28% [================= ] 650/2308 28% [================= ] 651/2308 28% [================= ] 652/2308 28% [================= ] 653/2308 28% [================= ] 654/2308 28% [================= ] 655/2308 28% [================= ] 656/2308 28% [================= ] 657/2308 28% [================= ] 658/2308 28% [================= ] 659/2308 28% [================= ] 660/2308 28% [================= ] 661/2308 28% [================= ] 662/2308 28% [================= ] 663/2308 28% [================= ] 664/2308 28% [================= ] 665/2308 28% [================= ] 666/2308 28% [================= ] 667/2308 28% [================= ] 668/2308 28% [================= ] 669/2308 28% [================= ] 670/2308 29% [================== ] 671/2308 29% [================== ] 672/2308 29% [================== ] 673/2308 29% [================== ] 674/2308 29% [================== ] 675/2308 29% [================== ] 676/2308 29% [================== ] 677/2308 29% [================== ] 678/2308 29% [================== ] 679/2308 29% [================== ] 680/2308 29% [================== ] 681/2308 29% [================== ] 682/2308 29% [================== ] 683/2308 29% [================== ] 684/2308 29% [================== ] 685/2308 29% [================== ] 686/2308 29% [================== ] 687/2308 29% [================== ] 688/2308 29% [================== ] 689/2308 29% [================== ] 690/2308 29% [================== ] 691/2308 29% [================== ] 692/2308 29% [================== ] 693/2308 30% [================== ] 694/2308 30% [================== ] 695/2308 30% [================== ] 696/2308 30% [================== ] 697/2308 30% [================== ] 698/2308 30% [================== ] 699/2308 30% [================== ] 700/2308 30% [================== ] 701/2308 30% [================== ] 702/2308 30% [================== ] 703/2308 30% [================== ] 704/2308 30% [================== ] 705/2308 30% [================== ] 706/2308 30% [================== ] 707/2308 30% [=================== ] 708/2308 30% [=================== ] 709/2308 30% [=================== ] 710/2308 30% [=================== ] 711/2308 30% [=================== ] 712/2308 30% [=================== ] 713/2308 30% [=================== ] 714/2308 30% [=================== ] 715/2308 30% [=================== ] 716/2308 31% [=================== ] 717/2308 31% [=================== ] 718/2308 31% [=================== ] 719/2308 31% [=================== ] 720/2308 31% [=================== ] 721/2308 31% [=================== ] 722/2308 31% [=================== ] 723/2308 31% [=================== ] 724/2308 31% [=================== ] 725/2308 31% [=================== ] 726/2308 31% [=================== ] 727/2308 31% [=================== ] 728/2308 31% [=================== ] 729/2308 31% [=================== ] 730/2308 31% [=================== ] 731/2308 31% [=================== ] 732/2308 31% [=================== ] 733/2308 31% [=================== ] 734/2308 31% [=================== ] 735/2308 31% [=================== ] 736/2308 31% [=================== ] 737/2308 31% [=================== ] 738/2308 31% [=================== ] 739/2308 32% [=================== ] 740/2308 32% [=================== ] 741/2308 32% [=================== ] 742/2308 32% [=================== ] 743/2308 32% [=================== ] 744/2308 32% [==================== ] 745/2308 32% [==================== ] 746/2308 32% [==================== ] 747/2308 32% [==================== ] 748/2308 32% [==================== ] 749/2308 32% [==================== ] 750/2308 32% [==================== ] 751/2308 32% [==================== ] 752/2308 32% [==================== ] 753/2308 32% [==================== ] 754/2308 32% [==================== ] 755/2308 32% [==================== ] 756/2308 32% [==================== ] 757/2308 32% [==================== ] 758/2308 32% [==================== ] 759/2308 32% [==================== ] 760/2308 32% [==================== ] 761/2308 32% [==================== ] 762/2308 33% [==================== ] 763/2308 33% [==================== ] 764/2308 33% [==================== ] 765/2308 33% [==================== ] 766/2308 33% [==================== ] 767/2308 33% [==================== ] 768/2308 33% [==================== ] 769/2308 33% [==================== ] 770/2308 33% [==================== ] 771/2308 33% [==================== ] 772/2308 33% [==================== ] 773/2308 33% [==================== ] 774/2308 33% [==================== ] 775/2308 33% [==================== ] 776/2308 33% [==================== ] 777/2308 33% [==================== ] 778/2308 33% [==================== ] 779/2308 33% [==================== ] 780/2308 33% [==================== ] 781/2308 33% [===================== ] 782/2308 33% [===================== ] 783/2308 33% [===================== ] 784/2308 33% [===================== ] 785/2308 34% [===================== ] 786/2308 34% [===================== ] 787/2308 34% [===================== ] 788/2308 34% [===================== ] 789/2308 34% [===================== ] 790/2308 34% [===================== ] 791/2308 34% [===================== ] 792/2308 34% [===================== ] 793/2308 34% [===================== ] 794/2308 34% [===================== ] 795/2308 34% [===================== ] 796/2308 34% [===================== ] 797/2308 34% [===================== ] 798/2308 34% [===================== ] 799/2308 34% [===================== ] 800/2308 34% [===================== ] 801/2308 34% [===================== ] 802/2308 34% [===================== ] 803/2308 34% [===================== ] 804/2308 34% [===================== ] 805/2308 34% [===================== ] 806/2308 34% [===================== ] 807/2308 34% [===================== ] 808/2308 35% [===================== ] 809/2308 35% [===================== ] 810/2308 35% [===================== ] 811/2308 35% [===================== ] 812/2308 35% [===================== ] 813/2308 35% [===================== ] 814/2308 35% [===================== ] 815/2308 35% [===================== ] 816/2308 35% [===================== ] 817/2308 35% [===================== ] 818/2308 35% [====================== ] 819/2308 35% [====================== ] 820/2308 35% [====================== ] 821/2308 35% [====================== ] 822/2308 35% [====================== ] 823/2308 35% [====================== ] 824/2308 35% [====================== ] 825/2308 35% [====================== ] 826/2308 35% [====================== ] 827/2308 35% [====================== ] 828/2308 35% [====================== ] 829/2308 35% [====================== ] 830/2308 35% [====================== ] 831/2308 36% [====================== ] 832/2308 36% [====================== ] 833/2308 36% [====================== ] 834/2308 36% [====================== ] 835/2308 36% [====================== ] 836/2308 36% [====================== ] 837/2308 36% [====================== ] 838/2308 36% [====================== ] 839/2308 36% [====================== ] 840/2308 36% [====================== ] 841/2308 36% [====================== ] 842/2308 36% [====================== ] 843/2308 36% [====================== ] 844/2308 36% [====================== ] 845/2308 36% [====================== ] 846/2308 36% [====================== ] 847/2308 36% [====================== ] 848/2308 36% [====================== ] 849/2308 36% [====================== ] 850/2308 36% [====================== ] 851/2308 36% [====================== ] 852/2308 36% [====================== ] 853/2308 36% [====================== ] 854/2308 37% [====================== ] 855/2308 37% [====================== ] 856/2308 37% [======================= ] 857/2308 37% [======================= ] 858/2308 37% [======================= ] 859/2308 37% [======================= ] 860/2308 37% [======================= ] 861/2308 37% [======================= ] 862/2308 37% [======================= ] 863/2308 37% [======================= ] 864/2308 37% [======================= ] 865/2308 37% [======================= ] 866/2308 37% [======================= ] 867/2308 37% [======================= ] 868/2308 37% [======================= ] 869/2308 37% [======================= ] 870/2308 37% [======================= ] 871/2308 37% [======================= ] 872/2308 37% [======================= ] 873/2308 37% [======================= ] 874/2308 37% [======================= ] 875/2308 37% [======================= ] 876/2308 37% [======================= ] 877/2308 37% [======================= ] 878/2308 38% [======================= ] 879/2308 38% [======================= ] 880/2308 38% [======================= ] 881/2308 38% [======================= ] 882/2308 38% [======================= ] 883/2308 38% [======================= ] 884/2308 38% [======================= ] 885/2308 38% [======================= ] 886/2308 38% [======================= ] 887/2308 38% [======================= ] 888/2308 38% [======================= ] 889/2308 38% [======================= ] 890/2308 38% [======================= ] 891/2308 38% [======================= ] 892/2308 38% [======================= ] 893/2308 38% [======================== ] 894/2308 38% [======================== ] 895/2308 38% [======================== ] 896/2308 38% [======================== ] 897/2308 38% [======================== ] 898/2308 38% [======================== ] 899/2308 38% [======================== ] 900/2308 38% [======================== ] 901/2308 39% [======================== ] 902/2308 39% [======================== ] 903/2308 39% [======================== ] 904/2308 39% [======================== ] 905/2308 39% [======================== ] 906/2308 39% [======================== ] 907/2308 39% [======================== ] 908/2308 39% [======================== ] 909/2308 39% [======================== ] 910/2308 39% [======================== ] 911/2308 39% [======================== ] 912/2308 39% [======================== ] 913/2308 39% [======================== ] 914/2308 39% [======================== ] 915/2308 39% [======================== ] 916/2308 39% [======================== ] 917/2308 39% [======================== ] 918/2308 39% [======================== ] 919/2308 39% [======================== ] 920/2308 39% [======================== ] 921/2308 39% [======================== ] 922/2308 39% [======================== ] 923/2308 39% [======================== ] 924/2308 40% [======================== ] 925/2308 40% [======================== ] 926/2308 40% [======================== ] 927/2308 40% [======================== ] 928/2308 40% [======================== ] 929/2308 40% [======================== ] 930/2308 40% [========================= ] 931/2308 40% [========================= ] 932/2308 40% [========================= ] 933/2308 40% [========================= ] 934/2308 40% [========================= ] 935/2308 40% [========================= ] 936/2308 40% [========================= ] 937/2308 40% [========================= ] 938/2308 40% [========================= ] 939/2308 40% [========================= ] 940/2308 40% [========================= ] 941/2308 40% [========================= ] 942/2308 40% [========================= ] 943/2308 40% [========================= ] 944/2308 40% [========================= ] 945/2308 40% [========================= ] 946/2308 40% [========================= ] 947/2308 41% [========================= ] 948/2308 41% [========================= ] 949/2308 41% [========================= ] 950/2308 41% [========================= ] 951/2308 41% [========================= ] 952/2308 41% [========================= ] 953/2308 41% [========================= ] 954/2308 41% [========================= ] 955/2308 41% [========================= ] 956/2308 41% [========================= ] 957/2308 41% [========================= ] 958/2308 41% [========================= ] 959/2308 41% [========================= ] 960/2308 41% [========================= ] 961/2308 41% [========================= ] 962/2308 41% [========================= ] 963/2308 41% [========================= ] 964/2308 41% [========================= ] 965/2308 41% [========================= ] 966/2308 41% [========================= ] 967/2308 41% [========================== ] 968/2308 41% [========================== ] 969/2308 41% [========================== ] 970/2308 42% [========================== ] 971/2308 42% [========================== ] 972/2308 42% [========================== ] 973/2308 42% [========================== ] 974/2308 42% [========================== ] 975/2308 42% [========================== ] 976/2308 42% [========================== ] 977/2308 42% [========================== ] 978/2308 42% [========================== ] 979/2308 42% [========================== ] 980/2308 42% [========================== ] 981/2308 42% [========================== ] 982/2308 42% [========================== ] 983/2308 42% [========================== ] 984/2308 42% [========================== ] 985/2308 42% [========================== ] 986/2308 42% [========================== ] 987/2308 42% [========================== ] 988/2308 42% [========================== ] 989/2308 42% [========================== ] 990/2308 42% [========================== ] 991/2308 42% [========================== ] 992/2308 42% [========================== ] 993/2308 43% [========================== ] 994/2308 43% [========================== ] 995/2308 43% [========================== ] 996/2308 43% [========================== ] 997/2308 43% [========================== ] 998/2308 43% [========================== ] 999/2308 43% [========================== ] 1000/2308 43% [========================== ] 1001/2308 43% [========================== ] 1002/2308 43% [========================== ] 1003/2308 43% [========================== ] 1004/2308 43% [========================== ] 1005/2308 43% [=========================== ] 1006/2308 43% [=========================== ] 1007/2308 43% [=========================== ] 1008/2308 43% [=========================== ] 1009/2308 43% [=========================== ] 1010/2308 43% [=========================== ] 1011/2308 43% [=========================== ] 1012/2308 43% [=========================== ] 1013/2308 43% [=========================== ] 1014/2308 43% [=========================== ] 1015/2308 43% [=========================== ] 1016/2308 44% [=========================== ] 1017/2308 44% [=========================== ] 1018/2308 44% [=========================== ] 1019/2308 44% [=========================== ] 1020/2308 44% [=========================== ] 1021/2308 44% [=========================== ] 1022/2308 44% [=========================== ] 1023/2308 44% [=========================== ] 1024/2308 44% [=========================== ] 1025/2308 44% [=========================== ] 1026/2308 44% [=========================== ] 1027/2308 44% [=========================== ] 1028/2308 44% [=========================== ] 1029/2308 44% [=========================== ] 1030/2308 44% [=========================== ] 1031/2308 44% [=========================== ] 1032/2308 44% [=========================== ] 1033/2308 44% [=========================== ] 1034/2308 44% [=========================== ] 1035/2308 44% [=========================== ] 1036/2308 44% [=========================== ] 1037/2308 44% [=========================== ] 1038/2308 44% [=========================== ] 1039/2308 45% [=========================== ] 1040/2308 45% [=========================== ] 1041/2308 45% [=========================== ] 1042/2308 45% [============================ ] 1043/2308 45% [============================ ] 1044/2308 45% [============================ ] 1045/2308 45% [============================ ] 1046/2308 45% [============================ ] 1047/2308 45% [============================ ] 1048/2308 45% [============================ ] 1049/2308 45% [============================ ] 1050/2308 45% [============================ ] 1051/2308 45% [============================ ] 1052/2308 45% [============================ ] 1053/2308 45% [============================ ] 1054/2308 45% [============================ ] 1055/2308 45% [============================ ] 1056/2308 45% [============================ ] 1057/2308 45% [============================ ] 1058/2308 45% [============================ ] 1059/2308 45% [============================ ] 1060/2308 45% [============================ ] 1061/2308 45% [============================ ] 1062/2308 46% [============================ ] 1063/2308 46% [============================ ] 1064/2308 46% [============================ ] 1065/2308 46% [============================ ] 1066/2308 46% [============================ ] 1067/2308 46% [============================ ] 1068/2308 46% [============================ ] 1069/2308 46% [============================ ] 1070/2308 46% [============================ ] 1071/2308 46% [============================ ] 1072/2308 46% [============================ ] 1073/2308 46% [============================ ] 1074/2308 46% [============================ ] 1075/2308 46% [============================ ] 1076/2308 46% [============================ ] 1077/2308 46% [============================ ] 1078/2308 46% [============================ ] 1079/2308 46% [============================= ] 1080/2308 46% [============================= ] 1081/2308 46% [============================= ] 1082/2308 46% [============================= ] 1083/2308 46% [============================= ] 1084/2308 46% [============================= ] 1085/2308 47% [============================= ] 1086/2308 47% [============================= ] 1087/2308 47% [============================= ] 1088/2308 47% [============================= ] 1089/2308 47% [============================= ] 1090/2308 47% [============================= ] 1091/2308 47% [============================= ] 1092/2308 47% [============================= ] 1093/2308 47% [============================= ] 1094/2308 47% [============================= ] 1095/2308 47% [============================= ] 1096/2308 47% [============================= ] 1097/2308 47% [============================= ] 1098/2308 47% [============================= ] 1099/2308 47% [============================= ] 1100/2308 47% [============================= ] 1101/2308 47% [============================= ] 1102/2308 47% [============================= ] 1103/2308 47% [============================= ] 1104/2308 47% [============================= ] 1105/2308 47% [============================= ] 1106/2308 47% [============================= ] 1107/2308 47% [============================= ] 1108/2308 48% [============================= ] 1109/2308 48% [============================= ] 1110/2308 48% [============================= ] 1111/2308 48% [============================= ] 1112/2308 48% [============================= ] 1113/2308 48% [============================= ] 1114/2308 48% [============================= ] 1115/2308 48% [============================= ] 1116/2308 48% [============================== ] 1117/2308 48% [============================== ] 1118/2308 48% [============================== ] 1119/2308 48% [============================== ] 1120/2308 48% [============================== ] 1121/2308 48% [============================== ] 1122/2308 48% [============================== ] 1123/2308 48% [============================== ] 1124/2308 48% [============================== ] 1125/2308 48% [============================== ] 1126/2308 48% [============================== ] 1127/2308 48% [============================== ] 1128/2308 48% [============================== ] 1129/2308 48% [============================== ] 1130/2308 48% [============================== ] 1131/2308 49% [============================== ] 1132/2308 49% [============================== ] 1133/2308 49% [============================== ] 1134/2308 49% [============================== ] 1135/2308 49% [============================== ] 1136/2308 49% [============================== ] 1137/2308 49% [============================== ] 1138/2308 49% [============================== ] 1139/2308 49% [============================== ] 1140/2308 49% [============================== ] 1141/2308 49% [============================== ] 1142/2308 49% [============================== ] 1143/2308 49% [============================== ] 1144/2308 49% [============================== ] 1145/2308 49% [============================== ] 1146/2308 49% [============================== ] 1147/2308 49% [============================== ] 1148/2308 49% [============================== ] 1149/2308 49% [============================== ] 1150/2308 49% [============================== ] 1151/2308 49% [============================== ] 1152/2308 49% [============================== ] 1153/2308 49% [=============================== ] 1154/2308 50% [=============================== ] 1155/2308 50% [=============================== ] 1156/2308 50% [=============================== ] 1157/2308 50% [=============================== ] 1158/2308 50% [=============================== ] 1159/2308 50% [=============================== ] 1160/2308 50% [=============================== ] 1161/2308 50% [=============================== ] 1162/2308 50% [=============================== ] 1163/2308 50% [=============================== ] 1164/2308 50% [=============================== ] 1165/2308 50% [=============================== ] 1166/2308 50% [=============================== ] 1167/2308 50% [=============================== ] 1168/2308 50% [=============================== ] 1169/2308 50% [=============================== ] 1170/2308 50% [=============================== ] 1171/2308 50% [=============================== ] 1172/2308 50% [=============================== ] 1173/2308 50% [=============================== ] 1174/2308 50% [=============================== ] 1175/2308 50% [=============================== ] 1176/2308 50% [=============================== ] 1177/2308 50% [=============================== ] 1178/2308 51% [=============================== ] 1179/2308 51% [=============================== ] 1180/2308 51% [=============================== ] 1181/2308 51% [=============================== ] 1182/2308 51% [=============================== ] 1183/2308 51% [=============================== ] 1184/2308 51% [=============================== ] 1185/2308 51% [=============================== ] 1186/2308 51% [=============================== ] 1187/2308 51% [=============================== ] 1188/2308 51% [=============================== ] 1189/2308 51% [=============================== ] 1190/2308 51% [=============================== ] 1191/2308 51% [================================ ] 1192/2308 51% [================================ ] 1193/2308 51% [================================ ] 1194/2308 51% [================================ ] 1195/2308 51% [================================ ] 1196/2308 51% [================================ ] 1197/2308 51% [================================ ] 1198/2308 51% [================================ ] 1199/2308 51% [================================ ] 1200/2308 51% [================================ ] 1201/2308 52% [================================ ] 1202/2308 52% [================================ ] 1203/2308 52% [================================ ] 1204/2308 52% [================================ ] 1205/2308 52% [================================ ] 1206/2308 52% [================================ ] 1207/2308 52% [================================ ] 1208/2308 52% [================================ ] 1209/2308 52% [================================ ] 1210/2308 52% [================================ ] 1211/2308 52% [================================ ] 1212/2308 52% [================================ ] 1213/2308 52% [================================ ] 1214/2308 52% [================================ ] 1215/2308 52% [================================ ] 1216/2308 52% [================================ ] 1217/2308 52% [================================ ] 1218/2308 52% [================================ ] 1219/2308 52% [================================ ] 1220/2308 52% [================================ ] 1221/2308 52% [================================ ] 1222/2308 52% [================================ ] 1223/2308 52% [================================ ] 1224/2308 53% [================================ ] 1225/2308 53% [================================ ] 1226/2308 53% [================================ ] 1227/2308 53% [================================ ] 1228/2308 53% [================================= ] 1229/2308 53% [================================= ] 1230/2308 53% [================================= ] 1231/2308 53% [================================= ] 1232/2308 53% [================================= ] 1233/2308 53% [================================= ] 1234/2308 53% [================================= ] 1235/2308 53% [================================= ] 1236/2308 53% [================================= ] 1237/2308 53% [================================= ] 1238/2308 53% [================================= ] 1239/2308 53% [================================= ] 1240/2308 53% [================================= ] 1241/2308 53% [================================= ] 1242/2308 53% [================================= ] 1243/2308 53% [================================= ] 1244/2308 53% [================================= ] 1245/2308 53% [================================= ] 1246/2308 53% [================================= ] 1247/2308 54% [================================= ] 1248/2308 54% [================================= ] 1249/2308 54% [================================= ] 1250/2308 54% [================================= ] 1251/2308 54% [================================= ] 1252/2308 54% [================================= ] 1253/2308 54% [================================= ] 1254/2308 54% [================================= ] 1255/2308 54% [================================= ] 1256/2308 54% [================================= ] 1257/2308 54% [================================= ] 1258/2308 54% [================================= ] 1259/2308 54% [================================= ] 1260/2308 54% [================================= ] 1261/2308 54% [================================= ] 1262/2308 54% [================================= ] 1263/2308 54% [================================= ] 1264/2308 54% [================================= ] 1265/2308 54% [================================== ] 1266/2308 54% [================================== ] 1267/2308 54% [================================== ] 1268/2308 54% [================================== ] 1269/2308 54% [================================== ] 1270/2308 55% [================================== ] 1271/2308 55% [================================== ] 1272/2308 55% [================================== ] 1273/2308 55% [================================== ] 1274/2308 55% [================================== ] 1275/2308 55% [================================== ] 1276/2308 55% [================================== ] 1277/2308 55% [================================== ] 1278/2308 55% [================================== ] 1279/2308 55% [================================== ] 1280/2308 55% [================================== ] 1281/2308 55% [================================== ] 1282/2308 55% [================================== ] 1283/2308 55% [================================== ] 1284/2308 55% [================================== ] 1285/2308 55% [================================== ] 1286/2308 55% [================================== ] 1287/2308 55% [================================== ] 1288/2308 55% [================================== ] 1289/2308 55% [================================== ] 1290/2308 55% [================================== ] 1291/2308 55% [================================== ] 1292/2308 55% [================================== ] 1293/2308 56% [================================== ] 1294/2308 56% [================================== ] 1295/2308 56% [================================== ] 1296/2308 56% [================================== ] 1297/2308 56% [================================== ] 1298/2308 56% [================================== ] 1299/2308 56% [================================== ] 1300/2308 56% [================================== ] 1301/2308 56% [================================== ] 1302/2308 56% [=================================== ] 1303/2308 56% [=================================== ] 1304/2308 56% [=================================== ] 1305/2308 56% [=================================== ] 1306/2308 56% [=================================== ] 1307/2308 56% [=================================== ] 1308/2308 56% [=================================== ] 1309/2308 56% [=================================== ] 1310/2308 56% [=================================== ] 1311/2308 56% [=================================== ] 1312/2308 56% [=================================== ] 1313/2308 56% [=================================== ] 1314/2308 56% [=================================== ] 1315/2308 56% [=================================== ] 1316/2308 57% [=================================== ] 1317/2308 57% [=================================== ] 1318/2308 57% [=================================== ] 1319/2308 57% [=================================== ] 1320/2308 57% [=================================== ] 1321/2308 57% [=================================== ] 1322/2308 57% [=================================== ] 1323/2308 57% [=================================== ] 1324/2308 57% [=================================== ] 1325/2308 57% [=================================== ] 1326/2308 57% [=================================== ] 1327/2308 57% [=================================== ] 1328/2308 57% [=================================== ] 1329/2308 57% [=================================== ] 1330/2308 57% [=================================== ] 1331/2308 57% [=================================== ] 1332/2308 57% [=================================== ] 1333/2308 57% [=================================== ] 1334/2308 57% [=================================== ] 1335/2308 57% [=================================== ] 1336/2308 57% [=================================== ] 1337/2308 57% [=================================== ] 1338/2308 57% [=================================== ] 1339/2308 58% [=================================== ] 1340/2308 58% [==================================== ] 1341/2308 58% [==================================== ] 1342/2308 58% [==================================== ] 1343/2308 58% [==================================== ] 1344/2308 58% [==================================== ] 1345/2308 58% [==================================== ] 1346/2308 58% [==================================== ] 1347/2308 58% [==================================== ] 1348/2308 58% [==================================== ] 1349/2308 58% [==================================== ] 1350/2308 58% [==================================== ] 1351/2308 58% [==================================== ] 1352/2308 58% [==================================== ] 1353/2308 58% [==================================== ] 1354/2308 58% [==================================== ] 1355/2308 58% [==================================== ] 1356/2308 58% [==================================== ] 1357/2308 58% [==================================== ] 1358/2308 58% [==================================== ] 1359/2308 58% [==================================== ] 1360/2308 58% [==================================== ] 1361/2308 58% [==================================== ] 1362/2308 59% [==================================== ] 1363/2308 59% [==================================== ] 1364/2308 59% [==================================== ] 1365/2308 59% [==================================== ] 1366/2308 59% [==================================== ] 1367/2308 59% [==================================== ] 1368/2308 59% [==================================== ] 1369/2308 59% [==================================== ] 1370/2308 59% [==================================== ] 1371/2308 59% [==================================== ] 1372/2308 59% [==================================== ] 1373/2308 59% [==================================== ] 1374/2308 59% [==================================== ] 1375/2308 59% [==================================== ] 1376/2308 59% [==================================== ] 1377/2308 59% [===================================== ] 1378/2308 59% [===================================== ] 1379/2308 59% [===================================== ] 1380/2308 59% [===================================== ] 1381/2308 59% [===================================== ] 1382/2308 59% [===================================== ] 1383/2308 59% [===================================== ] 1384/2308 59% [===================================== ] 1385/2308 60% [===================================== ] 1386/2308 60% [===================================== ] 1387/2308 60% [===================================== ] 1388/2308 60% [===================================== ] 1389/2308 60% [===================================== ] 1390/2308 60% [===================================== ] 1391/2308 60% [===================================== ] 1392/2308 60% [===================================== ] 1393/2308 60% [===================================== ] 1394/2308 60% [===================================== ] 1395/2308 60% [===================================== ] 1396/2308 60% [===================================== ] 1397/2308 60% [===================================== ] 1398/2308 60% [===================================== ] 1399/2308 60% [===================================== ] 1400/2308 60% [===================================== ] 1401/2308 60% [===================================== ] 1402/2308 60% [===================================== ] 1403/2308 60% [===================================== ] 1404/2308 60% [===================================== ] 1405/2308 60% [===================================== ] 1406/2308 60% [===================================== ] 1407/2308 60% [===================================== ] 1408/2308 61% [===================================== ] 1409/2308 61% [===================================== ] 1410/2308 61% [===================================== ] 1411/2308 61% [===================================== ] 1412/2308 61% [===================================== ] 1413/2308 61% [===================================== ] 1414/2308 61% [====================================== ] 1415/2308 61% [====================================== ] 1416/2308 61% [====================================== ] 1417/2308 61% [====================================== ] 1418/2308 61% [====================================== ] 1419/2308 61% [====================================== ] 1420/2308 61% [====================================== ] 1421/2308 61% [====================================== ] 1422/2308 61% [====================================== ] 1423/2308 61% [====================================== ] 1424/2308 61% [====================================== ] 1425/2308 61% [====================================== ] 1426/2308 61% [====================================== ] 1427/2308 61% [====================================== ] 1428/2308 61% [====================================== ] 1429/2308 61% [====================================== ] 1430/2308 61% [====================================== ] 1431/2308 62% [====================================== ] 1432/2308 62% [====================================== ] 1433/2308 62% [====================================== ] 1434/2308 62% [====================================== ] 1435/2308 62% [====================================== ] 1436/2308 62% [====================================== ] 1437/2308 62% [====================================== ] 1438/2308 62% [====================================== ] 1439/2308 62% [====================================== ] 1440/2308 62% [====================================== ] 1441/2308 62% [====================================== ] 1442/2308 62% [====================================== ] 1443/2308 62% [====================================== ] 1444/2308 62% [====================================== ] 1445/2308 62% [====================================== ] 1446/2308 62% [====================================== ] 1447/2308 62% [====================================== ] 1448/2308 62% [====================================== ] 1449/2308 62% [====================================== ] 1450/2308 62% [====================================== ] 1451/2308 62% [======================================= ] 1452/2308 62% [======================================= ] 1453/2308 62% [======================================= ] 1454/2308 62% [======================================= ] 1455/2308 63% [======================================= ] 1456/2308 63% [======================================= ] 1457/2308 63% [======================================= ] 1458/2308 63% [======================================= ] 1459/2308 63% [======================================= ] 1460/2308 63% [======================================= ] 1461/2308 63% [======================================= ] 1462/2308 63% [======================================= ] 1463/2308 63% [======================================= ] 1464/2308 63% [======================================= ] 1465/2308 63% [======================================= ] 1466/2308 63% [======================================= ] 1467/2308 63% [======================================= ] 1468/2308 63% [======================================= ] 1469/2308 63% [======================================= ] 1470/2308 63% [======================================= ] 1471/2308 63% [======================================= ] 1472/2308 63% [======================================= ] 1473/2308 63% [======================================= ] 1474/2308 63% [======================================= ] 1475/2308 63% [======================================= ] 1476/2308 63% [======================================= ] 1477/2308 63% [======================================= ] 1478/2308 64% [======================================= ] 1479/2308 64% [======================================= ] 1480/2308 64% [======================================= ] 1481/2308 64% [======================================= ] 1482/2308 64% [======================================= ] 1483/2308 64% [======================================= ] 1484/2308 64% [======================================= ] 1485/2308 64% [======================================= ] 1486/2308 64% [======================================= ] 1487/2308 64% [======================================= ] 1488/2308 64% [======================================= ] 1489/2308 64% [======================================== ] 1490/2308 64% [======================================== ] 1491/2308 64% [======================================== ] 1492/2308 64% [======================================== ] 1493/2308 64% [======================================== ] 1494/2308 64% [======================================== ] 1495/2308 64% [======================================== ] 1496/2308 64% [======================================== ] 1497/2308 64% [======================================== ] 1498/2308 64% [======================================== ] 1499/2308 64% [======================================== ] 1500/2308 64% [======================================== ] 1501/2308 65% [======================================== ] 1502/2308 65% [======================================== ] 1503/2308 65% [======================================== ] 1504/2308 65% [======================================== ] 1505/2308 65% [======================================== ] 1506/2308 65% [======================================== ] 1507/2308 65% [======================================== ] 1508/2308 65% [======================================== ] 1509/2308 65% [======================================== ] 1510/2308 65% [======================================== ] 1511/2308 65% [======================================== ] 1512/2308 65% [======================================== ] 1513/2308 65% [======================================== ] 1514/2308 65% [======================================== ] 1515/2308 65% [======================================== ] 1516/2308 65% [======================================== ] 1517/2308 65% [======================================== ] 1518/2308 65% [======================================== ] 1519/2308 65% [======================================== ] 1520/2308 65% [======================================== ] 1521/2308 65% [======================================== ] 1522/2308 65% [======================================== ] 1523/2308 65% [======================================== ] 1524/2308 66% [======================================== ] 1525/2308 66% [======================================== ] 1526/2308 66% [========================================= ] 1527/2308 66% [========================================= ] 1528/2308 66% [========================================= ] 1529/2308 66% [========================================= ] 1530/2308 66% [========================================= ] 1531/2308 66% [========================================= ] 1532/2308 66% [========================================= ] 1533/2308 66% [========================================= ] 1534/2308 66% [========================================= ] 1535/2308 66% [========================================= ] 1536/2308 66% [========================================= ] 1537/2308 66% [========================================= ] 1538/2308 66% [========================================= ] 1539/2308 66% [========================================= ] 1540/2308 66% [========================================= ] 1541/2308 66% [========================================= ] 1542/2308 66% [========================================= ] 1543/2308 66% [========================================= ] 1544/2308 66% [========================================= ] 1545/2308 66% [========================================= ] 1546/2308 66% [========================================= ] 1547/2308 67% [========================================= ] 1548/2308 67% [========================================= ] 1549/2308 67% [========================================= ] 1550/2308 67% [========================================= ] 1551/2308 67% [========================================= ] 1552/2308 67% [========================================= ] 1553/2308 67% [========================================= ] 1554/2308 67% [========================================= ] 1555/2308 67% [========================================= ] 1556/2308 67% [========================================= ] 1557/2308 67% [========================================= ] 1558/2308 67% [========================================= ] 1559/2308 67% [========================================= ] 1560/2308 67% [========================================= ] 1561/2308 67% [========================================= ] 1562/2308 67% [========================================= ] 1563/2308 67% [========================================== ] 1564/2308 67% [========================================== ] 1565/2308 67% [========================================== ] 1566/2308 67% [========================================== ] 1567/2308 67% [========================================== ] 1568/2308 67% [========================================== ] 1569/2308 67% [========================================== ] 1570/2308 68% [========================================== ] 1571/2308 68% [========================================== ] 1572/2308 68% [========================================== ] 1573/2308 68% [========================================== ] 1574/2308 68% [========================================== ] 1575/2308 68% [========================================== ] 1576/2308 68% [========================================== ] 1577/2308 68% [========================================== ] 1578/2308 68% [========================================== ] 1579/2308 68% [========================================== ] 1580/2308 68% [========================================== ] 1581/2308 68% [========================================== ] 1582/2308 68% [========================================== ] 1583/2308 68% [========================================== ] 1584/2308 68% [========================================== ] 1585/2308 68% [========================================== ] 1586/2308 68% [========================================== ] 1587/2308 68% [========================================== ] 1588/2308 68% [========================================== ] 1589/2308 68% [========================================== ] 1590/2308 68% [========================================== ] 1591/2308 68% [========================================== ] 1592/2308 68% [========================================== ] 1593/2308 69% [========================================== ] 1594/2308 69% [========================================== ] 1595/2308 69% [========================================== ] 1596/2308 69% [========================================== ] 1597/2308 69% [========================================== ] 1598/2308 69% [========================================== ] 1599/2308 69% [========================================== ] 1600/2308 69% [=========================================== ] 1601/2308 69% [=========================================== ] 1602/2308 69% [=========================================== ] 1603/2308 69% [=========================================== ] 1604/2308 69% [=========================================== ] 1605/2308 69% [=========================================== ] 1606/2308 69% [=========================================== ] 1607/2308 69% [=========================================== ] 1608/2308 69% [=========================================== ] 1609/2308 69% [=========================================== ] 1610/2308 69% [=========================================== ] 1611/2308 69% [=========================================== ] 1612/2308 69% [=========================================== ] 1613/2308 69% [=========================================== ] 1614/2308 69% [=========================================== ] 1615/2308 69% [=========================================== ] 1616/2308 70% [=========================================== ] 1617/2308 70% [=========================================== ] 1618/2308 70% [=========================================== ] 1619/2308 70% [=========================================== ] 1620/2308 70% [=========================================== ] 1621/2308 70% [=========================================== ] 1622/2308 70% [=========================================== ] 1623/2308 70% [=========================================== ] 1624/2308 70% [=========================================== ] 1625/2308 70% [=========================================== ] 1626/2308 70% [=========================================== ] 1627/2308 70% [=========================================== ] 1628/2308 70% [=========================================== ] 1629/2308 70% [=========================================== ] 1630/2308 70% [=========================================== ] 1631/2308 70% [=========================================== ] 1632/2308 70% [=========================================== ] 1633/2308 70% [=========================================== ] 1634/2308 70% [=========================================== ] 1635/2308 70% [=========================================== ] 1636/2308 70% [=========================================== ] 1637/2308 70% [============================================ ] 1638/2308 70% [============================================ ] 1639/2308 71% [============================================ ] 1640/2308 71% [============================================ ] 1641/2308 71% [============================================ ] 1642/2308 71% [============================================ ] 1643/2308 71% [============================================ ] 1644/2308 71% [============================================ ] 1645/2308 71% [============================================ ] 1646/2308 71% [============================================ ] 1647/2308 71% [============================================ ] 1648/2308 71% [============================================ ] 1649/2308 71% [============================================ ] 1650/2308 71% [============================================ ] 1651/2308 71% [============================================ ] 1652/2308 71% [============================================ ] 1653/2308 71% [============================================ ] 1654/2308 71% [============================================ ] 1655/2308 71% [============================================ ] 1656/2308 71% [============================================ ] 1657/2308 71% [============================================ ] 1658/2308 71% [============================================ ] 1659/2308 71% [============================================ ] 1660/2308 71% [============================================ ] 1661/2308 71% [============================================ ] 1662/2308 72% [============================================ ] 1663/2308 72% [============================================ ] 1664/2308 72% [============================================ ] 1665/2308 72% [============================================ ] 1666/2308 72% [============================================ ] 1667/2308 72% [============================================ ] 1668/2308 72% [============================================ ] 1669/2308 72% [============================================ ] 1670/2308 72% [============================================ ] 1671/2308 72% [============================================ ] 1672/2308 72% [============================================ ] 1673/2308 72% [============================================ ] 1674/2308 72% [============================================ ] 1675/2308 72% [============================================= ] 1676/2308 72% [============================================= ] 1677/2308 72% [============================================= ] 1678/2308 72% [============================================= ] 1679/2308 72% [============================================= ] 1680/2308 72% [============================================= ] 1681/2308 72% [============================================= ] 1682/2308 72% [============================================= ] 1683/2308 72% [============================================= ] 1684/2308 72% [============================================= ] 1685/2308 73% [============================================= ] 1686/2308 73% [============================================= ] 1687/2308 73% [============================================= ] 1688/2308 73% [============================================= ] 1689/2308 73% [============================================= ] 1690/2308 73% [============================================= ] 1691/2308 73% [============================================= ] 1692/2308 73% [============================================= ] 1693/2308 73% [============================================= ] 1694/2308 73% [============================================= ] 1695/2308 73% [============================================= ] 1696/2308 73% [============================================= ] 1697/2308 73% [============================================= ] 1698/2308 73% [============================================= ] 1699/2308 73% [============================================= ] 1700/2308 73% [============================================= ] 1701/2308 73% [============================================= ] 1702/2308 73% [============================================= ] 1703/2308 73% [============================================= ] 1704/2308 73% [============================================= ] 1705/2308 73% [============================================= ] 1706/2308 73% [============================================= ] 1707/2308 73% [============================================= ] 1708/2308 74% [============================================= ] 1709/2308 74% [============================================= ] 1710/2308 74% [============================================= ] 1711/2308 74% [============================================= ] 1712/2308 74% [============================================== ] 1713/2308 74% [============================================== ] 1714/2308 74% [============================================== ] 1715/2308 74% [============================================== ] 1716/2308 74% [============================================== ] 1717/2308 74% [============================================== ] 1718/2308 74% [============================================== ] 1719/2308 74% [============================================== ] 1720/2308 74% [============================================== ] 1721/2308 74% [============================================== ] 1722/2308 74% [============================================== ] 1723/2308 74% [============================================== ] 1724/2308 74% [============================================== ] 1725/2308 74% [============================================== ] 1726/2308 74% [============================================== ] 1727/2308 74% [============================================== ] 1728/2308 74% [============================================== ] 1729/2308 74% [============================================== ] 1730/2308 74% [============================================== ] 1731/2308 75% [============================================== ] 1732/2308 75% [============================================== ] 1733/2308 75% [============================================== ] 1734/2308 75% [============================================== ] 1735/2308 75% [============================================== ] 1736/2308 75% [============================================== ] 1737/2308 75% [============================================== ] 1738/2308 75% [============================================== ] 1739/2308 75% [============================================== ] 1740/2308 75% [============================================== ] 1741/2308 75% [============================================== ] 1742/2308 75% [============================================== ] 1743/2308 75% [============================================== ] 1744/2308 75% [============================================== ] 1745/2308 75% [============================================== ] 1746/2308 75% [============================================== ] 1747/2308 75% [============================================== ] 1748/2308 75% [============================================== ] 1749/2308 75% [=============================================== ] 1750/2308 75% [=============================================== ] 1751/2308 75% [=============================================== ] 1752/2308 75% [=============================================== ] 1753/2308 75% [=============================================== ] 1754/2308 75% [=============================================== ] 1755/2308 76% [=============================================== ] 1756/2308 76% [=============================================== ] 1757/2308 76% [=============================================== ] 1758/2308 76% [=============================================== ] 1759/2308 76% [=============================================== ] 1760/2308 76% [=============================================== ] 1761/2308 76% [=============================================== ] 1762/2308 76% [=============================================== ] 1763/2308 76% [=============================================== ] 1764/2308 76% [=============================================== ] 1765/2308 76% [=============================================== ] 1766/2308 76% [=============================================== ] 1767/2308 76% [=============================================== ] 1768/2308 76% [=============================================== ] 1769/2308 76% [=============================================== ] 1770/2308 76% [=============================================== ] 1771/2308 76% [=============================================== ] 1772/2308 76% [=============================================== ] 1773/2308 76% [=============================================== ] 1774/2308 76% [=============================================== ] 1775/2308 76% [=============================================== ] 1776/2308 76% [=============================================== ] 1777/2308 76% [=============================================== ] 1778/2308 77% [=============================================== ] 1779/2308 77% [=============================================== ] 1780/2308 77% [=============================================== ] 1781/2308 77% [=============================================== ] 1782/2308 77% [=============================================== ] 1783/2308 77% [=============================================== ] 1784/2308 77% [=============================================== ] 1785/2308 77% [=============================================== ] 1786/2308 77% [================================================ ] 1787/2308 77% [================================================ ] 1788/2308 77% [================================================ ] 1789/2308 77% [================================================ ] 1790/2308 77% [================================================ ] 1791/2308 77% [================================================ ] 1792/2308 77% [================================================ ] 1793/2308 77% [================================================ ] 1794/2308 77% [================================================ ] 1795/2308 77% [================================================ ] 1796/2308 77% [================================================ ] 1797/2308 77% [================================================ ] 1798/2308 77% [================================================ ] 1799/2308 77% [================================================ ] 1800/2308 77% [================================================ ] 1801/2308 78% [================================================ ] 1802/2308 78% [================================================ ] 1803/2308 78% [================================================ ] 1804/2308 78% [================================================ ] 1805/2308 78% [================================================ ] 1806/2308 78% [================================================ ] 1807/2308 78% [================================================ ] 1808/2308 78% [================================================ ] 1809/2308 78% [================================================ ] 1810/2308 78% [================================================ ] 1811/2308 78% [================================================ ] 1812/2308 78% [================================================ ] 1813/2308 78% [================================================ ] 1814/2308 78% [================================================ ] 1815/2308 78% [================================================ ] 1816/2308 78% [================================================ ] 1817/2308 78% [================================================ ] 1818/2308 78% [================================================ ] 1819/2308 78% [================================================ ] 1820/2308 78% [================================================ ] 1821/2308 78% [================================================ ] 1822/2308 78% [================================================ ] 1823/2308 78% [================================================ ] 1824/2308 79% [================================================= ] 1825/2308 79% [================================================= ] 1826/2308 79% [================================================= ] 1827/2308 79% [================================================= ] 1828/2308 79% [================================================= ] 1829/2308 79% [================================================= ] 1830/2308 79% [================================================= ] 1831/2308 79% [================================================= ] 1832/2308 79% [================================================= ] 1833/2308 79% [================================================= ] 1834/2308 79% [================================================= ] 1835/2308 79% [================================================= ] 1836/2308 79% [================================================= ] 1837/2308 79% [================================================= ] 1838/2308 79% [================================================= ] 1839/2308 79% [================================================= ] 1840/2308 79% [================================================= ] 1841/2308 79% [================================================= ] 1842/2308 79% [================================================= ] 1843/2308 79% [================================================= ] 1844/2308 79% [================================================= ] 1845/2308 79% [================================================= ] 1846/2308 79% [================================================= ] 1847/2308 80% [================================================= ] 1848/2308 80% [================================================= ] 1849/2308 80% [================================================= ] 1850/2308 80% [================================================= ] 1851/2308 80% [================================================= ] 1852/2308 80% [================================================= ] 1853/2308 80% [================================================= ] 1854/2308 80% [================================================= ] 1855/2308 80% [================================================= ] 1856/2308 80% [================================================= ] 1857/2308 80% [================================================= ] 1858/2308 80% [================================================= ] 1859/2308 80% [================================================= ] 1860/2308 80% [================================================= ] 1861/2308 80% [================================================== ] 1862/2308 80% [================================================== ] 1863/2308 80% [================================================== ] 1864/2308 80% [================================================== ] 1865/2308 80% [================================================== ] 1866/2308 80% [================================================== ] 1867/2308 80% [================================================== ] 1868/2308 80% [================================================== ] 1869/2308 80% [================================================== ] 1870/2308 81% [================================================== ] 1871/2308 81% [================================================== ] 1872/2308 81% [================================================== ] 1873/2308 81% [================================================== ] 1874/2308 81% [================================================== ] 1875/2308 81% [================================================== ] 1876/2308 81% [================================================== ] 1877/2308 81% [================================================== ] 1878/2308 81% [================================================== ] 1879/2308 81% [================================================== ] 1880/2308 81% [================================================== ] 1881/2308 81% [================================================== ] 1882/2308 81% [================================================== ] 1883/2308 81% [================================================== ] 1884/2308 81% [================================================== ] 1885/2308 81% [================================================== ] 1886/2308 81% [================================================== ] 1887/2308 81% [================================================== ] 1888/2308 81% [================================================== ] 1889/2308 81% [================================================== ] 1890/2308 81% [================================================== ] 1891/2308 81% [================================================== ] 1892/2308 81% [================================================== ] 1893/2308 82% [================================================== ] 1894/2308 82% [================================================== ] 1895/2308 82% [================================================== ] 1896/2308 82% [================================================== ] 1897/2308 82% [================================================== ] 1898/2308 82% [=================================================== ] 1899/2308 82% [=================================================== ] 1900/2308 82% [=================================================== ] 1901/2308 82% [=================================================== ] 1902/2308 82% [=================================================== ] 1903/2308 82% [=================================================== ] 1904/2308 82% [=================================================== ] 1905/2308 82% [=================================================== ] 1906/2308 82% [=================================================== ] 1907/2308 82% [=================================================== ] 1908/2308 82% [=================================================== ] 1909/2308 82% [=================================================== ] 1910/2308 82% [=================================================== ] 1911/2308 82% [=================================================== ] 1912/2308 82% [=================================================== ] 1913/2308 82% [=================================================== ] 1914/2308 82% [=================================================== ] 1915/2308 82% [=================================================== ] 1916/2308 83% [=================================================== ] 1917/2308 83% [=================================================== ] 1918/2308 83% [=================================================== ] 1919/2308 83% [=================================================== ] 1920/2308 83% [=================================================== ] 1921/2308 83% [=================================================== ] 1922/2308 83% [=================================================== ] 1923/2308 83% [=================================================== ] 1924/2308 83% [=================================================== ] 1925/2308 83% [=================================================== ] 1926/2308 83% [=================================================== ] 1927/2308 83% [=================================================== ] 1928/2308 83% [=================================================== ] 1929/2308 83% [=================================================== ] 1930/2308 83% [=================================================== ] 1931/2308 83% [=================================================== ] 1932/2308 83% [=================================================== ] 1933/2308 83% [=================================================== ] 1934/2308 83% [=================================================== ] 1935/2308 83% [==================================================== ] 1936/2308 83% [==================================================== ] 1937/2308 83% [==================================================== ] 1938/2308 83% [==================================================== ] 1939/2308 84% [==================================================== ] 1940/2308 84% [==================================================== ] 1941/2308 84% [==================================================== ] 1942/2308 84% [==================================================== ] 1943/2308 84% [==================================================== ] 1944/2308 84% [==================================================== ] 1945/2308 84% [==================================================== ] 1946/2308 84% [==================================================== ] 1947/2308 84% [==================================================== ] 1948/2308 84% [==================================================== ] 1949/2308 84% [==================================================== ] 1950/2308 84% [==================================================== ] 1951/2308 84% [==================================================== ] 1952/2308 84% [==================================================== ] 1953/2308 84% [==================================================== ] 1954/2308 84% [==================================================== ] 1955/2308 84% [==================================================== ] 1956/2308 84% [==================================================== ] 1957/2308 84% [==================================================== ] 1958/2308 84% [==================================================== ] 1959/2308 84% [==================================================== ] 1960/2308 84% [==================================================== ] 1961/2308 84% [==================================================== ] 1962/2308 85% [==================================================== ] 1963/2308 85% [==================================================== ] 1964/2308 85% [==================================================== ] 1965/2308 85% [==================================================== ] 1966/2308 85% [==================================================== ] 1967/2308 85% [==================================================== ] 1968/2308 85% [==================================================== ] 1969/2308 85% [==================================================== ] 1970/2308 85% [==================================================== ] 1971/2308 85% [==================================================== ] 1972/2308 85% [===================================================== ] 1973/2308 85% [===================================================== ] 1974/2308 85% [===================================================== ] 1975/2308 85% [===================================================== ] 1976/2308 85% [===================================================== ] 1977/2308 85% [===================================================== ] 1978/2308 85% [===================================================== ] 1979/2308 85% [===================================================== ] 1980/2308 85% [===================================================== ] 1981/2308 85% [===================================================== ] 1982/2308 85% [===================================================== ] 1983/2308 85% [===================================================== ] 1984/2308 85% [===================================================== ] 1985/2308 86% [===================================================== ] 1986/2308 86% [===================================================== ] 1987/2308 86% [===================================================== ] 1988/2308 86% [===================================================== ] 1989/2308 86% [===================================================== ] 1990/2308 86% [===================================================== ] 1991/2308 86% [===================================================== ] 1992/2308 86% [===================================================== ] 1993/2308 86% [===================================================== ] 1994/2308 86% [===================================================== ] 1995/2308 86% [===================================================== ] 1996/2308 86% [===================================================== ] 1997/2308 86% [===================================================== ] 1998/2308 86% [===================================================== ] 1999/2308 86% [===================================================== ] 2000/2308 86% [===================================================== ] 2001/2308 86% [===================================================== ] 2002/2308 86% [===================================================== ] 2003/2308 86% [===================================================== ] 2004/2308 86% [===================================================== ] 2005/2308 86% [===================================================== ] 2006/2308 86% [===================================================== ] 2007/2308 86% [===================================================== ] 2008/2308 87% [===================================================== ] 2009/2308 87% [===================================================== ] 2010/2308 87% [====================================================== ] 2011/2308 87% [====================================================== ] 2012/2308 87% [====================================================== ] 2013/2308 87% [====================================================== ] 2014/2308 87% [====================================================== ] 2015/2308 87% [====================================================== ] 2016/2308 87% [====================================================== ] 2017/2308 87% [====================================================== ] 2018/2308 87% [====================================================== ] 2019/2308 87% [====================================================== ] 2020/2308 87% [====================================================== ] 2021/2308 87% [====================================================== ] 2022/2308 87% [====================================================== ] 2023/2308 87% [====================================================== ] 2024/2308 87% [====================================================== ] 2025/2308 87% [====================================================== ] 2026/2308 87% [====================================================== ] 2027/2308 87% [====================================================== ] 2028/2308 87% [====================================================== ] 2029/2308 87% [====================================================== ] 2030/2308 87% [====================================================== ] 2031/2308 87% [====================================================== ] 2032/2308 88% [====================================================== ] 2033/2308 88% [====================================================== ] 2034/2308 88% [====================================================== ] 2035/2308 88% [====================================================== ] 2036/2308 88% [====================================================== ] 2037/2308 88% [====================================================== ] 2038/2308 88% [====================================================== ] 2039/2308 88% [====================================================== ] 2040/2308 88% [====================================================== ] 2041/2308 88% [====================================================== ] 2042/2308 88% [====================================================== ] 2043/2308 88% [====================================================== ] 2044/2308 88% [====================================================== ] 2045/2308 88% [====================================================== ] 2046/2308 88% [====================================================== ] 2047/2308 88% [======================================================= ] 2048/2308 88% [======================================================= ] 2049/2308 88% [======================================================= ] 2050/2308 88% [======================================================= ] 2051/2308 88% [======================================================= ] 2052/2308 88% [======================================================= ] 2053/2308 88% [======================================================= ] 2054/2308 88% [======================================================= ] 2055/2308 89% [======================================================= ] 2056/2308 89% [======================================================= ] 2057/2308 89% [======================================================= ] 2058/2308 89% [======================================================= ] 2059/2308 89% [======================================================= ] 2060/2308 89% [======================================================= ] 2061/2308 89% [======================================================= ] 2062/2308 89% [======================================================= ] 2063/2308 89% [======================================================= ] 2064/2308 89% [======================================================= ] 2065/2308 89% [======================================================= ] 2066/2308 89% [======================================================= ] 2067/2308 89% [======================================================= ] 2068/2308 89% [======================================================= ] 2069/2308 89% [======================================================= ] 2070/2308 89% [======================================================= ] 2071/2308 89% [======================================================= ] 2072/2308 89% [======================================================= ] 2073/2308 89% [======================================================= ] 2074/2308 89% [======================================================= ] 2075/2308 89% [======================================================= ] 2076/2308 89% [======================================================= ] 2077/2308 89% [======================================================= ] 2078/2308 90% [======================================================= ] 2079/2308 90% [======================================================= ] 2080/2308 90% [======================================================= ] 2081/2308 90% [======================================================= ] 2082/2308 90% [======================================================= ] 2083/2308 90% [======================================================= ] 2084/2308 90% [======================================================== ] 2085/2308 90% [======================================================== ] 2086/2308 90% [======================================================== ] 2087/2308 90% [======================================================== ] 2088/2308 90% [======================================================== ] 2089/2308 90% [======================================================== ] 2090/2308 90% [======================================================== ] 2091/2308 90% [======================================================== ] 2092/2308 90% [======================================================== ] 2093/2308 90% [======================================================== ] 2094/2308 90% [======================================================== ] 2095/2308 90% [======================================================== ] 2096/2308 90% [======================================================== ] 2097/2308 90% [======================================================== ] 2098/2308 90% [======================================================== ] 2099/2308 90% [======================================================== ] 2100/2308 90% [======================================================== ] 2101/2308 91% [======================================================== ] 2102/2308 91% [======================================================== ] 2103/2308 91% [======================================================== ] 2104/2308 91% [======================================================== ] 2105/2308 91% [======================================================== ] 2106/2308 91% [======================================================== ] 2107/2308 91% [======================================================== ] 2108/2308 91% [======================================================== ] 2109/2308 91% [======================================================== ] 2110/2308 91% [======================================================== ] 2111/2308 91% [======================================================== ] 2112/2308 91% [======================================================== ] 2113/2308 91% [======================================================== ] 2114/2308 91% [======================================================== ] 2115/2308 91% [======================================================== ] 2116/2308 91% [======================================================== ] 2117/2308 91% [======================================================== ] 2118/2308 91% [======================================================== ] 2119/2308 91% [======================================================== ] 2120/2308 91% [======================================================== ] 2121/2308 91% [========================================================= ] 2122/2308 91% [========================================================= ] 2123/2308 91% [========================================================= ] 2124/2308 92% [========================================================= ] 2125/2308 92% [========================================================= ] 2126/2308 92% [========================================================= ] 2127/2308 92% [========================================================= ] 2128/2308 92% [========================================================= ] 2129/2308 92% [========================================================= ] 2130/2308 92% [========================================================= ] 2131/2308 92% [========================================================= ] 2132/2308 92% [========================================================= ] 2133/2308 92% [========================================================= ] 2134/2308 92% [========================================================= ] 2135/2308 92% [========================================================= ] 2136/2308 92% [========================================================= ] 2137/2308 92% [========================================================= ] 2138/2308 92% [========================================================= ] 2139/2308 92% [========================================================= ] 2140/2308 92% [========================================================= ] 2141/2308 92% [========================================================= ] 2142/2308 92% [========================================================= ] 2143/2308 92% [========================================================= ] 2144/2308 92% [========================================================= ] 2145/2308 92% [========================================================= ] 2146/2308 92% [========================================================= ] 2147/2308 93% [========================================================= ] 2148/2308 93% [========================================================= ] 2149/2308 93% [========================================================= ] 2150/2308 93% [========================================================= ] 2151/2308 93% [========================================================= ] 2152/2308 93% [========================================================= ] 2153/2308 93% [========================================================= ] 2154/2308 93% [========================================================= ] 2155/2308 93% [========================================================= ] 2156/2308 93% [========================================================= ] 2157/2308 93% [========================================================= ] 2158/2308 93% [========================================================= ] 2159/2308 93% [========================================================== ] 2160/2308 93% [========================================================== ] 2161/2308 93% [========================================================== ] 2162/2308 93% [========================================================== ] 2163/2308 93% [========================================================== ] 2164/2308 93% [========================================================== ] 2165/2308 93% [========================================================== ] 2166/2308 93% [========================================================== ] 2167/2308 93% [========================================================== ] 2168/2308 93% [========================================================== ] 2169/2308 93% [========================================================== ] 2170/2308 94% [========================================================== ] 2171/2308 94% [========================================================== ] 2172/2308 94% [========================================================== ] 2173/2308 94% [========================================================== ] 2174/2308 94% [========================================================== ] 2175/2308 94% [========================================================== ] 2176/2308 94% [========================================================== ] 2177/2308 94% [========================================================== ] 2178/2308 94% [========================================================== ] 2179/2308 94% [========================================================== ] 2180/2308 94% [========================================================== ] 2181/2308 94% [========================================================== ] 2182/2308 94% [========================================================== ] 2183/2308 94% [========================================================== ] 2184/2308 94% [========================================================== ] 2185/2308 94% [========================================================== ] 2186/2308 94% [========================================================== ] 2187/2308 94% [========================================================== ] 2188/2308 94% [========================================================== ] 2189/2308 94% [========================================================== ] 2190/2308 94% [========================================================== ] 2191/2308 94% [========================================================== ] 2192/2308 94% [========================================================== ] 2193/2308 95% [========================================================== ] 2194/2308 95% [========================================================== ] 2195/2308 95% [========================================================== ] 2196/2308 95% [=========================================================== ] 2197/2308 95% [=========================================================== ] 2198/2308 95% [=========================================================== ] 2199/2308 95% [=========================================================== ] 2200/2308 95% [=========================================================== ] 2201/2308 95% [=========================================================== ] 2202/2308 95% [=========================================================== ] 2203/2308 95% [=========================================================== ] 2204/2308 95% [=========================================================== ] 2205/2308 95% [=========================================================== ] 2206/2308 95% [=========================================================== ] 2207/2308 95% [=========================================================== ] 2208/2308 95% [=========================================================== ] 2209/2308 95% [=========================================================== ] 2210/2308 95% [=========================================================== ] 2211/2308 95% [=========================================================== ] 2212/2308 95% [=========================================================== ] 2213/2308 95% [=========================================================== ] 2214/2308 95% [=========================================================== ] 2215/2308 95% [=========================================================== ] 2216/2308 96% [=========================================================== ] 2217/2308 96% [=========================================================== ] 2218/2308 96% [=========================================================== ] 2219/2308 96% [=========================================================== ] 2220/2308 96% [=========================================================== ] 2221/2308 96% [=========================================================== ] 2222/2308 96% [=========================================================== ] 2223/2308 96% [=========================================================== ] 2224/2308 96% [=========================================================== ] 2225/2308 96% [=========================================================== ] 2226/2308 96% [=========================================================== ] 2227/2308 96% [=========================================================== ] 2228/2308 96% [=========================================================== ] 2229/2308 96% [=========================================================== ] 2230/2308 96% [=========================================================== ] 2231/2308 96% [=========================================================== ] 2232/2308 96% [=========================================================== ] 2233/2308 96% [============================================================ ] 2234/2308 96% [============================================================ ] 2235/2308 96% [============================================================ ] 2236/2308 96% [============================================================ ] 2237/2308 96% [============================================================ ] 2238/2308 96% [============================================================ ] 2239/2308 97% [============================================================ ] 2240/2308 97% [============================================================ ] 2241/2308 97% [============================================================ ] 2242/2308 97% [============================================================ ] 2243/2308 97% [============================================================ ] 2244/2308 97% [============================================================ ] 2245/2308 97% [============================================================ ] 2246/2308 97% [============================================================ ] 2247/2308 97% [============================================================ ] 2248/2308 97% [============================================================ ] 2249/2308 97% [============================================================ ] 2250/2308 97% [============================================================ ] 2251/2308 97% [============================================================ ] 2252/2308 97% [============================================================ ] 2253/2308 97% [============================================================ ] 2254/2308 97% [============================================================ ] 2255/2308 97% [============================================================ ] 2256/2308 97% [============================================================ ] 2257/2308 97% [============================================================ ] 2258/2308 97% [============================================================ ] 2259/2308 97% [============================================================ ] 2260/2308 97% [============================================================ ] 2261/2308 97% [============================================================ ] 2262/2308 98% [============================================================ ] 2263/2308 98% [============================================================ ] 2264/2308 98% [============================================================ ] 2265/2308 98% [============================================================ ] 2266/2308 98% [============================================================ ] 2267/2308 98% [============================================================ ] 2268/2308 98% [============================================================ ] 2269/2308 98% [============================================================ ] 2270/2308 98% [============================================================= ] 2271/2308 98% [============================================================= ] 2272/2308 98% [============================================================= ] 2273/2308 98% [============================================================= ] 2274/2308 98% [============================================================= ] 2275/2308 98% [============================================================= ] 2276/2308 98% [============================================================= ] 2277/2308 98% [============================================================= ] 2278/2308 98% [============================================================= ] 2279/2308 98% [============================================================= ] 2280/2308 98% [============================================================= ] 2281/2308 98% [============================================================= ] 2282/2308 98% [============================================================= ] 2283/2308 98% [============================================================= ] 2284/2308 98% [============================================================= ] 2285/2308 99% [============================================================= ] 2286/2308 99% [============================================================= ] 2287/2308 99% [============================================================= ] 2288/2308 99% [============================================================= ] 2289/2308 99% [============================================================= ] 2290/2308 99% [============================================================= ] 2291/2308 99% [============================================================= ] 2292/2308 99% [============================================================= ] 2293/2308 99% [============================================================= ] 2294/2308 99% [============================================================= ] 2295/2308 99% [============================================================= ] 2296/2308 99% [============================================================= ] 2297/2308 99% [============================================================= ] 2298/2308 99% [============================================================= ] 2299/2308 99% [============================================================= ] 2300/2308 99% [============================================================= ] 2301/2308 99% [============================================================= ] 2302/2308 99% [============================================================= ] 2303/2308 99% [============================================================= ] 2304/2308 99% [============================================================= ] 2305/2308 99% [============================================================= ] 2306/2308 99% [============================================================= ] 2307/2308 99% [==============================================================] 2308/2308 100% operation complete, 2308 objects in 51179 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2022.08-rc1-127-g2ebf652589 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-aespipe 2.4f Collecting legal info >>> host-skeleton Collecting legal info >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> 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) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-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) >>> 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) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> font-awesome 4.7.0 Collecting legal info >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> host-gdb 9.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvncserver 0.9.13 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> nettle 3.8 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> numactl 2.0.14 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) EULA: OK (sha256: 9665930f69c0b6f4a4c055d7fe2b8ee563e771efbc83892abb1955e61492cdf7) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spi-tools 1.0.1 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> spidev_test 5.8 Collecting legal info >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tcpreplay 4.4.1 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs 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: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'