>>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-0/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3927 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3927 0% [ ] 2/3927 0% [ ] 3/3927 0% [ ] 4/3927 0% [ ] 5/3927 0% [ ] 6/3927 0% [ ] 7/3927 0% [ ] 8/3927 0% [ ] 9/3927 0% [ ] 10/3927 0% [ ] 11/3927 0% [ ] 12/3927 0% [ ] 13/3927 0% [ ] 14/3927 0% [ ] 15/3927 0% [ ] 16/3927 0% [ ] 17/3927 0% [ ] 18/3927 0% [ ] 19/3927 0% [ ] 20/3927 0% [ ] 21/3927 0% [ ] 22/3927 0% [ ] 23/3927 0% [ ] 24/3927 0% [ ] 25/3927 0% [ ] 26/3927 0% [ ] 27/3927 0% [ ] 28/3927 0% [ ] 29/3927 0% [ ] 30/3927 0% [ ] 31/3927 0% [ ] 32/3927 0% [ ] 33/3927 0% [ ] 34/3927 0% [ ] 35/3927 0% [ ] 36/3927 0% [ ] 37/3927 0% [ ] 38/3927 0% [ ] 39/3927 0% [ ] 40/3927 1% [ ] 41/3927 1% [ ] 42/3927 1% [ ] 43/3927 1% [ ] 44/3927 1% [ ] 45/3927 1% [ ] 46/3927 1% [ ] 47/3927 1% [ ] 48/3927 1% [ ] 49/3927 1% [ ] 50/3927 1% [ ] 51/3927 1% [ ] 52/3927 1% [ ] 53/3927 1% [ ] 54/3927 1% [ ] 55/3927 1% [ ] 56/3927 1% [ ] 57/3927 1% [ ] 58/3927 1% [ ] 59/3927 1% [ ] 60/3927 1% [ ] 61/3927 1% [ ] 62/3927 1% [ ] 63/3927 1% [= ] 64/3927 1% [= ] 65/3927 1% [= ] 66/3927 1% [= ] 67/3927 1% [= ] 68/3927 1% [= ] 69/3927 1% [= ] 70/3927 1% [= ] 71/3927 1% [= ] 72/3927 1% [= ] 73/3927 1% [= ] 74/3927 1% [= ] 75/3927 1% [= ] 76/3927 1% [= ] 77/3927 1% [= ] 78/3927 1% [= ] 79/3927 2% [= ] 80/3927 2% [= ] 81/3927 2% [= ] 82/3927 2% [= ] 83/3927 2% [= ] 84/3927 2% [= ] 85/3927 2% [= ] 86/3927 2% [= ] 87/3927 2% [= ] 88/3927 2% [= ] 89/3927 2% [= ] 90/3927 2% [= ] 91/3927 2% [= ] 92/3927 2% [= ] 93/3927 2% [= ] 94/3927 2% [= ] 95/3927 2% [= ] 96/3927 2% [= ] 97/3927 2% [= ] 98/3927 2% [= ] 99/3927 2% [= ] 100/3927 2% [= ] 101/3927 2% [= ] 102/3927 2% [= ] 103/3927 2% [= ] 104/3927 2% [= ] 105/3927 2% [= ] 106/3927 2% [= ] 107/3927 2% [= ] 108/3927 2% [= ] 109/3927 2% [= ] 110/3927 2% [= ] 111/3927 2% [= ] 112/3927 2% [= ] 113/3927 2% [= ] 114/3927 2% [= ] 115/3927 2% [= ] 116/3927 2% [= ] 117/3927 2% [= ] 118/3927 3% [= ] 119/3927 3% [= ] 120/3927 3% [= ] 121/3927 3% [= ] 122/3927 3% [= ] 123/3927 3% [= ] 124/3927 3% [= ] 125/3927 3% [= ] 126/3927 3% [== ] 127/3927 3% [== ] 128/3927 3% [== ] 129/3927 3% [== ] 130/3927 3% [== ] 131/3927 3% [== ] 132/3927 3% [== ] 133/3927 3% [== ] 134/3927 3% [== ] 135/3927 3% [== ] 136/3927 3% [== ] 137/3927 3% [== ] 138/3927 3% [== ] 139/3927 3% [== ] 140/3927 3% [== ] 141/3927 3% [== ] 142/3927 3% [== ] 143/3927 3% [== ] 144/3927 3% [== ] 145/3927 3% [== ] 146/3927 3% [== ] 147/3927 3% [== ] 148/3927 3% [== ] 149/3927 3% [== ] 150/3927 3% [== ] 151/3927 3% [== ] 152/3927 3% [== ] 153/3927 3% [== ] 154/3927 3% [== ] 155/3927 3% [== ] 156/3927 3% [== ] 157/3927 3% [== ] 158/3927 4% [== ] 159/3927 4% [== ] 160/3927 4% [== ] 161/3927 4% [== ] 162/3927 4% [== ] 163/3927 4% [== ] 164/3927 4% [== ] 165/3927 4% [== ] 166/3927 4% [== ] 167/3927 4% [== ] 168/3927 4% [== ] 169/3927 4% [== ] 170/3927 4% [== ] 171/3927 4% [== ] 172/3927 4% [== ] 173/3927 4% [== ] 174/3927 4% [== ] 175/3927 4% [== ] 176/3927 4% [== ] 177/3927 4% [== ] 178/3927 4% [== ] 179/3927 4% [== ] 180/3927 4% [== ] 181/3927 4% [== ] 182/3927 4% [== ] 183/3927 4% [== ] 184/3927 4% [== ] 185/3927 4% [== ] 186/3927 4% [== ] 187/3927 4% [== ] 188/3927 4% [== ] 189/3927 4% [== ] 190/3927 4% [=== ] 191/3927 4% [=== ] 192/3927 4% [=== ] 193/3927 4% [=== ] 194/3927 4% [=== ] 195/3927 4% [=== ] 196/3927 4% [=== ] 197/3927 5% [=== ] 198/3927 5% [=== ] 199/3927 5% [=== ] 200/3927 5% [=== ] 201/3927 5% [=== ] 202/3927 5% [=== ] 203/3927 5% [=== ] 204/3927 5% [=== ] 205/3927 5% [=== ] 206/3927 5% [=== ] 207/3927 5% [=== ] 208/3927 5% [=== ] 209/3927 5% [=== ] 210/3927 5% [=== ] 211/3927 5% [=== ] 212/3927 5% [=== ] 213/3927 5% [=== ] 214/3927 5% [=== ] 215/3927 5% [=== ] 216/3927 5% [=== ] 217/3927 5% [=== ] 218/3927 5% [=== ] 219/3927 5% [=== ] 220/3927 5% [=== ] 221/3927 5% [=== ] 222/3927 5% [=== ] 223/3927 5% [=== ] 224/3927 5% [=== ] 225/3927 5% [=== ] 226/3927 5% [=== ] 227/3927 5% [=== ] 228/3927 5% [=== ] 229/3927 5% [=== ] 230/3927 5% [=== ] 231/3927 5% [=== ] 232/3927 5% [=== ] 233/3927 5% [=== ] 234/3927 5% [=== ] 235/3927 5% [=== ] 236/3927 6% [=== ] 237/3927 6% [=== ] 238/3927 6% [=== ] 239/3927 6% [=== ] 240/3927 6% [=== ] 241/3927 6% [=== ] 242/3927 6% [=== ] 243/3927 6% [=== ] 244/3927 6% [=== ] 245/3927 6% [=== ] 246/3927 6% [=== ] 247/3927 6% [=== ] 248/3927 6% [=== ] 249/3927 6% [=== ] 250/3927 6% [=== ] 251/3927 6% [=== ] 252/3927 6% [=== ] 253/3927 6% [==== ] 254/3927 6% [==== ] 255/3927 6% [==== ] 256/3927 6% [==== ] 257/3927 6% [==== ] 258/3927 6% [==== ] 259/3927 6% [==== ] 260/3927 6% [==== ] 261/3927 6% [==== ] 262/3927 6% [==== ] 263/3927 6% [==== ] 264/3927 6% [==== ] 265/3927 6% [==== ] 266/3927 6% [==== ] 267/3927 6% [==== ] 268/3927 6% [==== ] 269/3927 6% [==== ] 270/3927 6% [==== ] 271/3927 6% [==== ] 272/3927 6% [==== ] 273/3927 6% [==== ] 274/3927 6% [==== ] 275/3927 7% [==== ] 276/3927 7% [==== ] 277/3927 7% [==== ] 278/3927 7% [==== ] 279/3927 7% [==== ] 280/3927 7% [==== ] 281/3927 7% [==== ] 282/3927 7% [==== ] 283/3927 7% [==== ] 284/3927 7% [==== ] 285/3927 7% [==== ] 286/3927 7% [==== ] 287/3927 7% [==== ] 288/3927 7% [==== ] 289/3927 7% [==== ] 290/3927 7% [==== ] 291/3927 7% [==== ] 292/3927 7% [==== ] 293/3927 7% [==== ] 294/3927 7% [==== ] 295/3927 7% [==== ] 296/3927 7% [==== ] 297/3927 7% [==== ] 298/3927 7% [==== ] 299/3927 7% [==== ] 300/3927 7% [==== ] 301/3927 7% [==== ] 302/3927 7% [==== ] 303/3927 7% [==== ] 304/3927 7% [==== ] 305/3927 7% [==== ] 306/3927 7% [==== ] 307/3927 7% [==== ] 308/3927 7% [==== ] 309/3927 7% [==== ] 310/3927 7% [==== ] 311/3927 7% [==== ] 312/3927 7% [==== ] 313/3927 7% [==== ] 314/3927 7% [==== ] 315/3927 8% [==== ] 316/3927 8% [===== ] 317/3927 8% [===== ] 318/3927 8% [===== ] 319/3927 8% [===== ] 320/3927 8% [===== ] 321/3927 8% [===== ] 322/3927 8% [===== ] 323/3927 8% [===== ] 324/3927 8% [===== ] 325/3927 8% [===== ] 326/3927 8% [===== ] 327/3927 8% [===== ] 328/3927 8% [===== ] 329/3927 8% [===== ] 330/3927 8% [===== ] 331/3927 8% [===== ] 332/3927 8% [===== ] 333/3927 8% [===== ] 334/3927 8% [===== ] 335/3927 8% [===== ] 336/3927 8% [===== ] 337/3927 8% [===== ] 338/3927 8% [===== ] 339/3927 8% [===== ] 340/3927 8% [===== ] 341/3927 8% [===== ] 342/3927 8% [===== ] 343/3927 8% [===== ] 344/3927 8% [===== ] 345/3927 8% [===== ] 346/3927 8% [===== ] 347/3927 8% [===== ] 348/3927 8% [===== ] 349/3927 8% [===== ] 350/3927 8% [===== ] 351/3927 8% [===== ] 352/3927 8% [===== ] 353/3927 8% [===== ] 354/3927 9% [===== ] 355/3927 9% [===== ] 356/3927 9% [===== ] 357/3927 9% [===== ] 358/3927 9% [===== ] 359/3927 9% [===== ] 360/3927 9% [===== ] 361/3927 9% [===== ] 362/3927 9% [===== ] 363/3927 9% [===== ] 364/3927 9% [===== ] 365/3927 9% [===== ] 366/3927 9% [===== ] 367/3927 9% [===== ] 368/3927 9% [===== ] 369/3927 9% [===== ] 370/3927 9% [===== ] 371/3927 9% [===== ] 372/3927 9% [===== ] 373/3927 9% [===== ] 374/3927 9% [===== ] 375/3927 9% [===== ] 376/3927 9% [===== ] 377/3927 9% [===== ] 378/3927 9% [===== ] 379/3927 9% [===== ] 380/3927 9% [====== ] 381/3927 9% [====== ] 382/3927 9% [====== ] 383/3927 9% [====== ] 384/3927 9% [====== ] 385/3927 9% [====== ] 386/3927 9% [====== ] 387/3927 9% [====== ] 388/3927 9% [====== ] 389/3927 9% [====== ] 390/3927 9% [====== ] 391/3927 9% [====== ] 392/3927 9% [====== ] 393/3927 10% [====== ] 394/3927 10% [====== ] 395/3927 10% [====== ] 396/3927 10% [====== ] 397/3927 10% [====== ] 398/3927 10% [====== ] 399/3927 10% [====== ] 400/3927 10% [====== ] 401/3927 10% [====== ] 402/3927 10% [====== ] 403/3927 10% [====== ] 404/3927 10% [====== ] 405/3927 10% [====== ] 406/3927 10% [====== ] 407/3927 10% [====== ] 408/3927 10% [====== ] 409/3927 10% [====== ] 410/3927 10% [====== ] 411/3927 10% [====== ] 412/3927 10% [====== ] 413/3927 10% [====== ] 414/3927 10% [====== ] 415/3927 10% [====== ] 416/3927 10% [====== ] 417/3927 10% [====== ] 418/3927 10% [====== ] 419/3927 10% [====== ] 420/3927 10% [====== ] 421/3927 10% [====== ] 422/3927 10% [====== ] 423/3927 10% [====== ] 424/3927 10% [====== ] 425/3927 10% [====== ] 426/3927 10% [====== ] 427/3927 10% [====== ] 428/3927 10% [====== ] 429/3927 10% [====== ] 430/3927 10% [====== ] 431/3927 10% [====== ] 432/3927 11% [====== ] 433/3927 11% [====== ] 434/3927 11% [====== ] 435/3927 11% [====== ] 436/3927 11% [====== ] 437/3927 11% [====== ] 438/3927 11% [====== ] 439/3927 11% [====== ] 440/3927 11% [====== ] 441/3927 11% [====== ] 442/3927 11% [====== ] 443/3927 11% [======= ] 444/3927 11% [======= ] 445/3927 11% [======= ] 446/3927 11% [======= ] 447/3927 11% [======= ] 448/3927 11% [======= ] 449/3927 11% [======= ] 450/3927 11% [======= ] 451/3927 11% [======= ] 452/3927 11% [======= ] 453/3927 11% [======= ] 454/3927 11% [======= ] 455/3927 11% [======= ] 456/3927 11% [======= ] 457/3927 11% [======= ] 458/3927 11% [======= ] 459/3927 11% [======= ] 460/3927 11% [======= ] 461/3927 11% [======= ] 462/3927 11% [======= ] 463/3927 11% [======= ] 464/3927 11% [======= ] 465/3927 11% [======= ] 466/3927 11% [======= ] 467/3927 11% [======= ] 468/3927 11% [======= ] 469/3927 11% [======= ] 470/3927 11% [======= ] 471/3927 11% [======= ] 472/3927 12% [======= ] 473/3927 12% [======= ] 474/3927 12% [======= ] 475/3927 12% [======= ] 476/3927 12% [======= ] 477/3927 12% [======= ] 478/3927 12% [======= ] 479/3927 12% [======= ] 480/3927 12% [======= ] 481/3927 12% [======= ] 482/3927 12% [======= ] 483/3927 12% [======= ] 484/3927 12% [======= ] 485/3927 12% [======= ] 486/3927 12% [======= ] 487/3927 12% [======= ] 488/3927 12% [======= ] 489/3927 12% [======= ] 490/3927 12% [======= ] 491/3927 12% [======= ] 492/3927 12% [======= ] 493/3927 12% [======= ] 494/3927 12% [======= ] 495/3927 12% [======= ] 496/3927 12% [======= ] 497/3927 12% [======= ] 498/3927 12% [======= ] 499/3927 12% [======= ] 500/3927 12% [======= ] 501/3927 12% [======= ] 502/3927 12% [======= ] 503/3927 12% [======= ] 504/3927 12% [======= ] 505/3927 12% [======= ] 506/3927 12% [======== ] 507/3927 12% [======== ] 508/3927 12% [======== ] 509/3927 12% [======== ] 510/3927 12% [======== ] 511/3927 13% [======== ] 512/3927 13% [======== ] 513/3927 13% [======== ] 514/3927 13% [======== ] 515/3927 13% [======== ] 516/3927 13% [======== ] 517/3927 13% [======== ] 518/3927 13% [======== ] 519/3927 13% [======== ] 520/3927 13% [======== ] 521/3927 13% [======== ] 522/3927 13% [======== ] 523/3927 13% [======== ] 524/3927 13% [======== ] 525/3927 13% [======== ] 526/3927 13% [======== ] 527/3927 13% [======== ] 528/3927 13% [======== ] 529/3927 13% [======== ] 530/3927 13% [======== ] 531/3927 13% [======== ] 532/3927 13% [======== ] 533/3927 13% [======== ] 534/3927 13% [======== ] 535/3927 13% [======== ] 536/3927 13% [======== ] 537/3927 13% [======== ] 538/3927 13% [======== ] 539/3927 13% [======== ] 540/3927 13% [======== ] 541/3927 13% [======== ] 542/3927 13% [======== ] 543/3927 13% [======== ] 544/3927 13% [======== ] 545/3927 13% [======== ] 546/3927 13% [======== ] 547/3927 13% [======== ] 548/3927 13% [======== ] 549/3927 13% [======== ] 550/3927 14% [======== ] 551/3927 14% [======== ] 552/3927 14% [======== ] 553/3927 14% [======== ] 554/3927 14% [======== ] 555/3927 14% [======== ] 556/3927 14% [======== ] 557/3927 14% [======== ] 558/3927 14% [======== ] 559/3927 14% [======== ] 560/3927 14% [======== ] 561/3927 14% [======== ] 562/3927 14% [======== ] 563/3927 14% [======== ] 564/3927 14% [======== ] 565/3927 14% [======== ] 566/3927 14% [======== ] 567/3927 14% [======== ] 568/3927 14% [======== ] 569/3927 14% [======== ] 570/3927 14% [========= ] 571/3927 14% [========= ] 572/3927 14% [========= ] 573/3927 14% [========= ] 574/3927 14% [========= ] 575/3927 14% [========= ] 576/3927 14% [========= ] 577/3927 14% [========= ] 578/3927 14% [========= ] 579/3927 14% [========= ] 580/3927 14% [========= ] 581/3927 14% [========= ] 582/3927 14% [========= ] 583/3927 14% [========= ] 584/3927 14% [========= ] 585/3927 14% [========= ] 586/3927 14% [========= ] 587/3927 14% [========= ] 588/3927 14% [========= ] 589/3927 14% [========= ] 590/3927 15% [========= ] 591/3927 15% [========= ] 592/3927 15% [========= ] 593/3927 15% [========= ] 594/3927 15% [========= ] 595/3927 15% [========= ] 596/3927 15% [========= ] 597/3927 15% [========= ] 598/3927 15% [========= ] 599/3927 15% [========= ] 600/3927 15% [========= ] 601/3927 15% [========= ] 602/3927 15% [========= ] 603/3927 15% [========= ] 604/3927 15% [========= ] 605/3927 15% [========= ] 606/3927 15% [========= ] 607/3927 15% [========= ] 608/3927 15% [========= ] 609/3927 15% [========= ] 610/3927 15% [========= ] 611/3927 15% [========= ] 612/3927 15% [========= ] 613/3927 15% [========= ] 614/3927 15% [========= ] 615/3927 15% [========= ] 616/3927 15% [========= ] 617/3927 15% [========= ] 618/3927 15% [========= ] 619/3927 15% [========= ] 620/3927 15% [========= ] 621/3927 15% [========= ] 622/3927 15% [========= ] 623/3927 15% [========= ] 624/3927 15% [========= ] 625/3927 15% [========= ] 626/3927 15% [========= ] 627/3927 15% [========= ] 628/3927 15% [========= ] 629/3927 16% [========= ] 630/3927 16% [========= ] 631/3927 16% [========= ] 632/3927 16% [========= ] 633/3927 16% [========== ] 634/3927 16% [========== ] 635/3927 16% [========== ] 636/3927 16% [========== ] 637/3927 16% [========== ] 638/3927 16% [========== ] 639/3927 16% [========== ] 640/3927 16% [========== ] 641/3927 16% [========== ] 642/3927 16% [========== ] 643/3927 16% [========== ] 644/3927 16% [========== ] 645/3927 16% [========== ] 646/3927 16% [========== ] 647/3927 16% [========== ] 648/3927 16% [========== ] 649/3927 16% [========== ] 650/3927 16% [========== ] 651/3927 16% [========== ] 652/3927 16% [========== ] 653/3927 16% [========== ] 654/3927 16% [========== ] 655/3927 16% [========== ] 656/3927 16% [========== ] 657/3927 16% [========== ] 658/3927 16% [========== ] 659/3927 16% [========== ] 660/3927 16% [========== ] 661/3927 16% [========== ] 662/3927 16% [========== ] 663/3927 16% [========== ] 664/3927 16% [========== ] 665/3927 16% [========== ] 666/3927 16% [========== ] 667/3927 16% [========== ] 668/3927 17% [========== ] 669/3927 17% [========== ] 670/3927 17% [========== ] 671/3927 17% [========== ] 672/3927 17% [========== ] 673/3927 17% [========== ] 674/3927 17% [========== ] 675/3927 17% [========== ] 676/3927 17% [========== ] 677/3927 17% [========== ] 678/3927 17% [========== ] 679/3927 17% [========== ] 680/3927 17% [========== ] 681/3927 17% [========== ] 682/3927 17% [========== ] 683/3927 17% [========== ] 684/3927 17% [========== ] 685/3927 17% [========== ] 686/3927 17% [========== ] 687/3927 17% [========== ] 688/3927 17% [========== ] 689/3927 17% [========== ] 690/3927 17% [========== ] 691/3927 17% [========== ] 692/3927 17% [========== ] 693/3927 17% [========== ] 694/3927 17% [========== ] 695/3927 17% [========== ] 696/3927 17% [=========== ] 697/3927 17% [=========== ] 698/3927 17% [=========== ] 699/3927 17% [=========== ] 700/3927 17% [=========== ] 701/3927 17% [=========== ] 702/3927 17% [=========== ] 703/3927 17% [=========== ] 704/3927 17% [=========== ] 705/3927 17% [=========== ] 706/3927 17% [=========== ] 707/3927 18% [=========== ] 708/3927 18% [=========== ] 709/3927 18% [=========== ] 710/3927 18% [=========== ] 711/3927 18% [=========== ] 712/3927 18% [=========== ] 713/3927 18% [=========== ] 714/3927 18% [=========== ] 715/3927 18% [=========== ] 716/3927 18% [=========== ] 717/3927 18% [=========== ] 718/3927 18% [=========== ] 719/3927 18% [=========== ] 720/3927 18% [=========== ] 721/3927 18% [=========== ] 722/3927 18% [=========== ] 723/3927 18% [=========== ] 724/3927 18% [=========== ] 725/3927 18% [=========== ] 726/3927 18% [=========== ] 727/3927 18% [=========== ] 728/3927 18% [=========== ] 729/3927 18% [=========== ] 730/3927 18% [=========== ] 731/3927 18% [=========== ] 732/3927 18% [=========== ] 733/3927 18% [=========== ] 734/3927 18% [=========== ] 735/3927 18% [=========== ] 736/3927 18% [=========== ] 737/3927 18% [=========== ] 738/3927 18% [=========== ] 739/3927 18% [=========== ] 740/3927 18% [=========== ] 741/3927 18% [=========== ] 742/3927 18% [=========== ] 743/3927 18% [=========== ] 744/3927 18% [=========== ] 745/3927 18% [=========== ] 746/3927 18% [=========== ] 747/3927 19% [=========== ] 748/3927 19% [=========== ] 749/3927 19% [=========== ] 750/3927 19% [=========== ] 751/3927 19% [=========== ] 752/3927 19% [=========== ] 753/3927 19% [=========== ] 754/3927 19% [=========== ] 755/3927 19% [=========== ] 756/3927 19% [=========== ] 757/3927 19% [=========== ] 758/3927 19% [=========== ] 759/3927 19% [=========== ] 760/3927 19% [============ ] 761/3927 19% [============ ] 762/3927 19% [============ ] 763/3927 19% [============ ] 764/3927 19% [============ ] 765/3927 19% [============ ] 766/3927 19% [============ ] 767/3927 19% [============ ] 768/3927 19% [============ ] 769/3927 19% [============ ] 770/3927 19% [============ ] 771/3927 19% [============ ] 772/3927 19% [============ ] 773/3927 19% [============ ] 774/3927 19% [============ ] 775/3927 19% [============ ] 776/3927 19% [============ ] 777/3927 19% [============ ] 778/3927 19% [============ ] 779/3927 19% [============ ] 780/3927 19% [============ ] 781/3927 19% [============ ] 782/3927 19% [============ ] 783/3927 19% [============ ] 784/3927 19% [============ ] 785/3927 19% [============ ] 786/3927 20% [============ ] 787/3927 20% [============ ] 788/3927 20% [============ ] 789/3927 20% [============ ] 790/3927 20% [============ ] 791/3927 20% [============ ] 792/3927 20% [============ ] 793/3927 20% [============ ] 794/3927 20% [============ ] 795/3927 20% [============ ] 796/3927 20% [============ ] 797/3927 20% [============ ] 798/3927 20% [============ ] 799/3927 20% [============ ] 800/3927 20% [============ ] 801/3927 20% [============ ] 802/3927 20% [============ ] 803/3927 20% [============ ] 804/3927 20% [============ ] 805/3927 20% [============ ] 806/3927 20% [============ ] 807/3927 20% [============ ] 808/3927 20% [============ ] 809/3927 20% [============ ] 810/3927 20% [============ ] 811/3927 20% [============ ] 812/3927 20% [============ ] 813/3927 20% [============ ] 814/3927 20% [============ ] 815/3927 20% [============ ] 816/3927 20% [============ ] 817/3927 20% [============ ] 818/3927 20% [============ ] 819/3927 20% [============ ] 820/3927 20% [============ ] 821/3927 20% [============ ] 822/3927 20% [============ ] 823/3927 20% [============= ] 824/3927 20% [============= ] 825/3927 21% [============= ] 826/3927 21% [============= ] 827/3927 21% [============= ] 828/3927 21% [============= ] 829/3927 21% [============= ] 830/3927 21% [============= ] 831/3927 21% [============= ] 832/3927 21% [============= ] 833/3927 21% [============= ] 834/3927 21% [============= ] 835/3927 21% [============= ] 836/3927 21% [============= ] 837/3927 21% [============= ] 838/3927 21% [============= ] 839/3927 21% [============= ] 840/3927 21% [============= ] 841/3927 21% [============= ] 842/3927 21% [============= ] 843/3927 21% [============= ] 844/3927 21% [============= ] 845/3927 21% [============= ] 846/3927 21% [============= ] 847/3927 21% [============= ] 848/3927 21% [============= ] 849/3927 21% [============= ] 850/3927 21% [============= ] 851/3927 21% [============= ] 852/3927 21% [============= ] 853/3927 21% [============= ] 854/3927 21% [============= ] 855/3927 21% [============= ] 856/3927 21% [============= ] 857/3927 21% [============= ] 858/3927 21% [============= ] 859/3927 21% [============= ] 860/3927 21% [============= ] 861/3927 21% [============= ] 862/3927 21% [============= ] 863/3927 21% [============= ] 864/3927 22% [============= ] 865/3927 22% [============= ] 866/3927 22% [============= ] 867/3927 22% [============= ] 868/3927 22% [============= ] 869/3927 22% [============= ] 870/3927 22% [============= ] 871/3927 22% [============= ] 872/3927 22% [============= ] 873/3927 22% [============= ] 874/3927 22% [============= ] 875/3927 22% [============= ] 876/3927 22% [============= ] 877/3927 22% [============= ] 878/3927 22% [============= ] 879/3927 22% [============= ] 880/3927 22% [============= ] 881/3927 22% [============= ] 882/3927 22% [============= ] 883/3927 22% [============= ] 884/3927 22% [============= ] 885/3927 22% [============= ] 886/3927 22% [============== ] 887/3927 22% [============== ] 888/3927 22% [============== ] 889/3927 22% [============== ] 890/3927 22% [============== ] 891/3927 22% [============== ] 892/3927 22% [============== ] 893/3927 22% [============== ] 894/3927 22% [============== ] 895/3927 22% [============== ] 896/3927 22% [============== ] 897/3927 22% [============== ] 898/3927 22% [============== ] 899/3927 22% [============== ] 900/3927 22% [============== ] 901/3927 22% [============== ] 902/3927 22% [============== ] 903/3927 22% [============== ] 904/3927 23% [============== ] 905/3927 23% [============== ] 906/3927 23% [============== ] 907/3927 23% [============== ] 908/3927 23% [============== ] 909/3927 23% [============== ] 910/3927 23% [============== ] 911/3927 23% [============== ] 912/3927 23% [============== ] 913/3927 23% [============== ] 914/3927 23% [============== ] 915/3927 23% [============== ] 916/3927 23% [============== ] 917/3927 23% [============== ] 918/3927 23% [============== ] 919/3927 23% [============== ] 920/3927 23% [============== ] 921/3927 23% [============== ] 922/3927 23% [============== ] 923/3927 23% [============== ] 924/3927 23% [============== ] 925/3927 23% [============== ] 926/3927 23% [============== ] 927/3927 23% [============== ] 928/3927 23% [============== ] 929/3927 23% [============== ] 930/3927 23% [============== ] 931/3927 23% [============== ] 932/3927 23% [============== ] 933/3927 23% [============== ] 934/3927 23% [============== ] 935/3927 23% [============== ] 936/3927 23% [============== ] 937/3927 23% [============== ] 938/3927 23% [============== ] 939/3927 23% [============== ] 940/3927 23% [============== ] 941/3927 23% [============== ] 942/3927 23% [============== ] 943/3927 24% [============== ] 944/3927 24% [============== ] 945/3927 24% [============== ] 946/3927 24% [============== ] 947/3927 24% [============== ] 948/3927 24% [============== ] 949/3927 24% [============== ] 950/3927 24% [=============== ] 951/3927 24% [=============== ] 952/3927 24% [=============== ] 953/3927 24% [=============== ] 954/3927 24% [=============== ] 955/3927 24% [=============== ] 956/3927 24% [=============== ] 957/3927 24% [=============== ] 958/3927 24% [=============== ] 959/3927 24% [=============== ] 960/3927 24% [=============== ] 961/3927 24% [=============== ] 962/3927 24% [=============== ] 963/3927 24% [=============== ] 964/3927 24% [=============== ] 965/3927 24% [=============== ] 966/3927 24% [=============== ] 967/3927 24% [=============== ] 968/3927 24% [=============== ] 969/3927 24% [=============== ] 970/3927 24% [=============== ] 971/3927 24% [=============== ] 972/3927 24% [=============== ] 973/3927 24% [=============== ] 974/3927 24% [=============== ] 975/3927 24% [=============== ] 976/3927 24% [=============== ] 977/3927 24% [=============== ] 978/3927 24% [=============== ] 979/3927 24% [=============== ] 980/3927 24% [=============== ] 981/3927 24% [=============== ] 982/3927 25% [=============== ] 983/3927 25% [=============== ] 984/3927 25% [=============== ] 985/3927 25% [=============== ] 986/3927 25% [=============== ] 987/3927 25% [=============== ] 988/3927 25% [=============== ] 989/3927 25% [=============== ] 990/3927 25% [=============== ] 991/3927 25% [=============== ] 992/3927 25% [=============== ] 993/3927 25% [=============== ] 994/3927 25% [=============== ] 995/3927 25% [=============== ] 996/3927 25% [=============== ] 997/3927 25% [=============== ] 998/3927 25% [=============== ] 999/3927 25% [=============== ] 1000/3927 25% [=============== ] 1001/3927 25% [=============== ] 1002/3927 25% [=============== ] 1003/3927 25% [=============== ] 1004/3927 25% [=============== ] 1005/3927 25% [=============== ] 1006/3927 25% [=============== ] 1007/3927 25% [=============== ] 1008/3927 25% [=============== ] 1009/3927 25% [=============== ] 1010/3927 25% [=============== ] 1011/3927 25% [=============== ] 1012/3927 25% [=============== ] 1013/3927 25% [================ ] 1014/3927 25% [================ ] 1015/3927 25% [================ ] 1016/3927 25% [================ ] 1017/3927 25% [================ ] 1018/3927 25% [================ ] 1019/3927 25% [================ ] 1020/3927 25% [================ ] 1021/3927 25% [================ ] 1022/3927 26% [================ ] 1023/3927 26% [================ ] 1024/3927 26% [================ ] 1025/3927 26% [================ ] 1026/3927 26% [================ ] 1027/3927 26% [================ ] 1028/3927 26% [================ ] 1029/3927 26% [================ ] 1030/3927 26% [================ ] 1031/3927 26% [================ ] 1032/3927 26% [================ ] 1033/3927 26% [================ ] 1034/3927 26% [================ ] 1035/3927 26% [================ ] 1036/3927 26% [================ ] 1037/3927 26% [================ ] 1038/3927 26% [================ ] 1039/3927 26% [================ ] 1040/3927 26% [================ ] 1041/3927 26% [================ ] 1042/3927 26% [================ ] 1043/3927 26% [================ ] 1044/3927 26% [================ ] 1045/3927 26% [================ ] 1046/3927 26% [================ ] 1047/3927 26% [================ ] 1048/3927 26% [================ ] 1049/3927 26% [================ ] 1050/3927 26% [================ ] 1051/3927 26% [================ ] 1052/3927 26% [================ ] 1053/3927 26% [================ ] 1054/3927 26% [================ ] 1055/3927 26% [================ ] 1056/3927 26% [================ ] 1057/3927 26% [================ ] 1058/3927 26% [================ ] 1059/3927 26% [================ ] 1060/3927 26% [================ ] 1061/3927 27% [================ ] 1062/3927 27% [================ ] 1063/3927 27% [================ ] 1064/3927 27% [================ ] 1065/3927 27% [================ ] 1066/3927 27% [================ ] 1067/3927 27% [================ ] 1068/3927 27% [================ ] 1069/3927 27% [================ ] 1070/3927 27% [================ ] 1071/3927 27% [================ ] 1072/3927 27% [================ ] 1073/3927 27% [================ ] 1074/3927 27% [================ ] 1075/3927 27% [================ ] 1076/3927 27% [================= ] 1077/3927 27% [================= ] 1078/3927 27% [================= ] 1079/3927 27% [================= ] 1080/3927 27% [================= ] 1081/3927 27% [================= ] 1082/3927 27% [================= ] 1083/3927 27% [================= ] 1084/3927 27% [================= ] 1085/3927 27% [================= ] 1086/3927 27% [================= ] 1087/3927 27% [================= ] 1088/3927 27% [================= ] 1089/3927 27% [================= ] 1090/3927 27% [================= ] 1091/3927 27% [================= ] 1092/3927 27% [================= ] 1093/3927 27% [================= ] 1094/3927 27% [================= ] 1095/3927 27% [================= ] 1096/3927 27% [================= ] 1097/3927 27% [================= ] 1098/3927 27% [================= ] 1099/3927 27% [================= ] 1100/3927 28% [================= ] 1101/3927 28% [================= ] 1102/3927 28% [================= ] 1103/3927 28% [================= ] 1104/3927 28% [================= ] 1105/3927 28% [================= ] 1106/3927 28% [================= ] 1107/3927 28% [================= ] 1108/3927 28% [================= ] 1109/3927 28% [================= ] 1110/3927 28% [================= ] 1111/3927 28% [================= ] 1112/3927 28% [================= ] 1113/3927 28% [================= ] 1114/3927 28% [================= ] 1115/3927 28% [================= ] 1116/3927 28% [================= ] 1117/3927 28% [================= ] 1118/3927 28% [================= ] 1119/3927 28% [================= ] 1120/3927 28% [================= ] 1121/3927 28% [================= ] 1122/3927 28% [================= ] 1123/3927 28% [================= ] 1124/3927 28% [================= ] 1125/3927 28% [================= ] 1126/3927 28% [================= ] 1127/3927 28% [================= ] 1128/3927 28% [================= ] 1129/3927 28% [================= ] 1130/3927 28% [================= ] 1131/3927 28% [================= ] 1132/3927 28% [================= ] 1133/3927 28% [================= ] 1134/3927 28% [================= ] 1135/3927 28% [================= ] 1136/3927 28% [================= ] 1137/3927 28% [================= ] 1138/3927 28% [================= ] 1139/3927 29% [================= ] 1140/3927 29% [================== ] 1141/3927 29% [================== ] 1142/3927 29% [================== ] 1143/3927 29% [================== ] 1144/3927 29% [================== ] 1145/3927 29% [================== ] 1146/3927 29% [================== ] 1147/3927 29% [================== ] 1148/3927 29% [================== ] 1149/3927 29% [================== ] 1150/3927 29% [================== ] 1151/3927 29% [================== ] 1152/3927 29% [================== ] 1153/3927 29% [================== ] 1154/3927 29% [================== ] 1155/3927 29% [================== ] 1156/3927 29% [================== ] 1157/3927 29% [================== ] 1158/3927 29% [================== ] 1159/3927 29% [================== ] 1160/3927 29% [================== ] 1161/3927 29% [================== ] 1162/3927 29% [================== ] 1163/3927 29% [================== ] 1164/3927 29% [================== ] 1165/3927 29% [================== ] 1166/3927 29% [================== ] 1167/3927 29% [================== ] 1168/3927 29% [================== ] 1169/3927 29% [================== ] 1170/3927 29% [================== ] 1171/3927 29% [================== ] 1172/3927 29% [================== ] 1173/3927 29% [================== ] 1174/3927 29% [================== ] 1175/3927 29% [================== ] 1176/3927 29% [================== ] 1177/3927 29% [================== ] 1178/3927 29% [================== ] 1179/3927 30% [================== ] 1180/3927 30% [================== ] 1181/3927 30% [================== ] 1182/3927 30% [================== ] 1183/3927 30% [================== ] 1184/3927 30% [================== ] 1185/3927 30% [================== ] 1186/3927 30% [================== ] 1187/3927 30% [================== ] 1188/3927 30% [================== ] 1189/3927 30% [================== ] 1190/3927 30% [================== ] 1191/3927 30% [================== ] 1192/3927 30% [================== ] 1193/3927 30% [================== ] 1194/3927 30% [================== ] 1195/3927 30% [================== ] 1196/3927 30% [================== ] 1197/3927 30% [================== ] 1198/3927 30% [================== ] 1199/3927 30% [================== ] 1200/3927 30% [================== ] 1201/3927 30% [================== ] 1202/3927 30% [================== ] 1203/3927 30% [=================== ] 1204/3927 30% [=================== ] 1205/3927 30% [=================== ] 1206/3927 30% [=================== ] 1207/3927 30% [=================== ] 1208/3927 30% [=================== ] 1209/3927 30% [=================== ] 1210/3927 30% [=================== ] 1211/3927 30% [=================== ] 1212/3927 30% [=================== ] 1213/3927 30% [=================== ] 1214/3927 30% [=================== ] 1215/3927 30% [=================== ] 1216/3927 30% [=================== ] 1217/3927 30% [=================== ] 1218/3927 31% [=================== ] 1219/3927 31% [=================== ] 1220/3927 31% [=================== ] 1221/3927 31% [=================== ] 1222/3927 31% [=================== ] 1223/3927 31% [=================== ] 1224/3927 31% [=================== ] 1225/3927 31% [=================== ] 1226/3927 31% [=================== ] 1227/3927 31% [=================== ] 1228/3927 31% [=================== ] 1229/3927 31% [=================== ] 1230/3927 31% [=================== ] 1231/3927 31% [=================== ] 1232/3927 31% [=================== ] 1233/3927 31% [=================== ] 1234/3927 31% [=================== ] 1235/3927 31% [=================== ] 1236/3927 31% [=================== ] 1237/3927 31% [=================== ] 1238/3927 31% [=================== ] 1239/3927 31% [=================== ] 1240/3927 31% [=================== ] 1241/3927 31% [=================== ] 1242/3927 31% [=================== ] 1243/3927 31% [=================== ] 1244/3927 31% [=================== ] 1245/3927 31% [=================== ] 1246/3927 31% [=================== ] 1247/3927 31% [=================== ] 1248/3927 31% [=================== ] 1249/3927 31% [=================== ] 1250/3927 31% [=================== ] 1251/3927 31% [=================== ] 1252/3927 31% [=================== ] 1253/3927 31% [=================== ] 1254/3927 31% [=================== ] 1255/3927 31% [=================== ] 1256/3927 31% [=================== ] 1257/3927 32% [=================== ] 1258/3927 32% [=================== ] 1259/3927 32% [=================== ] 1260/3927 32% [=================== ] 1261/3927 32% [=================== ] 1262/3927 32% [=================== ] 1263/3927 32% [=================== ] 1264/3927 32% [=================== ] 1265/3927 32% [=================== ] 1266/3927 32% [==================== ] 1267/3927 32% [==================== ] 1268/3927 32% [==================== ] 1269/3927 32% [==================== ] 1270/3927 32% [==================== ] 1271/3927 32% [==================== ] 1272/3927 32% [==================== ] 1273/3927 32% [==================== ] 1274/3927 32% [==================== ] 1275/3927 32% [==================== ] 1276/3927 32% [==================== ] 1277/3927 32% [==================== ] 1278/3927 32% [==================== ] 1279/3927 32% [==================== ] 1280/3927 32% [==================== ] 1281/3927 32% [==================== ] 1282/3927 32% [==================== ] 1283/3927 32% [==================== ] 1284/3927 32% [==================== ] 1285/3927 32% [==================== ] 1286/3927 32% [==================== ] 1287/3927 32% [==================== ] 1288/3927 32% [==================== ] 1289/3927 32% [==================== ] 1290/3927 32% [==================== ] 1291/3927 32% [==================== ] 1292/3927 32% [==================== ] 1293/3927 32% [==================== ] 1294/3927 32% [==================== ] 1295/3927 32% [==================== ] 1296/3927 33% [==================== ] 1297/3927 33% [==================== ] 1298/3927 33% [==================== ] 1299/3927 33% [==================== ] 1300/3927 33% [==================== ] 1301/3927 33% [==================== ] 1302/3927 33% [==================== ] 1303/3927 33% [==================== ] 1304/3927 33% [==================== ] 1305/3927 33% [==================== ] 1306/3927 33% [==================== ] 1307/3927 33% [==================== ] 1308/3927 33% [==================== ] 1309/3927 33% [==================== ] 1310/3927 33% [==================== ] 1311/3927 33% [==================== ] 1312/3927 33% [==================== ] 1313/3927 33% [==================== ] 1314/3927 33% [==================== ] 1315/3927 33% [==================== ] 1316/3927 33% [==================== ] 1317/3927 33% [==================== ] 1318/3927 33% [==================== ] 1319/3927 33% [==================== ] 1320/3927 33% [==================== ] 1321/3927 33% [==================== ] 1322/3927 33% [==================== ] 1323/3927 33% [==================== ] 1324/3927 33% [==================== ] 1325/3927 33% [==================== ] 1326/3927 33% [==================== ] 1327/3927 33% [==================== ] 1328/3927 33% [==================== ] 1329/3927 33% [==================== ] 1330/3927 33% [===================== ] 1331/3927 33% [===================== ] 1332/3927 33% [===================== ] 1333/3927 33% [===================== ] 1334/3927 33% [===================== ] 1335/3927 33% [===================== ] 1336/3927 34% [===================== ] 1337/3927 34% [===================== ] 1338/3927 34% [===================== ] 1339/3927 34% [===================== ] 1340/3927 34% [===================== ] 1341/3927 34% [===================== ] 1342/3927 34% [===================== ] 1343/3927 34% [===================== ] 1344/3927 34% [===================== ] 1345/3927 34% [===================== ] 1346/3927 34% [===================== ] 1347/3927 34% [===================== ] 1348/3927 34% [===================== ] 1349/3927 34% [===================== ] 1350/3927 34% [===================== ] 1351/3927 34% [===================== ] 1352/3927 34% [===================== ] 1353/3927 34% [===================== ] 1354/3927 34% [===================== ] 1355/3927 34% [===================== ] 1356/3927 34% [===================== ] 1357/3927 34% [===================== ] 1358/3927 34% [===================== ] 1359/3927 34% [===================== ] 1360/3927 34% [===================== ] 1361/3927 34% [===================== ] 1362/3927 34% [===================== ] 1363/3927 34% [===================== ] 1364/3927 34% [===================== ] 1365/3927 34% [===================== ] 1366/3927 34% [===================== ] 1367/3927 34% [===================== ] 1368/3927 34% [===================== ] 1369/3927 34% [===================== ] 1370/3927 34% [===================== ] 1371/3927 34% [===================== ] 1372/3927 34% [===================== ] 1373/3927 34% [===================== ] 1374/3927 34% [===================== ] 1375/3927 35% [===================== ] 1376/3927 35% [===================== ] 1377/3927 35% [===================== ] 1378/3927 35% [===================== ] 1379/3927 35% [===================== ] 1380/3927 35% [===================== ] 1381/3927 35% [===================== ] 1382/3927 35% [===================== ] 1383/3927 35% [===================== ] 1384/3927 35% [===================== ] 1385/3927 35% [===================== ] 1386/3927 35% [===================== ] 1387/3927 35% [===================== ] 1388/3927 35% [===================== ] 1389/3927 35% [===================== ] 1390/3927 35% [===================== ] 1391/3927 35% [===================== ] 1392/3927 35% [===================== ] 1393/3927 35% [====================== ] 1394/3927 35% [====================== ] 1395/3927 35% [====================== ] 1396/3927 35% [====================== ] 1397/3927 35% [====================== ] 1398/3927 35% [====================== ] 1399/3927 35% [====================== ] 1400/3927 35% [====================== ] 1401/3927 35% [====================== ] 1402/3927 35% [====================== ] 1403/3927 35% [====================== ] 1404/3927 35% [====================== ] 1405/3927 35% [====================== ] 1406/3927 35% [====================== ] 1407/3927 35% [====================== ] 1408/3927 35% [====================== ] 1409/3927 35% [====================== ] 1410/3927 35% [====================== ] 1411/3927 35% [====================== ] 1412/3927 35% [====================== ] 1413/3927 35% [====================== ] 1414/3927 36% [====================== ] 1415/3927 36% [====================== ] 1416/3927 36% [====================== ] 1417/3927 36% [====================== ] 1418/3927 36% [====================== ] 1419/3927 36% [====================== ] 1420/3927 36% [====================== ] 1421/3927 36% [====================== ] 1422/3927 36% [====================== ] 1423/3927 36% [====================== ] 1424/3927 36% [====================== ] 1425/3927 36% [====================== ] 1426/3927 36% [====================== ] 1427/3927 36% [====================== ] 1428/3927 36% [====================== ] 1429/3927 36% [====================== ] 1430/3927 36% [====================== ] 1431/3927 36% [====================== ] 1432/3927 36% [====================== ] 1433/3927 36% [====================== ] 1434/3927 36% [====================== ] 1435/3927 36% [====================== ] 1436/3927 36% [====================== ] 1437/3927 36% [====================== ] 1438/3927 36% [====================== ] 1439/3927 36% [====================== ] 1440/3927 36% [====================== ] 1441/3927 36% [====================== ] 1442/3927 36% [====================== ] 1443/3927 36% [====================== ] 1444/3927 36% [====================== ] 1445/3927 36% [====================== ] 1446/3927 36% [====================== ] 1447/3927 36% [====================== ] 1448/3927 36% [====================== ] 1449/3927 36% [====================== ] 1450/3927 36% [====================== ] 1451/3927 36% [====================== ] 1452/3927 36% [====================== ] 1453/3927 37% [====================== ] 1454/3927 37% [====================== ] 1455/3927 37% [====================== ] 1456/3927 37% [======================= ] 1457/3927 37% [======================= ] 1458/3927 37% [======================= ] 1459/3927 37% [======================= ] 1460/3927 37% [======================= ] 1461/3927 37% [======================= ] 1462/3927 37% [======================= ] 1463/3927 37% [======================= ] 1464/3927 37% [======================= ] 1465/3927 37% [======================= ] 1466/3927 37% [======================= ] 1467/3927 37% [======================= ] 1468/3927 37% [======================= ] 1469/3927 37% [======================= ] 1470/3927 37% [======================= ] 1471/3927 37% [======================= ] 1472/3927 37% [======================= ] 1473/3927 37% [======================= ] 1474/3927 37% [======================= ] 1475/3927 37% [======================= ] 1476/3927 37% [======================= ] 1477/3927 37% [======================= ] 1478/3927 37% [======================= ] 1479/3927 37% [======================= ] 1480/3927 37% [======================= ] 1481/3927 37% [======================= ] 1482/3927 37% [======================= ] 1483/3927 37% [======================= ] 1484/3927 37% [======================= ] 1485/3927 37% [======================= ] 1486/3927 37% [======================= ] 1487/3927 37% [======================= ] 1488/3927 37% [======================= ] 1489/3927 37% [======================= ] 1490/3927 37% [======================= ] 1491/3927 37% [======================= ] 1492/3927 37% [======================= ] 1493/3927 38% [======================= ] 1494/3927 38% [======================= ] 1495/3927 38% [======================= ] 1496/3927 38% [======================= ] 1497/3927 38% [======================= ] 1498/3927 38% [======================= ] 1499/3927 38% [======================= ] 1500/3927 38% [======================= ] 1501/3927 38% [======================= ] 1502/3927 38% [======================= ] 1503/3927 38% [======================= ] 1504/3927 38% [======================= ] 1505/3927 38% [======================= ] 1506/3927 38% [======================= ] 1507/3927 38% [======================= ] 1508/3927 38% [======================= ] 1509/3927 38% [======================= ] 1510/3927 38% [======================= ] 1511/3927 38% [======================= ] 1512/3927 38% [======================= ] 1513/3927 38% [======================= ] 1514/3927 38% [======================= ] 1515/3927 38% [======================= ] 1516/3927 38% [======================= ] 1517/3927 38% [======================= ] 1518/3927 38% [======================= ] 1519/3927 38% [======================= ] 1520/3927 38% [======================== ] 1521/3927 38% [======================== ] 1522/3927 38% [======================== ] 1523/3927 38% [======================== ] 1524/3927 38% [======================== ] 1525/3927 38% [======================== ] 1526/3927 38% [======================== ] 1527/3927 38% [======================== ] 1528/3927 38% [======================== ] 1529/3927 38% [======================== ] 1530/3927 38% [======================== ] 1531/3927 38% [======================== ] 1532/3927 39% [======================== ] 1533/3927 39% [======================== ] 1534/3927 39% [======================== ] 1535/3927 39% [======================== ] 1536/3927 39% [======================== ] 1537/3927 39% [======================== ] 1538/3927 39% [======================== ] 1539/3927 39% [======================== ] 1540/3927 39% [======================== ] 1541/3927 39% [======================== ] 1542/3927 39% [======================== ] 1543/3927 39% [======================== ] 1544/3927 39% [======================== ] 1545/3927 39% [======================== ] 1546/3927 39% [======================== ] 1547/3927 39% [======================== ] 1548/3927 39% [======================== ] 1549/3927 39% [======================== ] 1550/3927 39% [======================== ] 1551/3927 39% [======================== ] 1552/3927 39% [======================== ] 1553/3927 39% [======================== ] 1554/3927 39% [======================== ] 1555/3927 39% [======================== ] 1556/3927 39% [======================== ] 1557/3927 39% [======================== ] 1558/3927 39% [======================== ] 1559/3927 39% [======================== ] 1560/3927 39% [======================== ] 1561/3927 39% [======================== ] 1562/3927 39% [======================== ] 1563/3927 39% [======================== ] 1564/3927 39% [======================== ] 1565/3927 39% [======================== ] 1566/3927 39% [======================== ] 1567/3927 39% [======================== ] 1568/3927 39% [======================== ] 1569/3927 39% [======================== ] 1570/3927 39% [======================== ] 1571/3927 40% [======================== ] 1572/3927 40% [======================== ] 1573/3927 40% [======================== ] 1574/3927 40% [======================== ] 1575/3927 40% [======================== ] 1576/3927 40% [======================== ] 1577/3927 40% [======================== ] 1578/3927 40% [======================== ] 1579/3927 40% [======================== ] 1580/3927 40% [======================== ] 1581/3927 40% [======================== ] 1582/3927 40% [======================== ] 1583/3927 40% [========================= ] 1584/3927 40% [========================= ] 1585/3927 40% [========================= ] 1586/3927 40% [========================= ] 1587/3927 40% [========================= ] 1588/3927 40% [========================= ] 1589/3927 40% [========================= ] 1590/3927 40% [========================= ] 1591/3927 40% [========================= ] 1592/3927 40% [========================= ] 1593/3927 40% [========================= ] 1594/3927 40% [========================= ] 1595/3927 40% [========================= ] 1596/3927 40% [========================= ] 1597/3927 40% [========================= ] 1598/3927 40% [========================= ] 1599/3927 40% [========================= ] 1600/3927 40% [========================= ] 1601/3927 40% [========================= ] 1602/3927 40% [========================= ] 1603/3927 40% [========================= ] 1604/3927 40% [========================= ] 1605/3927 40% [========================= ] 1606/3927 40% [========================= ] 1607/3927 40% [========================= ] 1608/3927 40% [========================= ] 1609/3927 40% [========================= ] 1610/3927 40% [========================= ] 1611/3927 41% [========================= ] 1612/3927 41% [========================= ] 1613/3927 41% [========================= ] 1614/3927 41% [========================= ] 1615/3927 41% [========================= ] 1616/3927 41% [========================= ] 1617/3927 41% [========================= ] 1618/3927 41% [========================= ] 1619/3927 41% [========================= ] 1620/3927 41% [========================= ] 1621/3927 41% [========================= ] 1622/3927 41% [========================= ] 1623/3927 41% [========================= ] 1624/3927 41% [========================= ] 1625/3927 41% [========================= ] 1626/3927 41% [========================= ] 1627/3927 41% [========================= ] 1628/3927 41% [========================= ] 1629/3927 41% [========================= ] 1630/3927 41% [========================= ] 1631/3927 41% [========================= ] 1632/3927 41% [========================= ] 1633/3927 41% [========================= ] 1634/3927 41% [========================= ] 1635/3927 41% [========================= ] 1636/3927 41% [========================= ] 1637/3927 41% [========================= ] 1638/3927 41% [========================= ] 1639/3927 41% [========================= ] 1640/3927 41% [========================= ] 1641/3927 41% [========================= ] 1642/3927 41% [========================= ] 1643/3927 41% [========================= ] 1644/3927 41% [========================= ] 1645/3927 41% [========================= ] 1646/3927 41% [========================== ] 1647/3927 41% [========================== ] 1648/3927 41% [========================== ] 1649/3927 41% [========================== ] 1650/3927 42% [========================== ] 1651/3927 42% [========================== ] 1652/3927 42% [========================== ] 1653/3927 42% [========================== ] 1654/3927 42% [========================== ] 1655/3927 42% [========================== ] 1656/3927 42% [========================== ] 1657/3927 42% [========================== ] 1658/3927 42% [========================== ] 1659/3927 42% [========================== ] 1660/3927 42% [========================== ] 1661/3927 42% [========================== ] 1662/3927 42% [========================== ] 1663/3927 42% [========================== ] 1664/3927 42% [========================== ] 1665/3927 42% [========================== ] 1666/3927 42% [========================== ] 1667/3927 42% [========================== ] 1668/3927 42% [========================== ] 1669/3927 42% [========================== ] 1670/3927 42% [========================== ] 1671/3927 42% [========================== ] 1672/3927 42% [========================== ] 1673/3927 42% [========================== ] 1674/3927 42% [========================== ] 1675/3927 42% [========================== ] 1676/3927 42% [========================== ] 1677/3927 42% [========================== ] 1678/3927 42% [========================== ] 1679/3927 42% [========================== ] 1680/3927 42% [========================== ] 1681/3927 42% [========================== ] 1682/3927 42% [========================== ] 1683/3927 42% [========================== ] 1684/3927 42% [========================== ] 1685/3927 42% [========================== ] 1686/3927 42% [========================== ] 1687/3927 42% [========================== ] 1688/3927 42% [========================== ] 1689/3927 43% [========================== ] 1690/3927 43% [========================== ] 1691/3927 43% [========================== ] 1692/3927 43% [========================== ] 1693/3927 43% [========================== ] 1694/3927 43% [========================== ] 1695/3927 43% [========================== ] 1696/3927 43% [========================== ] 1697/3927 43% [========================== ] 1698/3927 43% [========================== ] 1699/3927 43% [========================== ] 1700/3927 43% [========================== ] 1701/3927 43% [========================== ] 1702/3927 43% [========================== ] 1703/3927 43% [========================== ] 1704/3927 43% [========================== ] 1705/3927 43% [========================== ] 1706/3927 43% [========================== ] 1707/3927 43% [========================== ] 1708/3927 43% [========================== ] 1709/3927 43% [========================== ] 1710/3927 43% [=========================== ] 1711/3927 43% [=========================== ] 1712/3927 43% [=========================== ] 1713/3927 43% [=========================== ] 1714/3927 43% [=========================== ] 1715/3927 43% [=========================== ] 1716/3927 43% [=========================== ] 1717/3927 43% [=========================== ] 1718/3927 43% [=========================== ] 1719/3927 43% [=========================== ] 1720/3927 43% [=========================== ] 1721/3927 43% [=========================== ] 1722/3927 43% [=========================== ] 1723/3927 43% [=========================== ] 1724/3927 43% [=========================== ] 1725/3927 43% [=========================== ] 1726/3927 43% [=========================== ] 1727/3927 43% [=========================== ] 1728/3927 44% [=========================== ] 1729/3927 44% [=========================== ] 1730/3927 44% [=========================== ] 1731/3927 44% [=========================== ] 1732/3927 44% [=========================== ] 1733/3927 44% [=========================== ] 1734/3927 44% [=========================== ] 1735/3927 44% [=========================== ] 1736/3927 44% [=========================== ] 1737/3927 44% [=========================== ] 1738/3927 44% [=========================== ] 1739/3927 44% [=========================== ] 1740/3927 44% [=========================== ] 1741/3927 44% [=========================== ] 1742/3927 44% [=========================== ] 1743/3927 44% [=========================== ] 1744/3927 44% [=========================== ] 1745/3927 44% [=========================== ] 1746/3927 44% [=========================== ] 1747/3927 44% [=========================== ] 1748/3927 44% [=========================== ] 1749/3927 44% [=========================== ] 1750/3927 44% [=========================== ] 1751/3927 44% [=========================== ] 1752/3927 44% [=========================== ] 1753/3927 44% [=========================== ] 1754/3927 44% [=========================== ] 1755/3927 44% [=========================== ] 1756/3927 44% [=========================== ] 1757/3927 44% [=========================== ] 1758/3927 44% [=========================== ] 1759/3927 44% [=========================== ] 1760/3927 44% [=========================== ] 1761/3927 44% [=========================== ] 1762/3927 44% [=========================== ] 1763/3927 44% [=========================== ] 1764/3927 44% [=========================== ] 1765/3927 44% [=========================== ] 1766/3927 44% [=========================== ] 1767/3927 44% [=========================== ] 1768/3927 45% [=========================== ] 1769/3927 45% [=========================== ] 1770/3927 45% [=========================== ] 1771/3927 45% [=========================== ] 1772/3927 45% [=========================== ] 1773/3927 45% [============================ ] 1774/3927 45% [============================ ] 1775/3927 45% [============================ ] 1776/3927 45% [============================ ] 1777/3927 45% [============================ ] 1778/3927 45% [============================ ] 1779/3927 45% [============================ ] 1780/3927 45% [============================ ] 1781/3927 45% [============================ ] 1782/3927 45% [============================ ] 1783/3927 45% [============================ ] 1784/3927 45% [============================ ] 1785/3927 45% [============================ ] 1786/3927 45% [============================ ] 1787/3927 45% [============================ ] 1788/3927 45% [============================ ] 1789/3927 45% [============================ ] 1790/3927 45% [============================ ] 1791/3927 45% [============================ ] 1792/3927 45% [============================ ] 1793/3927 45% [============================ ] 1794/3927 45% [============================ ] 1795/3927 45% [============================ ] 1796/3927 45% [============================ ] 1797/3927 45% [============================ ] 1798/3927 45% [============================ ] 1799/3927 45% [============================ ] 1800/3927 45% [============================ ] 1801/3927 45% [============================ ] 1802/3927 45% [============================ ] 1803/3927 45% [============================ ] 1804/3927 45% [============================ ] 1805/3927 45% [============================ ] 1806/3927 45% [============================ ] 1807/3927 46% [============================ ] 1808/3927 46% [============================ ] 1809/3927 46% [============================ ] 1810/3927 46% [============================ ] 1811/3927 46% [============================ ] 1812/3927 46% [============================ ] 1813/3927 46% [============================ ] 1814/3927 46% [============================ ] 1815/3927 46% [============================ ] 1816/3927 46% [============================ ] 1817/3927 46% [============================ ] 1818/3927 46% [============================ ] 1819/3927 46% [============================ ] 1820/3927 46% [============================ ] 1821/3927 46% [============================ ] 1822/3927 46% [============================ ] 1823/3927 46% [============================ ] 1824/3927 46% [============================ ] 1825/3927 46% [============================ ] 1826/3927 46% [============================ ] 1827/3927 46% [============================ ] 1828/3927 46% [============================ ] 1829/3927 46% [============================ ] 1830/3927 46% [============================ ] 1831/3927 46% [============================ ] 1832/3927 46% [============================ ] 1833/3927 46% [============================ ] 1834/3927 46% [============================ ] 1835/3927 46% [============================ ] 1836/3927 46% [============================= ] 1837/3927 46% [============================= ] 1838/3927 46% [============================= ] 1839/3927 46% [============================= ] 1840/3927 46% [============================= ] 1841/3927 46% [============================= ] 1842/3927 46% [============================= ] 1843/3927 46% [============================= ] 1844/3927 46% [============================= ] 1845/3927 46% [============================= ] 1846/3927 47% [============================= ] 1847/3927 47% [============================= ] 1848/3927 47% [============================= ] 1849/3927 47% [============================= ] 1850/3927 47% [============================= ] 1851/3927 47% [============================= ] 1852/3927 47% [============================= ] 1853/3927 47% [============================= ] 1854/3927 47% [============================= ] 1855/3927 47% [============================= ] 1856/3927 47% [============================= ] 1857/3927 47% [============================= ] 1858/3927 47% [============================= ] 1859/3927 47% [============================= ] 1860/3927 47% [============================= ] 1861/3927 47% [============================= ] 1862/3927 47% [============================= ] 1863/3927 47% [============================= ] 1864/3927 47% [============================= ] 1865/3927 47% [============================= ] 1866/3927 47% [============================= ] 1867/3927 47% [============================= ] 1868/3927 47% [============================= ] 1869/3927 47% [============================= ] 1870/3927 47% [============================= ] 1871/3927 47% [============================= ] 1872/3927 47% [============================= ] 1873/3927 47% [============================= ] 1874/3927 47% [============================= ] 1875/3927 47% [============================= ] 1876/3927 47% [============================= ] 1877/3927 47% [============================= ] 1878/3927 47% [============================= ] 1879/3927 47% [============================= ] 1880/3927 47% [============================= ] 1881/3927 47% [============================= ] 1882/3927 47% [============================= ] 1883/3927 47% [============================= ] 1884/3927 47% [============================= ] 1885/3927 48% [============================= ] 1886/3927 48% [============================= ] 1887/3927 48% [============================= ] 1888/3927 48% [============================= ] 1889/3927 48% [============================= ] 1890/3927 48% [============================= ] 1891/3927 48% [============================= ] 1892/3927 48% [============================= ] 1893/3927 48% [============================= ] 1894/3927 48% [============================= ] 1895/3927 48% [============================= ] 1896/3927 48% [============================= ] 1897/3927 48% [============================= ] 1898/3927 48% [============================= ] 1899/3927 48% [============================= ] 1900/3927 48% [============================== ] 1901/3927 48% [============================== ] 1902/3927 48% [============================== ] 1903/3927 48% [============================== ] 1904/3927 48% [============================== ] 1905/3927 48% [============================== ] 1906/3927 48% [============================== ] 1907/3927 48% [============================== ] 1908/3927 48% [============================== ] 1909/3927 48% [============================== ] 1910/3927 48% [============================== ] 1911/3927 48% [============================== ] 1912/3927 48% [============================== ] 1913/3927 48% [============================== ] 1914/3927 48% [============================== ] 1915/3927 48% [============================== ] 1916/3927 48% [============================== ] 1917/3927 48% [============================== ] 1918/3927 48% [============================== ] 1919/3927 48% [============================== ] 1920/3927 48% [============================== ] 1921/3927 48% [============================== ] 1922/3927 48% [============================== ] 1923/3927 48% [============================== ] 1924/3927 48% [============================== ] 1925/3927 49% [============================== ] 1926/3927 49% [============================== ] 1927/3927 49% [============================== ] 1928/3927 49% [============================== ] 1929/3927 49% [============================== ] 1930/3927 49% [============================== ] 1931/3927 49% [============================== ] 1932/3927 49% [============================== ] 1933/3927 49% [============================== ] 1934/3927 49% [============================== ] 1935/3927 49% [============================== ] 1936/3927 49% [============================== ] 1937/3927 49% [============================== ] 1938/3927 49% [============================== ] 1939/3927 49% [============================== ] 1940/3927 49% [============================== ] 1941/3927 49% [============================== ] 1942/3927 49% [============================== ] 1943/3927 49% [============================== ] 1944/3927 49% [============================== ] 1945/3927 49% [============================== ] 1946/3927 49% [============================== ] 1947/3927 49% [============================== ] 1948/3927 49% [============================== ] 1949/3927 49% [============================== ] 1950/3927 49% [============================== ] 1951/3927 49% [============================== ] 1952/3927 49% [============================== ] 1953/3927 49% [============================== ] 1954/3927 49% [============================== ] 1955/3927 49% [============================== ] 1956/3927 49% [============================== ] 1957/3927 49% [============================== ] 1958/3927 49% [============================== ] 1959/3927 49% [============================== ] 1960/3927 49% [============================== ] 1961/3927 49% [============================== ] 1962/3927 49% [============================== ] 1963/3927 49% [=============================== ] 1964/3927 50% [=============================== ] 1965/3927 50% [=============================== ] 1966/3927 50% [=============================== ] 1967/3927 50% [=============================== ] 1968/3927 50% [=============================== ] 1969/3927 50% [=============================== ] 1970/3927 50% [=============================== ] 1971/3927 50% [=============================== ] 1972/3927 50% [=============================== ] 1973/3927 50% [=============================== ] 1974/3927 50% [=============================== ] 1975/3927 50% [=============================== ] 1976/3927 50% [=============================== ] 1977/3927 50% [=============================== ] 1978/3927 50% [=============================== ] 1979/3927 50% [=============================== ] 1980/3927 50% [=============================== ] 1981/3927 50% [=============================== ] 1982/3927 50% [=============================== ] 1983/3927 50% [=============================== ] 1984/3927 50% [=============================== ] 1985/3927 50% [=============================== ] 1986/3927 50% [=============================== ] 1987/3927 50% [=============================== ] 1988/3927 50% [=============================== ] 1989/3927 50% [=============================== ] 1990/3927 50% [=============================== ] 1991/3927 50% [=============================== ] 1992/3927 50% [=============================== ] 1993/3927 50% [=============================== ] 1994/3927 50% [=============================== ] 1995/3927 50% [=============================== ] 1996/3927 50% [=============================== ] 1997/3927 50% [=============================== ] 1998/3927 50% [=============================== ] 1999/3927 50% [=============================== ] 2000/3927 50% [=============================== ] 2001/3927 50% [=============================== ] 2002/3927 50% [=============================== ] 2003/3927 51% [=============================== ] 2004/3927 51% [=============================== ] 2005/3927 51% [=============================== ] 2006/3927 51% [=============================== ] 2007/3927 51% [=============================== ] 2008/3927 51% [=============================== ] 2009/3927 51% [=============================== ] 2010/3927 51% [=============================== ] 2011/3927 51% [=============================== ] 2012/3927 51% [=============================== ] 2013/3927 51% [=============================== ] 2014/3927 51% [=============================== ] 2015/3927 51% [=============================== ] 2016/3927 51% [=============================== ] 2017/3927 51% [=============================== ] 2018/3927 51% [=============================== ] 2019/3927 51% [=============================== ] 2020/3927 51% [=============================== ] 2021/3927 51% [=============================== ] 2022/3927 51% [=============================== ] 2023/3927 51% [=============================== ] 2024/3927 51% [=============================== ] 2025/3927 51% [=============================== ] 2026/3927 51% [================================ ] 2027/3927 51% [================================ ] 2028/3927 51% [================================ ] 2029/3927 51% [================================ ] 2030/3927 51% [================================ ] 2031/3927 51% [================================ ] 2032/3927 51% [================================ ] 2033/3927 51% [================================ ] 2034/3927 51% [================================ ] 2035/3927 51% [================================ ] 2036/3927 51% [================================ ] 2037/3927 51% [================================ ] 2038/3927 51% [================================ ] 2039/3927 51% [================================ ] 2040/3927 51% [================================ ] 2041/3927 51% [================================ ] 2042/3927 51% [================================ ] 2043/3927 52% [================================ ] 2044/3927 52% [================================ ] 2045/3927 52% [================================ ] 2046/3927 52% [================================ ] 2047/3927 52% [================================ ] 2048/3927 52% [================================ ] 2049/3927 52% [================================ ] 2050/3927 52% [================================ ] 2051/3927 52% [================================ ] 2052/3927 52% [================================ ] 2053/3927 52% [================================ ] 2054/3927 52% [================================ ] 2055/3927 52% [================================ ] 2056/3927 52% [================================ ] 2057/3927 52% [================================ ] 2058/3927 52% [================================ ] 2059/3927 52% [================================ ] 2060/3927 52% [================================ ] 2061/3927 52% [================================ ] 2062/3927 52% [================================ ] 2063/3927 52% [================================ ] 2064/3927 52% [================================ ] 2065/3927 52% [================================ ] 2066/3927 52% [================================ ] 2067/3927 52% [================================ ] 2068/3927 52% [================================ ] 2069/3927 52% [================================ ] 2070/3927 52% [================================ ] 2071/3927 52% [================================ ] 2072/3927 52% [================================ ] 2073/3927 52% [================================ ] 2074/3927 52% [================================ ] 2075/3927 52% [================================ ] 2076/3927 52% [================================ ] 2077/3927 52% [================================ ] 2078/3927 52% [================================ ] 2079/3927 52% [================================ ] 2080/3927 52% [================================ ] 2081/3927 52% [================================ ] 2082/3927 53% [================================ ] 2083/3927 53% [================================ ] 2084/3927 53% [================================ ] 2085/3927 53% [================================ ] 2086/3927 53% [================================ ] 2087/3927 53% [================================ ] 2088/3927 53% [================================ ] 2089/3927 53% [================================ ] 2090/3927 53% [================================= ] 2091/3927 53% [================================= ] 2092/3927 53% [================================= ] 2093/3927 53% [================================= ] 2094/3927 53% [================================= ] 2095/3927 53% [================================= ] 2096/3927 53% [================================= ] 2097/3927 53% [================================= ] 2098/3927 53% [================================= ] 2099/3927 53% [================================= ] 2100/3927 53% [================================= ] 2101/3927 53% [================================= ] 2102/3927 53% [================================= ] 2103/3927 53% [================================= ] 2104/3927 53% [================================= ] 2105/3927 53% [================================= ] 2106/3927 53% [================================= ] 2107/3927 53% [================================= ] 2108/3927 53% [================================= ] 2109/3927 53% [================================= ] 2110/3927 53% [================================= ] 2111/3927 53% [================================= ] 2112/3927 53% [================================= ] 2113/3927 53% [================================= ] 2114/3927 53% [================================= ] 2115/3927 53% [================================= ] 2116/3927 53% [================================= ] 2117/3927 53% [================================= ] 2118/3927 53% [================================= ] 2119/3927 53% [================================= ] 2120/3927 53% [================================= ] 2121/3927 54% [================================= ] 2122/3927 54% [================================= ] 2123/3927 54% [================================= ] 2124/3927 54% [================================= ] 2125/3927 54% [================================= ] 2126/3927 54% [================================= ] 2127/3927 54% [================================= ] 2128/3927 54% [================================= ] 2129/3927 54% [================================= ] 2130/3927 54% [================================= ] 2131/3927 54% [================================= ] 2132/3927 54% [================================= ] 2133/3927 54% [================================= ] 2134/3927 54% [================================= ] 2135/3927 54% [================================= ] 2136/3927 54% [================================= ] 2137/3927 54% [================================= ] 2138/3927 54% [================================= ] 2139/3927 54% [================================= ] 2140/3927 54% [================================= ] 2141/3927 54% [================================= ] 2142/3927 54% [================================= ] 2143/3927 54% [================================= ] 2144/3927 54% [================================= ] 2145/3927 54% [================================= ] 2146/3927 54% [================================= ] 2147/3927 54% [================================= ] 2148/3927 54% [================================= ] 2149/3927 54% [================================= ] 2150/3927 54% [================================= ] 2151/3927 54% [================================= ] 2152/3927 54% [================================= ] 2153/3927 54% [================================== ] 2154/3927 54% [================================== ] 2155/3927 54% [================================== ] 2156/3927 54% [================================== ] 2157/3927 54% [================================== ] 2158/3927 54% [================================== ] 2159/3927 54% [================================== ] 2160/3927 55% [================================== ] 2161/3927 55% [================================== ] 2162/3927 55% [================================== ] 2163/3927 55% [================================== ] 2164/3927 55% [================================== ] 2165/3927 55% [================================== ] 2166/3927 55% [================================== ] 2167/3927 55% [================================== ] 2168/3927 55% [================================== ] 2169/3927 55% [================================== ] 2170/3927 55% [================================== ] 2171/3927 55% [================================== ] 2172/3927 55% [================================== ] 2173/3927 55% [================================== ] 2174/3927 55% [================================== ] 2175/3927 55% [================================== ] 2176/3927 55% [================================== ] 2177/3927 55% [================================== ] 2178/3927 55% [================================== ] 2179/3927 55% [================================== ] 2180/3927 55% [================================== ] 2181/3927 55% [================================== ] 2182/3927 55% [================================== ] 2183/3927 55% [================================== ] 2184/3927 55% [================================== ] 2185/3927 55% [================================== ] 2186/3927 55% [================================== ] 2187/3927 55% [================================== ] 2188/3927 55% [================================== ] 2189/3927 55% [================================== ] 2190/3927 55% [================================== ] 2191/3927 55% [================================== ] 2192/3927 55% [================================== ] 2193/3927 55% [================================== ] 2194/3927 55% [================================== ] 2195/3927 55% [================================== ] 2196/3927 55% [================================== ] 2197/3927 55% [================================== ] 2198/3927 55% [================================== ] 2199/3927 55% [================================== ] 2200/3927 56% [================================== ] 2201/3927 56% [================================== ] 2202/3927 56% [================================== ] 2203/3927 56% [================================== ] 2204/3927 56% [================================== ] 2205/3927 56% [================================== ] 2206/3927 56% [================================== ] 2207/3927 56% [================================== ] 2208/3927 56% [================================== ] 2209/3927 56% [================================== ] 2210/3927 56% [================================== ] 2211/3927 56% [================================== ] 2212/3927 56% [================================== ] 2213/3927 56% [================================== ] 2214/3927 56% [================================== ] 2215/3927 56% [================================== ] 2216/3927 56% [=================================== ] 2217/3927 56% [=================================== ] 2218/3927 56% [=================================== ] 2219/3927 56% [=================================== ] 2220/3927 56% [=================================== ] 2221/3927 56% [=================================== ] 2222/3927 56% [=================================== ] 2223/3927 56% [=================================== ] 2224/3927 56% [=================================== ] 2225/3927 56% [=================================== ] 2226/3927 56% [=================================== ] 2227/3927 56% [=================================== ] 2228/3927 56% [=================================== ] 2229/3927 56% [=================================== ] 2230/3927 56% [=================================== ] 2231/3927 56% [=================================== ] 2232/3927 56% [=================================== ] 2233/3927 56% [=================================== ] 2234/3927 56% [=================================== ] 2235/3927 56% [=================================== ] 2236/3927 56% [=================================== ] 2237/3927 56% [=================================== ] 2238/3927 56% [=================================== ] 2239/3927 57% [=================================== ] 2240/3927 57% [=================================== ] 2241/3927 57% [=================================== ] 2242/3927 57% [=================================== ] 2243/3927 57% [=================================== ] 2244/3927 57% [=================================== ] 2245/3927 57% [=================================== ] 2246/3927 57% [=================================== ] 2247/3927 57% [=================================== ] 2248/3927 57% [=================================== ] 2249/3927 57% [=================================== ] 2250/3927 57% [=================================== ] 2251/3927 57% [=================================== ] 2252/3927 57% [=================================== ] 2253/3927 57% [=================================== ] 2254/3927 57% [=================================== ] 2255/3927 57% [=================================== ] 2256/3927 57% [=================================== ] 2257/3927 57% [=================================== ] 2258/3927 57% [=================================== ] 2259/3927 57% [=================================== ] 2260/3927 57% [=================================== ] 2261/3927 57% [=================================== ] 2262/3927 57% [=================================== ] 2263/3927 57% [=================================== ] 2264/3927 57% [=================================== ] 2265/3927 57% [=================================== ] 2266/3927 57% [=================================== ] 2267/3927 57% [=================================== ] 2268/3927 57% [=================================== ] 2269/3927 57% [=================================== ] 2270/3927 57% [=================================== ] 2271/3927 57% [=================================== ] 2272/3927 57% [=================================== ] 2273/3927 57% [=================================== ] 2274/3927 57% [=================================== ] 2275/3927 57% [=================================== ] 2276/3927 57% [=================================== ] 2277/3927 57% [=================================== ] 2278/3927 58% [=================================== ] 2279/3927 58% [=================================== ] 2280/3927 58% [==================================== ] 2281/3927 58% [==================================== ] 2282/3927 58% [==================================== ] 2283/3927 58% [==================================== ] 2284/3927 58% [==================================== ] 2285/3927 58% [==================================== ] 2286/3927 58% [==================================== ] 2287/3927 58% [==================================== ] 2288/3927 58% [==================================== ] 2289/3927 58% [==================================== ] 2290/3927 58% [==================================== ] 2291/3927 58% [==================================== ] 2292/3927 58% [==================================== ] 2293/3927 58% [==================================== ] 2294/3927 58% [==================================== ] 2295/3927 58% [==================================== ] 2296/3927 58% [==================================== ] 2297/3927 58% [==================================== ] 2298/3927 58% [==================================== ] 2299/3927 58% [==================================== ] 2300/3927 58% [==================================== ] 2301/3927 58% [==================================== ] 2302/3927 58% [==================================== ] 2303/3927 58% [==================================== ] 2304/3927 58% [==================================== ] 2305/3927 58% [==================================== ] 2306/3927 58% [==================================== ] 2307/3927 58% [==================================== ] 2308/3927 58% [==================================== ] 2309/3927 58% [==================================== ] 2310/3927 58% [==================================== ] 2311/3927 58% [==================================== ] 2312/3927 58% [==================================== ] 2313/3927 58% [==================================== ] 2314/3927 58% [==================================== ] 2315/3927 58% [==================================== ] 2316/3927 58% [==================================== ] 2317/3927 59% [==================================== ] 2318/3927 59% [==================================== ] 2319/3927 59% [==================================== ] 2320/3927 59% [==================================== ] 2321/3927 59% [==================================== ] 2322/3927 59% [==================================== ] 2323/3927 59% [==================================== ] 2324/3927 59% [==================================== ] 2325/3927 59% [==================================== ] 2326/3927 59% [==================================== ] 2327/3927 59% [==================================== ] 2328/3927 59% [==================================== ] 2329/3927 59% [==================================== ] 2330/3927 59% [==================================== ] 2331/3927 59% [==================================== ] 2332/3927 59% [==================================== ] 2333/3927 59% [==================================== ] 2334/3927 59% [==================================== ] 2335/3927 59% [==================================== ] 2336/3927 59% [==================================== ] 2337/3927 59% [==================================== ] 2338/3927 59% [==================================== ] 2339/3927 59% [==================================== ] 2340/3927 59% [==================================== ] 2341/3927 59% [==================================== ] 2342/3927 59% [==================================== ] 2343/3927 59% [===================================== ] 2344/3927 59% [===================================== ] 2345/3927 59% [===================================== ] 2346/3927 59% [===================================== ] 2347/3927 59% [===================================== ] 2348/3927 59% [===================================== ] 2349/3927 59% [===================================== ] 2350/3927 59% [===================================== ] 2351/3927 59% [===================================== ] 2352/3927 59% [===================================== ] 2353/3927 59% [===================================== ] 2354/3927 59% [===================================== ] 2355/3927 59% [===================================== ] 2356/3927 59% [===================================== ] 2357/3927 60% [===================================== ] 2358/3927 60% [===================================== ] 2359/3927 60% [===================================== ] 2360/3927 60% [===================================== ] 2361/3927 60% [===================================== ] 2362/3927 60% [===================================== ] 2363/3927 60% [===================================== ] 2364/3927 60% [===================================== ] 2365/3927 60% [===================================== ] 2366/3927 60% [===================================== ] 2367/3927 60% [===================================== ] 2368/3927 60% [===================================== ] 2369/3927 60% [===================================== ] 2370/3927 60% [===================================== ] 2371/3927 60% [===================================== ] 2372/3927 60% [===================================== ] 2373/3927 60% [===================================== ] 2374/3927 60% [===================================== ] 2375/3927 60% [===================================== ] 2376/3927 60% [===================================== ] 2377/3927 60% [===================================== ] 2378/3927 60% [===================================== ] 2379/3927 60% [===================================== ] 2380/3927 60% [===================================== ] 2381/3927 60% [===================================== ] 2382/3927 60% [===================================== ] 2383/3927 60% [===================================== ] 2384/3927 60% [===================================== ] 2385/3927 60% [===================================== ] 2386/3927 60% [===================================== ] 2387/3927 60% [===================================== ] 2388/3927 60% [===================================== ] 2389/3927 60% [===================================== ] 2390/3927 60% [===================================== ] 2391/3927 60% [===================================== ] 2392/3927 60% [===================================== ] 2393/3927 60% [===================================== ] 2394/3927 60% [===================================== ] 2395/3927 60% [===================================== ] 2396/3927 61% [===================================== ] 2397/3927 61% [===================================== ] 2398/3927 61% [===================================== ] 2399/3927 61% [===================================== ] 2400/3927 61% [===================================== ] 2401/3927 61% [===================================== ] 2402/3927 61% [===================================== ] 2403/3927 61% [===================================== ] 2404/3927 61% [===================================== ] 2405/3927 61% [===================================== ] 2406/3927 61% [====================================== ] 2407/3927 61% [====================================== ] 2408/3927 61% [====================================== ] 2409/3927 61% [====================================== ] 2410/3927 61% [====================================== ] 2411/3927 61% [====================================== ] 2412/3927 61% [====================================== ] 2413/3927 61% [====================================== ] 2414/3927 61% [====================================== ] 2415/3927 61% [====================================== ] 2416/3927 61% [====================================== ] 2417/3927 61% [====================================== ] 2418/3927 61% [====================================== ] 2419/3927 61% [====================================== ] 2420/3927 61% [====================================== ] 2421/3927 61% [====================================== ] 2422/3927 61% [====================================== ] 2423/3927 61% [====================================== ] 2424/3927 61% [====================================== ] 2425/3927 61% [====================================== ] 2426/3927 61% [====================================== ] 2427/3927 61% [====================================== ] 2428/3927 61% [====================================== ] 2429/3927 61% [====================================== ] 2430/3927 61% [====================================== ] 2431/3927 61% [====================================== ] 2432/3927 61% [====================================== ] 2433/3927 61% [====================================== ] 2434/3927 61% [====================================== ] 2435/3927 62% [====================================== ] 2436/3927 62% [====================================== ] 2437/3927 62% [====================================== ] 2438/3927 62% [====================================== ] 2439/3927 62% [====================================== ] 2440/3927 62% [====================================== ] 2441/3927 62% [====================================== ] 2442/3927 62% [====================================== ] 2443/3927 62% [====================================== ] 2444/3927 62% [====================================== ] 2445/3927 62% [====================================== ] 2446/3927 62% [====================================== ] 2447/3927 62% [====================================== ] 2448/3927 62% [====================================== ] 2449/3927 62% [====================================== ] 2450/3927 62% [====================================== ] 2451/3927 62% [====================================== ] 2452/3927 62% [====================================== ] 2453/3927 62% [====================================== ] 2454/3927 62% [====================================== ] 2455/3927 62% [====================================== ] 2456/3927 62% [====================================== ] 2457/3927 62% [====================================== ] 2458/3927 62% [====================================== ] 2459/3927 62% [====================================== ] 2460/3927 62% [====================================== ] 2461/3927 62% [====================================== ] 2462/3927 62% [====================================== ] 2463/3927 62% [====================================== ] 2464/3927 62% [====================================== ] 2465/3927 62% [====================================== ] 2466/3927 62% [====================================== ] 2467/3927 62% [====================================== ] 2468/3927 62% [====================================== ] 2469/3927 62% [====================================== ] 2470/3927 62% [======================================= ] 2471/3927 62% [======================================= ] 2472/3927 62% [======================================= ] 2473/3927 62% [======================================= ] 2474/3927 62% [======================================= ] 2475/3927 63% [======================================= ] 2476/3927 63% [======================================= ] 2477/3927 63% [======================================= ] 2478/3927 63% [======================================= ] 2479/3927 63% [======================================= ] 2480/3927 63% [======================================= ] 2481/3927 63% [======================================= ] 2482/3927 63% [======================================= ] 2483/3927 63% [======================================= ] 2484/3927 63% [======================================= ] 2485/3927 63% [======================================= ] 2486/3927 63% [======================================= ] 2487/3927 63% [======================================= ] 2488/3927 63% [======================================= ] 2489/3927 63% [======================================= ] 2490/3927 63% [======================================= ] 2491/3927 63% [======================================= ] 2492/3927 63% [======================================= ] 2493/3927 63% [======================================= ] 2494/3927 63% [======================================= ] 2495/3927 63% [======================================= ] 2496/3927 63% [======================================= ] 2497/3927 63% [======================================= ] 2498/3927 63% [======================================= ] 2499/3927 63% [======================================= ] 2500/3927 63% [======================================= ] 2501/3927 63% [======================================= ] 2502/3927 63% [======================================= ] 2503/3927 63% [======================================= ] 2504/3927 63% [======================================= ] 2505/3927 63% [======================================= ] 2506/3927 63% [======================================= ] 2507/3927 63% [======================================= ] 2508/3927 63% [======================================= ] 2509/3927 63% [======================================= ] 2510/3927 63% [======================================= ] 2511/3927 63% [======================================= ] 2512/3927 63% [======================================= ] 2513/3927 63% [======================================= ] 2514/3927 64% [======================================= ] 2515/3927 64% [======================================= ] 2516/3927 64% [======================================= ] 2517/3927 64% [======================================= ] 2518/3927 64% [======================================= ] 2519/3927 64% [======================================= ] 2520/3927 64% [======================================= ] 2521/3927 64% [======================================= ] 2522/3927 64% [======================================= ] 2523/3927 64% [======================================= ] 2524/3927 64% [======================================= ] 2525/3927 64% [======================================= ] 2526/3927 64% [======================================= ] 2527/3927 64% [======================================= ] 2528/3927 64% [======================================= ] 2529/3927 64% [======================================= ] 2530/3927 64% [======================================= ] 2531/3927 64% [======================================= ] 2532/3927 64% [======================================= ] 2533/3927 64% [======================================== ] 2534/3927 64% [======================================== ] 2535/3927 64% [======================================== ] 2536/3927 64% [======================================== ] 2537/3927 64% [======================================== ] 2538/3927 64% [======================================== ] 2539/3927 64% [======================================== ] 2540/3927 64% [======================================== ] 2541/3927 64% [======================================== ] 2542/3927 64% [======================================== ] 2543/3927 64% [======================================== ] 2544/3927 64% [======================================== ] 2545/3927 64% [======================================== ] 2546/3927 64% [======================================== ] 2547/3927 64% [======================================== ] 2548/3927 64% [======================================== ] 2549/3927 64% [======================================== ] 2550/3927 64% [======================================== ] 2551/3927 64% [======================================== ] 2552/3927 64% [======================================== ] 2553/3927 65% [======================================== ] 2554/3927 65% [======================================== ] 2555/3927 65% [======================================== ] 2556/3927 65% [======================================== ] 2557/3927 65% [======================================== ] 2558/3927 65% [======================================== ] 2559/3927 65% [======================================== ] 2560/3927 65% [======================================== ] 2561/3927 65% [======================================== ] 2562/3927 65% [======================================== ] 2563/3927 65% [======================================== ] 2564/3927 65% [======================================== ] 2565/3927 65% [======================================== ] 2566/3927 65% [======================================== ] 2567/3927 65% [======================================== ] 2568/3927 65% [======================================== ] 2569/3927 65% [======================================== ] 2570/3927 65% [======================================== ] 2571/3927 65% [======================================== ] 2572/3927 65% [======================================== ] 2573/3927 65% [======================================== ] 2574/3927 65% [======================================== ] 2575/3927 65% [======================================== ] 2576/3927 65% [======================================== ] 2577/3927 65% [======================================== ] 2578/3927 65% [======================================== ] 2579/3927 65% [======================================== ] 2580/3927 65% [======================================== ] 2581/3927 65% [======================================== ] 2582/3927 65% [======================================== ] 2583/3927 65% [======================================== ] 2584/3927 65% [======================================== ] 2585/3927 65% [======================================== ] 2586/3927 65% [======================================== ] 2587/3927 65% [======================================== ] 2588/3927 65% [======================================== ] 2589/3927 65% [======================================== ] 2590/3927 65% [======================================== ] 2591/3927 65% [======================================== ] 2592/3927 66% [======================================== ] 2593/3927 66% [======================================== ] 2594/3927 66% [======================================== ] 2595/3927 66% [======================================== ] 2596/3927 66% [========================================= ] 2597/3927 66% [========================================= ] 2598/3927 66% [========================================= ] 2599/3927 66% [========================================= ] 2600/3927 66% [========================================= ] 2601/3927 66% [========================================= ] 2602/3927 66% [========================================= ] 2603/3927 66% [========================================= ] 2604/3927 66% [========================================= ] 2605/3927 66% [========================================= ] 2606/3927 66% [========================================= ] 2607/3927 66% [========================================= ] 2608/3927 66% [========================================= ] 2609/3927 66% [========================================= ] 2610/3927 66% [========================================= ] 2611/3927 66% [========================================= ] 2612/3927 66% [========================================= ] 2613/3927 66% [========================================= ] 2614/3927 66% [========================================= ] 2615/3927 66% [========================================= ] 2616/3927 66% [========================================= ] 2617/3927 66% [========================================= ] 2618/3927 66% [========================================= ] 2619/3927 66% [========================================= ] 2620/3927 66% [========================================= ] 2621/3927 66% [========================================= ] 2622/3927 66% [========================================= ] 2623/3927 66% [========================================= ] 2624/3927 66% [========================================= ] 2625/3927 66% [========================================= ] 2626/3927 66% [========================================= ] 2627/3927 66% [========================================= ] 2628/3927 66% [========================================= ] 2629/3927 66% [========================================= ] 2630/3927 66% [========================================= ] 2631/3927 66% [========================================= ] 2632/3927 67% [========================================= ] 2633/3927 67% [========================================= ] 2634/3927 67% [========================================= ] 2635/3927 67% [========================================= ] 2636/3927 67% [========================================= ] 2637/3927 67% [========================================= ] 2638/3927 67% [========================================= ] 2639/3927 67% [========================================= ] 2640/3927 67% [========================================= ] 2641/3927 67% [========================================= ] 2642/3927 67% [========================================= ] 2643/3927 67% [========================================= ] 2644/3927 67% [========================================= ] 2645/3927 67% [========================================= ] 2646/3927 67% [========================================= ] 2647/3927 67% [========================================= ] 2648/3927 67% [========================================= ] 2649/3927 67% [========================================= ] 2650/3927 67% [========================================= ] 2651/3927 67% [========================================= ] 2652/3927 67% [========================================= ] 2653/3927 67% [========================================= ] 2654/3927 67% [========================================= ] 2655/3927 67% [========================================= ] 2656/3927 67% [========================================= ] 2657/3927 67% [========================================= ] 2658/3927 67% [========================================= ] 2659/3927 67% [========================================= ] 2660/3927 67% [========================================== ] 2661/3927 67% [========================================== ] 2662/3927 67% [========================================== ] 2663/3927 67% [========================================== ] 2664/3927 67% [========================================== ] 2665/3927 67% [========================================== ] 2666/3927 67% [========================================== ] 2667/3927 67% [========================================== ] 2668/3927 67% [========================================== ] 2669/3927 67% [========================================== ] 2670/3927 67% [========================================== ] 2671/3927 68% [========================================== ] 2672/3927 68% [========================================== ] 2673/3927 68% [========================================== ] 2674/3927 68% [========================================== ] 2675/3927 68% [========================================== ] 2676/3927 68% [========================================== ] 2677/3927 68% [========================================== ] 2678/3927 68% [========================================== ] 2679/3927 68% [========================================== ] 2680/3927 68% [========================================== ] 2681/3927 68% [========================================== ] 2682/3927 68% [========================================== ] 2683/3927 68% [========================================== ] 2684/3927 68% [========================================== ] 2685/3927 68% [========================================== ] 2686/3927 68% [========================================== ] 2687/3927 68% [========================================== ] 2688/3927 68% [========================================== ] 2689/3927 68% [========================================== ] 2690/3927 68% [========================================== ] 2691/3927 68% [========================================== ] 2692/3927 68% [========================================== ] 2693/3927 68% [========================================== ] 2694/3927 68% [========================================== ] 2695/3927 68% [========================================== ] 2696/3927 68% [========================================== ] 2697/3927 68% [========================================== ] 2698/3927 68% [========================================== ] 2699/3927 68% [========================================== ] 2700/3927 68% [========================================== ] 2701/3927 68% [========================================== ] 2702/3927 68% [========================================== ] 2703/3927 68% [========================================== ] 2704/3927 68% [========================================== ] 2705/3927 68% [========================================== ] 2706/3927 68% [========================================== ] 2707/3927 68% [========================================== ] 2708/3927 68% [========================================== ] 2709/3927 68% [========================================== ] 2710/3927 69% [========================================== ] 2711/3927 69% [========================================== ] 2712/3927 69% [========================================== ] 2713/3927 69% [========================================== ] 2714/3927 69% [========================================== ] 2715/3927 69% [========================================== ] 2716/3927 69% [========================================== ] 2717/3927 69% [========================================== ] 2718/3927 69% [========================================== ] 2719/3927 69% [========================================== ] 2720/3927 69% [========================================== ] 2721/3927 69% [========================================== ] 2722/3927 69% [========================================== ] 2723/3927 69% [=========================================== ] 2724/3927 69% [=========================================== ] 2725/3927 69% [=========================================== ] 2726/3927 69% [=========================================== ] 2727/3927 69% [=========================================== ] 2728/3927 69% [=========================================== ] 2729/3927 69% [=========================================== ] 2730/3927 69% [=========================================== ] 2731/3927 69% [=========================================== ] 2732/3927 69% [=========================================== ] 2733/3927 69% [=========================================== ] 2734/3927 69% [=========================================== ] 2735/3927 69% [=========================================== ] 2736/3927 69% [=========================================== ] 2737/3927 69% [=========================================== ] 2738/3927 69% [=========================================== ] 2739/3927 69% [=========================================== ] 2740/3927 69% [=========================================== ] 2741/3927 69% [=========================================== ] 2742/3927 69% [=========================================== ] 2743/3927 69% [=========================================== ] 2744/3927 69% [=========================================== ] 2745/3927 69% [=========================================== ] 2746/3927 69% [=========================================== ] 2747/3927 69% [=========================================== ] 2748/3927 69% [=========================================== ] 2749/3927 70% [=========================================== ] 2750/3927 70% [=========================================== ] 2751/3927 70% [=========================================== ] 2752/3927 70% [=========================================== ] 2753/3927 70% [=========================================== ] 2754/3927 70% [=========================================== ] 2755/3927 70% [=========================================== ] 2756/3927 70% [=========================================== ] 2757/3927 70% [=========================================== ] 2758/3927 70% [=========================================== ] 2759/3927 70% [=========================================== ] 2760/3927 70% [=========================================== ] 2761/3927 70% [=========================================== ] 2762/3927 70% [=========================================== ] 2763/3927 70% [=========================================== ] 2764/3927 70% [=========================================== ] 2765/3927 70% [=========================================== ] 2766/3927 70% [=========================================== ] 2767/3927 70% [=========================================== ] 2768/3927 70% [=========================================== ] 2769/3927 70% [=========================================== ] 2770/3927 70% [=========================================== ] 2771/3927 70% [=========================================== ] 2772/3927 70% [=========================================== ] 2773/3927 70% [=========================================== ] 2774/3927 70% [=========================================== ] 2775/3927 70% [=========================================== ] 2776/3927 70% [=========================================== ] 2777/3927 70% [=========================================== ] 2778/3927 70% [=========================================== ] 2779/3927 70% [=========================================== ] 2780/3927 70% [=========================================== ] 2781/3927 70% [=========================================== ] 2782/3927 70% [=========================================== ] 2783/3927 70% [=========================================== ] 2784/3927 70% [=========================================== ] 2785/3927 70% [=========================================== ] 2786/3927 70% [============================================ ] 2787/3927 70% [============================================ ] 2788/3927 70% [============================================ ] 2789/3927 71% [============================================ ] 2790/3927 71% [============================================ ] 2791/3927 71% [============================================ ] 2792/3927 71% [============================================ ] 2793/3927 71% [============================================ ] 2794/3927 71% [============================================ ] 2795/3927 71% [============================================ ] 2796/3927 71% [============================================ ] 2797/3927 71% [============================================ ] 2798/3927 71% [============================================ ] 2799/3927 71% [============================================ ] 2800/3927 71% [============================================ ] 2801/3927 71% [============================================ ] 2802/3927 71% [============================================ ] 2803/3927 71% [============================================ ] 2804/3927 71% [============================================ ] 2805/3927 71% [============================================ ] 2806/3927 71% [============================================ ] 2807/3927 71% [============================================ ] 2808/3927 71% [============================================ ] 2809/3927 71% [============================================ ] 2810/3927 71% [============================================ ] 2811/3927 71% [============================================ ] 2812/3927 71% [============================================ ] 2813/3927 71% [============================================ ] 2814/3927 71% [============================================ ] 2815/3927 71% [============================================ ] 2816/3927 71% [============================================ ] 2817/3927 71% [============================================ ] 2818/3927 71% [============================================ ] 2819/3927 71% [============================================ ] 2820/3927 71% [============================================ ] 2821/3927 71% [============================================ ] 2822/3927 71% [============================================ ] 2823/3927 71% [============================================ ] 2824/3927 71% [============================================ ] 2825/3927 71% [============================================ ] 2826/3927 71% [============================================ ] 2827/3927 71% [============================================ ] 2828/3927 72% [============================================ ] 2829/3927 72% [============================================ ] 2830/3927 72% [============================================ ] 2831/3927 72% [============================================ ] 2832/3927 72% [============================================ ] 2833/3927 72% [============================================ ] 2834/3927 72% [============================================ ] 2835/3927 72% [============================================ ] 2836/3927 72% [============================================ ] 2837/3927 72% [============================================ ] 2838/3927 72% [============================================ ] 2839/3927 72% [============================================ ] 2840/3927 72% [============================================ ] 2841/3927 72% [============================================ ] 2842/3927 72% [============================================ ] 2843/3927 72% [============================================ ] 2844/3927 72% [============================================ ] 2845/3927 72% [============================================ ] 2846/3927 72% [============================================ ] 2847/3927 72% [============================================ ] 2848/3927 72% [============================================ ] 2849/3927 72% [============================================ ] 2850/3927 72% [============================================= ] 2851/3927 72% [============================================= ] 2852/3927 72% [============================================= ] 2853/3927 72% [============================================= ] 2854/3927 72% [============================================= ] 2855/3927 72% [============================================= ] 2856/3927 72% [============================================= ] 2857/3927 72% [============================================= ] 2858/3927 72% [============================================= ] 2859/3927 72% [============================================= ] 2860/3927 72% [============================================= ] 2861/3927 72% [============================================= ] 2862/3927 72% [============================================= ] 2863/3927 72% [============================================= ] 2864/3927 72% [============================================= ] 2865/3927 72% [============================================= ] 2866/3927 72% [============================================= ] 2867/3927 73% [============================================= ] 2868/3927 73% [============================================= ] 2869/3927 73% [============================================= ] 2870/3927 73% [============================================= ] 2871/3927 73% [============================================= ] 2872/3927 73% [============================================= ] 2873/3927 73% [============================================= ] 2874/3927 73% [============================================= ] 2875/3927 73% [============================================= ] 2876/3927 73% [============================================= ] 2877/3927 73% [============================================= ] 2878/3927 73% [============================================= ] 2879/3927 73% [============================================= ] 2880/3927 73% [============================================= ] 2881/3927 73% [============================================= ] 2882/3927 73% [============================================= ] 2883/3927 73% [============================================= ] 2884/3927 73% [============================================= ] 2885/3927 73% [============================================= ] 2886/3927 73% [============================================= ] 2887/3927 73% [============================================= ] 2888/3927 73% [============================================= ] 2889/3927 73% [============================================= ] 2890/3927 73% [============================================= ] 2891/3927 73% [============================================= ] 2892/3927 73% [============================================= ] 2893/3927 73% [============================================= ] 2894/3927 73% [============================================= ] 2895/3927 73% [============================================= ] 2896/3927 73% [============================================= ] 2897/3927 73% [============================================= ] 2898/3927 73% [============================================= ] 2899/3927 73% [============================================= ] 2900/3927 73% [============================================= ] 2901/3927 73% [============================================= ] 2902/3927 73% [============================================= ] 2903/3927 73% [============================================= ] 2904/3927 73% [============================================= ] 2905/3927 73% [============================================= ] 2906/3927 74% [============================================= ] 2907/3927 74% [============================================= ] 2908/3927 74% [============================================= ] 2909/3927 74% [============================================= ] 2910/3927 74% [============================================= ] 2911/3927 74% [============================================= ] 2912/3927 74% [============================================= ] 2913/3927 74% [============================================== ] 2914/3927 74% [============================================== ] 2915/3927 74% [============================================== ] 2916/3927 74% [============================================== ] 2917/3927 74% [============================================== ] 2918/3927 74% [============================================== ] 2919/3927 74% [============================================== ] 2920/3927 74% [============================================== ] 2921/3927 74% [============================================== ] 2922/3927 74% [============================================== ] 2923/3927 74% [============================================== ] 2924/3927 74% [============================================== ] 2925/3927 74% [============================================== ] 2926/3927 74% [============================================== ] 2927/3927 74% [============================================== ] 2928/3927 74% [============================================== ] 2929/3927 74% [============================================== ] 2930/3927 74% [============================================== ] 2931/3927 74% [============================================== ] 2932/3927 74% [============================================== ] 2933/3927 74% [============================================== ] 2934/3927 74% [============================================== ] 2935/3927 74% [============================================== ] 2936/3927 74% [============================================== ] 2937/3927 74% [============================================== ] 2938/3927 74% [============================================== ] 2939/3927 74% [============================================== ] 2940/3927 74% [============================================== ] 2941/3927 74% [============================================== ] 2942/3927 74% [============================================== ] 2943/3927 74% [============================================== ] 2944/3927 74% [============================================== ] 2945/3927 74% [============================================== ] 2946/3927 75% [============================================== ] 2947/3927 75% [============================================== ] 2948/3927 75% [============================================== ] 2949/3927 75% [============================================== ] 2950/3927 75% [============================================== ] 2951/3927 75% [============================================== ] 2952/3927 75% [============================================== ] 2953/3927 75% [============================================== ] 2954/3927 75% [============================================== ] 2955/3927 75% [============================================== ] 2956/3927 75% [============================================== ] 2957/3927 75% [============================================== ] 2958/3927 75% [============================================== ] 2959/3927 75% [============================================== ] 2960/3927 75% [============================================== ] 2961/3927 75% [============================================== ] 2962/3927 75% [============================================== ] 2963/3927 75% [============================================== ] 2964/3927 75% [============================================== ] 2965/3927 75% [============================================== ] 2966/3927 75% [============================================== ] 2967/3927 75% [============================================== ] 2968/3927 75% [============================================== ] 2969/3927 75% [============================================== ] 2970/3927 75% [============================================== ] 2971/3927 75% [============================================== ] 2972/3927 75% [============================================== ] 2973/3927 75% [============================================== ] 2974/3927 75% [============================================== ] 2975/3927 75% [============================================== ] 2976/3927 75% [=============================================== ] 2977/3927 75% [=============================================== ] 2978/3927 75% [=============================================== ] 2979/3927 75% [=============================================== ] 2980/3927 75% [=============================================== ] 2981/3927 75% [=============================================== ] 2982/3927 75% [=============================================== ] 2983/3927 75% [=============================================== ] 2984/3927 75% [=============================================== ] 2985/3927 76% [=============================================== ] 2986/3927 76% [=============================================== ] 2987/3927 76% [=============================================== ] 2988/3927 76% [=============================================== ] 2989/3927 76% [=============================================== ] 2990/3927 76% [=============================================== ] 2991/3927 76% [=============================================== ] 2992/3927 76% [=============================================== ] 2993/3927 76% [=============================================== ] 2994/3927 76% [=============================================== ] 2995/3927 76% [=============================================== ] 2996/3927 76% [=============================================== ] 2997/3927 76% [=============================================== ] 2998/3927 76% [=============================================== ] 2999/3927 76% [=============================================== ] 3000/3927 76% [=============================================== ] 3001/3927 76% [=============================================== ] 3002/3927 76% [=============================================== ] 3003/3927 76% [=============================================== ] 3004/3927 76% [=============================================== ] 3005/3927 76% [=============================================== ] 3006/3927 76% [=============================================== ] 3007/3927 76% [=============================================== ] 3008/3927 76% [=============================================== ] 3009/3927 76% [=============================================== ] 3010/3927 76% [=============================================== ] 3011/3927 76% [=============================================== ] 3012/3927 76% [=============================================== ] 3013/3927 76% [=============================================== ] 3014/3927 76% [=============================================== ] 3015/3927 76% [=============================================== ] 3016/3927 76% [=============================================== ] 3017/3927 76% [=============================================== ] 3018/3927 76% [=============================================== ] 3019/3927 76% [=============================================== ] 3020/3927 76% [=============================================== ] 3021/3927 76% [=============================================== ] 3022/3927 76% [=============================================== ] 3023/3927 76% [=============================================== ] 3024/3927 77% [=============================================== ] 3025/3927 77% [=============================================== ] 3026/3927 77% [=============================================== ] 3027/3927 77% [=============================================== ] 3028/3927 77% [=============================================== ] 3029/3927 77% [=============================================== ] 3030/3927 77% [=============================================== ] 3031/3927 77% [=============================================== ] 3032/3927 77% [=============================================== ] 3033/3927 77% [=============================================== ] 3034/3927 77% [=============================================== ] 3035/3927 77% [=============================================== ] 3036/3927 77% [=============================================== ] 3037/3927 77% [=============================================== ] 3038/3927 77% [=============================================== ] 3039/3927 77% [=============================================== ] 3040/3927 77% [================================================ ] 3041/3927 77% [================================================ ] 3042/3927 77% [================================================ ] 3043/3927 77% [================================================ ] 3044/3927 77% [================================================ ] 3045/3927 77% [================================================ ] 3046/3927 77% [================================================ ] 3047/3927 77% [================================================ ] 3048/3927 77% [================================================ ] 3049/3927 77% [================================================ ] 3050/3927 77% [================================================ ] 3051/3927 77% [================================================ ] 3052/3927 77% [================================================ ] 3053/3927 77% [================================================ ] 3054/3927 77% [================================================ ] 3055/3927 77% [================================================ ] 3056/3927 77% [================================================ ] 3057/3927 77% [================================================ ] 3058/3927 77% [================================================ ] 3059/3927 77% [================================================ ] 3060/3927 77% [================================================ ] 3061/3927 77% [================================================ ] 3062/3927 77% [================================================ ] 3063/3927 77% [================================================ ] 3064/3927 78% [================================================ ] 3065/3927 78% [================================================ ] 3066/3927 78% [================================================ ] 3067/3927 78% [================================================ ] 3068/3927 78% [================================================ ] 3069/3927 78% [================================================ ] 3070/3927 78% [================================================ ] 3071/3927 78% [================================================ ] 3072/3927 78% [================================================ ] 3073/3927 78% [================================================ ] 3074/3927 78% [================================================ ] 3075/3927 78% [================================================ ] 3076/3927 78% [================================================ ] 3077/3927 78% [================================================ ] 3078/3927 78% [================================================ ] 3079/3927 78% [================================================ ] 3080/3927 78% [================================================ ] 3081/3927 78% [================================================ ] 3082/3927 78% [================================================ ] 3083/3927 78% [================================================ ] 3084/3927 78% [================================================ ] 3085/3927 78% [================================================ ] 3086/3927 78% [================================================ ] 3087/3927 78% [================================================ ] 3088/3927 78% [================================================ ] 3089/3927 78% [================================================ ] 3090/3927 78% [================================================ ] 3091/3927 78% [================================================ ] 3092/3927 78% [================================================ ] 3093/3927 78% [================================================ ] 3094/3927 78% [================================================ ] 3095/3927 78% [================================================ ] 3096/3927 78% [================================================ ] 3097/3927 78% [================================================ ] 3098/3927 78% [================================================ ] 3099/3927 78% [================================================ ] 3100/3927 78% [================================================ ] 3101/3927 78% [================================================ ] 3102/3927 78% [================================================ ] 3103/3927 79% [================================================= ] 3104/3927 79% [================================================= ] 3105/3927 79% [================================================= ] 3106/3927 79% [================================================= ] 3107/3927 79% [================================================= ] 3108/3927 79% [================================================= ] 3109/3927 79% [================================================= ] 3110/3927 79% [================================================= ] 3111/3927 79% [================================================= ] 3112/3927 79% [================================================= ] 3113/3927 79% [================================================= ] 3114/3927 79% [================================================= ] 3115/3927 79% [================================================= ] 3116/3927 79% [================================================= ] 3117/3927 79% [================================================= ] 3118/3927 79% [================================================= ] 3119/3927 79% [================================================= ] 3120/3927 79% [================================================= ] 3121/3927 79% [================================================= ] 3122/3927 79% [================================================= ] 3123/3927 79% [================================================= ] 3124/3927 79% [================================================= ] 3125/3927 79% [================================================= ] 3126/3927 79% [================================================= ] 3127/3927 79% [================================================= ] 3128/3927 79% [================================================= ] 3129/3927 79% [================================================= ] 3130/3927 79% [================================================= ] 3131/3927 79% [================================================= ] 3132/3927 79% [================================================= ] 3133/3927 79% [================================================= ] 3134/3927 79% [================================================= ] 3135/3927 79% [================================================= ] 3136/3927 79% [================================================= ] 3137/3927 79% [================================================= ] 3138/3927 79% [================================================= ] 3139/3927 79% [================================================= ] 3140/3927 79% [================================================= ] 3141/3927 79% [================================================= ] 3142/3927 80% [================================================= ] 3143/3927 80% [================================================= ] 3144/3927 80% [================================================= ] 3145/3927 80% [================================================= ] 3146/3927 80% [================================================= ] 3147/3927 80% [================================================= ] 3148/3927 80% [================================================= ] 3149/3927 80% [================================================= ] 3150/3927 80% [================================================= ] 3151/3927 80% [================================================= ] 3152/3927 80% [================================================= ] 3153/3927 80% [================================================= ] 3154/3927 80% [================================================= ] 3155/3927 80% [================================================= ] 3156/3927 80% [================================================= ] 3157/3927 80% [================================================= ] 3158/3927 80% [================================================= ] 3159/3927 80% [================================================= ] 3160/3927 80% [================================================= ] 3161/3927 80% [================================================= ] 3162/3927 80% [================================================= ] 3163/3927 80% [================================================= ] 3164/3927 80% [================================================= ] 3165/3927 80% [================================================= ] 3166/3927 80% [================================================== ] 3167/3927 80% [================================================== ] 3168/3927 80% [================================================== ] 3169/3927 80% [================================================== ] 3170/3927 80% [================================================== ] 3171/3927 80% [================================================== ] 3172/3927 80% [================================================== ] 3173/3927 80% [================================================== ] 3174/3927 80% [================================================== ] 3175/3927 80% [================================================== ] 3176/3927 80% [================================================== ] 3177/3927 80% [================================================== ] 3178/3927 80% [================================================== ] 3179/3927 80% [================================================== ] 3180/3927 80% [================================================== ] 3181/3927 81% [================================================== ] 3182/3927 81% [================================================== ] 3183/3927 81% [================================================== ] 3184/3927 81% [================================================== ] 3185/3927 81% [================================================== ] 3186/3927 81% [================================================== ] 3187/3927 81% [================================================== ] 3188/3927 81% [================================================== ] 3189/3927 81% [================================================== ] 3190/3927 81% [================================================== ] 3191/3927 81% [================================================== ] 3192/3927 81% [================================================== ] 3193/3927 81% [================================================== ] 3194/3927 81% [================================================== ] 3195/3927 81% [================================================== ] 3196/3927 81% [================================================== ] 3197/3927 81% [================================================== ] 3198/3927 81% [================================================== ] 3199/3927 81% [================================================== ] 3200/3927 81% [================================================== ] 3201/3927 81% [================================================== ] 3202/3927 81% [================================================== ] 3203/3927 81% [================================================== ] 3204/3927 81% [================================================== ] 3205/3927 81% [================================================== ] 3206/3927 81% [================================================== ] 3207/3927 81% [================================================== ] 3208/3927 81% [================================================== ] 3209/3927 81% [================================================== ] 3210/3927 81% [================================================== ] 3211/3927 81% [================================================== ] 3212/3927 81% [================================================== ] 3213/3927 81% [================================================== ] 3214/3927 81% [================================================== ] 3215/3927 81% [================================================== ] 3216/3927 81% [================================================== ] 3217/3927 81% [================================================== ] 3218/3927 81% [================================================== ] 3219/3927 81% [================================================== ] 3220/3927 81% [================================================== ] 3221/3927 82% [================================================== ] 3222/3927 82% [================================================== ] 3223/3927 82% [================================================== ] 3224/3927 82% [================================================== ] 3225/3927 82% [================================================== ] 3226/3927 82% [================================================== ] 3227/3927 82% [================================================== ] 3228/3927 82% [================================================== ] 3229/3927 82% [================================================== ] 3230/3927 82% [=================================================== ] 3231/3927 82% [=================================================== ] 3232/3927 82% [=================================================== ] 3233/3927 82% [=================================================== ] 3234/3927 82% [=================================================== ] 3235/3927 82% [=================================================== ] 3236/3927 82% [=================================================== ] 3237/3927 82% [=================================================== ] 3238/3927 82% [=================================================== ] 3239/3927 82% [=================================================== ] 3240/3927 82% [=================================================== ] 3241/3927 82% [=================================================== ] 3242/3927 82% [=================================================== ] 3243/3927 82% [=================================================== ] 3244/3927 82% [=================================================== ] 3245/3927 82% [=================================================== ] 3246/3927 82% [=================================================== ] 3247/3927 82% [=================================================== ] 3248/3927 82% [=================================================== ] 3249/3927 82% [=================================================== ] 3250/3927 82% [=================================================== ] 3251/3927 82% [=================================================== ] 3252/3927 82% [=================================================== ] 3253/3927 82% [=================================================== ] 3254/3927 82% [=================================================== ] 3255/3927 82% [=================================================== ] 3256/3927 82% [=================================================== ] 3257/3927 82% [=================================================== ] 3258/3927 82% [=================================================== ] 3259/3927 82% [=================================================== ] 3260/3927 83% [=================================================== ] 3261/3927 83% [=================================================== ] 3262/3927 83% [=================================================== ] 3263/3927 83% [=================================================== ] 3264/3927 83% [=================================================== ] 3265/3927 83% [=================================================== ] 3266/3927 83% [=================================================== ] 3267/3927 83% [=================================================== ] 3268/3927 83% [=================================================== ] 3269/3927 83% [=================================================== ] 3270/3927 83% [=================================================== ] 3271/3927 83% [=================================================== ] 3272/3927 83% [=================================================== ] 3273/3927 83% [=================================================== ] 3274/3927 83% [=================================================== ] 3275/3927 83% [=================================================== ] 3276/3927 83% [=================================================== ] 3277/3927 83% [=================================================== ] 3278/3927 83% [=================================================== ] 3279/3927 83% [=================================================== ] 3280/3927 83% [=================================================== ] 3281/3927 83% [=================================================== ] 3282/3927 83% [=================================================== ] 3283/3927 83% [=================================================== ] 3284/3927 83% [=================================================== ] 3285/3927 83% [=================================================== ] 3286/3927 83% [=================================================== ] 3287/3927 83% [=================================================== ] 3288/3927 83% [=================================================== ] 3289/3927 83% [=================================================== ] 3290/3927 83% [=================================================== ] 3291/3927 83% [=================================================== ] 3292/3927 83% [=================================================== ] 3293/3927 83% [==================================================== ] 3294/3927 83% [==================================================== ] 3295/3927 83% [==================================================== ] 3296/3927 83% [==================================================== ] 3297/3927 83% [==================================================== ] 3298/3927 83% [==================================================== ] 3299/3927 84% [==================================================== ] 3300/3927 84% [==================================================== ] 3301/3927 84% [==================================================== ] 3302/3927 84% [==================================================== ] 3303/3927 84% [==================================================== ] 3304/3927 84% [==================================================== ] 3305/3927 84% [==================================================== ] 3306/3927 84% [==================================================== ] 3307/3927 84% [==================================================== ] 3308/3927 84% [==================================================== ] 3309/3927 84% [==================================================== ] 3310/3927 84% [==================================================== ] 3311/3927 84% [==================================================== ] 3312/3927 84% [==================================================== ] 3313/3927 84% [==================================================== ] 3314/3927 84% [==================================================== ] 3315/3927 84% [==================================================== ] 3316/3927 84% [==================================================== ] 3317/3927 84% [==================================================== ] 3318/3927 84% [==================================================== ] 3319/3927 84% [==================================================== ] 3320/3927 84% [==================================================== ] 3321/3927 84% [==================================================== ] 3322/3927 84% [==================================================== ] 3323/3927 84% [==================================================== ] 3324/3927 84% [==================================================== ] 3325/3927 84% [==================================================== ] 3326/3927 84% [==================================================== ] 3327/3927 84% [==================================================== ] 3328/3927 84% [==================================================== ] 3329/3927 84% [==================================================== ] 3330/3927 84% [==================================================== ] 3331/3927 84% [==================================================== ] 3332/3927 84% [==================================================== ] 3333/3927 84% [==================================================== ] 3334/3927 84% [==================================================== ] 3335/3927 84% [==================================================== ] 3336/3927 84% [==================================================== ] 3337/3927 84% [==================================================== ] 3338/3927 85% [==================================================== ] 3339/3927 85% [==================================================== ] 3340/3927 85% [==================================================== ] 3341/3927 85% [==================================================== ] 3342/3927 85% [==================================================== ] 3343/3927 85% [==================================================== ] 3344/3927 85% [==================================================== ] 3345/3927 85% [==================================================== ] 3346/3927 85% [==================================================== ] 3347/3927 85% [==================================================== ] 3348/3927 85% [==================================================== ] 3349/3927 85% [==================================================== ] 3350/3927 85% [==================================================== ] 3351/3927 85% [==================================================== ] 3352/3927 85% [==================================================== ] 3353/3927 85% [==================================================== ] 3354/3927 85% [==================================================== ] 3355/3927 85% [==================================================== ] 3356/3927 85% [===================================================== ] 3357/3927 85% [===================================================== ] 3358/3927 85% [===================================================== ] 3359/3927 85% [===================================================== ] 3360/3927 85% [===================================================== ] 3361/3927 85% [===================================================== ] 3362/3927 85% [===================================================== ] 3363/3927 85% [===================================================== ] 3364/3927 85% [===================================================== ] 3365/3927 85% [===================================================== ] 3366/3927 85% [===================================================== ] 3367/3927 85% [===================================================== ] 3368/3927 85% [===================================================== ] 3369/3927 85% [===================================================== ] 3370/3927 85% [===================================================== ] 3371/3927 85% [===================================================== ] 3372/3927 85% [===================================================== ] 3373/3927 85% [===================================================== ] 3374/3927 85% [===================================================== ] 3375/3927 85% [===================================================== ] 3376/3927 85% [===================================================== ] 3377/3927 85% [===================================================== ] 3378/3927 86% [===================================================== ] 3379/3927 86% [===================================================== ] 3380/3927 86% [===================================================== ] 3381/3927 86% [===================================================== ] 3382/3927 86% [===================================================== ] 3383/3927 86% [===================================================== ] 3384/3927 86% [===================================================== ] 3385/3927 86% [===================================================== ] 3386/3927 86% [===================================================== ] 3387/3927 86% [===================================================== ] 3388/3927 86% [===================================================== ] 3389/3927 86% [===================================================== ] 3390/3927 86% [===================================================== ] 3391/3927 86% [===================================================== ] 3392/3927 86% [===================================================== ] 3393/3927 86% [===================================================== ] 3394/3927 86% [===================================================== ] 3395/3927 86% [===================================================== ] 3396/3927 86% [===================================================== ] 3397/3927 86% [===================================================== ] 3398/3927 86% [===================================================== ] 3399/3927 86% [===================================================== ] 3400/3927 86% [===================================================== ] 3401/3927 86% [===================================================== ] 3402/3927 86% [===================================================== ] 3403/3927 86% [===================================================== ] 3404/3927 86% [===================================================== ] 3405/3927 86% [===================================================== ] 3406/3927 86% [===================================================== ] 3407/3927 86% [===================================================== ] 3408/3927 86% [===================================================== ] 3409/3927 86% [===================================================== ] 3410/3927 86% [===================================================== ] 3411/3927 86% [===================================================== ] 3412/3927 86% [===================================================== ] 3413/3927 86% [===================================================== ] 3414/3927 86% [===================================================== ] 3415/3927 86% [===================================================== ] 3416/3927 86% [===================================================== ] 3417/3927 87% [===================================================== ] 3418/3927 87% [===================================================== ] 3419/3927 87% [===================================================== ] 3420/3927 87% [====================================================== ] 3421/3927 87% [====================================================== ] 3422/3927 87% [====================================================== ] 3423/3927 87% [====================================================== ] 3424/3927 87% [====================================================== ] 3425/3927 87% [====================================================== ] 3426/3927 87% [====================================================== ] 3427/3927 87% [====================================================== ] 3428/3927 87% [====================================================== ] 3429/3927 87% [====================================================== ] 3430/3927 87% [====================================================== ] 3431/3927 87% [====================================================== ] 3432/3927 87% [====================================================== ] 3433/3927 87% [====================================================== ] 3434/3927 87% [====================================================== ] 3435/3927 87% [====================================================== ] 3436/3927 87% [====================================================== ] 3437/3927 87% [====================================================== ] 3438/3927 87% [====================================================== ] 3439/3927 87% [====================================================== ] 3440/3927 87% [====================================================== ] 3441/3927 87% [====================================================== ] 3442/3927 87% [====================================================== ] 3443/3927 87% [====================================================== ] 3444/3927 87% [====================================================== ] 3445/3927 87% [====================================================== ] 3446/3927 87% [====================================================== ] 3447/3927 87% [====================================================== ] 3448/3927 87% [====================================================== ] 3449/3927 87% [====================================================== ] 3450/3927 87% [====================================================== ] 3451/3927 87% [====================================================== ] 3452/3927 87% [====================================================== ] 3453/3927 87% [====================================================== ] 3454/3927 87% [====================================================== ] 3455/3927 87% [====================================================== ] 3456/3927 88% [====================================================== ] 3457/3927 88% [====================================================== ] 3458/3927 88% [====================================================== ] 3459/3927 88% [====================================================== ] 3460/3927 88% [====================================================== ] 3461/3927 88% [====================================================== ] 3462/3927 88% [====================================================== ] 3463/3927 88% [====================================================== ] 3464/3927 88% [====================================================== ] 3465/3927 88% [====================================================== ] 3466/3927 88% [====================================================== ] 3467/3927 88% [====================================================== ] 3468/3927 88% [====================================================== ] 3469/3927 88% [====================================================== ] 3470/3927 88% [====================================================== ] 3471/3927 88% [====================================================== ] 3472/3927 88% [====================================================== ] 3473/3927 88% [====================================================== ] 3474/3927 88% [====================================================== ] 3475/3927 88% [====================================================== ] 3476/3927 88% [====================================================== ] 3477/3927 88% [====================================================== ] 3478/3927 88% [====================================================== ] 3479/3927 88% [====================================================== ] 3480/3927 88% [====================================================== ] 3481/3927 88% [====================================================== ] 3482/3927 88% [====================================================== ] 3483/3927 88% [======================================================= ] 3484/3927 88% [======================================================= ] 3485/3927 88% [======================================================= ] 3486/3927 88% [======================================================= ] 3487/3927 88% [======================================================= ] 3488/3927 88% [======================================================= ] 3489/3927 88% [======================================================= ] 3490/3927 88% [======================================================= ] 3491/3927 88% [======================================================= ] 3492/3927 88% [======================================================= ] 3493/3927 88% [======================================================= ] 3494/3927 88% [======================================================= ] 3495/3927 88% [======================================================= ] 3496/3927 89% [======================================================= ] 3497/3927 89% [======================================================= ] 3498/3927 89% [======================================================= ] 3499/3927 89% [======================================================= ] 3500/3927 89% [======================================================= ] 3501/3927 89% [======================================================= ] 3502/3927 89% [======================================================= ] 3503/3927 89% [======================================================= ] 3504/3927 89% [======================================================= ] 3505/3927 89% [======================================================= ] 3506/3927 89% [======================================================= ] 3507/3927 89% [======================================================= ] 3508/3927 89% [======================================================= ] 3509/3927 89% [======================================================= ] 3510/3927 89% [======================================================= ] 3511/3927 89% [======================================================= ] 3512/3927 89% [======================================================= ] 3513/3927 89% [======================================================= ] 3514/3927 89% [======================================================= ] 3515/3927 89% [======================================================= ] 3516/3927 89% [======================================================= ] 3517/3927 89% [======================================================= ] 3518/3927 89% [======================================================= ] 3519/3927 89% [======================================================= ] 3520/3927 89% [======================================================= ] 3521/3927 89% [======================================================= ] 3522/3927 89% [======================================================= ] 3523/3927 89% [======================================================= ] 3524/3927 89% [======================================================= ] 3525/3927 89% [======================================================= ] 3526/3927 89% [======================================================= ] 3527/3927 89% [======================================================= ] 3528/3927 89% [======================================================= ] 3529/3927 89% [======================================================= ] 3530/3927 89% [======================================================= ] 3531/3927 89% [======================================================= ] 3532/3927 89% [======================================================= ] 3533/3927 89% [======================================================= ] 3534/3927 89% [======================================================= ] 3535/3927 90% [======================================================= ] 3536/3927 90% [======================================================= ] 3537/3927 90% [======================================================= ] 3538/3927 90% [======================================================= ] 3539/3927 90% [======================================================= ] 3540/3927 90% [======================================================= ] 3541/3927 90% [======================================================= ] 3542/3927 90% [======================================================= ] 3543/3927 90% [======================================================= ] 3544/3927 90% [======================================================= ] 3545/3927 90% [======================================================= ] 3546/3927 90% [======================================================== ] 3547/3927 90% [======================================================== ] 3548/3927 90% [======================================================== ] 3549/3927 90% [======================================================== ] 3550/3927 90% [======================================================== ] 3551/3927 90% [======================================================== ] 3552/3927 90% [======================================================== ] 3553/3927 90% [======================================================== ] 3554/3927 90% [======================================================== ] 3555/3927 90% [======================================================== ] 3556/3927 90% [======================================================== ] 3557/3927 90% [======================================================== ] 3558/3927 90% [======================================================== ] 3559/3927 90% [======================================================== ] 3560/3927 90% [======================================================== ] 3561/3927 90% [======================================================== ] 3562/3927 90% [======================================================== ] 3563/3927 90% [======================================================== ] 3564/3927 90% [======================================================== ] 3565/3927 90% [======================================================== ] 3566/3927 90% [======================================================== ] 3567/3927 90% [======================================================== ] 3568/3927 90% [======================================================== ] 3569/3927 90% [======================================================== ] 3570/3927 90% [======================================================== ] 3571/3927 90% [======================================================== ] 3572/3927 90% [======================================================== ] 3573/3927 90% [======================================================== ] 3574/3927 91% [======================================================== ] 3575/3927 91% [======================================================== ] 3576/3927 91% [======================================================== ] 3577/3927 91% [======================================================== ] 3578/3927 91% [======================================================== ] 3579/3927 91% [======================================================== ] 3580/3927 91% [======================================================== ] 3581/3927 91% [======================================================== ] 3582/3927 91% [======================================================== ] 3583/3927 91% [======================================================== ] 3584/3927 91% [======================================================== ] 3585/3927 91% [======================================================== ] 3586/3927 91% [======================================================== ] 3587/3927 91% [======================================================== ] 3588/3927 91% [======================================================== ] 3589/3927 91% [======================================================== ] 3590/3927 91% [======================================================== ] 3591/3927 91% [======================================================== ] 3592/3927 91% [======================================================== ] 3593/3927 91% [======================================================== ] 3594/3927 91% [======================================================== ] 3595/3927 91% [======================================================== ] 3596/3927 91% [======================================================== ] 3597/3927 91% [======================================================== ] 3598/3927 91% [======================================================== ] 3599/3927 91% [======================================================== ] 3600/3927 91% [======================================================== ] 3601/3927 91% [======================================================== ] 3602/3927 91% [======================================================== ] 3603/3927 91% [======================================================== ] 3604/3927 91% [======================================================== ] 3605/3927 91% [======================================================== ] 3606/3927 91% [======================================================== ] 3607/3927 91% [======================================================== ] 3608/3927 91% [======================================================== ] 3609/3927 91% [======================================================== ] 3610/3927 91% [========================================================= ] 3611/3927 91% [========================================================= ] 3612/3927 91% [========================================================= ] 3613/3927 92% [========================================================= ] 3614/3927 92% [========================================================= ] 3615/3927 92% [========================================================= ] 3616/3927 92% [========================================================= ] 3617/3927 92% [========================================================= ] 3618/3927 92% [========================================================= ] 3619/3927 92% [========================================================= ] 3620/3927 92% [========================================================= ] 3621/3927 92% [========================================================= ] 3622/3927 92% [========================================================= ] 3623/3927 92% [========================================================= ] 3624/3927 92% [========================================================= ] 3625/3927 92% [========================================================= ] 3626/3927 92% [========================================================= ] 3627/3927 92% [========================================================= ] 3628/3927 92% [========================================================= ] 3629/3927 92% [========================================================= ] 3630/3927 92% [========================================================= ] 3631/3927 92% [========================================================= ] 3632/3927 92% [========================================================= ] 3633/3927 92% [========================================================= ] 3634/3927 92% [========================================================= ] 3635/3927 92% [========================================================= ] 3636/3927 92% [========================================================= ] 3637/3927 92% [========================================================= ] 3638/3927 92% [========================================================= ] 3639/3927 92% [========================================================= ] 3640/3927 92% [========================================================= ] 3641/3927 92% [========================================================= ] 3642/3927 92% [========================================================= ] 3643/3927 92% [========================================================= ] 3644/3927 92% [========================================================= ] 3645/3927 92% [========================================================= ] 3646/3927 92% [========================================================= ] 3647/3927 92% [========================================================= ] 3648/3927 92% [========================================================= ] 3649/3927 92% [========================================================= ] 3650/3927 92% [========================================================= ] 3651/3927 92% [========================================================= ] 3652/3927 92% [========================================================= ] 3653/3927 93% [========================================================= ] 3654/3927 93% [========================================================= ] 3655/3927 93% [========================================================= ] 3656/3927 93% [========================================================= ] 3657/3927 93% [========================================================= ] 3658/3927 93% [========================================================= ] 3659/3927 93% [========================================================= ] 3660/3927 93% [========================================================= ] 3661/3927 93% [========================================================= ] 3662/3927 93% [========================================================= ] 3663/3927 93% [========================================================= ] 3664/3927 93% [========================================================= ] 3665/3927 93% [========================================================= ] 3666/3927 93% [========================================================= ] 3667/3927 93% [========================================================= ] 3668/3927 93% [========================================================= ] 3669/3927 93% [========================================================= ] 3670/3927 93% [========================================================= ] 3671/3927 93% [========================================================= ] 3672/3927 93% [========================================================= ] 3673/3927 93% [========================================================== ] 3674/3927 93% [========================================================== ] 3675/3927 93% [========================================================== ] 3676/3927 93% [========================================================== ] 3677/3927 93% [========================================================== ] 3678/3927 93% [========================================================== ] 3679/3927 93% [========================================================== ] 3680/3927 93% [========================================================== ] 3681/3927 93% [========================================================== ] 3682/3927 93% [========================================================== ] 3683/3927 93% [========================================================== ] 3684/3927 93% [========================================================== ] 3685/3927 93% [========================================================== ] 3686/3927 93% [========================================================== ] 3687/3927 93% [========================================================== ] 3688/3927 93% [========================================================== ] 3689/3927 93% [========================================================== ] 3690/3927 93% [========================================================== ] 3691/3927 93% [========================================================== ] 3692/3927 94% [========================================================== ] 3693/3927 94% [========================================================== ] 3694/3927 94% [========================================================== ] 3695/3927 94% [========================================================== ] 3696/3927 94% [========================================================== ] 3697/3927 94% [========================================================== ] 3698/3927 94% [========================================================== ] 3699/3927 94% [========================================================== ] 3700/3927 94% [========================================================== ] 3701/3927 94% [========================================================== ] 3702/3927 94% [========================================================== ] 3703/3927 94% [========================================================== ] 3704/3927 94% [========================================================== ] 3705/3927 94% [========================================================== ] 3706/3927 94% [========================================================== ] 3707/3927 94% [========================================================== ] 3708/3927 94% [========================================================== ] 3709/3927 94% [========================================================== ] 3710/3927 94% [========================================================== ] 3711/3927 94% [========================================================== ] 3712/3927 94% [========================================================== ] 3713/3927 94% [========================================================== ] 3714/3927 94% [========================================================== ] 3715/3927 94% [========================================================== ] 3716/3927 94% [========================================================== ] 3717/3927 94% [========================================================== ] 3718/3927 94% [========================================================== ] 3719/3927 94% [========================================================== ] 3720/3927 94% [========================================================== ] 3721/3927 94% [========================================================== ] 3722/3927 94% [========================================================== ] 3723/3927 94% [========================================================== ] 3724/3927 94% [========================================================== ] 3725/3927 94% [========================================================== ] 3726/3927 94% [========================================================== ] 3727/3927 94% [========================================================== ] 3728/3927 94% [========================================================== ] 3729/3927 94% [========================================================== ] 3730/3927 94% [========================================================== ] 3731/3927 95% [========================================================== ] 3732/3927 95% [========================================================== ] 3733/3927 95% [========================================================== ] 3734/3927 95% [========================================================== ] 3735/3927 95% [========================================================== ] 3736/3927 95% [=========================================================== ] 3737/3927 95% [=========================================================== ] 3738/3927 95% [=========================================================== ] 3739/3927 95% [=========================================================== ] 3740/3927 95% [=========================================================== ] 3741/3927 95% [=========================================================== ] 3742/3927 95% [=========================================================== ] 3743/3927 95% [=========================================================== ] 3744/3927 95% [=========================================================== ] 3745/3927 95% [=========================================================== ] 3746/3927 95% [=========================================================== ] 3747/3927 95% [=========================================================== ] 3748/3927 95% [=========================================================== ] 3749/3927 95% [=========================================================== ] 3750/3927 95% [=========================================================== ] 3751/3927 95% [=========================================================== ] 3752/3927 95% [=========================================================== ] 3753/3927 95% [=========================================================== ] 3754/3927 95% [=========================================================== ] 3755/3927 95% [=========================================================== ] 3756/3927 95% [=========================================================== ] 3757/3927 95% [=========================================================== ] 3758/3927 95% [=========================================================== ] 3759/3927 95% [=========================================================== ] 3760/3927 95% [=========================================================== ] 3761/3927 95% [=========================================================== ] 3762/3927 95% [=========================================================== ] 3763/3927 95% [=========================================================== ] 3764/3927 95% [=========================================================== ] 3765/3927 95% [=========================================================== ] 3766/3927 95% [=========================================================== ] 3767/3927 95% [=========================================================== ] 3768/3927 95% [=========================================================== ] 3769/3927 95% [=========================================================== ] 3770/3927 96% [=========================================================== ] 3771/3927 96% [=========================================================== ] 3772/3927 96% [=========================================================== ] 3773/3927 96% [=========================================================== ] 3774/3927 96% [=========================================================== ] 3775/3927 96% [=========================================================== ] 3776/3927 96% [=========================================================== ] 3777/3927 96% [=========================================================== ] 3778/3927 96% [=========================================================== ] 3779/3927 96% [=========================================================== ] 3780/3927 96% [=========================================================== ] 3781/3927 96% [=========================================================== ] 3782/3927 96% [=========================================================== ] 3783/3927 96% [=========================================================== ] 3784/3927 96% [=========================================================== ] 3785/3927 96% [=========================================================== ] 3786/3927 96% [=========================================================== ] 3787/3927 96% [=========================================================== ] 3788/3927 96% [=========================================================== ] 3789/3927 96% [=========================================================== ] 3790/3927 96% [=========================================================== ] 3791/3927 96% [=========================================================== ] 3792/3927 96% [=========================================================== ] 3793/3927 96% [=========================================================== ] 3794/3927 96% [=========================================================== ] 3795/3927 96% [=========================================================== ] 3796/3927 96% [=========================================================== ] 3797/3927 96% [=========================================================== ] 3798/3927 96% [=========================================================== ] 3799/3927 96% [=========================================================== ] 3800/3927 96% [============================================================ ] 3801/3927 96% [============================================================ ] 3802/3927 96% [============================================================ ] 3803/3927 96% [============================================================ ] 3804/3927 96% [============================================================ ] 3805/3927 96% [============================================================ ] 3806/3927 96% [============================================================ ] 3807/3927 96% [============================================================ ] 3808/3927 96% [============================================================ ] 3809/3927 96% [============================================================ ] 3810/3927 97% [============================================================ ] 3811/3927 97% [============================================================ ] 3812/3927 97% [============================================================ ] 3813/3927 97% [============================================================ ] 3814/3927 97% [============================================================ ] 3815/3927 97% [============================================================ ] 3816/3927 97% [============================================================ ] 3817/3927 97% [============================================================ ] 3818/3927 97% [============================================================ ] 3819/3927 97% [============================================================ ] 3820/3927 97% [============================================================ ] 3821/3927 97% [============================================================ ] 3822/3927 97% [============================================================ ] 3823/3927 97% [============================================================ ] 3824/3927 97% [============================================================ ] 3825/3927 97% [============================================================ ] 3826/3927 97% [============================================================ ] 3827/3927 97% [============================================================ ] 3828/3927 97% [============================================================ ] 3829/3927 97% [============================================================ ] 3830/3927 97% [============================================================ ] 3831/3927 97% [============================================================ ] 3832/3927 97% [============================================================ ] 3833/3927 97% [============================================================ ] 3834/3927 97% [============================================================ ] 3835/3927 97% [============================================================ ] 3836/3927 97% [============================================================ ] 3837/3927 97% [============================================================ ] 3838/3927 97% [============================================================ ] 3839/3927 97% [============================================================ ] 3840/3927 97% [============================================================ ] 3841/3927 97% [============================================================ ] 3842/3927 97% [============================================================ ] 3843/3927 97% [============================================================ ] 3844/3927 97% [============================================================ ] 3845/3927 97% [============================================================ ] 3846/3927 97% [============================================================ ] 3847/3927 97% [============================================================ ] 3848/3927 97% [============================================================ ] 3849/3927 98% [============================================================ ] 3850/3927 98% [============================================================ ] 3851/3927 98% [============================================================ ] 3852/3927 98% [============================================================ ] 3853/3927 98% [============================================================ ] 3854/3927 98% [============================================================ ] 3855/3927 98% [============================================================ ] 3856/3927 98% [============================================================ ] 3857/3927 98% [============================================================ ] 3858/3927 98% [============================================================ ] 3859/3927 98% [============================================================ ] 3860/3927 98% [============================================================ ] 3861/3927 98% [============================================================ ] 3862/3927 98% [============================================================ ] 3863/3927 98% [============================================================= ] 3864/3927 98% [============================================================= ] 3865/3927 98% [============================================================= ] 3866/3927 98% [============================================================= ] 3867/3927 98% [============================================================= ] 3868/3927 98% [============================================================= ] 3869/3927 98% [============================================================= ] 3870/3927 98% [============================================================= ] 3871/3927 98% [============================================================= ] 3872/3927 98% [============================================================= ] 3873/3927 98% [============================================================= ] 3874/3927 98% [============================================================= ] 3875/3927 98% [============================================================= ] 3876/3927 98% [============================================================= ] 3877/3927 98% [============================================================= ] 3878/3927 98% [============================================================= ] 3879/3927 98% [============================================================= ] 3880/3927 98% [============================================================= ] 3881/3927 98% [============================================================= ] 3882/3927 98% [============================================================= ] 3883/3927 98% [============================================================= ] 3884/3927 98% [============================================================= ] 3885/3927 98% [============================================================= ] 3886/3927 98% [============================================================= ] 3887/3927 98% [============================================================= ] 3888/3927 99% [============================================================= ] 3889/3927 99% [============================================================= ] 3890/3927 99% [============================================================= ] 3891/3927 99% [============================================================= ] 3892/3927 99% [============================================================= ] 3893/3927 99% [============================================================= ] 3894/3927 99% [============================================================= ] 3895/3927 99% [============================================================= ] 3896/3927 99% [============================================================= ] 3897/3927 99% [============================================================= ] 3898/3927 99% [============================================================= ] 3899/3927 99% [============================================================= ] 3900/3927 99% [============================================================= ] 3901/3927 99% [============================================================= ] 3902/3927 99% [============================================================= ] 3903/3927 99% [============================================================= ] 3904/3927 99% [============================================================= ] 3905/3927 99% [============================================================= ] 3906/3927 99% [============================================================= ] 3907/3927 99% [============================================================= ] 3908/3927 99% [============================================================= ] 3909/3927 99% [============================================================= ] 3910/3927 99% [============================================================= ] 3911/3927 99% [============================================================= ] 3912/3927 99% [============================================================= ] 3913/3927 99% [============================================================= ] 3914/3927 99% [============================================================= ] 3915/3927 99% [============================================================= ] 3916/3927 99% [============================================================= ] 3917/3927 99% [============================================================= ] 3918/3927 99% [============================================================= ] 3919/3927 99% [============================================================= ] 3920/3927 99% [============================================================= ] 3921/3927 99% [============================================================= ] 3922/3927 99% [============================================================= ] 3923/3927 99% [============================================================= ] 3924/3927 99% [============================================================= ] 3925/3927 99% [============================================================= ] 3926/3927 99% [==============================================================] 3927/3927 100% operation complete, 3927 objects in 83874 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2022.05-2939-g037226b33b4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.1.1 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dnsmasq 2.88 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> easy-rsa 3.1.1 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> freeipmi 1.6.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> git 2.39.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmnl 1.0.5 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_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.3 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-firmware 20221109 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) WHENCE: OK (sha256: 3461a8c8bddaa7b77f489f339abf90e4930fc0cde27915324781d12bd0828f1c) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> micropython 1.19.1 Collecting legal info LICENSE: OK (sha256: 0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f) >>> monit 5.26.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> open62541 v1.3.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> optee-client 3.19.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-crypt-openssl-random 0.15 Collecting legal info LICENSE: OK (sha256: fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-perl-crypt-openssl-guess 0.15 Collecting legal info LICENSE: OK (sha256: 5c739f181ce7aa31d739277996ff230067dad39332e5597c0dffd36e5d784072) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-crypt-openssl-rsa 0.33 Collecting legal info LICENSE: OK (sha256: 8a693ad3f52daeeb5ac5deceb1e1109c9c87095ed5ba6506d6d5c106e4066f5a) >>> perl-data-optlist 0.112 Collecting legal info LICENSE: OK (sha256: 712f3e40537810ba3046533fd71d877f69ab446d5e8e8a1135771804494b8b42) >>> perl-digest-hmac 1.04 Collecting legal info LICENSE: OK (sha256: cb9ff694d1769f450dd5c400204aa921d2fb3db90fcb21674a39f3725c4255c1) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-file-listing 6.14 Collecting legal info LICENSE: OK (sha256: 7f0ccec295e6d7d2be1439cedd7caf6cc6247191f4c10ac56d91ee9bc265ba02) >>> perl-html-parser 3.76 Collecting legal info LICENSE: OK (sha256: 0e57338bc10d5fb8891012ebee65a7b504b247f5bb485e121b8b48d7a118a60b) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-http-cookies 6.10 Collecting legal info LICENSE: OK (sha256: 82902ce20c8ed71d7f4e7a6a5b2b26e43a7e2e90c78098fb49aa49e03ac808e0) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-headers-fast 0.22 Collecting legal info LICENSE: OK (sha256: 511724425acf76d736145cfbf7c775b024c70ae8674ebf9a24dfda2c8e4032a3) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-http-message 6.37 Collecting legal info LICENSE: OK (sha256: f2f428b5f8a3bf4e6a71cd5ea92558a3d123d3d7c5075d34923e71e46dea94df) >>> perl-http-negotiate 6.01 Collecting legal info README: OK (sha256: 7a2114bb46279309f8a67e359ab0a578a4e9a7c7add0d1725de46b44f6da6514) >>> perl-io-html 1.004 Collecting legal info LICENSE: OK (sha256: 669fdd41b60ef6169a975b87a5fe35c50e81b9efc8f96b2459f4fbb238079d84) >>> perl-io-socket-ssl 2.075 Collecting legal info README: OK (sha256: 090aff5421fd55a9dceeaf6c612c36360402e8d29c1284aef88c87be565ce032) >>> perl-libwww-perl 6.67 Collecting legal info LICENSE: OK (sha256: 311f168ba9a7819ffab4fea19858f9e880737baf6d112929d11530205035a4cc) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-lwp-protocol-https 6.10 Collecting legal info LICENSE: OK (sha256: 294e73f9bd40ea600e9478cd57489a7da72558a83c6a66f37a82e4e0d5a706d9) >>> perl-mail-dkim 1.20200824 Collecting legal info LICENSE: OK (sha256: ffaa40feb768566e52d93879fedd2c5483828b6de483874f30a0a4425351555f) >>> perl-mailtools 2.21 Collecting legal info README: OK (sha256: f7558badc4f4875df247bcccb50a8f369bfe4a2c19361f1df7b26ddf6aaaaf6b) >>> perl-mozilla-ca 20211001 Collecting legal info README: OK (sha256: 95cd63dae5c2bf6e7cf33435981614a36c85ef01fc7a02464e05e58a5355398e) >>> perl-net-dns 1.34 Collecting legal info LICENSE: OK (sha256: 1e44fcf65509b47a251eda0ce1f8bd6aefa13517e38cb1e95b8d36120fb15452) >>> perl-net-http 6.22 Collecting legal info LICENSE: OK (sha256: 0ed700a4bfc022e999d83407f71ab62ead96662d8f7bbebfd857376bf3ed6528) >>> perl-net-ssleay 1.93_01 Collecting legal info LICENSE: OK (sha256: 685e534b60d4e2b4fbb1a259a83b5a86e877a919bbb9efc95994276f706a3a71) >>> perl-net-telnet 3.05 Collecting legal info README: OK (sha256: 22d0a3343b46c7857cd7d06cb37fe437d467df71aa5854af515374e1e8bf6c53) >>> perl-params-util 1.102 Collecting legal info ARTISTIC-1.0: OK (sha256: 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939) GPL-1: OK (sha256: 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8) LICENSE: OK (sha256: 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-uri 5.12 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> perl-www-robotrules 6.02 Collecting legal info README: OK (sha256: fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> proxychains-ng 4.16 Collecting legal info COPYING: OK (sha256: 86728623caeff60e9bcc37e03b432fd191de927eed48a72a3bb4ac4e53fe20df) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sudo 1.9.12p1 Collecting legal info LICENSE.md: OK (sha256: d2f93a3b17ed5586fddd07be33ad767146c1a81a22682baa68bb4360a31d020a) >>> uhubctl 2.5.0 Collecting legal info LICENSE: OK (sha256: 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'