rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n\n' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/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-1/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2915 objects. stage 2: creating image '/home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2915 0% [ ] 2/2915 0% [ ] 3/2915 0% [ ] 4/2915 0% [ ] 5/2915 0% [ ] 6/2915 0% [ ] 7/2915 0% [ ] 8/2915 0% [ ] 9/2915 0% [ ] 10/2915 0% [ ] 11/2915 0% [ ] 12/2915 0% [ ] 13/2915 0% [ ] 14/2915 0% [ ] 15/2915 0% [ ] 16/2915 0% [ ] 17/2915 0% [ ] 18/2915 0% [ ] 19/2915 0% [ ] 20/2915 0% [ ] 21/2915 0% [ ] 22/2915 0% [ ] 23/2915 0% [ ] 24/2915 0% [ ] 25/2915 0% [ ] 26/2915 0% [ ] 27/2915 0% [ ] 28/2915 0% [ ] 29/2915 0% [ ] 30/2915 1% [ ] 31/2915 1% [ ] 32/2915 1% [ ] 33/2915 1% [ ] 34/2915 1% [ ] 35/2915 1% [ ] 36/2915 1% [ ] 37/2915 1% [ ] 38/2915 1% [ ] 39/2915 1% [ ] 40/2915 1% [ ] 41/2915 1% [ ] 42/2915 1% [ ] 43/2915 1% [ ] 44/2915 1% [ ] 45/2915 1% [ ] 46/2915 1% [ ] 47/2915 1% [= ] 48/2915 1% [= ] 49/2915 1% [= ] 50/2915 1% [= ] 51/2915 1% [= ] 52/2915 1% [= ] 53/2915 1% [= ] 54/2915 1% [= ] 55/2915 1% [= ] 56/2915 1% [= ] 57/2915 1% [= ] 58/2915 1% [= ] 59/2915 2% [= ] 60/2915 2% [= ] 61/2915 2% [= ] 62/2915 2% [= ] 63/2915 2% [= ] 64/2915 2% [= ] 65/2915 2% [= ] 66/2915 2% [= ] 67/2915 2% [= ] 68/2915 2% [= ] 69/2915 2% [= ] 70/2915 2% [= ] 71/2915 2% [= ] 72/2915 2% [= ] 73/2915 2% [= ] 74/2915 2% [= ] 75/2915 2% [= ] 76/2915 2% [= ] 77/2915 2% [= ] 78/2915 2% [= ] 79/2915 2% [= ] 80/2915 2% [= ] 81/2915 2% [= ] 82/2915 2% [= ] 83/2915 2% [= ] 84/2915 2% [= ] 85/2915 2% [= ] 86/2915 2% [= ] 87/2915 2% [= ] 88/2915 3% [= ] 89/2915 3% [= ] 90/2915 3% [= ] 91/2915 3% [= ] 92/2915 3% [= ] 93/2915 3% [= ] 94/2915 3% [== ] 95/2915 3% [== ] 96/2915 3% [== ] 97/2915 3% [== ] 98/2915 3% [== ] 99/2915 3% [== ] 100/2915 3% [== ] 101/2915 3% [== ] 102/2915 3% [== ] 103/2915 3% [== ] 104/2915 3% [== ] 105/2915 3% [== ] 106/2915 3% [== ] 107/2915 3% [== ] 108/2915 3% [== ] 109/2915 3% [== ] 110/2915 3% [== ] 111/2915 3% [== ] 112/2915 3% [== ] 113/2915 3% [== ] 114/2915 3% [== ] 115/2915 3% [== ] 116/2915 3% [== ] 117/2915 4% [== ] 118/2915 4% [== ] 119/2915 4% [== ] 120/2915 4% [== ] 121/2915 4% [== ] 122/2915 4% [== ] 123/2915 4% [== ] 124/2915 4% [== ] 125/2915 4% [== ] 126/2915 4% [== ] 127/2915 4% [== ] 128/2915 4% [== ] 129/2915 4% [== ] 130/2915 4% [== ] 131/2915 4% [== ] 132/2915 4% [== ] 133/2915 4% [== ] 134/2915 4% [== ] 135/2915 4% [== ] 136/2915 4% [== ] 137/2915 4% [== ] 138/2915 4% [== ] 139/2915 4% [== ] 140/2915 4% [== ] 141/2915 4% [=== ] 142/2915 4% [=== ] 143/2915 4% [=== ] 144/2915 4% [=== ] 145/2915 4% [=== ] 146/2915 5% [=== ] 147/2915 5% [=== ] 148/2915 5% [=== ] 149/2915 5% [=== ] 150/2915 5% [=== ] 151/2915 5% [=== ] 152/2915 5% [=== ] 153/2915 5% [=== ] 154/2915 5% [=== ] 155/2915 5% [=== ] 156/2915 5% [=== ] 157/2915 5% [=== ] 158/2915 5% [=== ] 159/2915 5% [=== ] 160/2915 5% [=== ] 161/2915 5% [=== ] 162/2915 5% [=== ] 163/2915 5% [=== ] 164/2915 5% [=== ] 165/2915 5% [=== ] 166/2915 5% [=== ] 167/2915 5% [=== ] 168/2915 5% [=== ] 169/2915 5% [=== ] 170/2915 5% [=== ] 171/2915 5% [=== ] 172/2915 5% [=== ] 173/2915 5% [=== ] 174/2915 5% [=== ] 175/2915 6% [=== ] 176/2915 6% [=== ] 177/2915 6% [=== ] 178/2915 6% [=== ] 179/2915 6% [=== ] 180/2915 6% [=== ] 181/2915 6% [=== ] 182/2915 6% [=== ] 183/2915 6% [=== ] 184/2915 6% [=== ] 185/2915 6% [=== ] 186/2915 6% [=== ] 187/2915 6% [=== ] 188/2915 6% [==== ] 189/2915 6% [==== ] 190/2915 6% [==== ] 191/2915 6% [==== ] 192/2915 6% [==== ] 193/2915 6% [==== ] 194/2915 6% [==== ] 195/2915 6% [==== ] 196/2915 6% [==== ] 197/2915 6% [==== ] 198/2915 6% [==== ] 199/2915 6% [==== ] 200/2915 6% [==== ] 201/2915 6% [==== ] 202/2915 6% [==== ] 203/2915 6% [==== ] 204/2915 6% [==== ] 205/2915 7% [==== ] 206/2915 7% [==== ] 207/2915 7% [==== ] 208/2915 7% [==== ] 209/2915 7% [==== ] 210/2915 7% [==== ] 211/2915 7% [==== ] 212/2915 7% [==== ] 213/2915 7% [==== ] 214/2915 7% [==== ] 215/2915 7% [==== ] 216/2915 7% [==== ] 217/2915 7% [==== ] 218/2915 7% [==== ] 219/2915 7% [==== ] 220/2915 7% [==== ] 221/2915 7% [==== ] 222/2915 7% [==== ] 223/2915 7% [==== ] 224/2915 7% [==== ] 225/2915 7% [==== ] 226/2915 7% [==== ] 227/2915 7% [==== ] 228/2915 7% [==== ] 229/2915 7% [==== ] 230/2915 7% [==== ] 231/2915 7% [==== ] 232/2915 7% [==== ] 233/2915 7% [==== ] 234/2915 8% [==== ] 235/2915 8% [===== ] 236/2915 8% [===== ] 237/2915 8% [===== ] 238/2915 8% [===== ] 239/2915 8% [===== ] 240/2915 8% [===== ] 241/2915 8% [===== ] 242/2915 8% [===== ] 243/2915 8% [===== ] 244/2915 8% [===== ] 245/2915 8% [===== ] 246/2915 8% [===== ] 247/2915 8% [===== ] 248/2915 8% [===== ] 249/2915 8% [===== ] 250/2915 8% [===== ] 251/2915 8% [===== ] 252/2915 8% [===== ] 253/2915 8% [===== ] 254/2915 8% [===== ] 255/2915 8% [===== ] 256/2915 8% [===== ] 257/2915 8% [===== ] 258/2915 8% [===== ] 259/2915 8% [===== ] 260/2915 8% [===== ] 261/2915 8% [===== ] 262/2915 8% [===== ] 263/2915 9% [===== ] 264/2915 9% [===== ] 265/2915 9% [===== ] 266/2915 9% [===== ] 267/2915 9% [===== ] 268/2915 9% [===== ] 269/2915 9% [===== ] 270/2915 9% [===== ] 271/2915 9% [===== ] 272/2915 9% [===== ] 273/2915 9% [===== ] 274/2915 9% [===== ] 275/2915 9% [===== ] 276/2915 9% [===== ] 277/2915 9% [===== ] 278/2915 9% [===== ] 279/2915 9% [===== ] 280/2915 9% [===== ] 281/2915 9% [===== ] 282/2915 9% [====== ] 283/2915 9% [====== ] 284/2915 9% [====== ] 285/2915 9% [====== ] 286/2915 9% [====== ] 287/2915 9% [====== ] 288/2915 9% [====== ] 289/2915 9% [====== ] 290/2915 9% [====== ] 291/2915 9% [====== ] 292/2915 10% [====== ] 293/2915 10% [====== ] 294/2915 10% [====== ] 295/2915 10% [====== ] 296/2915 10% [====== ] 297/2915 10% [====== ] 298/2915 10% [====== ] 299/2915 10% [====== ] 300/2915 10% [====== ] 301/2915 10% [====== ] 302/2915 10% [====== ] 303/2915 10% [====== ] 304/2915 10% [====== ] 305/2915 10% [====== ] 306/2915 10% [====== ] 307/2915 10% [====== ] 308/2915 10% [====== ] 309/2915 10% [====== ] 310/2915 10% [====== ] 311/2915 10% [====== ] 312/2915 10% [====== ] 313/2915 10% [====== ] 314/2915 10% [====== ] 315/2915 10% [====== ] 316/2915 10% [====== ] 317/2915 10% [====== ] 318/2915 10% [====== ] 319/2915 10% [====== ] 320/2915 10% [====== ] 321/2915 11% [====== ] 322/2915 11% [====== ] 323/2915 11% [====== ] 324/2915 11% [====== ] 325/2915 11% [====== ] 326/2915 11% [====== ] 327/2915 11% [====== ] 328/2915 11% [====== ] 329/2915 11% [======= ] 330/2915 11% [======= ] 331/2915 11% [======= ] 332/2915 11% [======= ] 333/2915 11% [======= ] 334/2915 11% [======= ] 335/2915 11% [======= ] 336/2915 11% [======= ] 337/2915 11% [======= ] 338/2915 11% [======= ] 339/2915 11% [======= ] 340/2915 11% [======= ] 341/2915 11% [======= ] 342/2915 11% [======= ] 343/2915 11% [======= ] 344/2915 11% [======= ] 345/2915 11% [======= ] 346/2915 11% [======= ] 347/2915 11% [======= ] 348/2915 11% [======= ] 349/2915 11% [======= ] 350/2915 12% [======= ] 351/2915 12% [======= ] 352/2915 12% [======= ] 353/2915 12% [======= ] 354/2915 12% [======= ] 355/2915 12% [======= ] 356/2915 12% [======= ] 357/2915 12% [======= ] 358/2915 12% [======= ] 359/2915 12% [======= ] 360/2915 12% [======= ] 361/2915 12% [======= ] 362/2915 12% [======= ] 363/2915 12% [======= ] 364/2915 12% [======= ] 365/2915 12% [======= ] 366/2915 12% [======= ] 367/2915 12% [======= ] 368/2915 12% [======= ] 369/2915 12% [======= ] 370/2915 12% [======= ] 371/2915 12% [======= ] 372/2915 12% [======= ] 373/2915 12% [======= ] 374/2915 12% [======= ] 375/2915 12% [======= ] 376/2915 12% [======== ] 377/2915 12% [======== ] 378/2915 12% [======== ] 379/2915 13% [======== ] 380/2915 13% [======== ] 381/2915 13% [======== ] 382/2915 13% [======== ] 383/2915 13% [======== ] 384/2915 13% [======== ] 385/2915 13% [======== ] 386/2915 13% [======== ] 387/2915 13% [======== ] 388/2915 13% [======== ] 389/2915 13% [======== ] 390/2915 13% [======== ] 391/2915 13% [======== ] 392/2915 13% [======== ] 393/2915 13% [======== ] 394/2915 13% [======== ] 395/2915 13% [======== ] 396/2915 13% [======== ] 397/2915 13% [======== ] 398/2915 13% [======== ] 399/2915 13% [======== ] 400/2915 13% [======== ] 401/2915 13% [======== ] 402/2915 13% [======== ] 403/2915 13% [======== ] 404/2915 13% [======== ] 405/2915 13% [======== ] 406/2915 13% [======== ] 407/2915 13% [======== ] 408/2915 13% [======== ] 409/2915 14% [======== ] 410/2915 14% [======== ] 411/2915 14% [======== ] 412/2915 14% [======== ] 413/2915 14% [======== ] 414/2915 14% [======== ] 415/2915 14% [======== ] 416/2915 14% [======== ] 417/2915 14% [======== ] 418/2915 14% [======== ] 419/2915 14% [======== ] 420/2915 14% [======== ] 421/2915 14% [======== ] 422/2915 14% [======== ] 423/2915 14% [========= ] 424/2915 14% [========= ] 425/2915 14% [========= ] 426/2915 14% [========= ] 427/2915 14% [========= ] 428/2915 14% [========= ] 429/2915 14% [========= ] 430/2915 14% [========= ] 431/2915 14% [========= ] 432/2915 14% [========= ] 433/2915 14% [========= ] 434/2915 14% [========= ] 435/2915 14% [========= ] 436/2915 14% [========= ] 437/2915 14% [========= ] 438/2915 15% [========= ] 439/2915 15% [========= ] 440/2915 15% [========= ] 441/2915 15% [========= ] 442/2915 15% [========= ] 443/2915 15% [========= ] 444/2915 15% [========= ] 445/2915 15% [========= ] 446/2915 15% [========= ] 447/2915 15% [========= ] 448/2915 15% [========= ] 449/2915 15% [========= ] 450/2915 15% [========= ] 451/2915 15% [========= ] 452/2915 15% [========= ] 453/2915 15% [========= ] 454/2915 15% [========= ] 455/2915 15% [========= ] 456/2915 15% [========= ] 457/2915 15% [========= ] 458/2915 15% [========= ] 459/2915 15% [========= ] 460/2915 15% [========= ] 461/2915 15% [========= ] 462/2915 15% [========= ] 463/2915 15% [========= ] 464/2915 15% [========= ] 465/2915 15% [========= ] 466/2915 15% [========= ] 467/2915 16% [========= ] 468/2915 16% [========= ] 469/2915 16% [========= ] 470/2915 16% [========== ] 471/2915 16% [========== ] 472/2915 16% [========== ] 473/2915 16% [========== ] 474/2915 16% [========== ] 475/2915 16% [========== ] 476/2915 16% [========== ] 477/2915 16% [========== ] 478/2915 16% [========== ] 479/2915 16% [========== ] 480/2915 16% [========== ] 481/2915 16% [========== ] 482/2915 16% [========== ] 483/2915 16% [========== ] 484/2915 16% [========== ] 485/2915 16% [========== ] 486/2915 16% [========== ] 487/2915 16% [========== ] 488/2915 16% [========== ] 489/2915 16% [========== ] 490/2915 16% [========== ] 491/2915 16% [========== ] 492/2915 16% [========== ] 493/2915 16% [========== ] 494/2915 16% [========== ] 495/2915 16% [========== ] 496/2915 17% [========== ] 497/2915 17% [========== ] 498/2915 17% [========== ] 499/2915 17% [========== ] 500/2915 17% [========== ] 501/2915 17% [========== ] 502/2915 17% [========== ] 503/2915 17% [========== ] 504/2915 17% [========== ] 505/2915 17% [========== ] 506/2915 17% [========== ] 507/2915 17% [========== ] 508/2915 17% [========== ] 509/2915 17% [========== ] 510/2915 17% [========== ] 511/2915 17% [========== ] 512/2915 17% [========== ] 513/2915 17% [========== ] 514/2915 17% [========== ] 515/2915 17% [========== ] 516/2915 17% [========== ] 517/2915 17% [=========== ] 518/2915 17% [=========== ] 519/2915 17% [=========== ] 520/2915 17% [=========== ] 521/2915 17% [=========== ] 522/2915 17% [=========== ] 523/2915 17% [=========== ] 524/2915 17% [=========== ] 525/2915 18% [=========== ] 526/2915 18% [=========== ] 527/2915 18% [=========== ] 528/2915 18% [=========== ] 529/2915 18% [=========== ] 530/2915 18% [=========== ] 531/2915 18% [=========== ] 532/2915 18% [=========== ] 533/2915 18% [=========== ] 534/2915 18% [=========== ] 535/2915 18% [=========== ] 536/2915 18% [=========== ] 537/2915 18% [=========== ] 538/2915 18% [=========== ] 539/2915 18% [=========== ] 540/2915 18% [=========== ] 541/2915 18% [=========== ] 542/2915 18% [=========== ] 543/2915 18% [=========== ] 544/2915 18% [=========== ] 545/2915 18% [=========== ] 546/2915 18% [=========== ] 547/2915 18% [=========== ] 548/2915 18% [=========== ] 549/2915 18% [=========== ] 550/2915 18% [=========== ] 551/2915 18% [=========== ] 552/2915 18% [=========== ] 553/2915 18% [=========== ] 554/2915 19% [=========== ] 555/2915 19% [=========== ] 556/2915 19% [=========== ] 557/2915 19% [=========== ] 558/2915 19% [=========== ] 559/2915 19% [=========== ] 560/2915 19% [=========== ] 561/2915 19% [=========== ] 562/2915 19% [=========== ] 563/2915 19% [=========== ] 564/2915 19% [============ ] 565/2915 19% [============ ] 566/2915 19% [============ ] 567/2915 19% [============ ] 568/2915 19% [============ ] 569/2915 19% [============ ] 570/2915 19% [============ ] 571/2915 19% [============ ] 572/2915 19% [============ ] 573/2915 19% [============ ] 574/2915 19% [============ ] 575/2915 19% [============ ] 576/2915 19% [============ ] 577/2915 19% [============ ] 578/2915 19% [============ ] 579/2915 19% [============ ] 580/2915 19% [============ ] 581/2915 19% [============ ] 582/2915 19% [============ ] 583/2915 20% [============ ] 584/2915 20% [============ ] 585/2915 20% [============ ] 586/2915 20% [============ ] 587/2915 20% [============ ] 588/2915 20% [============ ] 589/2915 20% [============ ] 590/2915 20% [============ ] 591/2915 20% [============ ] 592/2915 20% [============ ] 593/2915 20% [============ ] 594/2915 20% [============ ] 595/2915 20% [============ ] 596/2915 20% [============ ] 597/2915 20% [============ ] 598/2915 20% [============ ] 599/2915 20% [============ ] 600/2915 20% [============ ] 601/2915 20% [============ ] 602/2915 20% [============ ] 603/2915 20% [============ ] 604/2915 20% [============ ] 605/2915 20% [============ ] 606/2915 20% [============ ] 607/2915 20% [============ ] 608/2915 20% [============ ] 609/2915 20% [============ ] 610/2915 20% [============ ] 611/2915 20% [============= ] 612/2915 20% [============= ] 613/2915 21% [============= ] 614/2915 21% [============= ] 615/2915 21% [============= ] 616/2915 21% [============= ] 617/2915 21% [============= ] 618/2915 21% [============= ] 619/2915 21% [============= ] 620/2915 21% [============= ] 621/2915 21% [============= ] 622/2915 21% [============= ] 623/2915 21% [============= ] 624/2915 21% [============= ] 625/2915 21% [============= ] 626/2915 21% [============= ] 627/2915 21% [============= ] 628/2915 21% [============= ] 629/2915 21% [============= ] 630/2915 21% [============= ] 631/2915 21% [============= ] 632/2915 21% [============= ] 633/2915 21% [============= ] 634/2915 21% [============= ] 635/2915 21% [============= ] 636/2915 21% [============= ] 637/2915 21% [============= ] 638/2915 21% [============= ] 639/2915 21% [============= ] 640/2915 21% [============= ] 641/2915 21% [============= ] 642/2915 22% [============= ] 643/2915 22% [============= ] 644/2915 22% [============= ] 645/2915 22% [============= ] 646/2915 22% [============= ] 647/2915 22% [============= ] 648/2915 22% [============= ] 649/2915 22% [============= ] 650/2915 22% [============= ] 651/2915 22% [============= ] 652/2915 22% [============= ] 653/2915 22% [============= ] 654/2915 22% [============= ] 655/2915 22% [============= ] 656/2915 22% [============= ] 657/2915 22% [============= ] 658/2915 22% [============== ] 659/2915 22% [============== ] 660/2915 22% [============== ] 661/2915 22% [============== ] 662/2915 22% [============== ] 663/2915 22% [============== ] 664/2915 22% [============== ] 665/2915 22% [============== ] 666/2915 22% [============== ] 667/2915 22% [============== ] 668/2915 22% [============== ] 669/2915 22% [============== ] 670/2915 22% [============== ] 671/2915 23% [============== ] 672/2915 23% [============== ] 673/2915 23% [============== ] 674/2915 23% [============== ] 675/2915 23% [============== ] 676/2915 23% [============== ] 677/2915 23% [============== ] 678/2915 23% [============== ] 679/2915 23% [============== ] 680/2915 23% [============== ] 681/2915 23% [============== ] 682/2915 23% [============== ] 683/2915 23% [============== ] 684/2915 23% [============== ] 685/2915 23% [============== ] 686/2915 23% [============== ] 687/2915 23% [============== ] 688/2915 23% [============== ] 689/2915 23% [============== ] 690/2915 23% [============== ] 691/2915 23% [============== ] 692/2915 23% [============== ] 693/2915 23% [============== ] 694/2915 23% [============== ] 695/2915 23% [============== ] 696/2915 23% [============== ] 697/2915 23% [============== ] 698/2915 23% [============== ] 699/2915 23% [============== ] 700/2915 24% [============== ] 701/2915 24% [============== ] 702/2915 24% [============== ] 703/2915 24% [============== ] 704/2915 24% [============== ] 705/2915 24% [=============== ] 706/2915 24% [=============== ] 707/2915 24% [=============== ] 708/2915 24% [=============== ] 709/2915 24% [=============== ] 710/2915 24% [=============== ] 711/2915 24% [=============== ] 712/2915 24% [=============== ] 713/2915 24% [=============== ] 714/2915 24% [=============== ] 715/2915 24% [=============== ] 716/2915 24% [=============== ] 717/2915 24% [=============== ] 718/2915 24% [=============== ] 719/2915 24% [=============== ] 720/2915 24% [=============== ] 721/2915 24% [=============== ] 722/2915 24% [=============== ] 723/2915 24% [=============== ] 724/2915 24% [=============== ] 725/2915 24% [=============== ] 726/2915 24% [=============== ] 727/2915 24% [=============== ] 728/2915 24% [=============== ] 729/2915 25% [=============== ] 730/2915 25% [=============== ] 731/2915 25% [=============== ] 732/2915 25% [=============== ] 733/2915 25% [=============== ] 734/2915 25% [=============== ] 735/2915 25% [=============== ] 736/2915 25% [=============== ] 737/2915 25% [=============== ] 738/2915 25% [=============== ] 739/2915 25% [=============== ] 740/2915 25% [=============== ] 741/2915 25% [=============== ] 742/2915 25% [=============== ] 743/2915 25% [=============== ] 744/2915 25% [=============== ] 745/2915 25% [=============== ] 746/2915 25% [=============== ] 747/2915 25% [=============== ] 748/2915 25% [=============== ] 749/2915 25% [=============== ] 750/2915 25% [=============== ] 751/2915 25% [=============== ] 752/2915 25% [================ ] 753/2915 25% [================ ] 754/2915 25% [================ ] 755/2915 25% [================ ] 756/2915 25% [================ ] 757/2915 25% [================ ] 758/2915 26% [================ ] 759/2915 26% [================ ] 760/2915 26% [================ ] 761/2915 26% [================ ] 762/2915 26% [================ ] 763/2915 26% [================ ] 764/2915 26% [================ ] 765/2915 26% [================ ] 766/2915 26% [================ ] 767/2915 26% [================ ] 768/2915 26% [================ ] 769/2915 26% [================ ] 770/2915 26% [================ ] 771/2915 26% [================ ] 772/2915 26% [================ ] 773/2915 26% [================ ] 774/2915 26% [================ ] 775/2915 26% [================ ] 776/2915 26% [================ ] 777/2915 26% [================ ] 778/2915 26% [================ ] 779/2915 26% [================ ] 780/2915 26% [================ ] 781/2915 26% [================ ] 782/2915 26% [================ ] 783/2915 26% [================ ] 784/2915 26% [================ ] 785/2915 26% [================ ] 786/2915 26% [================ ] 787/2915 26% [================ ] 788/2915 27% [================ ] 789/2915 27% [================ ] 790/2915 27% [================ ] 791/2915 27% [================ ] 792/2915 27% [================ ] 793/2915 27% [================ ] 794/2915 27% [================ ] 795/2915 27% [================ ] 796/2915 27% [================ ] 797/2915 27% [================ ] 798/2915 27% [================ ] 799/2915 27% [================= ] 800/2915 27% [================= ] 801/2915 27% [================= ] 802/2915 27% [================= ] 803/2915 27% [================= ] 804/2915 27% [================= ] 805/2915 27% [================= ] 806/2915 27% [================= ] 807/2915 27% [================= ] 808/2915 27% [================= ] 809/2915 27% [================= ] 810/2915 27% [================= ] 811/2915 27% [================= ] 812/2915 27% [================= ] 813/2915 27% [================= ] 814/2915 27% [================= ] 815/2915 27% [================= ] 816/2915 27% [================= ] 817/2915 28% [================= ] 818/2915 28% [================= ] 819/2915 28% [================= ] 820/2915 28% [================= ] 821/2915 28% [================= ] 822/2915 28% [================= ] 823/2915 28% [================= ] 824/2915 28% [================= ] 825/2915 28% [================= ] 826/2915 28% [================= ] 827/2915 28% [================= ] 828/2915 28% [================= ] 829/2915 28% [================= ] 830/2915 28% [================= ] 831/2915 28% [================= ] 832/2915 28% [================= ] 833/2915 28% [================= ] 834/2915 28% [================= ] 835/2915 28% [================= ] 836/2915 28% [================= ] 837/2915 28% [================= ] 838/2915 28% [================= ] 839/2915 28% [================= ] 840/2915 28% [================= ] 841/2915 28% [================= ] 842/2915 28% [================= ] 843/2915 28% [================= ] 844/2915 28% [================= ] 845/2915 28% [================= ] 846/2915 29% [================== ] 847/2915 29% [================== ] 848/2915 29% [================== ] 849/2915 29% [================== ] 850/2915 29% [================== ] 851/2915 29% [================== ] 852/2915 29% [================== ] 853/2915 29% [================== ] 854/2915 29% [================== ] 855/2915 29% [================== ] 856/2915 29% [================== ] 857/2915 29% [================== ] 858/2915 29% [================== ] 859/2915 29% [================== ] 860/2915 29% [================== ] 861/2915 29% [================== ] 862/2915 29% [================== ] 863/2915 29% [================== ] 864/2915 29% [================== ] 865/2915 29% [================== ] 866/2915 29% [================== ] 867/2915 29% [================== ] 868/2915 29% [================== ] 869/2915 29% [================== ] 870/2915 29% [================== ] 871/2915 29% [================== ] 872/2915 29% [================== ] 873/2915 29% [================== ] 874/2915 29% [================== ] 875/2915 30% [================== ] 876/2915 30% [================== ] 877/2915 30% [================== ] 878/2915 30% [================== ] 879/2915 30% [================== ] 880/2915 30% [================== ] 881/2915 30% [================== ] 882/2915 30% [================== ] 883/2915 30% [================== ] 884/2915 30% [================== ] 885/2915 30% [================== ] 886/2915 30% [================== ] 887/2915 30% [================== ] 888/2915 30% [================== ] 889/2915 30% [================== ] 890/2915 30% [================== ] 891/2915 30% [================== ] 892/2915 30% [================== ] 893/2915 30% [=================== ] 894/2915 30% [=================== ] 895/2915 30% [=================== ] 896/2915 30% [=================== ] 897/2915 30% [=================== ] 898/2915 30% [=================== ] 899/2915 30% [=================== ] 900/2915 30% [=================== ] 901/2915 30% [=================== ] 902/2915 30% [=================== ] 903/2915 30% [=================== ] 904/2915 31% [=================== ] 905/2915 31% [=================== ] 906/2915 31% [=================== ] 907/2915 31% [=================== ] 908/2915 31% [=================== ] 909/2915 31% [=================== ] 910/2915 31% [=================== ] 911/2915 31% [=================== ] 912/2915 31% [=================== ] 913/2915 31% [=================== ] 914/2915 31% [=================== ] 915/2915 31% [=================== ] 916/2915 31% [=================== ] 917/2915 31% [=================== ] 918/2915 31% [=================== ] 919/2915 31% [=================== ] 920/2915 31% [=================== ] 921/2915 31% [=================== ] 922/2915 31% [=================== ] 923/2915 31% [=================== ] 924/2915 31% [=================== ] 925/2915 31% [=================== ] 926/2915 31% [=================== ] 927/2915 31% [=================== ] 928/2915 31% [=================== ] 929/2915 31% [=================== ] 930/2915 31% [=================== ] 931/2915 31% [=================== ] 932/2915 31% [=================== ] 933/2915 32% [=================== ] 934/2915 32% [=================== ] 935/2915 32% [=================== ] 936/2915 32% [=================== ] 937/2915 32% [=================== ] 938/2915 32% [=================== ] 939/2915 32% [=================== ] 940/2915 32% [==================== ] 941/2915 32% [==================== ] 942/2915 32% [==================== ] 943/2915 32% [==================== ] 944/2915 32% [==================== ] 945/2915 32% [==================== ] 946/2915 32% [==================== ] 947/2915 32% [==================== ] 948/2915 32% [==================== ] 949/2915 32% [==================== ] 950/2915 32% [==================== ] 951/2915 32% [==================== ] 952/2915 32% [==================== ] 953/2915 32% [==================== ] 954/2915 32% [==================== ] 955/2915 32% [==================== ] 956/2915 32% [==================== ] 957/2915 32% [==================== ] 958/2915 32% [==================== ] 959/2915 32% [==================== ] 960/2915 32% [==================== ] 961/2915 32% [==================== ] 962/2915 33% [==================== ] 963/2915 33% [==================== ] 964/2915 33% [==================== ] 965/2915 33% [==================== ] 966/2915 33% [==================== ] 967/2915 33% [==================== ] 968/2915 33% [==================== ] 969/2915 33% [==================== ] 970/2915 33% [==================== ] 971/2915 33% [==================== ] 972/2915 33% [==================== ] 973/2915 33% [==================== ] 974/2915 33% [==================== ] 975/2915 33% [==================== ] 976/2915 33% [==================== ] 977/2915 33% [==================== ] 978/2915 33% [==================== ] 979/2915 33% [==================== ] 980/2915 33% [==================== ] 981/2915 33% [==================== ] 982/2915 33% [==================== ] 983/2915 33% [==================== ] 984/2915 33% [==================== ] 985/2915 33% [==================== ] 986/2915 33% [==================== ] 987/2915 33% [===================== ] 988/2915 33% [===================== ] 989/2915 33% [===================== ] 990/2915 33% [===================== ] 991/2915 33% [===================== ] 992/2915 34% [===================== ] 993/2915 34% [===================== ] 994/2915 34% [===================== ] 995/2915 34% [===================== ] 996/2915 34% [===================== ] 997/2915 34% [===================== ] 998/2915 34% [===================== ] 999/2915 34% [===================== ] 1000/2915 34% [===================== ] 1001/2915 34% [===================== ] 1002/2915 34% [===================== ] 1003/2915 34% [===================== ] 1004/2915 34% [===================== ] 1005/2915 34% [===================== ] 1006/2915 34% [===================== ] 1007/2915 34% [===================== ] 1008/2915 34% [===================== ] 1009/2915 34% [===================== ] 1010/2915 34% [===================== ] 1011/2915 34% [===================== ] 1012/2915 34% [===================== ] 1013/2915 34% [===================== ] 1014/2915 34% [===================== ] 1015/2915 34% [===================== ] 1016/2915 34% [===================== ] 1017/2915 34% [===================== ] 1018/2915 34% [===================== ] 1019/2915 34% [===================== ] 1020/2915 34% [===================== ] 1021/2915 35% [===================== ] 1022/2915 35% [===================== ] 1023/2915 35% [===================== ] 1024/2915 35% [===================== ] 1025/2915 35% [===================== ] 1026/2915 35% [===================== ] 1027/2915 35% [===================== ] 1028/2915 35% [===================== ] 1029/2915 35% [===================== ] 1030/2915 35% [===================== ] 1031/2915 35% [===================== ] 1032/2915 35% [===================== ] 1033/2915 35% [===================== ] 1034/2915 35% [====================== ] 1035/2915 35% [====================== ] 1036/2915 35% [====================== ] 1037/2915 35% [====================== ] 1038/2915 35% [====================== ] 1039/2915 35% [====================== ] 1040/2915 35% [====================== ] 1041/2915 35% [====================== ] 1042/2915 35% [====================== ] 1043/2915 35% [====================== ] 1044/2915 35% [====================== ] 1045/2915 35% [====================== ] 1046/2915 35% [====================== ] 1047/2915 35% [====================== ] 1048/2915 35% [====================== ] 1049/2915 35% [====================== ] 1050/2915 36% [====================== ] 1051/2915 36% [====================== ] 1052/2915 36% [====================== ] 1053/2915 36% [====================== ] 1054/2915 36% [====================== ] 1055/2915 36% [====================== ] 1056/2915 36% [====================== ] 1057/2915 36% [====================== ] 1058/2915 36% [====================== ] 1059/2915 36% [====================== ] 1060/2915 36% [====================== ] 1061/2915 36% [====================== ] 1062/2915 36% [====================== ] 1063/2915 36% [====================== ] 1064/2915 36% [====================== ] 1065/2915 36% [====================== ] 1066/2915 36% [====================== ] 1067/2915 36% [====================== ] 1068/2915 36% [====================== ] 1069/2915 36% [====================== ] 1070/2915 36% [====================== ] 1071/2915 36% [====================== ] 1072/2915 36% [====================== ] 1073/2915 36% [====================== ] 1074/2915 36% [====================== ] 1075/2915 36% [====================== ] 1076/2915 36% [====================== ] 1077/2915 36% [====================== ] 1078/2915 36% [====================== ] 1079/2915 37% [====================== ] 1080/2915 37% [====================== ] 1081/2915 37% [======================= ] 1082/2915 37% [======================= ] 1083/2915 37% [======================= ] 1084/2915 37% [======================= ] 1085/2915 37% [======================= ] 1086/2915 37% [======================= ] 1087/2915 37% [======================= ] 1088/2915 37% [======================= ] 1089/2915 37% [======================= ] 1090/2915 37% [======================= ] 1091/2915 37% [======================= ] 1092/2915 37% [======================= ] 1093/2915 37% [======================= ] 1094/2915 37% [======================= ] 1095/2915 37% [======================= ] 1096/2915 37% [======================= ] 1097/2915 37% [======================= ] 1098/2915 37% [======================= ] 1099/2915 37% [======================= ] 1100/2915 37% [======================= ] 1101/2915 37% [======================= ] 1102/2915 37% [======================= ] 1103/2915 37% [======================= ] 1104/2915 37% [======================= ] 1105/2915 37% [======================= ] 1106/2915 37% [======================= ] 1107/2915 37% [======================= ] 1108/2915 38% [======================= ] 1109/2915 38% [======================= ] 1110/2915 38% [======================= ] 1111/2915 38% [======================= ] 1112/2915 38% [======================= ] 1113/2915 38% [======================= ] 1114/2915 38% [======================= ] 1115/2915 38% [======================= ] 1116/2915 38% [======================= ] 1117/2915 38% [======================= ] 1118/2915 38% [======================= ] 1119/2915 38% [======================= ] 1120/2915 38% [======================= ] 1121/2915 38% [======================= ] 1122/2915 38% [======================= ] 1123/2915 38% [======================= ] 1124/2915 38% [======================= ] 1125/2915 38% [======================= ] 1126/2915 38% [======================= ] 1127/2915 38% [======================= ] 1128/2915 38% [======================== ] 1129/2915 38% [======================== ] 1130/2915 38% [======================== ] 1131/2915 38% [======================== ] 1132/2915 38% [======================== ] 1133/2915 38% [======================== ] 1134/2915 38% [======================== ] 1135/2915 38% [======================== ] 1136/2915 38% [======================== ] 1137/2915 39% [======================== ] 1138/2915 39% [======================== ] 1139/2915 39% [======================== ] 1140/2915 39% [======================== ] 1141/2915 39% [======================== ] 1142/2915 39% [======================== ] 1143/2915 39% [======================== ] 1144/2915 39% [======================== ] 1145/2915 39% [======================== ] 1146/2915 39% [======================== ] 1147/2915 39% [======================== ] 1148/2915 39% [======================== ] 1149/2915 39% [======================== ] 1150/2915 39% [======================== ] 1151/2915 39% [======================== ] 1152/2915 39% [======================== ] 1153/2915 39% [======================== ] 1154/2915 39% [======================== ] 1155/2915 39% [======================== ] 1156/2915 39% [======================== ] 1157/2915 39% [======================== ] 1158/2915 39% [======================== ] 1159/2915 39% [======================== ] 1160/2915 39% [======================== ] 1161/2915 39% [======================== ] 1162/2915 39% [======================== ] 1163/2915 39% [======================== ] 1164/2915 39% [======================== ] 1165/2915 39% [======================== ] 1166/2915 40% [======================== ] 1167/2915 40% [======================== ] 1168/2915 40% [======================== ] 1169/2915 40% [======================== ] 1170/2915 40% [======================== ] 1171/2915 40% [======================== ] 1172/2915 40% [======================== ] 1173/2915 40% [======================== ] 1174/2915 40% [======================== ] 1175/2915 40% [========================= ] 1176/2915 40% [========================= ] 1177/2915 40% [========================= ] 1178/2915 40% [========================= ] 1179/2915 40% [========================= ] 1180/2915 40% [========================= ] 1181/2915 40% [========================= ] 1182/2915 40% [========================= ] 1183/2915 40% [========================= ] 1184/2915 40% [========================= ] 1185/2915 40% [========================= ] 1186/2915 40% [========================= ] 1187/2915 40% [========================= ] 1188/2915 40% [========================= ] 1189/2915 40% [========================= ] 1190/2915 40% [========================= ] 1191/2915 40% [========================= ] 1192/2915 40% [========================= ] 1193/2915 40% [========================= ] 1194/2915 40% [========================= ] 1195/2915 40% [========================= ] 1196/2915 41% [========================= ] 1197/2915 41% [========================= ] 1198/2915 41% [========================= ] 1199/2915 41% [========================= ] 1200/2915 41% [========================= ] 1201/2915 41% [========================= ] 1202/2915 41% [========================= ] 1203/2915 41% [========================= ] 1204/2915 41% [========================= ] 1205/2915 41% [========================= ] 1206/2915 41% [========================= ] 1207/2915 41% [========================= ] 1208/2915 41% [========================= ] 1209/2915 41% [========================= ] 1210/2915 41% [========================= ] 1211/2915 41% [========================= ] 1212/2915 41% [========================= ] 1213/2915 41% [========================= ] 1214/2915 41% [========================= ] 1215/2915 41% [========================= ] 1216/2915 41% [========================= ] 1217/2915 41% [========================= ] 1218/2915 41% [========================= ] 1219/2915 41% [========================= ] 1220/2915 41% [========================= ] 1221/2915 41% [========================= ] 1222/2915 41% [========================== ] 1223/2915 41% [========================== ] 1224/2915 41% [========================== ] 1225/2915 42% [========================== ] 1226/2915 42% [========================== ] 1227/2915 42% [========================== ] 1228/2915 42% [========================== ] 1229/2915 42% [========================== ] 1230/2915 42% [========================== ] 1231/2915 42% [========================== ] 1232/2915 42% [========================== ] 1233/2915 42% [========================== ] 1234/2915 42% [========================== ] 1235/2915 42% [========================== ] 1236/2915 42% [========================== ] 1237/2915 42% [========================== ] 1238/2915 42% [========================== ] 1239/2915 42% [========================== ] 1240/2915 42% [========================== ] 1241/2915 42% [========================== ] 1242/2915 42% [========================== ] 1243/2915 42% [========================== ] 1244/2915 42% [========================== ] 1245/2915 42% [========================== ] 1246/2915 42% [========================== ] 1247/2915 42% [========================== ] 1248/2915 42% [========================== ] 1249/2915 42% [========================== ] 1250/2915 42% [========================== ] 1251/2915 42% [========================== ] 1252/2915 42% [========================== ] 1253/2915 42% [========================== ] 1254/2915 43% [========================== ] 1255/2915 43% [========================== ] 1256/2915 43% [========================== ] 1257/2915 43% [========================== ] 1258/2915 43% [========================== ] 1259/2915 43% [========================== ] 1260/2915 43% [========================== ] 1261/2915 43% [========================== ] 1262/2915 43% [========================== ] 1263/2915 43% [========================== ] 1264/2915 43% [========================== ] 1265/2915 43% [========================== ] 1266/2915 43% [========================== ] 1267/2915 43% [========================== ] 1268/2915 43% [========================== ] 1269/2915 43% [=========================== ] 1270/2915 43% [=========================== ] 1271/2915 43% [=========================== ] 1272/2915 43% [=========================== ] 1273/2915 43% [=========================== ] 1274/2915 43% [=========================== ] 1275/2915 43% [=========================== ] 1276/2915 43% [=========================== ] 1277/2915 43% [=========================== ] 1278/2915 43% [=========================== ] 1279/2915 43% [=========================== ] 1280/2915 43% [=========================== ] 1281/2915 43% [=========================== ] 1282/2915 43% [=========================== ] 1283/2915 44% [=========================== ] 1284/2915 44% [=========================== ] 1285/2915 44% [=========================== ] 1286/2915 44% [=========================== ] 1287/2915 44% [=========================== ] 1288/2915 44% [=========================== ] 1289/2915 44% [=========================== ] 1290/2915 44% [=========================== ] 1291/2915 44% [=========================== ] 1292/2915 44% [=========================== ] 1293/2915 44% [=========================== ] 1294/2915 44% [=========================== ] 1295/2915 44% [=========================== ] 1296/2915 44% [=========================== ] 1297/2915 44% [=========================== ] 1298/2915 44% [=========================== ] 1299/2915 44% [=========================== ] 1300/2915 44% [=========================== ] 1301/2915 44% [=========================== ] 1302/2915 44% [=========================== ] 1303/2915 44% [=========================== ] 1304/2915 44% [=========================== ] 1305/2915 44% [=========================== ] 1306/2915 44% [=========================== ] 1307/2915 44% [=========================== ] 1308/2915 44% [=========================== ] 1309/2915 44% [=========================== ] 1310/2915 44% [=========================== ] 1311/2915 44% [=========================== ] 1312/2915 45% [=========================== ] 1313/2915 45% [=========================== ] 1314/2915 45% [=========================== ] 1315/2915 45% [=========================== ] 1316/2915 45% [============================ ] 1317/2915 45% [============================ ] 1318/2915 45% [============================ ] 1319/2915 45% [============================ ] 1320/2915 45% [============================ ] 1321/2915 45% [============================ ] 1322/2915 45% [============================ ] 1323/2915 45% [============================ ] 1324/2915 45% [============================ ] 1325/2915 45% [============================ ] 1326/2915 45% [============================ ] 1327/2915 45% [============================ ] 1328/2915 45% [============================ ] 1329/2915 45% [============================ ] 1330/2915 45% [============================ ] 1331/2915 45% [============================ ] 1332/2915 45% [============================ ] 1333/2915 45% [============================ ] 1334/2915 45% [============================ ] 1335/2915 45% [============================ ] 1336/2915 45% [============================ ] 1337/2915 45% [============================ ] 1338/2915 45% [============================ ] 1339/2915 45% [============================ ] 1340/2915 45% [============================ ] 1341/2915 46% [============================ ] 1342/2915 46% [============================ ] 1343/2915 46% [============================ ] 1344/2915 46% [============================ ] 1345/2915 46% [============================ ] 1346/2915 46% [============================ ] 1347/2915 46% [============================ ] 1348/2915 46% [============================ ] 1349/2915 46% [============================ ] 1350/2915 46% [============================ ] 1351/2915 46% [============================ ] 1352/2915 46% [============================ ] 1353/2915 46% [============================ ] 1354/2915 46% [============================ ] 1355/2915 46% [============================ ] 1356/2915 46% [============================ ] 1357/2915 46% [============================ ] 1358/2915 46% [============================ ] 1359/2915 46% [============================ ] 1360/2915 46% [============================ ] 1361/2915 46% [============================ ] 1362/2915 46% [============================ ] 1363/2915 46% [============================= ] 1364/2915 46% [============================= ] 1365/2915 46% [============================= ] 1366/2915 46% [============================= ] 1367/2915 46% [============================= ] 1368/2915 46% [============================= ] 1369/2915 46% [============================= ] 1370/2915 46% [============================= ] 1371/2915 47% [============================= ] 1372/2915 47% [============================= ] 1373/2915 47% [============================= ] 1374/2915 47% [============================= ] 1375/2915 47% [============================= ] 1376/2915 47% [============================= ] 1377/2915 47% [============================= ] 1378/2915 47% [============================= ] 1379/2915 47% [============================= ] 1380/2915 47% [============================= ] 1381/2915 47% [============================= ] 1382/2915 47% [============================= ] 1383/2915 47% [============================= ] 1384/2915 47% [============================= ] 1385/2915 47% [============================= ] 1386/2915 47% [============================= ] 1387/2915 47% [============================= ] 1388/2915 47% [============================= ] 1389/2915 47% [============================= ] 1390/2915 47% [============================= ] 1391/2915 47% [============================= ] 1392/2915 47% [============================= ] 1393/2915 47% [============================= ] 1394/2915 47% [============================= ] 1395/2915 47% [============================= ] 1396/2915 47% [============================= ] 1397/2915 47% [============================= ] 1398/2915 47% [============================= ] 1399/2915 47% [============================= ] 1400/2915 48% [============================= ] 1401/2915 48% [============================= ] 1402/2915 48% [============================= ] 1403/2915 48% [============================= ] 1404/2915 48% [============================= ] 1405/2915 48% [============================= ] 1406/2915 48% [============================= ] 1407/2915 48% [============================= ] 1408/2915 48% [============================= ] 1409/2915 48% [============================= ] 1410/2915 48% [============================== ] 1411/2915 48% [============================== ] 1412/2915 48% [============================== ] 1413/2915 48% [============================== ] 1414/2915 48% [============================== ] 1415/2915 48% [============================== ] 1416/2915 48% [============================== ] 1417/2915 48% [============================== ] 1418/2915 48% [============================== ] 1419/2915 48% [============================== ] 1420/2915 48% [============================== ] 1421/2915 48% [============================== ] 1422/2915 48% [============================== ] 1423/2915 48% [============================== ] 1424/2915 48% [============================== ] 1425/2915 48% [============================== ] 1426/2915 48% [============================== ] 1427/2915 48% [============================== ] 1428/2915 48% [============================== ] 1429/2915 49% [============================== ] 1430/2915 49% [============================== ] 1431/2915 49% [============================== ] 1432/2915 49% [============================== ] 1433/2915 49% [============================== ] 1434/2915 49% [============================== ] 1435/2915 49% [============================== ] 1436/2915 49% [============================== ] 1437/2915 49% [============================== ] 1438/2915 49% [============================== ] 1439/2915 49% [============================== ] 1440/2915 49% [============================== ] 1441/2915 49% [============================== ] 1442/2915 49% [============================== ] 1443/2915 49% [============================== ] 1444/2915 49% [============================== ] 1445/2915 49% [============================== ] 1446/2915 49% [============================== ] 1447/2915 49% [============================== ] 1448/2915 49% [============================== ] 1449/2915 49% [============================== ] 1450/2915 49% [============================== ] 1451/2915 49% [============================== ] 1452/2915 49% [============================== ] 1453/2915 49% [============================== ] 1454/2915 49% [============================== ] 1455/2915 49% [============================== ] 1456/2915 49% [============================== ] 1457/2915 49% [=============================== ] 1458/2915 50% [=============================== ] 1459/2915 50% [=============================== ] 1460/2915 50% [=============================== ] 1461/2915 50% [=============================== ] 1462/2915 50% [=============================== ] 1463/2915 50% [=============================== ] 1464/2915 50% [=============================== ] 1465/2915 50% [=============================== ] 1466/2915 50% [=============================== ] 1467/2915 50% [=============================== ] 1468/2915 50% [=============================== ] 1469/2915 50% [=============================== ] 1470/2915 50% [=============================== ] 1471/2915 50% [=============================== ] 1472/2915 50% [=============================== ] 1473/2915 50% [=============================== ] 1474/2915 50% [=============================== ] 1475/2915 50% [=============================== ] 1476/2915 50% [=============================== ] 1477/2915 50% [=============================== ] 1478/2915 50% [=============================== ] 1479/2915 50% [=============================== ] 1480/2915 50% [=============================== ] 1481/2915 50% [=============================== ] 1482/2915 50% [=============================== ] 1483/2915 50% [=============================== ] 1484/2915 50% [=============================== ] 1485/2915 50% [=============================== ] 1486/2915 50% [=============================== ] 1487/2915 51% [=============================== ] 1488/2915 51% [=============================== ] 1489/2915 51% [=============================== ] 1490/2915 51% [=============================== ] 1491/2915 51% [=============================== ] 1492/2915 51% [=============================== ] 1493/2915 51% [=============================== ] 1494/2915 51% [=============================== ] 1495/2915 51% [=============================== ] 1496/2915 51% [=============================== ] 1497/2915 51% [=============================== ] 1498/2915 51% [=============================== ] 1499/2915 51% [=============================== ] 1500/2915 51% [=============================== ] 1501/2915 51% [=============================== ] 1502/2915 51% [=============================== ] 1503/2915 51% [=============================== ] 1504/2915 51% [================================ ] 1505/2915 51% [================================ ] 1506/2915 51% [================================ ] 1507/2915 51% [================================ ] 1508/2915 51% [================================ ] 1509/2915 51% [================================ ] 1510/2915 51% [================================ ] 1511/2915 51% [================================ ] 1512/2915 51% [================================ ] 1513/2915 51% [================================ ] 1514/2915 51% [================================ ] 1515/2915 51% [================================ ] 1516/2915 52% [================================ ] 1517/2915 52% [================================ ] 1518/2915 52% [================================ ] 1519/2915 52% [================================ ] 1520/2915 52% [================================ ] 1521/2915 52% [================================ ] 1522/2915 52% [================================ ] 1523/2915 52% [================================ ] 1524/2915 52% [================================ ] 1525/2915 52% [================================ ] 1526/2915 52% [================================ ] 1527/2915 52% [================================ ] 1528/2915 52% [================================ ] 1529/2915 52% [================================ ] 1530/2915 52% [================================ ] 1531/2915 52% [================================ ] 1532/2915 52% [================================ ] 1533/2915 52% [================================ ] 1534/2915 52% [================================ ] 1535/2915 52% [================================ ] 1536/2915 52% [================================ ] 1537/2915 52% [================================ ] 1538/2915 52% [================================ ] 1539/2915 52% [================================ ] 1540/2915 52% [================================ ] 1541/2915 52% [================================ ] 1542/2915 52% [================================ ] 1543/2915 52% [================================ ] 1544/2915 52% [================================ ] 1545/2915 53% [================================ ] 1546/2915 53% [================================ ] 1547/2915 53% [================================ ] 1548/2915 53% [================================ ] 1549/2915 53% [================================ ] 1550/2915 53% [================================ ] 1551/2915 53% [================================= ] 1552/2915 53% [================================= ] 1553/2915 53% [================================= ] 1554/2915 53% [================================= ] 1555/2915 53% [================================= ] 1556/2915 53% [================================= ] 1557/2915 53% [================================= ] 1558/2915 53% [================================= ] 1559/2915 53% [================================= ] 1560/2915 53% [================================= ] 1561/2915 53% [================================= ] 1562/2915 53% [================================= ] 1563/2915 53% [================================= ] 1564/2915 53% [================================= ] 1565/2915 53% [================================= ] 1566/2915 53% [================================= ] 1567/2915 53% [================================= ] 1568/2915 53% [================================= ] 1569/2915 53% [================================= ] 1570/2915 53% [================================= ] 1571/2915 53% [================================= ] 1572/2915 53% [================================= ] 1573/2915 53% [================================= ] 1574/2915 53% [================================= ] 1575/2915 54% [================================= ] 1576/2915 54% [================================= ] 1577/2915 54% [================================= ] 1578/2915 54% [================================= ] 1579/2915 54% [================================= ] 1580/2915 54% [================================= ] 1581/2915 54% [================================= ] 1582/2915 54% [================================= ] 1583/2915 54% [================================= ] 1584/2915 54% [================================= ] 1585/2915 54% [================================= ] 1586/2915 54% [================================= ] 1587/2915 54% [================================= ] 1588/2915 54% [================================= ] 1589/2915 54% [================================= ] 1590/2915 54% [================================= ] 1591/2915 54% [================================= ] 1592/2915 54% [================================= ] 1593/2915 54% [================================= ] 1594/2915 54% [================================= ] 1595/2915 54% [================================= ] 1596/2915 54% [================================= ] 1597/2915 54% [================================= ] 1598/2915 54% [================================== ] 1599/2915 54% [================================== ] 1600/2915 54% [================================== ] 1601/2915 54% [================================== ] 1602/2915 54% [================================== ] 1603/2915 54% [================================== ] 1604/2915 55% [================================== ] 1605/2915 55% [================================== ] 1606/2915 55% [================================== ] 1607/2915 55% [================================== ] 1608/2915 55% [================================== ] 1609/2915 55% [================================== ] 1610/2915 55% [================================== ] 1611/2915 55% [================================== ] 1612/2915 55% [================================== ] 1613/2915 55% [================================== ] 1614/2915 55% [================================== ] 1615/2915 55% [================================== ] 1616/2915 55% [================================== ] 1617/2915 55% [================================== ] 1618/2915 55% [================================== ] 1619/2915 55% [================================== ] 1620/2915 55% [================================== ] 1621/2915 55% [================================== ] 1622/2915 55% [================================== ] 1623/2915 55% [================================== ] 1624/2915 55% [================================== ] 1625/2915 55% [================================== ] 1626/2915 55% [================================== ] 1627/2915 55% [================================== ] 1628/2915 55% [================================== ] 1629/2915 55% [================================== ] 1630/2915 55% [================================== ] 1631/2915 55% [================================== ] 1632/2915 55% [================================== ] 1633/2915 56% [================================== ] 1634/2915 56% [================================== ] 1635/2915 56% [================================== ] 1636/2915 56% [================================== ] 1637/2915 56% [================================== ] 1638/2915 56% [================================== ] 1639/2915 56% [================================== ] 1640/2915 56% [================================== ] 1641/2915 56% [================================== ] 1642/2915 56% [================================== ] 1643/2915 56% [================================== ] 1644/2915 56% [================================== ] 1645/2915 56% [=================================== ] 1646/2915 56% [=================================== ] 1647/2915 56% [=================================== ] 1648/2915 56% [=================================== ] 1649/2915 56% [=================================== ] 1650/2915 56% [=================================== ] 1651/2915 56% [=================================== ] 1652/2915 56% [=================================== ] 1653/2915 56% [=================================== ] 1654/2915 56% [=================================== ] 1655/2915 56% [=================================== ] 1656/2915 56% [=================================== ] 1657/2915 56% [=================================== ] 1658/2915 56% [=================================== ] 1659/2915 56% [=================================== ] 1660/2915 56% [=================================== ] 1661/2915 56% [=================================== ] 1662/2915 57% [=================================== ] 1663/2915 57% [=================================== ] 1664/2915 57% [=================================== ] 1665/2915 57% [=================================== ] 1666/2915 57% [=================================== ] 1667/2915 57% [=================================== ] 1668/2915 57% [=================================== ] 1669/2915 57% [=================================== ] 1670/2915 57% [=================================== ] 1671/2915 57% [=================================== ] 1672/2915 57% [=================================== ] 1673/2915 57% [=================================== ] 1674/2915 57% [=================================== ] 1675/2915 57% [=================================== ] 1676/2915 57% [=================================== ] 1677/2915 57% [=================================== ] 1678/2915 57% [=================================== ] 1679/2915 57% [=================================== ] 1680/2915 57% [=================================== ] 1681/2915 57% [=================================== ] 1682/2915 57% [=================================== ] 1683/2915 57% [=================================== ] 1684/2915 57% [=================================== ] 1685/2915 57% [=================================== ] 1686/2915 57% [=================================== ] 1687/2915 57% [=================================== ] 1688/2915 57% [=================================== ] 1689/2915 57% [=================================== ] 1690/2915 57% [=================================== ] 1691/2915 58% [=================================== ] 1692/2915 58% [==================================== ] 1693/2915 58% [==================================== ] 1694/2915 58% [==================================== ] 1695/2915 58% [==================================== ] 1696/2915 58% [==================================== ] 1697/2915 58% [==================================== ] 1698/2915 58% [==================================== ] 1699/2915 58% [==================================== ] 1700/2915 58% [==================================== ] 1701/2915 58% [==================================== ] 1702/2915 58% [==================================== ] 1703/2915 58% [==================================== ] 1704/2915 58% [==================================== ] 1705/2915 58% [==================================== ] 1706/2915 58% [==================================== ] 1707/2915 58% [==================================== ] 1708/2915 58% [==================================== ] 1709/2915 58% [==================================== ] 1710/2915 58% [==================================== ] 1711/2915 58% [==================================== ] 1712/2915 58% [==================================== ] 1713/2915 58% [==================================== ] 1714/2915 58% [==================================== ] 1715/2915 58% [==================================== ] 1716/2915 58% [==================================== ] 1717/2915 58% [==================================== ] 1718/2915 58% [==================================== ] 1719/2915 58% [==================================== ] 1720/2915 59% [==================================== ] 1721/2915 59% [==================================== ] 1722/2915 59% [==================================== ] 1723/2915 59% [==================================== ] 1724/2915 59% [==================================== ] 1725/2915 59% [==================================== ] 1726/2915 59% [==================================== ] 1727/2915 59% [==================================== ] 1728/2915 59% [==================================== ] 1729/2915 59% [==================================== ] 1730/2915 59% [==================================== ] 1731/2915 59% [==================================== ] 1732/2915 59% [==================================== ] 1733/2915 59% [==================================== ] 1734/2915 59% [==================================== ] 1735/2915 59% [==================================== ] 1736/2915 59% [==================================== ] 1737/2915 59% [==================================== ] 1738/2915 59% [==================================== ] 1739/2915 59% [===================================== ] 1740/2915 59% [===================================== ] 1741/2915 59% [===================================== ] 1742/2915 59% [===================================== ] 1743/2915 59% [===================================== ] 1744/2915 59% [===================================== ] 1745/2915 59% [===================================== ] 1746/2915 59% [===================================== ] 1747/2915 59% [===================================== ] 1748/2915 59% [===================================== ] 1749/2915 60% [===================================== ] 1750/2915 60% [===================================== ] 1751/2915 60% [===================================== ] 1752/2915 60% [===================================== ] 1753/2915 60% [===================================== ] 1754/2915 60% [===================================== ] 1755/2915 60% [===================================== ] 1756/2915 60% [===================================== ] 1757/2915 60% [===================================== ] 1758/2915 60% [===================================== ] 1759/2915 60% [===================================== ] 1760/2915 60% [===================================== ] 1761/2915 60% [===================================== ] 1762/2915 60% [===================================== ] 1763/2915 60% [===================================== ] 1764/2915 60% [===================================== ] 1765/2915 60% [===================================== ] 1766/2915 60% [===================================== ] 1767/2915 60% [===================================== ] 1768/2915 60% [===================================== ] 1769/2915 60% [===================================== ] 1770/2915 60% [===================================== ] 1771/2915 60% [===================================== ] 1772/2915 60% [===================================== ] 1773/2915 60% [===================================== ] 1774/2915 60% [===================================== ] 1775/2915 60% [===================================== ] 1776/2915 60% [===================================== ] 1777/2915 60% [===================================== ] 1778/2915 60% [===================================== ] 1779/2915 61% [===================================== ] 1780/2915 61% [===================================== ] 1781/2915 61% [===================================== ] 1782/2915 61% [===================================== ] 1783/2915 61% [===================================== ] 1784/2915 61% [===================================== ] 1785/2915 61% [===================================== ] 1786/2915 61% [====================================== ] 1787/2915 61% [====================================== ] 1788/2915 61% [====================================== ] 1789/2915 61% [====================================== ] 1790/2915 61% [====================================== ] 1791/2915 61% [====================================== ] 1792/2915 61% [====================================== ] 1793/2915 61% [====================================== ] 1794/2915 61% [====================================== ] 1795/2915 61% [====================================== ] 1796/2915 61% [====================================== ] 1797/2915 61% [====================================== ] 1798/2915 61% [====================================== ] 1799/2915 61% [====================================== ] 1800/2915 61% [====================================== ] 1801/2915 61% [====================================== ] 1802/2915 61% [====================================== ] 1803/2915 61% [====================================== ] 1804/2915 61% [====================================== ] 1805/2915 61% [====================================== ] 1806/2915 61% [====================================== ] 1807/2915 61% [====================================== ] 1808/2915 62% [====================================== ] 1809/2915 62% [====================================== ] 1810/2915 62% [====================================== ] 1811/2915 62% [====================================== ] 1812/2915 62% [====================================== ] 1813/2915 62% [====================================== ] 1814/2915 62% [====================================== ] 1815/2915 62% [====================================== ] 1816/2915 62% [====================================== ] 1817/2915 62% [====================================== ] 1818/2915 62% [====================================== ] 1819/2915 62% [====================================== ] 1820/2915 62% [====================================== ] 1821/2915 62% [====================================== ] 1822/2915 62% [====================================== ] 1823/2915 62% [====================================== ] 1824/2915 62% [====================================== ] 1825/2915 62% [====================================== ] 1826/2915 62% [====================================== ] 1827/2915 62% [====================================== ] 1828/2915 62% [====================================== ] 1829/2915 62% [====================================== ] 1830/2915 62% [====================================== ] 1831/2915 62% [====================================== ] 1832/2915 62% [====================================== ] 1833/2915 62% [======================================= ] 1834/2915 62% [======================================= ] 1835/2915 62% [======================================= ] 1836/2915 62% [======================================= ] 1837/2915 63% [======================================= ] 1838/2915 63% [======================================= ] 1839/2915 63% [======================================= ] 1840/2915 63% [======================================= ] 1841/2915 63% [======================================= ] 1842/2915 63% [======================================= ] 1843/2915 63% [======================================= ] 1844/2915 63% [======================================= ] 1845/2915 63% [======================================= ] 1846/2915 63% [======================================= ] 1847/2915 63% [======================================= ] 1848/2915 63% [======================================= ] 1849/2915 63% [======================================= ] 1850/2915 63% [======================================= ] 1851/2915 63% [======================================= ] 1852/2915 63% [======================================= ] 1853/2915 63% [======================================= ] 1854/2915 63% [======================================= ] 1855/2915 63% [======================================= ] 1856/2915 63% [======================================= ] 1857/2915 63% [======================================= ] 1858/2915 63% [======================================= ] 1859/2915 63% [======================================= ] 1860/2915 63% [======================================= ] 1861/2915 63% [======================================= ] 1862/2915 63% [======================================= ] 1863/2915 63% [======================================= ] 1864/2915 63% [======================================= ] 1865/2915 63% [======================================= ] 1866/2915 64% [======================================= ] 1867/2915 64% [======================================= ] 1868/2915 64% [======================================= ] 1869/2915 64% [======================================= ] 1870/2915 64% [======================================= ] 1871/2915 64% [======================================= ] 1872/2915 64% [======================================= ] 1873/2915 64% [======================================= ] 1874/2915 64% [======================================= ] 1875/2915 64% [======================================= ] 1876/2915 64% [======================================= ] 1877/2915 64% [======================================= ] 1878/2915 64% [======================================= ] 1879/2915 64% [======================================= ] 1880/2915 64% [======================================== ] 1881/2915 64% [======================================== ] 1882/2915 64% [======================================== ] 1883/2915 64% [======================================== ] 1884/2915 64% [======================================== ] 1885/2915 64% [======================================== ] 1886/2915 64% [======================================== ] 1887/2915 64% [======================================== ] 1888/2915 64% [======================================== ] 1889/2915 64% [======================================== ] 1890/2915 64% [======================================== ] 1891/2915 64% [======================================== ] 1892/2915 64% [======================================== ] 1893/2915 64% [======================================== ] 1894/2915 64% [======================================== ] 1895/2915 65% [======================================== ] 1896/2915 65% [======================================== ] 1897/2915 65% [======================================== ] 1898/2915 65% [======================================== ] 1899/2915 65% [======================================== ] 1900/2915 65% [======================================== ] 1901/2915 65% [======================================== ] 1902/2915 65% [======================================== ] 1903/2915 65% [======================================== ] 1904/2915 65% [======================================== ] 1905/2915 65% [======================================== ] 1906/2915 65% [======================================== ] 1907/2915 65% [======================================== ] 1908/2915 65% [======================================== ] 1909/2915 65% [======================================== ] 1910/2915 65% [======================================== ] 1911/2915 65% [======================================== ] 1912/2915 65% [======================================== ] 1913/2915 65% [======================================== ] 1914/2915 65% [======================================== ] 1915/2915 65% [======================================== ] 1916/2915 65% [======================================== ] 1917/2915 65% [======================================== ] 1918/2915 65% [======================================== ] 1919/2915 65% [======================================== ] 1920/2915 65% [======================================== ] 1921/2915 65% [======================================== ] 1922/2915 65% [======================================== ] 1923/2915 65% [======================================== ] 1924/2915 66% [======================================== ] 1925/2915 66% [======================================== ] 1926/2915 66% [======================================== ] 1927/2915 66% [========================================= ] 1928/2915 66% [========================================= ] 1929/2915 66% [========================================= ] 1930/2915 66% [========================================= ] 1931/2915 66% [========================================= ] 1932/2915 66% [========================================= ] 1933/2915 66% [========================================= ] 1934/2915 66% [========================================= ] 1935/2915 66% [========================================= ] 1936/2915 66% [========================================= ] 1937/2915 66% [========================================= ] 1938/2915 66% [========================================= ] 1939/2915 66% [========================================= ] 1940/2915 66% [========================================= ] 1941/2915 66% [========================================= ] 1942/2915 66% [========================================= ] 1943/2915 66% [========================================= ] 1944/2915 66% [========================================= ] 1945/2915 66% [========================================= ] 1946/2915 66% [========================================= ] 1947/2915 66% [========================================= ] 1948/2915 66% [========================================= ] 1949/2915 66% [========================================= ] 1950/2915 66% [========================================= ] 1951/2915 66% [========================================= ] 1952/2915 66% [========================================= ] 1953/2915 66% [========================================= ] 1954/2915 67% [========================================= ] 1955/2915 67% [========================================= ] 1956/2915 67% [========================================= ] 1957/2915 67% [========================================= ] 1958/2915 67% [========================================= ] 1959/2915 67% [========================================= ] 1960/2915 67% [========================================= ] 1961/2915 67% [========================================= ] 1962/2915 67% [========================================= ] 1963/2915 67% [========================================= ] 1964/2915 67% [========================================= ] 1965/2915 67% [========================================= ] 1966/2915 67% [========================================= ] 1967/2915 67% [========================================= ] 1968/2915 67% [========================================= ] 1969/2915 67% [========================================= ] 1970/2915 67% [========================================= ] 1971/2915 67% [========================================= ] 1972/2915 67% [========================================= ] 1973/2915 67% [========================================= ] 1974/2915 67% [========================================== ] 1975/2915 67% [========================================== ] 1976/2915 67% [========================================== ] 1977/2915 67% [========================================== ] 1978/2915 67% [========================================== ] 1979/2915 67% [========================================== ] 1980/2915 67% [========================================== ] 1981/2915 67% [========================================== ] 1982/2915 67% [========================================== ] 1983/2915 68% [========================================== ] 1984/2915 68% [========================================== ] 1985/2915 68% [========================================== ] 1986/2915 68% [========================================== ] 1987/2915 68% [========================================== ] 1988/2915 68% [========================================== ] 1989/2915 68% [========================================== ] 1990/2915 68% [========================================== ] 1991/2915 68% [========================================== ] 1992/2915 68% [========================================== ] 1993/2915 68% [========================================== ] 1994/2915 68% [========================================== ] 1995/2915 68% [========================================== ] 1996/2915 68% [========================================== ] 1997/2915 68% [========================================== ] 1998/2915 68% [========================================== ] 1999/2915 68% [========================================== ] 2000/2915 68% [========================================== ] 2001/2915 68% [========================================== ] 2002/2915 68% [========================================== ] 2003/2915 68% [========================================== ] 2004/2915 68% [========================================== ] 2005/2915 68% [========================================== ] 2006/2915 68% [========================================== ] 2007/2915 68% [========================================== ] 2008/2915 68% [========================================== ] 2009/2915 68% [========================================== ] 2010/2915 68% [========================================== ] 2011/2915 68% [========================================== ] 2012/2915 69% [========================================== ] 2013/2915 69% [========================================== ] 2014/2915 69% [========================================== ] 2015/2915 69% [========================================== ] 2016/2915 69% [========================================== ] 2017/2915 69% [========================================== ] 2018/2915 69% [========================================== ] 2019/2915 69% [========================================== ] 2020/2915 69% [========================================== ] 2021/2915 69% [=========================================== ] 2022/2915 69% [=========================================== ] 2023/2915 69% [=========================================== ] 2024/2915 69% [=========================================== ] 2025/2915 69% [=========================================== ] 2026/2915 69% [=========================================== ] 2027/2915 69% [=========================================== ] 2028/2915 69% [=========================================== ] 2029/2915 69% [=========================================== ] 2030/2915 69% [=========================================== ] 2031/2915 69% [=========================================== ] 2032/2915 69% [=========================================== ] 2033/2915 69% [=========================================== ] 2034/2915 69% [=========================================== ] 2035/2915 69% [=========================================== ] 2036/2915 69% [=========================================== ] 2037/2915 69% [=========================================== ] 2038/2915 69% [=========================================== ] 2039/2915 69% [=========================================== ] 2040/2915 69% [=========================================== ] 2041/2915 70% [=========================================== ] 2042/2915 70% [=========================================== ] 2043/2915 70% [=========================================== ] 2044/2915 70% [=========================================== ] 2045/2915 70% [=========================================== ] 2046/2915 70% [=========================================== ] 2047/2915 70% [=========================================== ] 2048/2915 70% [=========================================== ] 2049/2915 70% [=========================================== ] 2050/2915 70% [=========================================== ] 2051/2915 70% [=========================================== ] 2052/2915 70% [=========================================== ] 2053/2915 70% [=========================================== ] 2054/2915 70% [=========================================== ] 2055/2915 70% [=========================================== ] 2056/2915 70% [=========================================== ] 2057/2915 70% [=========================================== ] 2058/2915 70% [=========================================== ] 2059/2915 70% [=========================================== ] 2060/2915 70% [=========================================== ] 2061/2915 70% [=========================================== ] 2062/2915 70% [=========================================== ] 2063/2915 70% [=========================================== ] 2064/2915 70% [=========================================== ] 2065/2915 70% [=========================================== ] 2066/2915 70% [=========================================== ] 2067/2915 70% [=========================================== ] 2068/2915 70% [============================================ ] 2069/2915 70% [============================================ ] 2070/2915 71% [============================================ ] 2071/2915 71% [============================================ ] 2072/2915 71% [============================================ ] 2073/2915 71% [============================================ ] 2074/2915 71% [============================================ ] 2075/2915 71% [============================================ ] 2076/2915 71% [============================================ ] 2077/2915 71% [============================================ ] 2078/2915 71% [============================================ ] 2079/2915 71% [============================================ ] 2080/2915 71% [============================================ ] 2081/2915 71% [============================================ ] 2082/2915 71% [============================================ ] 2083/2915 71% [============================================ ] 2084/2915 71% [============================================ ] 2085/2915 71% [============================================ ] 2086/2915 71% [============================================ ] 2087/2915 71% [============================================ ] 2088/2915 71% [============================================ ] 2089/2915 71% [============================================ ] 2090/2915 71% [============================================ ] 2091/2915 71% [============================================ ] 2092/2915 71% [============================================ ] 2093/2915 71% [============================================ ] 2094/2915 71% [============================================ ] 2095/2915 71% [============================================ ] 2096/2915 71% [============================================ ] 2097/2915 71% [============================================ ] 2098/2915 71% [============================================ ] 2099/2915 72% [============================================ ] 2100/2915 72% [============================================ ] 2101/2915 72% [============================================ ] 2102/2915 72% [============================================ ] 2103/2915 72% [============================================ ] 2104/2915 72% [============================================ ] 2105/2915 72% [============================================ ] 2106/2915 72% [============================================ ] 2107/2915 72% [============================================ ] 2108/2915 72% [============================================ ] 2109/2915 72% [============================================ ] 2110/2915 72% [============================================ ] 2111/2915 72% [============================================ ] 2112/2915 72% [============================================ ] 2113/2915 72% [============================================ ] 2114/2915 72% [============================================ ] 2115/2915 72% [============================================= ] 2116/2915 72% [============================================= ] 2117/2915 72% [============================================= ] 2118/2915 72% [============================================= ] 2119/2915 72% [============================================= ] 2120/2915 72% [============================================= ] 2121/2915 72% [============================================= ] 2122/2915 72% [============================================= ] 2123/2915 72% [============================================= ] 2124/2915 72% [============================================= ] 2125/2915 72% [============================================= ] 2126/2915 72% [============================================= ] 2127/2915 72% [============================================= ] 2128/2915 73% [============================================= ] 2129/2915 73% [============================================= ] 2130/2915 73% [============================================= ] 2131/2915 73% [============================================= ] 2132/2915 73% [============================================= ] 2133/2915 73% [============================================= ] 2134/2915 73% [============================================= ] 2135/2915 73% [============================================= ] 2136/2915 73% [============================================= ] 2137/2915 73% [============================================= ] 2138/2915 73% [============================================= ] 2139/2915 73% [============================================= ] 2140/2915 73% [============================================= ] 2141/2915 73% [============================================= ] 2142/2915 73% [============================================= ] 2143/2915 73% [============================================= ] 2144/2915 73% [============================================= ] 2145/2915 73% [============================================= ] 2146/2915 73% [============================================= ] 2147/2915 73% [============================================= ] 2148/2915 73% [============================================= ] 2149/2915 73% [============================================= ] 2150/2915 73% [============================================= ] 2151/2915 73% [============================================= ] 2152/2915 73% [============================================= ] 2153/2915 73% [============================================= ] 2154/2915 73% [============================================= ] 2155/2915 73% [============================================= ] 2156/2915 73% [============================================= ] 2157/2915 73% [============================================= ] 2158/2915 74% [============================================= ] 2159/2915 74% [============================================= ] 2160/2915 74% [============================================= ] 2161/2915 74% [============================================= ] 2162/2915 74% [============================================== ] 2163/2915 74% [============================================== ] 2164/2915 74% [============================================== ] 2165/2915 74% [============================================== ] 2166/2915 74% [============================================== ] 2167/2915 74% [============================================== ] 2168/2915 74% [============================================== ] 2169/2915 74% [============================================== ] 2170/2915 74% [============================================== ] 2171/2915 74% [============================================== ] 2172/2915 74% [============================================== ] 2173/2915 74% [============================================== ] 2174/2915 74% [============================================== ] 2175/2915 74% [============================================== ] 2176/2915 74% [============================================== ] 2177/2915 74% [============================================== ] 2178/2915 74% [============================================== ] 2179/2915 74% [============================================== ] 2180/2915 74% [============================================== ] 2181/2915 74% [============================================== ] 2182/2915 74% [============================================== ] 2183/2915 74% [============================================== ] 2184/2915 74% [============================================== ] 2185/2915 74% [============================================== ] 2186/2915 74% [============================================== ] 2187/2915 75% [============================================== ] 2188/2915 75% [============================================== ] 2189/2915 75% [============================================== ] 2190/2915 75% [============================================== ] 2191/2915 75% [============================================== ] 2192/2915 75% [============================================== ] 2193/2915 75% [============================================== ] 2194/2915 75% [============================================== ] 2195/2915 75% [============================================== ] 2196/2915 75% [============================================== ] 2197/2915 75% [============================================== ] 2198/2915 75% [============================================== ] 2199/2915 75% [============================================== ] 2200/2915 75% [============================================== ] 2201/2915 75% [============================================== ] 2202/2915 75% [============================================== ] 2203/2915 75% [============================================== ] 2204/2915 75% [============================================== ] 2205/2915 75% [============================================== ] 2206/2915 75% [============================================== ] 2207/2915 75% [============================================== ] 2208/2915 75% [============================================== ] 2209/2915 75% [=============================================== ] 2210/2915 75% [=============================================== ] 2211/2915 75% [=============================================== ] 2212/2915 75% [=============================================== ] 2213/2915 75% [=============================================== ] 2214/2915 75% [=============================================== ] 2215/2915 75% [=============================================== ] 2216/2915 76% [=============================================== ] 2217/2915 76% [=============================================== ] 2218/2915 76% [=============================================== ] 2219/2915 76% [=============================================== ] 2220/2915 76% [=============================================== ] 2221/2915 76% [=============================================== ] 2222/2915 76% [=============================================== ] 2223/2915 76% [=============================================== ] 2224/2915 76% [=============================================== ] 2225/2915 76% [=============================================== ] 2226/2915 76% [=============================================== ] 2227/2915 76% [=============================================== ] 2228/2915 76% [=============================================== ] 2229/2915 76% [=============================================== ] 2230/2915 76% [=============================================== ] 2231/2915 76% [=============================================== ] 2232/2915 76% [=============================================== ] 2233/2915 76% [=============================================== ] 2234/2915 76% [=============================================== ] 2235/2915 76% [=============================================== ] 2236/2915 76% [=============================================== ] 2237/2915 76% [=============================================== ] 2238/2915 76% [=============================================== ] 2239/2915 76% [=============================================== ] 2240/2915 76% [=============================================== ] 2241/2915 76% [=============================================== ] 2242/2915 76% [=============================================== ] 2243/2915 76% [=============================================== ] 2244/2915 76% [=============================================== ] 2245/2915 77% [=============================================== ] 2246/2915 77% [=============================================== ] 2247/2915 77% [=============================================== ] 2248/2915 77% [=============================================== ] 2249/2915 77% [=============================================== ] 2250/2915 77% [=============================================== ] 2251/2915 77% [=============================================== ] 2252/2915 77% [=============================================== ] 2253/2915 77% [=============================================== ] 2254/2915 77% [=============================================== ] 2255/2915 77% [=============================================== ] 2256/2915 77% [================================================ ] 2257/2915 77% [================================================ ] 2258/2915 77% [================================================ ] 2259/2915 77% [================================================ ] 2260/2915 77% [================================================ ] 2261/2915 77% [================================================ ] 2262/2915 77% [================================================ ] 2263/2915 77% [================================================ ] 2264/2915 77% [================================================ ] 2265/2915 77% [================================================ ] 2266/2915 77% [================================================ ] 2267/2915 77% [================================================ ] 2268/2915 77% [================================================ ] 2269/2915 77% [================================================ ] 2270/2915 77% [================================================ ] 2271/2915 77% [================================================ ] 2272/2915 77% [================================================ ] 2273/2915 77% [================================================ ] 2274/2915 78% [================================================ ] 2275/2915 78% [================================================ ] 2276/2915 78% [================================================ ] 2277/2915 78% [================================================ ] 2278/2915 78% [================================================ ] 2279/2915 78% [================================================ ] 2280/2915 78% [================================================ ] 2281/2915 78% [================================================ ] 2282/2915 78% [================================================ ] 2283/2915 78% [================================================ ] 2284/2915 78% [================================================ ] 2285/2915 78% [================================================ ] 2286/2915 78% [================================================ ] 2287/2915 78% [================================================ ] 2288/2915 78% [================================================ ] 2289/2915 78% [================================================ ] 2290/2915 78% [================================================ ] 2291/2915 78% [================================================ ] 2292/2915 78% [================================================ ] 2293/2915 78% [================================================ ] 2294/2915 78% [================================================ ] 2295/2915 78% [================================================ ] 2296/2915 78% [================================================ ] 2297/2915 78% [================================================ ] 2298/2915 78% [================================================ ] 2299/2915 78% [================================================ ] 2300/2915 78% [================================================ ] 2301/2915 78% [================================================ ] 2302/2915 78% [================================================ ] 2303/2915 79% [================================================= ] 2304/2915 79% [================================================= ] 2305/2915 79% [================================================= ] 2306/2915 79% [================================================= ] 2307/2915 79% [================================================= ] 2308/2915 79% [================================================= ] 2309/2915 79% [================================================= ] 2310/2915 79% [================================================= ] 2311/2915 79% [================================================= ] 2312/2915 79% [================================================= ] 2313/2915 79% [================================================= ] 2314/2915 79% [================================================= ] 2315/2915 79% [================================================= ] 2316/2915 79% [================================================= ] 2317/2915 79% [================================================= ] 2318/2915 79% [================================================= ] 2319/2915 79% [================================================= ] 2320/2915 79% [================================================= ] 2321/2915 79% [================================================= ] 2322/2915 79% [================================================= ] 2323/2915 79% [================================================= ] 2324/2915 79% [================================================= ] 2325/2915 79% [================================================= ] 2326/2915 79% [================================================= ] 2327/2915 79% [================================================= ] 2328/2915 79% [================================================= ] 2329/2915 79% [================================================= ] 2330/2915 79% [================================================= ] 2331/2915 79% [================================================= ] 2332/2915 80% [================================================= ] 2333/2915 80% [================================================= ] 2334/2915 80% [================================================= ] 2335/2915 80% [================================================= ] 2336/2915 80% [================================================= ] 2337/2915 80% [================================================= ] 2338/2915 80% [================================================= ] 2339/2915 80% [================================================= ] 2340/2915 80% [================================================= ] 2341/2915 80% [================================================= ] 2342/2915 80% [================================================= ] 2343/2915 80% [================================================= ] 2344/2915 80% [================================================= ] 2345/2915 80% [================================================= ] 2346/2915 80% [================================================= ] 2347/2915 80% [================================================= ] 2348/2915 80% [================================================= ] 2349/2915 80% [================================================= ] 2350/2915 80% [================================================== ] 2351/2915 80% [================================================== ] 2352/2915 80% [================================================== ] 2353/2915 80% [================================================== ] 2354/2915 80% [================================================== ] 2355/2915 80% [================================================== ] 2356/2915 80% [================================================== ] 2357/2915 80% [================================================== ] 2358/2915 80% [================================================== ] 2359/2915 80% [================================================== ] 2360/2915 80% [================================================== ] 2361/2915 80% [================================================== ] 2362/2915 81% [================================================== ] 2363/2915 81% [================================================== ] 2364/2915 81% [================================================== ] 2365/2915 81% [================================================== ] 2366/2915 81% [================================================== ] 2367/2915 81% [================================================== ] 2368/2915 81% [================================================== ] 2369/2915 81% [================================================== ] 2370/2915 81% [================================================== ] 2371/2915 81% [================================================== ] 2372/2915 81% [================================================== ] 2373/2915 81% [================================================== ] 2374/2915 81% [================================================== ] 2375/2915 81% [================================================== ] 2376/2915 81% [================================================== ] 2377/2915 81% [================================================== ] 2378/2915 81% [================================================== ] 2379/2915 81% [================================================== ] 2380/2915 81% [================================================== ] 2381/2915 81% [================================================== ] 2382/2915 81% [================================================== ] 2383/2915 81% [================================================== ] 2384/2915 81% [================================================== ] 2385/2915 81% [================================================== ] 2386/2915 81% [================================================== ] 2387/2915 81% [================================================== ] 2388/2915 81% [================================================== ] 2389/2915 81% [================================================== ] 2390/2915 81% [================================================== ] 2391/2915 82% [================================================== ] 2392/2915 82% [================================================== ] 2393/2915 82% [================================================== ] 2394/2915 82% [================================================== ] 2395/2915 82% [================================================== ] 2396/2915 82% [================================================== ] 2397/2915 82% [=================================================== ] 2398/2915 82% [=================================================== ] 2399/2915 82% [=================================================== ] 2400/2915 82% [=================================================== ] 2401/2915 82% [=================================================== ] 2402/2915 82% [=================================================== ] 2403/2915 82% [=================================================== ] 2404/2915 82% [=================================================== ] 2405/2915 82% [=================================================== ] 2406/2915 82% [=================================================== ] 2407/2915 82% [=================================================== ] 2408/2915 82% [=================================================== ] 2409/2915 82% [=================================================== ] 2410/2915 82% [=================================================== ] 2411/2915 82% [=================================================== ] 2412/2915 82% [=================================================== ] 2413/2915 82% [=================================================== ] 2414/2915 82% [=================================================== ] 2415/2915 82% [=================================================== ] 2416/2915 82% [=================================================== ] 2417/2915 82% [=================================================== ] 2418/2915 82% [=================================================== ] 2419/2915 82% [=================================================== ] 2420/2915 83% [=================================================== ] 2421/2915 83% [=================================================== ] 2422/2915 83% [=================================================== ] 2423/2915 83% [=================================================== ] 2424/2915 83% [=================================================== ] 2425/2915 83% [=================================================== ] 2426/2915 83% [=================================================== ] 2427/2915 83% [=================================================== ] 2428/2915 83% [=================================================== ] 2429/2915 83% [=================================================== ] 2430/2915 83% [=================================================== ] 2431/2915 83% [=================================================== ] 2432/2915 83% [=================================================== ] 2433/2915 83% [=================================================== ] 2434/2915 83% [=================================================== ] 2435/2915 83% [=================================================== ] 2436/2915 83% [=================================================== ] 2437/2915 83% [=================================================== ] 2438/2915 83% [=================================================== ] 2439/2915 83% [=================================================== ] 2440/2915 83% [=================================================== ] 2441/2915 83% [=================================================== ] 2442/2915 83% [=================================================== ] 2443/2915 83% [=================================================== ] 2444/2915 83% [==================================================== ] 2445/2915 83% [==================================================== ] 2446/2915 83% [==================================================== ] 2447/2915 83% [==================================================== ] 2448/2915 83% [==================================================== ] 2449/2915 84% [==================================================== ] 2450/2915 84% [==================================================== ] 2451/2915 84% [==================================================== ] 2452/2915 84% [==================================================== ] 2453/2915 84% [==================================================== ] 2454/2915 84% [==================================================== ] 2455/2915 84% [==================================================== ] 2456/2915 84% [==================================================== ] 2457/2915 84% [==================================================== ] 2458/2915 84% [==================================================== ] 2459/2915 84% [==================================================== ] 2460/2915 84% [==================================================== ] 2461/2915 84% [==================================================== ] 2462/2915 84% [==================================================== ] 2463/2915 84% [==================================================== ] 2464/2915 84% [==================================================== ] 2465/2915 84% [==================================================== ] 2466/2915 84% [==================================================== ] 2467/2915 84% [==================================================== ] 2468/2915 84% [==================================================== ] 2469/2915 84% [==================================================== ] 2470/2915 84% [==================================================== ] 2471/2915 84% [==================================================== ] 2472/2915 84% [==================================================== ] 2473/2915 84% [==================================================== ] 2474/2915 84% [==================================================== ] 2475/2915 84% [==================================================== ] 2476/2915 84% [==================================================== ] 2477/2915 84% [==================================================== ] 2478/2915 85% [==================================================== ] 2479/2915 85% [==================================================== ] 2480/2915 85% [==================================================== ] 2481/2915 85% [==================================================== ] 2482/2915 85% [==================================================== ] 2483/2915 85% [==================================================== ] 2484/2915 85% [==================================================== ] 2485/2915 85% [==================================================== ] 2486/2915 85% [==================================================== ] 2487/2915 85% [==================================================== ] 2488/2915 85% [==================================================== ] 2489/2915 85% [==================================================== ] 2490/2915 85% [==================================================== ] 2491/2915 85% [===================================================== ] 2492/2915 85% [===================================================== ] 2493/2915 85% [===================================================== ] 2494/2915 85% [===================================================== ] 2495/2915 85% [===================================================== ] 2496/2915 85% [===================================================== ] 2497/2915 85% [===================================================== ] 2498/2915 85% [===================================================== ] 2499/2915 85% [===================================================== ] 2500/2915 85% [===================================================== ] 2501/2915 85% [===================================================== ] 2502/2915 85% [===================================================== ] 2503/2915 85% [===================================================== ] 2504/2915 85% [===================================================== ] 2505/2915 85% [===================================================== ] 2506/2915 85% [===================================================== ] 2507/2915 86% [===================================================== ] 2508/2915 86% [===================================================== ] 2509/2915 86% [===================================================== ] 2510/2915 86% [===================================================== ] 2511/2915 86% [===================================================== ] 2512/2915 86% [===================================================== ] 2513/2915 86% [===================================================== ] 2514/2915 86% [===================================================== ] 2515/2915 86% [===================================================== ] 2516/2915 86% [===================================================== ] 2517/2915 86% [===================================================== ] 2518/2915 86% [===================================================== ] 2519/2915 86% [===================================================== ] 2520/2915 86% [===================================================== ] 2521/2915 86% [===================================================== ] 2522/2915 86% [===================================================== ] 2523/2915 86% [===================================================== ] 2524/2915 86% [===================================================== ] 2525/2915 86% [===================================================== ] 2526/2915 86% [===================================================== ] 2527/2915 86% [===================================================== ] 2528/2915 86% [===================================================== ] 2529/2915 86% [===================================================== ] 2530/2915 86% [===================================================== ] 2531/2915 86% [===================================================== ] 2532/2915 86% [===================================================== ] 2533/2915 86% [===================================================== ] 2534/2915 86% [===================================================== ] 2535/2915 86% [===================================================== ] 2536/2915 86% [===================================================== ] 2537/2915 87% [===================================================== ] 2538/2915 87% [====================================================== ] 2539/2915 87% [====================================================== ] 2540/2915 87% [====================================================== ] 2541/2915 87% [====================================================== ] 2542/2915 87% [====================================================== ] 2543/2915 87% [====================================================== ] 2544/2915 87% [====================================================== ] 2545/2915 87% [====================================================== ] 2546/2915 87% [====================================================== ] 2547/2915 87% [====================================================== ] 2548/2915 87% [====================================================== ] 2549/2915 87% [====================================================== ] 2550/2915 87% [====================================================== ] 2551/2915 87% [====================================================== ] 2552/2915 87% [====================================================== ] 2553/2915 87% [====================================================== ] 2554/2915 87% [====================================================== ] 2555/2915 87% [====================================================== ] 2556/2915 87% [====================================================== ] 2557/2915 87% [====================================================== ] 2558/2915 87% [====================================================== ] 2559/2915 87% [====================================================== ] 2560/2915 87% [====================================================== ] 2561/2915 87% [====================================================== ] 2562/2915 87% [====================================================== ] 2563/2915 87% [====================================================== ] 2564/2915 87% [====================================================== ] 2565/2915 87% [====================================================== ] 2566/2915 88% [====================================================== ] 2567/2915 88% [====================================================== ] 2568/2915 88% [====================================================== ] 2569/2915 88% [====================================================== ] 2570/2915 88% [====================================================== ] 2571/2915 88% [====================================================== ] 2572/2915 88% [====================================================== ] 2573/2915 88% [====================================================== ] 2574/2915 88% [====================================================== ] 2575/2915 88% [====================================================== ] 2576/2915 88% [====================================================== ] 2577/2915 88% [====================================================== ] 2578/2915 88% [====================================================== ] 2579/2915 88% [====================================================== ] 2580/2915 88% [====================================================== ] 2581/2915 88% [====================================================== ] 2582/2915 88% [====================================================== ] 2583/2915 88% [====================================================== ] 2584/2915 88% [====================================================== ] 2585/2915 88% [======================================================= ] 2586/2915 88% [======================================================= ] 2587/2915 88% [======================================================= ] 2588/2915 88% [======================================================= ] 2589/2915 88% [======================================================= ] 2590/2915 88% [======================================================= ] 2591/2915 88% [======================================================= ] 2592/2915 88% [======================================================= ] 2593/2915 88% [======================================================= ] 2594/2915 88% [======================================================= ] 2595/2915 89% [======================================================= ] 2596/2915 89% [======================================================= ] 2597/2915 89% [======================================================= ] 2598/2915 89% [======================================================= ] 2599/2915 89% [======================================================= ] 2600/2915 89% [======================================================= ] 2601/2915 89% [======================================================= ] 2602/2915 89% [======================================================= ] 2603/2915 89% [======================================================= ] 2604/2915 89% [======================================================= ] 2605/2915 89% [======================================================= ] 2606/2915 89% [======================================================= ] 2607/2915 89% [======================================================= ] 2608/2915 89% [======================================================= ] 2609/2915 89% [======================================================= ] 2610/2915 89% [======================================================= ] 2611/2915 89% [======================================================= ] 2612/2915 89% [======================================================= ] 2613/2915 89% [======================================================= ] 2614/2915 89% [======================================================= ] 2615/2915 89% [======================================================= ] 2616/2915 89% [======================================================= ] 2617/2915 89% [======================================================= ] 2618/2915 89% [======================================================= ] 2619/2915 89% [======================================================= ] 2620/2915 89% [======================================================= ] 2621/2915 89% [======================================================= ] 2622/2915 89% [======================================================= ] 2623/2915 89% [======================================================= ] 2624/2915 90% [======================================================= ] 2625/2915 90% [======================================================= ] 2626/2915 90% [======================================================= ] 2627/2915 90% [======================================================= ] 2628/2915 90% [======================================================= ] 2629/2915 90% [======================================================= ] 2630/2915 90% [======================================================= ] 2631/2915 90% [======================================================= ] 2632/2915 90% [======================================================== ] 2633/2915 90% [======================================================== ] 2634/2915 90% [======================================================== ] 2635/2915 90% [======================================================== ] 2636/2915 90% [======================================================== ] 2637/2915 90% [======================================================== ] 2638/2915 90% [======================================================== ] 2639/2915 90% [======================================================== ] 2640/2915 90% [======================================================== ] 2641/2915 90% [======================================================== ] 2642/2915 90% [======================================================== ] 2643/2915 90% [======================================================== ] 2644/2915 90% [======================================================== ] 2645/2915 90% [======================================================== ] 2646/2915 90% [======================================================== ] 2647/2915 90% [======================================================== ] 2648/2915 90% [======================================================== ] 2649/2915 90% [======================================================== ] 2650/2915 90% [======================================================== ] 2651/2915 90% [======================================================== ] 2652/2915 90% [======================================================== ] 2653/2915 91% [======================================================== ] 2654/2915 91% [======================================================== ] 2655/2915 91% [======================================================== ] 2656/2915 91% [======================================================== ] 2657/2915 91% [======================================================== ] 2658/2915 91% [======================================================== ] 2659/2915 91% [======================================================== ] 2660/2915 91% [======================================================== ] 2661/2915 91% [======================================================== ] 2662/2915 91% [======================================================== ] 2663/2915 91% [======================================================== ] 2664/2915 91% [======================================================== ] 2665/2915 91% [======================================================== ] 2666/2915 91% [======================================================== ] 2667/2915 91% [======================================================== ] 2668/2915 91% [======================================================== ] 2669/2915 91% [======================================================== ] 2670/2915 91% [======================================================== ] 2671/2915 91% [======================================================== ] 2672/2915 91% [======================================================== ] 2673/2915 91% [======================================================== ] 2674/2915 91% [======================================================== ] 2675/2915 91% [======================================================== ] 2676/2915 91% [======================================================== ] 2677/2915 91% [======================================================== ] 2678/2915 91% [======================================================== ] 2679/2915 91% [========================================================= ] 2680/2915 91% [========================================================= ] 2681/2915 91% [========================================================= ] 2682/2915 92% [========================================================= ] 2683/2915 92% [========================================================= ] 2684/2915 92% [========================================================= ] 2685/2915 92% [========================================================= ] 2686/2915 92% [========================================================= ] 2687/2915 92% [========================================================= ] 2688/2915 92% [========================================================= ] 2689/2915 92% [========================================================= ] 2690/2915 92% [========================================================= ] 2691/2915 92% [========================================================= ] 2692/2915 92% [========================================================= ] 2693/2915 92% [========================================================= ] 2694/2915 92% [========================================================= ] 2695/2915 92% [========================================================= ] 2696/2915 92% [========================================================= ] 2697/2915 92% [========================================================= ] 2698/2915 92% [========================================================= ] 2699/2915 92% [========================================================= ] 2700/2915 92% [========================================================= ] 2701/2915 92% [========================================================= ] 2702/2915 92% [========================================================= ] 2703/2915 92% [========================================================= ] 2704/2915 92% [========================================================= ] 2705/2915 92% [========================================================= ] 2706/2915 92% [========================================================= ] 2707/2915 92% [========================================================= ] 2708/2915 92% [========================================================= ] 2709/2915 92% [========================================================= ] 2710/2915 92% [========================================================= ] 2711/2915 93% [========================================================= ] 2712/2915 93% [========================================================= ] 2713/2915 93% [========================================================= ] 2714/2915 93% [========================================================= ] 2715/2915 93% [========================================================= ] 2716/2915 93% [========================================================= ] 2717/2915 93% [========================================================= ] 2718/2915 93% [========================================================= ] 2719/2915 93% [========================================================= ] 2720/2915 93% [========================================================= ] 2721/2915 93% [========================================================= ] 2722/2915 93% [========================================================= ] 2723/2915 93% [========================================================= ] 2724/2915 93% [========================================================= ] 2725/2915 93% [========================================================= ] 2726/2915 93% [========================================================== ] 2727/2915 93% [========================================================== ] 2728/2915 93% [========================================================== ] 2729/2915 93% [========================================================== ] 2730/2915 93% [========================================================== ] 2731/2915 93% [========================================================== ] 2732/2915 93% [========================================================== ] 2733/2915 93% [========================================================== ] 2734/2915 93% [========================================================== ] 2735/2915 93% [========================================================== ] 2736/2915 93% [========================================================== ] 2737/2915 93% [========================================================== ] 2738/2915 93% [========================================================== ] 2739/2915 93% [========================================================== ] 2740/2915 93% [========================================================== ] 2741/2915 94% [========================================================== ] 2742/2915 94% [========================================================== ] 2743/2915 94% [========================================================== ] 2744/2915 94% [========================================================== ] 2745/2915 94% [========================================================== ] 2746/2915 94% [========================================================== ] 2747/2915 94% [========================================================== ] 2748/2915 94% [========================================================== ] 2749/2915 94% [========================================================== ] 2750/2915 94% [========================================================== ] 2751/2915 94% [========================================================== ] 2752/2915 94% [========================================================== ] 2753/2915 94% [========================================================== ] 2754/2915 94% [========================================================== ] 2755/2915 94% [========================================================== ] 2756/2915 94% [========================================================== ] 2757/2915 94% [========================================================== ] 2758/2915 94% [========================================================== ] 2759/2915 94% [========================================================== ] 2760/2915 94% [========================================================== ] 2761/2915 94% [========================================================== ] 2762/2915 94% [========================================================== ] 2763/2915 94% [========================================================== ] 2764/2915 94% [========================================================== ] 2765/2915 94% [========================================================== ] 2766/2915 94% [========================================================== ] 2767/2915 94% [========================================================== ] 2768/2915 94% [========================================================== ] 2769/2915 94% [========================================================== ] 2770/2915 95% [========================================================== ] 2771/2915 95% [========================================================== ] 2772/2915 95% [========================================================== ] 2773/2915 95% [=========================================================== ] 2774/2915 95% [=========================================================== ] 2775/2915 95% [=========================================================== ] 2776/2915 95% [=========================================================== ] 2777/2915 95% [=========================================================== ] 2778/2915 95% [=========================================================== ] 2779/2915 95% [=========================================================== ] 2780/2915 95% [=========================================================== ] 2781/2915 95% [=========================================================== ] 2782/2915 95% [=========================================================== ] 2783/2915 95% [=========================================================== ] 2784/2915 95% [=========================================================== ] 2785/2915 95% [=========================================================== ] 2786/2915 95% [=========================================================== ] 2787/2915 95% [=========================================================== ] 2788/2915 95% [=========================================================== ] 2789/2915 95% [=========================================================== ] 2790/2915 95% [=========================================================== ] 2791/2915 95% [=========================================================== ] 2792/2915 95% [=========================================================== ] 2793/2915 95% [=========================================================== ] 2794/2915 95% [=========================================================== ] 2795/2915 95% [=========================================================== ] 2796/2915 95% [=========================================================== ] 2797/2915 95% [=========================================================== ] 2798/2915 95% [=========================================================== ] 2799/2915 96% [=========================================================== ] 2800/2915 96% [=========================================================== ] 2801/2915 96% [=========================================================== ] 2802/2915 96% [=========================================================== ] 2803/2915 96% [=========================================================== ] 2804/2915 96% [=========================================================== ] 2805/2915 96% [=========================================================== ] 2806/2915 96% [=========================================================== ] 2807/2915 96% [=========================================================== ] 2808/2915 96% [=========================================================== ] 2809/2915 96% [=========================================================== ] 2810/2915 96% [=========================================================== ] 2811/2915 96% [=========================================================== ] 2812/2915 96% [=========================================================== ] 2813/2915 96% [=========================================================== ] 2814/2915 96% [=========================================================== ] 2815/2915 96% [=========================================================== ] 2816/2915 96% [=========================================================== ] 2817/2915 96% [=========================================================== ] 2818/2915 96% [=========================================================== ] 2819/2915 96% [=========================================================== ] 2820/2915 96% [============================================================ ] 2821/2915 96% [============================================================ ] 2822/2915 96% [============================================================ ] 2823/2915 96% [============================================================ ] 2824/2915 96% [============================================================ ] 2825/2915 96% [============================================================ ] 2826/2915 96% [============================================================ ] 2827/2915 96% [============================================================ ] 2828/2915 97% [============================================================ ] 2829/2915 97% [============================================================ ] 2830/2915 97% [============================================================ ] 2831/2915 97% [============================================================ ] 2832/2915 97% [============================================================ ] 2833/2915 97% [============================================================ ] 2834/2915 97% [============================================================ ] 2835/2915 97% [============================================================ ] 2836/2915 97% [============================================================ ] 2837/2915 97% [============================================================ ] 2838/2915 97% [============================================================ ] 2839/2915 97% [============================================================ ] 2840/2915 97% [============================================================ ] 2841/2915 97% [============================================================ ] 2842/2915 97% [============================================================ ] 2843/2915 97% [============================================================ ] 2844/2915 97% [============================================================ ] 2845/2915 97% [============================================================ ] 2846/2915 97% [============================================================ ] 2847/2915 97% [============================================================ ] 2848/2915 97% [============================================================ ] 2849/2915 97% [============================================================ ] 2850/2915 97% [============================================================ ] 2851/2915 97% [============================================================ ] 2852/2915 97% [============================================================ ] 2853/2915 97% [============================================================ ] 2854/2915 97% [============================================================ ] 2855/2915 97% [============================================================ ] 2856/2915 97% [============================================================ ] 2857/2915 98% [============================================================ ] 2858/2915 98% [============================================================ ] 2859/2915 98% [============================================================ ] 2860/2915 98% [============================================================ ] 2861/2915 98% [============================================================ ] 2862/2915 98% [============================================================ ] 2863/2915 98% [============================================================ ] 2864/2915 98% [============================================================ ] 2865/2915 98% [============================================================ ] 2866/2915 98% [============================================================ ] 2867/2915 98% [============================================================= ] 2868/2915 98% [============================================================= ] 2869/2915 98% [============================================================= ] 2870/2915 98% [============================================================= ] 2871/2915 98% [============================================================= ] 2872/2915 98% [============================================================= ] 2873/2915 98% [============================================================= ] 2874/2915 98% [============================================================= ] 2875/2915 98% [============================================================= ] 2876/2915 98% [============================================================= ] 2877/2915 98% [============================================================= ] 2878/2915 98% [============================================================= ] 2879/2915 98% [============================================================= ] 2880/2915 98% [============================================================= ] 2881/2915 98% [============================================================= ] 2882/2915 98% [============================================================= ] 2883/2915 98% [============================================================= ] 2884/2915 98% [============================================================= ] 2885/2915 98% [============================================================= ] 2886/2915 99% [============================================================= ] 2887/2915 99% [============================================================= ] 2888/2915 99% [============================================================= ] 2889/2915 99% [============================================================= ] 2890/2915 99% [============================================================= ] 2891/2915 99% [============================================================= ] 2892/2915 99% [============================================================= ] 2893/2915 99% [============================================================= ] 2894/2915 99% [============================================================= ] 2895/2915 99% [============================================================= ] 2896/2915 99% [============================================================= ] 2897/2915 99% [============================================================= ] 2898/2915 99% [============================================================= ] 2899/2915 99% [============================================================= ] 2900/2915 99% [============================================================= ] 2901/2915 99% [============================================================= ] 2902/2915 99% [============================================================= ] 2903/2915 99% [============================================================= ] 2904/2915 99% [============================================================= ] 2905/2915 99% [============================================================= ] 2906/2915 99% [============================================================= ] 2907/2915 99% [============================================================= ] 2908/2915 99% [============================================================= ] 2909/2915 99% [============================================================= ] 2910/2915 99% [============================================================= ] 2911/2915 99% [============================================================= ] 2912/2915 99% [============================================================= ] 2913/2915 99% [============================================================= ] 2914/2915 99% [==============================================================] 2915/2915 100% operation complete, 2915 objects in 230317 NAND pages. ln -snf /home/autobuild/autobuild/instance-1/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2023.08-rc3-12-g16c3b4b92b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bats-core 1.8.2 Collecting legal info LICENSE.md: OK (sha256: 55074b2b3b87809105034e1468e59076554d76a80c67bcc592000cc3d929852d) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> less 633 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ntp 4.2.8p17 Collecting legal info COPYRIGHT: OK (sha256: 06246b8c15ccc1a1873c78525c810f0802e68f383e79ee041e06d1ab9cbf80a4) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ubus f787c97b34894a38b15599886cacbca01271684f Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> findutils 4.9.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> logrotate 3.20.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mdnsd 0.12 Collecting legal info LICENSE: OK (sha256: 2969546227b58ce1b431cc4c36c9a9b45d604e6b94fb8b787ea5d3696f3eee3b) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-mtd 2.1.5 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.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-vim 9.0.1414 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: d187aff219161f37138479257f82d687ea10b2cdd17d58b53a3ec9b79d6dc870) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> patch 2.7.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> host-qemu 8.0.3 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> udftools 2.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'