echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target -print0 | xargs -0 -r touch -hd @1660085067\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs -noappend -processors 4 -b 16K -nopad -comp xz\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-3/output-1/images/rootfs.squashfs, block size 16384. [=============================================================-] 7382/7382 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 16384 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 24687.04 Kbytes (24.11 Mbytes) 30.36% of uncompressed filesystem size (81306.05 Kbytes) Inode table size 33928 bytes (33.13 Kbytes) 23.12% of uncompressed inode table size (146720 bytes) Directory table size 32880 bytes (32.11 Kbytes) 43.19% of uncompressed directory table size (76121 bytes) Number of duplicate files found 12 Number of inodes 3838 Number of files 2801 Number of fragments 354 Number of symbolic links 504 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 533 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1660085067\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/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-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3838 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3838 0% [ ] 2/3838 0% [ ] 3/3838 0% [ ] 4/3838 0% [ ] 5/3838 0% [ ] 6/3838 0% [ ] 7/3838 0% [ ] 8/3838 0% [ ] 9/3838 0% [ ] 10/3838 0% [ ] 11/3838 0% [ ] 12/3838 0% [ ] 13/3838 0% [ ] 14/3838 0% [ ] 15/3838 0% [ ] 16/3838 0% [ ] 17/3838 0% [ ] 18/3838 0% [ ] 19/3838 0% [ ] 20/3838 0% [ ] 21/3838 0% [ ] 22/3838 0% [ ] 23/3838 0% [ ] 24/3838 0% [ ] 25/3838 0% [ ] 26/3838 0% [ ] 27/3838 0% [ ] 28/3838 0% [ ] 29/3838 0% [ ] 30/3838 0% [ ] 31/3838 0% [ ] 32/3838 0% [ ] 33/3838 0% [ ] 34/3838 0% [ ] 35/3838 0% [ ] 36/3838 0% [ ] 37/3838 0% [ ] 38/3838 0% [ ] 39/3838 1% [ ] 40/3838 1% [ ] 41/3838 1% [ ] 42/3838 1% [ ] 43/3838 1% [ ] 44/3838 1% [ ] 45/3838 1% [ ] 46/3838 1% [ ] 47/3838 1% [ ] 48/3838 1% [ ] 49/3838 1% [ ] 50/3838 1% [ ] 51/3838 1% [ ] 52/3838 1% [ ] 53/3838 1% [ ] 54/3838 1% [ ] 55/3838 1% [ ] 56/3838 1% [ ] 57/3838 1% [ ] 58/3838 1% [ ] 59/3838 1% [ ] 60/3838 1% [ ] 61/3838 1% [= ] 62/3838 1% [= ] 63/3838 1% [= ] 64/3838 1% [= ] 65/3838 1% [= ] 66/3838 1% [= ] 67/3838 1% [= ] 68/3838 1% [= ] 69/3838 1% [= ] 70/3838 1% [= ] 71/3838 1% [= ] 72/3838 1% [= ] 73/3838 1% [= ] 74/3838 1% [= ] 75/3838 1% [= ] 76/3838 1% [= ] 77/3838 2% [= ] 78/3838 2% [= ] 79/3838 2% [= ] 80/3838 2% [= ] 81/3838 2% [= ] 82/3838 2% [= ] 83/3838 2% [= ] 84/3838 2% [= ] 85/3838 2% [= ] 86/3838 2% [= ] 87/3838 2% [= ] 88/3838 2% [= ] 89/3838 2% [= ] 90/3838 2% [= ] 91/3838 2% [= ] 92/3838 2% [= ] 93/3838 2% [= ] 94/3838 2% [= ] 95/3838 2% [= ] 96/3838 2% [= ] 97/3838 2% [= ] 98/3838 2% [= ] 99/3838 2% [= ] 100/3838 2% [= ] 101/3838 2% [= ] 102/3838 2% [= ] 103/3838 2% [= ] 104/3838 2% [= ] 105/3838 2% [= ] 106/3838 2% [= ] 107/3838 2% [= ] 108/3838 2% [= ] 109/3838 2% [= ] 110/3838 2% [= ] 111/3838 2% [= ] 112/3838 2% [= ] 113/3838 2% [= ] 114/3838 2% [= ] 115/3838 2% [= ] 116/3838 3% [= ] 117/3838 3% [= ] 118/3838 3% [= ] 119/3838 3% [= ] 120/3838 3% [= ] 121/3838 3% [= ] 122/3838 3% [= ] 123/3838 3% [== ] 124/3838 3% [== ] 125/3838 3% [== ] 126/3838 3% [== ] 127/3838 3% [== ] 128/3838 3% [== ] 129/3838 3% [== ] 130/3838 3% [== ] 131/3838 3% [== ] 132/3838 3% [== ] 133/3838 3% [== ] 134/3838 3% [== ] 135/3838 3% [== ] 136/3838 3% [== ] 137/3838 3% [== ] 138/3838 3% [== ] 139/3838 3% [== ] 140/3838 3% [== ] 141/3838 3% [== ] 142/3838 3% [== ] 143/3838 3% [== ] 144/3838 3% [== ] 145/3838 3% [== ] 146/3838 3% [== ] 147/3838 3% [== ] 148/3838 3% [== ] 149/3838 3% [== ] 150/3838 3% [== ] 151/3838 3% [== ] 152/3838 3% [== ] 153/3838 3% [== ] 154/3838 4% [== ] 155/3838 4% [== ] 156/3838 4% [== ] 157/3838 4% [== ] 158/3838 4% [== ] 159/3838 4% [== ] 160/3838 4% [== ] 161/3838 4% [== ] 162/3838 4% [== ] 163/3838 4% [== ] 164/3838 4% [== ] 165/3838 4% [== ] 166/3838 4% [== ] 167/3838 4% [== ] 168/3838 4% [== ] 169/3838 4% [== ] 170/3838 4% [== ] 171/3838 4% [== ] 172/3838 4% [== ] 173/3838 4% [== ] 174/3838 4% [== ] 175/3838 4% [== ] 176/3838 4% [== ] 177/3838 4% [== ] 178/3838 4% [== ] 179/3838 4% [== ] 180/3838 4% [== ] 181/3838 4% [== ] 182/3838 4% [== ] 183/3838 4% [== ] 184/3838 4% [== ] 185/3838 4% [=== ] 186/3838 4% [=== ] 187/3838 4% [=== ] 188/3838 4% [=== ] 189/3838 4% [=== ] 190/3838 4% [=== ] 191/3838 4% [=== ] 192/3838 5% [=== ] 193/3838 5% [=== ] 194/3838 5% [=== ] 195/3838 5% [=== ] 196/3838 5% [=== ] 197/3838 5% [=== ] 198/3838 5% [=== ] 199/3838 5% [=== ] 200/3838 5% [=== ] 201/3838 5% [=== ] 202/3838 5% [=== ] 203/3838 5% [=== ] 204/3838 5% [=== ] 205/3838 5% [=== ] 206/3838 5% [=== ] 207/3838 5% [=== ] 208/3838 5% [=== ] 209/3838 5% [=== ] 210/3838 5% [=== ] 211/3838 5% [=== ] 212/3838 5% [=== ] 213/3838 5% [=== ] 214/3838 5% [=== ] 215/3838 5% [=== ] 216/3838 5% [=== ] 217/3838 5% [=== ] 218/3838 5% [=== ] 219/3838 5% [=== ] 220/3838 5% [=== ] 221/3838 5% [=== ] 222/3838 5% [=== ] 223/3838 5% [=== ] 224/3838 5% [=== ] 225/3838 5% [=== ] 226/3838 5% [=== ] 227/3838 5% [=== ] 228/3838 5% [=== ] 229/3838 5% [=== ] 230/3838 5% [=== ] 231/3838 6% [=== ] 232/3838 6% [=== ] 233/3838 6% [=== ] 234/3838 6% [=== ] 235/3838 6% [=== ] 236/3838 6% [=== ] 237/3838 6% [=== ] 238/3838 6% [=== ] 239/3838 6% [=== ] 240/3838 6% [=== ] 241/3838 6% [=== ] 242/3838 6% [=== ] 243/3838 6% [=== ] 244/3838 6% [=== ] 245/3838 6% [=== ] 246/3838 6% [=== ] 247/3838 6% [==== ] 248/3838 6% [==== ] 249/3838 6% [==== ] 250/3838 6% [==== ] 251/3838 6% [==== ] 252/3838 6% [==== ] 253/3838 6% [==== ] 254/3838 6% [==== ] 255/3838 6% [==== ] 256/3838 6% [==== ] 257/3838 6% [==== ] 258/3838 6% [==== ] 259/3838 6% [==== ] 260/3838 6% [==== ] 261/3838 6% [==== ] 262/3838 6% [==== ] 263/3838 6% [==== ] 264/3838 6% [==== ] 265/3838 6% [==== ] 266/3838 6% [==== ] 267/3838 6% [==== ] 268/3838 6% [==== ] 269/3838 7% [==== ] 270/3838 7% [==== ] 271/3838 7% [==== ] 272/3838 7% [==== ] 273/3838 7% [==== ] 274/3838 7% [==== ] 275/3838 7% [==== ] 276/3838 7% [==== ] 277/3838 7% [==== ] 278/3838 7% [==== ] 279/3838 7% [==== ] 280/3838 7% [==== ] 281/3838 7% [==== ] 282/3838 7% [==== ] 283/3838 7% [==== ] 284/3838 7% [==== ] 285/3838 7% [==== ] 286/3838 7% [==== ] 287/3838 7% [==== ] 288/3838 7% [==== ] 289/3838 7% [==== ] 290/3838 7% [==== ] 291/3838 7% [==== ] 292/3838 7% [==== ] 293/3838 7% [==== ] 294/3838 7% [==== ] 295/3838 7% [==== ] 296/3838 7% [==== ] 297/3838 7% [==== ] 298/3838 7% [==== ] 299/3838 7% [==== ] 300/3838 7% [==== ] 301/3838 7% [==== ] 302/3838 7% [==== ] 303/3838 7% [==== ] 304/3838 7% [==== ] 305/3838 7% [==== ] 306/3838 7% [==== ] 307/3838 7% [==== ] 308/3838 8% [==== ] 309/3838 8% [===== ] 310/3838 8% [===== ] 311/3838 8% [===== ] 312/3838 8% [===== ] 313/3838 8% [===== ] 314/3838 8% [===== ] 315/3838 8% [===== ] 316/3838 8% [===== ] 317/3838 8% [===== ] 318/3838 8% [===== ] 319/3838 8% [===== ] 320/3838 8% [===== ] 321/3838 8% [===== ] 322/3838 8% [===== ] 323/3838 8% [===== ] 324/3838 8% [===== ] 325/3838 8% [===== ] 326/3838 8% [===== ] 327/3838 8% [===== ] 328/3838 8% [===== ] 329/3838 8% [===== ] 330/3838 8% [===== ] 331/3838 8% [===== ] 332/3838 8% [===== ] 333/3838 8% [===== ] 334/3838 8% [===== ] 335/3838 8% [===== ] 336/3838 8% [===== ] 337/3838 8% [===== ] 338/3838 8% [===== ] 339/3838 8% [===== ] 340/3838 8% [===== ] 341/3838 8% [===== ] 342/3838 8% [===== ] 343/3838 8% [===== ] 344/3838 8% [===== ] 345/3838 8% [===== ] 346/3838 9% [===== ] 347/3838 9% [===== ] 348/3838 9% [===== ] 349/3838 9% [===== ] 350/3838 9% [===== ] 351/3838 9% [===== ] 352/3838 9% [===== ] 353/3838 9% [===== ] 354/3838 9% [===== ] 355/3838 9% [===== ] 356/3838 9% [===== ] 357/3838 9% [===== ] 358/3838 9% [===== ] 359/3838 9% [===== ] 360/3838 9% [===== ] 361/3838 9% [===== ] 362/3838 9% [===== ] 363/3838 9% [===== ] 364/3838 9% [===== ] 365/3838 9% [===== ] 366/3838 9% [===== ] 367/3838 9% [===== ] 368/3838 9% [===== ] 369/3838 9% [===== ] 370/3838 9% [===== ] 371/3838 9% [====== ] 372/3838 9% [====== ] 373/3838 9% [====== ] 374/3838 9% [====== ] 375/3838 9% [====== ] 376/3838 9% [====== ] 377/3838 9% [====== ] 378/3838 9% [====== ] 379/3838 9% [====== ] 380/3838 9% [====== ] 381/3838 9% [====== ] 382/3838 9% [====== ] 383/3838 9% [====== ] 384/3838 10% [====== ] 385/3838 10% [====== ] 386/3838 10% [====== ] 387/3838 10% [====== ] 388/3838 10% [====== ] 389/3838 10% [====== ] 390/3838 10% [====== ] 391/3838 10% [====== ] 392/3838 10% [====== ] 393/3838 10% [====== ] 394/3838 10% [====== ] 395/3838 10% [====== ] 396/3838 10% [====== ] 397/3838 10% [====== ] 398/3838 10% [====== ] 399/3838 10% [====== ] 400/3838 10% [====== ] 401/3838 10% [====== ] 402/3838 10% [====== ] 403/3838 10% [====== ] 404/3838 10% [====== ] 405/3838 10% [====== ] 406/3838 10% [====== ] 407/3838 10% [====== ] 408/3838 10% [====== ] 409/3838 10% [====== ] 410/3838 10% [====== ] 411/3838 10% [====== ] 412/3838 10% [====== ] 413/3838 10% [====== ] 414/3838 10% [====== ] 415/3838 10% [====== ] 416/3838 10% [====== ] 417/3838 10% [====== ] 418/3838 10% [====== ] 419/3838 10% [====== ] 420/3838 10% [====== ] 421/3838 10% [====== ] 422/3838 10% [====== ] 423/3838 11% [====== ] 424/3838 11% [====== ] 425/3838 11% [====== ] 426/3838 11% [====== ] 427/3838 11% [====== ] 428/3838 11% [====== ] 429/3838 11% [====== ] 430/3838 11% [====== ] 431/3838 11% [====== ] 432/3838 11% [====== ] 433/3838 11% [======= ] 434/3838 11% [======= ] 435/3838 11% [======= ] 436/3838 11% [======= ] 437/3838 11% [======= ] 438/3838 11% [======= ] 439/3838 11% [======= ] 440/3838 11% [======= ] 441/3838 11% [======= ] 442/3838 11% [======= ] 443/3838 11% [======= ] 444/3838 11% [======= ] 445/3838 11% [======= ] 446/3838 11% [======= ] 447/3838 11% [======= ] 448/3838 11% [======= ] 449/3838 11% [======= ] 450/3838 11% [======= ] 451/3838 11% [======= ] 452/3838 11% [======= ] 453/3838 11% [======= ] 454/3838 11% [======= ] 455/3838 11% [======= ] 456/3838 11% [======= ] 457/3838 11% [======= ] 458/3838 11% [======= ] 459/3838 11% [======= ] 460/3838 11% [======= ] 461/3838 12% [======= ] 462/3838 12% [======= ] 463/3838 12% [======= ] 464/3838 12% [======= ] 465/3838 12% [======= ] 466/3838 12% [======= ] 467/3838 12% [======= ] 468/3838 12% [======= ] 469/3838 12% [======= ] 470/3838 12% [======= ] 471/3838 12% [======= ] 472/3838 12% [======= ] 473/3838 12% [======= ] 474/3838 12% [======= ] 475/3838 12% [======= ] 476/3838 12% [======= ] 477/3838 12% [======= ] 478/3838 12% [======= ] 479/3838 12% [======= ] 480/3838 12% [======= ] 481/3838 12% [======= ] 482/3838 12% [======= ] 483/3838 12% [======= ] 484/3838 12% [======= ] 485/3838 12% [======= ] 486/3838 12% [======= ] 487/3838 12% [======= ] 488/3838 12% [======= ] 489/3838 12% [======= ] 490/3838 12% [======= ] 491/3838 12% [======= ] 492/3838 12% [======= ] 493/3838 12% [======= ] 494/3838 12% [======= ] 495/3838 12% [======== ] 496/3838 12% [======== ] 497/3838 12% [======== ] 498/3838 12% [======== ] 499/3838 13% [======== ] 500/3838 13% [======== ] 501/3838 13% [======== ] 502/3838 13% [======== ] 503/3838 13% [======== ] 504/3838 13% [======== ] 505/3838 13% [======== ] 506/3838 13% [======== ] 507/3838 13% [======== ] 508/3838 13% [======== ] 509/3838 13% [======== ] 510/3838 13% [======== ] 511/3838 13% [======== ] 512/3838 13% [======== ] 513/3838 13% [======== ] 514/3838 13% [======== ] 515/3838 13% [======== ] 516/3838 13% [======== ] 517/3838 13% [======== ] 518/3838 13% [======== ] 519/3838 13% [======== ] 520/3838 13% [======== ] 521/3838 13% [======== ] 522/3838 13% [======== ] 523/3838 13% [======== ] 524/3838 13% [======== ] 525/3838 13% [======== ] 526/3838 13% [======== ] 527/3838 13% [======== ] 528/3838 13% [======== ] 529/3838 13% [======== ] 530/3838 13% [======== ] 531/3838 13% [======== ] 532/3838 13% [======== ] 533/3838 13% [======== ] 534/3838 13% [======== ] 535/3838 13% [======== ] 536/3838 13% [======== ] 537/3838 13% [======== ] 538/3838 14% [======== ] 539/3838 14% [======== ] 540/3838 14% [======== ] 541/3838 14% [======== ] 542/3838 14% [======== ] 543/3838 14% [======== ] 544/3838 14% [======== ] 545/3838 14% [======== ] 546/3838 14% [======== ] 547/3838 14% [======== ] 548/3838 14% [======== ] 549/3838 14% [======== ] 550/3838 14% [======== ] 551/3838 14% [======== ] 552/3838 14% [======== ] 553/3838 14% [======== ] 554/3838 14% [======== ] 555/3838 14% [======== ] 556/3838 14% [======== ] 557/3838 14% [========= ] 558/3838 14% [========= ] 559/3838 14% [========= ] 560/3838 14% [========= ] 561/3838 14% [========= ] 562/3838 14% [========= ] 563/3838 14% [========= ] 564/3838 14% [========= ] 565/3838 14% [========= ] 566/3838 14% [========= ] 567/3838 14% [========= ] 568/3838 14% [========= ] 569/3838 14% [========= ] 570/3838 14% [========= ] 571/3838 14% [========= ] 572/3838 14% [========= ] 573/3838 14% [========= ] 574/3838 14% [========= ] 575/3838 14% [========= ] 576/3838 15% [========= ] 577/3838 15% [========= ] 578/3838 15% [========= ] 579/3838 15% [========= ] 580/3838 15% [========= ] 581/3838 15% [========= ] 582/3838 15% [========= ] 583/3838 15% [========= ] 584/3838 15% [========= ] 585/3838 15% [========= ] 586/3838 15% [========= ] 587/3838 15% [========= ] 588/3838 15% [========= ] 589/3838 15% [========= ] 590/3838 15% [========= ] 591/3838 15% [========= ] 592/3838 15% [========= ] 593/3838 15% [========= ] 594/3838 15% [========= ] 595/3838 15% [========= ] 596/3838 15% [========= ] 597/3838 15% [========= ] 598/3838 15% [========= ] 599/3838 15% [========= ] 600/3838 15% [========= ] 601/3838 15% [========= ] 602/3838 15% [========= ] 603/3838 15% [========= ] 604/3838 15% [========= ] 605/3838 15% [========= ] 606/3838 15% [========= ] 607/3838 15% [========= ] 608/3838 15% [========= ] 609/3838 15% [========= ] 610/3838 15% [========= ] 611/3838 15% [========= ] 612/3838 15% [========= ] 613/3838 15% [========= ] 614/3838 15% [========= ] 615/3838 16% [========= ] 616/3838 16% [========= ] 617/3838 16% [========= ] 618/3838 16% [========= ] 619/3838 16% [========== ] 620/3838 16% [========== ] 621/3838 16% [========== ] 622/3838 16% [========== ] 623/3838 16% [========== ] 624/3838 16% [========== ] 625/3838 16% [========== ] 626/3838 16% [========== ] 627/3838 16% [========== ] 628/3838 16% [========== ] 629/3838 16% [========== ] 630/3838 16% [========== ] 631/3838 16% [========== ] 632/3838 16% [========== ] 633/3838 16% [========== ] 634/3838 16% [========== ] 635/3838 16% [========== ] 636/3838 16% [========== ] 637/3838 16% [========== ] 638/3838 16% [========== ] 639/3838 16% [========== ] 640/3838 16% [========== ] 641/3838 16% [========== ] 642/3838 16% [========== ] 643/3838 16% [========== ] 644/3838 16% [========== ] 645/3838 16% [========== ] 646/3838 16% [========== ] 647/3838 16% [========== ] 648/3838 16% [========== ] 649/3838 16% [========== ] 650/3838 16% [========== ] 651/3838 16% [========== ] 652/3838 16% [========== ] 653/3838 17% [========== ] 654/3838 17% [========== ] 655/3838 17% [========== ] 656/3838 17% [========== ] 657/3838 17% [========== ] 658/3838 17% [========== ] 659/3838 17% [========== ] 660/3838 17% [========== ] 661/3838 17% [========== ] 662/3838 17% [========== ] 663/3838 17% [========== ] 664/3838 17% [========== ] 665/3838 17% [========== ] 666/3838 17% [========== ] 667/3838 17% [========== ] 668/3838 17% [========== ] 669/3838 17% [========== ] 670/3838 17% [========== ] 671/3838 17% [========== ] 672/3838 17% [========== ] 673/3838 17% [========== ] 674/3838 17% [========== ] 675/3838 17% [========== ] 676/3838 17% [========== ] 677/3838 17% [========== ] 678/3838 17% [========== ] 679/3838 17% [========== ] 680/3838 17% [=========== ] 681/3838 17% [=========== ] 682/3838 17% [=========== ] 683/3838 17% [=========== ] 684/3838 17% [=========== ] 685/3838 17% [=========== ] 686/3838 17% [=========== ] 687/3838 17% [=========== ] 688/3838 17% [=========== ] 689/3838 17% [=========== ] 690/3838 17% [=========== ] 691/3838 18% [=========== ] 692/3838 18% [=========== ] 693/3838 18% [=========== ] 694/3838 18% [=========== ] 695/3838 18% [=========== ] 696/3838 18% [=========== ] 697/3838 18% [=========== ] 698/3838 18% [=========== ] 699/3838 18% [=========== ] 700/3838 18% [=========== ] 701/3838 18% [=========== ] 702/3838 18% [=========== ] 703/3838 18% [=========== ] 704/3838 18% [=========== ] 705/3838 18% [=========== ] 706/3838 18% [=========== ] 707/3838 18% [=========== ] 708/3838 18% [=========== ] 709/3838 18% [=========== ] 710/3838 18% [=========== ] 711/3838 18% [=========== ] 712/3838 18% [=========== ] 713/3838 18% [=========== ] 714/3838 18% [=========== ] 715/3838 18% [=========== ] 716/3838 18% [=========== ] 717/3838 18% [=========== ] 718/3838 18% [=========== ] 719/3838 18% [=========== ] 720/3838 18% [=========== ] 721/3838 18% [=========== ] 722/3838 18% [=========== ] 723/3838 18% [=========== ] 724/3838 18% [=========== ] 725/3838 18% [=========== ] 726/3838 18% [=========== ] 727/3838 18% [=========== ] 728/3838 18% [=========== ] 729/3838 18% [=========== ] 730/3838 19% [=========== ] 731/3838 19% [=========== ] 732/3838 19% [=========== ] 733/3838 19% [=========== ] 734/3838 19% [=========== ] 735/3838 19% [=========== ] 736/3838 19% [=========== ] 737/3838 19% [=========== ] 738/3838 19% [=========== ] 739/3838 19% [=========== ] 740/3838 19% [=========== ] 741/3838 19% [=========== ] 742/3838 19% [============ ] 743/3838 19% [============ ] 744/3838 19% [============ ] 745/3838 19% [============ ] 746/3838 19% [============ ] 747/3838 19% [============ ] 748/3838 19% [============ ] 749/3838 19% [============ ] 750/3838 19% [============ ] 751/3838 19% [============ ] 752/3838 19% [============ ] 753/3838 19% [============ ] 754/3838 19% [============ ] 755/3838 19% [============ ] 756/3838 19% [============ ] 757/3838 19% [============ ] 758/3838 19% [============ ] 759/3838 19% [============ ] 760/3838 19% [============ ] 761/3838 19% [============ ] 762/3838 19% [============ ] 763/3838 19% [============ ] 764/3838 19% [============ ] 765/3838 19% [============ ] 766/3838 19% [============ ] 767/3838 19% [============ ] 768/3838 20% [============ ] 769/3838 20% [============ ] 770/3838 20% [============ ] 771/3838 20% [============ ] 772/3838 20% [============ ] 773/3838 20% [============ ] 774/3838 20% [============ ] 775/3838 20% [============ ] 776/3838 20% [============ ] 777/3838 20% [============ ] 778/3838 20% [============ ] 779/3838 20% [============ ] 780/3838 20% [============ ] 781/3838 20% [============ ] 782/3838 20% [============ ] 783/3838 20% [============ ] 784/3838 20% [============ ] 785/3838 20% [============ ] 786/3838 20% [============ ] 787/3838 20% [============ ] 788/3838 20% [============ ] 789/3838 20% [============ ] 790/3838 20% [============ ] 791/3838 20% [============ ] 792/3838 20% [============ ] 793/3838 20% [============ ] 794/3838 20% [============ ] 795/3838 20% [============ ] 796/3838 20% [============ ] 797/3838 20% [============ ] 798/3838 20% [============ ] 799/3838 20% [============ ] 800/3838 20% [============ ] 801/3838 20% [============ ] 802/3838 20% [============ ] 803/3838 20% [============ ] 804/3838 20% [============= ] 805/3838 20% [============= ] 806/3838 21% [============= ] 807/3838 21% [============= ] 808/3838 21% [============= ] 809/3838 21% [============= ] 810/3838 21% [============= ] 811/3838 21% [============= ] 812/3838 21% [============= ] 813/3838 21% [============= ] 814/3838 21% [============= ] 815/3838 21% [============= ] 816/3838 21% [============= ] 817/3838 21% [============= ] 818/3838 21% [============= ] 819/3838 21% [============= ] 820/3838 21% [============= ] 821/3838 21% [============= ] 822/3838 21% [============= ] 823/3838 21% [============= ] 824/3838 21% [============= ] 825/3838 21% [============= ] 826/3838 21% [============= ] 827/3838 21% [============= ] 828/3838 21% [============= ] 829/3838 21% [============= ] 830/3838 21% [============= ] 831/3838 21% [============= ] 832/3838 21% [============= ] 833/3838 21% [============= ] 834/3838 21% [============= ] 835/3838 21% [============= ] 836/3838 21% [============= ] 837/3838 21% [============= ] 838/3838 21% [============= ] 839/3838 21% [============= ] 840/3838 21% [============= ] 841/3838 21% [============= ] 842/3838 21% [============= ] 843/3838 21% [============= ] 844/3838 21% [============= ] 845/3838 22% [============= ] 846/3838 22% [============= ] 847/3838 22% [============= ] 848/3838 22% [============= ] 849/3838 22% [============= ] 850/3838 22% [============= ] 851/3838 22% [============= ] 852/3838 22% [============= ] 853/3838 22% [============= ] 854/3838 22% [============= ] 855/3838 22% [============= ] 856/3838 22% [============= ] 857/3838 22% [============= ] 858/3838 22% [============= ] 859/3838 22% [============= ] 860/3838 22% [============= ] 861/3838 22% [============= ] 862/3838 22% [============= ] 863/3838 22% [============= ] 864/3838 22% [============= ] 865/3838 22% [============= ] 866/3838 22% [============== ] 867/3838 22% [============== ] 868/3838 22% [============== ] 869/3838 22% [============== ] 870/3838 22% [============== ] 871/3838 22% [============== ] 872/3838 22% [============== ] 873/3838 22% [============== ] 874/3838 22% [============== ] 875/3838 22% [============== ] 876/3838 22% [============== ] 877/3838 22% [============== ] 878/3838 22% [============== ] 879/3838 22% [============== ] 880/3838 22% [============== ] 881/3838 22% [============== ] 882/3838 22% [============== ] 883/3838 23% [============== ] 884/3838 23% [============== ] 885/3838 23% [============== ] 886/3838 23% [============== ] 887/3838 23% [============== ] 888/3838 23% [============== ] 889/3838 23% [============== ] 890/3838 23% [============== ] 891/3838 23% [============== ] 892/3838 23% [============== ] 893/3838 23% [============== ] 894/3838 23% [============== ] 895/3838 23% [============== ] 896/3838 23% [============== ] 897/3838 23% [============== ] 898/3838 23% [============== ] 899/3838 23% [============== ] 900/3838 23% [============== ] 901/3838 23% [============== ] 902/3838 23% [============== ] 903/3838 23% [============== ] 904/3838 23% [============== ] 905/3838 23% [============== ] 906/3838 23% [============== ] 907/3838 23% [============== ] 908/3838 23% [============== ] 909/3838 23% [============== ] 910/3838 23% [============== ] 911/3838 23% [============== ] 912/3838 23% [============== ] 913/3838 23% [============== ] 914/3838 23% [============== ] 915/3838 23% [============== ] 916/3838 23% [============== ] 917/3838 23% [============== ] 918/3838 23% [============== ] 919/3838 23% [============== ] 920/3838 23% [============== ] 921/3838 23% [============== ] 922/3838 24% [============== ] 923/3838 24% [============== ] 924/3838 24% [============== ] 925/3838 24% [============== ] 926/3838 24% [============== ] 927/3838 24% [============== ] 928/3838 24% [=============== ] 929/3838 24% [=============== ] 930/3838 24% [=============== ] 931/3838 24% [=============== ] 932/3838 24% [=============== ] 933/3838 24% [=============== ] 934/3838 24% [=============== ] 935/3838 24% [=============== ] 936/3838 24% [=============== ] 937/3838 24% [=============== ] 938/3838 24% [=============== ] 939/3838 24% [=============== ] 940/3838 24% [=============== ] 941/3838 24% [=============== ] 942/3838 24% [=============== ] 943/3838 24% [=============== ] 944/3838 24% [=============== ] 945/3838 24% [=============== ] 946/3838 24% [=============== ] 947/3838 24% [=============== ] 948/3838 24% [=============== ] 949/3838 24% [=============== ] 950/3838 24% [=============== ] 951/3838 24% [=============== ] 952/3838 24% [=============== ] 953/3838 24% [=============== ] 954/3838 24% [=============== ] 955/3838 24% [=============== ] 956/3838 24% [=============== ] 957/3838 24% [=============== ] 958/3838 24% [=============== ] 959/3838 24% [=============== ] 960/3838 25% [=============== ] 961/3838 25% [=============== ] 962/3838 25% [=============== ] 963/3838 25% [=============== ] 964/3838 25% [=============== ] 965/3838 25% [=============== ] 966/3838 25% [=============== ] 967/3838 25% [=============== ] 968/3838 25% [=============== ] 969/3838 25% [=============== ] 970/3838 25% [=============== ] 971/3838 25% [=============== ] 972/3838 25% [=============== ] 973/3838 25% [=============== ] 974/3838 25% [=============== ] 975/3838 25% [=============== ] 976/3838 25% [=============== ] 977/3838 25% [=============== ] 978/3838 25% [=============== ] 979/3838 25% [=============== ] 980/3838 25% [=============== ] 981/3838 25% [=============== ] 982/3838 25% [=============== ] 983/3838 25% [=============== ] 984/3838 25% [=============== ] 985/3838 25% [=============== ] 986/3838 25% [=============== ] 987/3838 25% [=============== ] 988/3838 25% [=============== ] 989/3838 25% [=============== ] 990/3838 25% [================ ] 991/3838 25% [================ ] 992/3838 25% [================ ] 993/3838 25% [================ ] 994/3838 25% [================ ] 995/3838 25% [================ ] 996/3838 25% [================ ] 997/3838 25% [================ ] 998/3838 26% [================ ] 999/3838 26% [================ ] 1000/3838 26% [================ ] 1001/3838 26% [================ ] 1002/3838 26% [================ ] 1003/3838 26% [================ ] 1004/3838 26% [================ ] 1005/3838 26% [================ ] 1006/3838 26% [================ ] 1007/3838 26% [================ ] 1008/3838 26% [================ ] 1009/3838 26% [================ ] 1010/3838 26% [================ ] 1011/3838 26% [================ ] 1012/3838 26% [================ ] 1013/3838 26% [================ ] 1014/3838 26% [================ ] 1015/3838 26% [================ ] 1016/3838 26% [================ ] 1017/3838 26% [================ ] 1018/3838 26% [================ ] 1019/3838 26% [================ ] 1020/3838 26% [================ ] 1021/3838 26% [================ ] 1022/3838 26% [================ ] 1023/3838 26% [================ ] 1024/3838 26% [================ ] 1025/3838 26% [================ ] 1026/3838 26% [================ ] 1027/3838 26% [================ ] 1028/3838 26% [================ ] 1029/3838 26% [================ ] 1030/3838 26% [================ ] 1031/3838 26% [================ ] 1032/3838 26% [================ ] 1033/3838 26% [================ ] 1034/3838 26% [================ ] 1035/3838 26% [================ ] 1036/3838 26% [================ ] 1037/3838 27% [================ ] 1038/3838 27% [================ ] 1039/3838 27% [================ ] 1040/3838 27% [================ ] 1041/3838 27% [================ ] 1042/3838 27% [================ ] 1043/3838 27% [================ ] 1044/3838 27% [================ ] 1045/3838 27% [================ ] 1046/3838 27% [================ ] 1047/3838 27% [================ ] 1048/3838 27% [================ ] 1049/3838 27% [================ ] 1050/3838 27% [================ ] 1051/3838 27% [================ ] 1052/3838 27% [================= ] 1053/3838 27% [================= ] 1054/3838 27% [================= ] 1055/3838 27% [================= ] 1056/3838 27% [================= ] 1057/3838 27% [================= ] 1058/3838 27% [================= ] 1059/3838 27% [================= ] 1060/3838 27% [================= ] 1061/3838 27% [================= ] 1062/3838 27% [================= ] 1063/3838 27% [================= ] 1064/3838 27% [================= ] 1065/3838 27% [================= ] 1066/3838 27% [================= ] 1067/3838 27% [================= ] 1068/3838 27% [================= ] 1069/3838 27% [================= ] 1070/3838 27% [================= ] 1071/3838 27% [================= ] 1072/3838 27% [================= ] 1073/3838 27% [================= ] 1074/3838 27% [================= ] 1075/3838 28% [================= ] 1076/3838 28% [================= ] 1077/3838 28% [================= ] 1078/3838 28% [================= ] 1079/3838 28% [================= ] 1080/3838 28% [================= ] 1081/3838 28% [================= ] 1082/3838 28% [================= ] 1083/3838 28% [================= ] 1084/3838 28% [================= ] 1085/3838 28% [================= ] 1086/3838 28% [================= ] 1087/3838 28% [================= ] 1088/3838 28% [================= ] 1089/3838 28% [================= ] 1090/3838 28% [================= ] 1091/3838 28% [================= ] 1092/3838 28% [================= ] 1093/3838 28% [================= ] 1094/3838 28% [================= ] 1095/3838 28% [================= ] 1096/3838 28% [================= ] 1097/3838 28% [================= ] 1098/3838 28% [================= ] 1099/3838 28% [================= ] 1100/3838 28% [================= ] 1101/3838 28% [================= ] 1102/3838 28% [================= ] 1103/3838 28% [================= ] 1104/3838 28% [================= ] 1105/3838 28% [================= ] 1106/3838 28% [================= ] 1107/3838 28% [================= ] 1108/3838 28% [================= ] 1109/3838 28% [================= ] 1110/3838 28% [================= ] 1111/3838 28% [================= ] 1112/3838 28% [================= ] 1113/3838 28% [================= ] 1114/3838 29% [================== ] 1115/3838 29% [================== ] 1116/3838 29% [================== ] 1117/3838 29% [================== ] 1118/3838 29% [================== ] 1119/3838 29% [================== ] 1120/3838 29% [================== ] 1121/3838 29% [================== ] 1122/3838 29% [================== ] 1123/3838 29% [================== ] 1124/3838 29% [================== ] 1125/3838 29% [================== ] 1126/3838 29% [================== ] 1127/3838 29% [================== ] 1128/3838 29% [================== ] 1129/3838 29% [================== ] 1130/3838 29% [================== ] 1131/3838 29% [================== ] 1132/3838 29% [================== ] 1133/3838 29% [================== ] 1134/3838 29% [================== ] 1135/3838 29% [================== ] 1136/3838 29% [================== ] 1137/3838 29% [================== ] 1138/3838 29% [================== ] 1139/3838 29% [================== ] 1140/3838 29% [================== ] 1141/3838 29% [================== ] 1142/3838 29% [================== ] 1143/3838 29% [================== ] 1144/3838 29% [================== ] 1145/3838 29% [================== ] 1146/3838 29% [================== ] 1147/3838 29% [================== ] 1148/3838 29% [================== ] 1149/3838 29% [================== ] 1150/3838 29% [================== ] 1151/3838 29% [================== ] 1152/3838 30% [================== ] 1153/3838 30% [================== ] 1154/3838 30% [================== ] 1155/3838 30% [================== ] 1156/3838 30% [================== ] 1157/3838 30% [================== ] 1158/3838 30% [================== ] 1159/3838 30% [================== ] 1160/3838 30% [================== ] 1161/3838 30% [================== ] 1162/3838 30% [================== ] 1163/3838 30% [================== ] 1164/3838 30% [================== ] 1165/3838 30% [================== ] 1166/3838 30% [================== ] 1167/3838 30% [================== ] 1168/3838 30% [================== ] 1169/3838 30% [================== ] 1170/3838 30% [================== ] 1171/3838 30% [================== ] 1172/3838 30% [================== ] 1173/3838 30% [================== ] 1174/3838 30% [================== ] 1175/3838 30% [================== ] 1176/3838 30% [=================== ] 1177/3838 30% [=================== ] 1178/3838 30% [=================== ] 1179/3838 30% [=================== ] 1180/3838 30% [=================== ] 1181/3838 30% [=================== ] 1182/3838 30% [=================== ] 1183/3838 30% [=================== ] 1184/3838 30% [=================== ] 1185/3838 30% [=================== ] 1186/3838 30% [=================== ] 1187/3838 30% [=================== ] 1188/3838 30% [=================== ] 1189/3838 30% [=================== ] 1190/3838 31% [=================== ] 1191/3838 31% [=================== ] 1192/3838 31% [=================== ] 1193/3838 31% [=================== ] 1194/3838 31% [=================== ] 1195/3838 31% [=================== ] 1196/3838 31% [=================== ] 1197/3838 31% [=================== ] 1198/3838 31% [=================== ] 1199/3838 31% [=================== ] 1200/3838 31% [=================== ] 1201/3838 31% [=================== ] 1202/3838 31% [=================== ] 1203/3838 31% [=================== ] 1204/3838 31% [=================== ] 1205/3838 31% [=================== ] 1206/3838 31% [=================== ] 1207/3838 31% [=================== ] 1208/3838 31% [=================== ] 1209/3838 31% [=================== ] 1210/3838 31% [=================== ] 1211/3838 31% [=================== ] 1212/3838 31% [=================== ] 1213/3838 31% [=================== ] 1214/3838 31% [=================== ] 1215/3838 31% [=================== ] 1216/3838 31% [=================== ] 1217/3838 31% [=================== ] 1218/3838 31% [=================== ] 1219/3838 31% [=================== ] 1220/3838 31% [=================== ] 1221/3838 31% [=================== ] 1222/3838 31% [=================== ] 1223/3838 31% [=================== ] 1224/3838 31% [=================== ] 1225/3838 31% [=================== ] 1226/3838 31% [=================== ] 1227/3838 31% [=================== ] 1228/3838 31% [=================== ] 1229/3838 32% [=================== ] 1230/3838 32% [=================== ] 1231/3838 32% [=================== ] 1232/3838 32% [=================== ] 1233/3838 32% [=================== ] 1234/3838 32% [=================== ] 1235/3838 32% [=================== ] 1236/3838 32% [=================== ] 1237/3838 32% [=================== ] 1238/3838 32% [==================== ] 1239/3838 32% [==================== ] 1240/3838 32% [==================== ] 1241/3838 32% [==================== ] 1242/3838 32% [==================== ] 1243/3838 32% [==================== ] 1244/3838 32% [==================== ] 1245/3838 32% [==================== ] 1246/3838 32% [==================== ] 1247/3838 32% [==================== ] 1248/3838 32% [==================== ] 1249/3838 32% [==================== ] 1250/3838 32% [==================== ] 1251/3838 32% [==================== ] 1252/3838 32% [==================== ] 1253/3838 32% [==================== ] 1254/3838 32% [==================== ] 1255/3838 32% [==================== ] 1256/3838 32% [==================== ] 1257/3838 32% [==================== ] 1258/3838 32% [==================== ] 1259/3838 32% [==================== ] 1260/3838 32% [==================== ] 1261/3838 32% [==================== ] 1262/3838 32% [==================== ] 1263/3838 32% [==================== ] 1264/3838 32% [==================== ] 1265/3838 32% [==================== ] 1266/3838 32% [==================== ] 1267/3838 33% [==================== ] 1268/3838 33% [==================== ] 1269/3838 33% [==================== ] 1270/3838 33% [==================== ] 1271/3838 33% [==================== ] 1272/3838 33% [==================== ] 1273/3838 33% [==================== ] 1274/3838 33% [==================== ] 1275/3838 33% [==================== ] 1276/3838 33% [==================== ] 1277/3838 33% [==================== ] 1278/3838 33% [==================== ] 1279/3838 33% [==================== ] 1280/3838 33% [==================== ] 1281/3838 33% [==================== ] 1282/3838 33% [==================== ] 1283/3838 33% [==================== ] 1284/3838 33% [==================== ] 1285/3838 33% [==================== ] 1286/3838 33% [==================== ] 1287/3838 33% [==================== ] 1288/3838 33% [==================== ] 1289/3838 33% [==================== ] 1290/3838 33% [==================== ] 1291/3838 33% [==================== ] 1292/3838 33% [==================== ] 1293/3838 33% [==================== ] 1294/3838 33% [==================== ] 1295/3838 33% [==================== ] 1296/3838 33% [==================== ] 1297/3838 33% [==================== ] 1298/3838 33% [==================== ] 1299/3838 33% [===================== ] 1300/3838 33% [===================== ] 1301/3838 33% [===================== ] 1302/3838 33% [===================== ] 1303/3838 33% [===================== ] 1304/3838 33% [===================== ] 1305/3838 34% [===================== ] 1306/3838 34% [===================== ] 1307/3838 34% [===================== ] 1308/3838 34% [===================== ] 1309/3838 34% [===================== ] 1310/3838 34% [===================== ] 1311/3838 34% [===================== ] 1312/3838 34% [===================== ] 1313/3838 34% [===================== ] 1314/3838 34% [===================== ] 1315/3838 34% [===================== ] 1316/3838 34% [===================== ] 1317/3838 34% [===================== ] 1318/3838 34% [===================== ] 1319/3838 34% [===================== ] 1320/3838 34% [===================== ] 1321/3838 34% [===================== ] 1322/3838 34% [===================== ] 1323/3838 34% [===================== ] 1324/3838 34% [===================== ] 1325/3838 34% [===================== ] 1326/3838 34% [===================== ] 1327/3838 34% [===================== ] 1328/3838 34% [===================== ] 1329/3838 34% [===================== ] 1330/3838 34% [===================== ] 1331/3838 34% [===================== ] 1332/3838 34% [===================== ] 1333/3838 34% [===================== ] 1334/3838 34% [===================== ] 1335/3838 34% [===================== ] 1336/3838 34% [===================== ] 1337/3838 34% [===================== ] 1338/3838 34% [===================== ] 1339/3838 34% [===================== ] 1340/3838 34% [===================== ] 1341/3838 34% [===================== ] 1342/3838 34% [===================== ] 1343/3838 34% [===================== ] 1344/3838 35% [===================== ] 1345/3838 35% [===================== ] 1346/3838 35% [===================== ] 1347/3838 35% [===================== ] 1348/3838 35% [===================== ] 1349/3838 35% [===================== ] 1350/3838 35% [===================== ] 1351/3838 35% [===================== ] 1352/3838 35% [===================== ] 1353/3838 35% [===================== ] 1354/3838 35% [===================== ] 1355/3838 35% [===================== ] 1356/3838 35% [===================== ] 1357/3838 35% [===================== ] 1358/3838 35% [===================== ] 1359/3838 35% [===================== ] 1360/3838 35% [===================== ] 1361/3838 35% [====================== ] 1362/3838 35% [====================== ] 1363/3838 35% [====================== ] 1364/3838 35% [====================== ] 1365/3838 35% [====================== ] 1366/3838 35% [====================== ] 1367/3838 35% [====================== ] 1368/3838 35% [====================== ] 1369/3838 35% [====================== ] 1370/3838 35% [====================== ] 1371/3838 35% [====================== ] 1372/3838 35% [====================== ] 1373/3838 35% [====================== ] 1374/3838 35% [====================== ] 1375/3838 35% [====================== ] 1376/3838 35% [====================== ] 1377/3838 35% [====================== ] 1378/3838 35% [====================== ] 1379/3838 35% [====================== ] 1380/3838 35% [====================== ] 1381/3838 35% [====================== ] 1382/3838 36% [====================== ] 1383/3838 36% [====================== ] 1384/3838 36% [====================== ] 1385/3838 36% [====================== ] 1386/3838 36% [====================== ] 1387/3838 36% [====================== ] 1388/3838 36% [====================== ] 1389/3838 36% [====================== ] 1390/3838 36% [====================== ] 1391/3838 36% [====================== ] 1392/3838 36% [====================== ] 1393/3838 36% [====================== ] 1394/3838 36% [====================== ] 1395/3838 36% [====================== ] 1396/3838 36% [====================== ] 1397/3838 36% [====================== ] 1398/3838 36% [====================== ] 1399/3838 36% [====================== ] 1400/3838 36% [====================== ] 1401/3838 36% [====================== ] 1402/3838 36% [====================== ] 1403/3838 36% [====================== ] 1404/3838 36% [====================== ] 1405/3838 36% [====================== ] 1406/3838 36% [====================== ] 1407/3838 36% [====================== ] 1408/3838 36% [====================== ] 1409/3838 36% [====================== ] 1410/3838 36% [====================== ] 1411/3838 36% [====================== ] 1412/3838 36% [====================== ] 1413/3838 36% [====================== ] 1414/3838 36% [====================== ] 1415/3838 36% [====================== ] 1416/3838 36% [====================== ] 1417/3838 36% [====================== ] 1418/3838 36% [====================== ] 1419/3838 36% [====================== ] 1420/3838 36% [====================== ] 1421/3838 37% [====================== ] 1422/3838 37% [====================== ] 1423/3838 37% [======================= ] 1424/3838 37% [======================= ] 1425/3838 37% [======================= ] 1426/3838 37% [======================= ] 1427/3838 37% [======================= ] 1428/3838 37% [======================= ] 1429/3838 37% [======================= ] 1430/3838 37% [======================= ] 1431/3838 37% [======================= ] 1432/3838 37% [======================= ] 1433/3838 37% [======================= ] 1434/3838 37% [======================= ] 1435/3838 37% [======================= ] 1436/3838 37% [======================= ] 1437/3838 37% [======================= ] 1438/3838 37% [======================= ] 1439/3838 37% [======================= ] 1440/3838 37% [======================= ] 1441/3838 37% [======================= ] 1442/3838 37% [======================= ] 1443/3838 37% [======================= ] 1444/3838 37% [======================= ] 1445/3838 37% [======================= ] 1446/3838 37% [======================= ] 1447/3838 37% [======================= ] 1448/3838 37% [======================= ] 1449/3838 37% [======================= ] 1450/3838 37% [======================= ] 1451/3838 37% [======================= ] 1452/3838 37% [======================= ] 1453/3838 37% [======================= ] 1454/3838 37% [======================= ] 1455/3838 37% [======================= ] 1456/3838 37% [======================= ] 1457/3838 37% [======================= ] 1458/3838 37% [======================= ] 1459/3838 38% [======================= ] 1460/3838 38% [======================= ] 1461/3838 38% [======================= ] 1462/3838 38% [======================= ] 1463/3838 38% [======================= ] 1464/3838 38% [======================= ] 1465/3838 38% [======================= ] 1466/3838 38% [======================= ] 1467/3838 38% [======================= ] 1468/3838 38% [======================= ] 1469/3838 38% [======================= ] 1470/3838 38% [======================= ] 1471/3838 38% [======================= ] 1472/3838 38% [======================= ] 1473/3838 38% [======================= ] 1474/3838 38% [======================= ] 1475/3838 38% [======================= ] 1476/3838 38% [======================= ] 1477/3838 38% [======================= ] 1478/3838 38% [======================= ] 1479/3838 38% [======================= ] 1480/3838 38% [======================= ] 1481/3838 38% [======================= ] 1482/3838 38% [======================= ] 1483/3838 38% [======================= ] 1484/3838 38% [======================= ] 1485/3838 38% [======================== ] 1486/3838 38% [======================== ] 1487/3838 38% [======================== ] 1488/3838 38% [======================== ] 1489/3838 38% [======================== ] 1490/3838 38% [======================== ] 1491/3838 38% [======================== ] 1492/3838 38% [======================== ] 1493/3838 38% [======================== ] 1494/3838 38% [======================== ] 1495/3838 38% [======================== ] 1496/3838 38% [======================== ] 1497/3838 39% [======================== ] 1498/3838 39% [======================== ] 1499/3838 39% [======================== ] 1500/3838 39% [======================== ] 1501/3838 39% [======================== ] 1502/3838 39% [======================== ] 1503/3838 39% [======================== ] 1504/3838 39% [======================== ] 1505/3838 39% [======================== ] 1506/3838 39% [======================== ] 1507/3838 39% [======================== ] 1508/3838 39% [======================== ] 1509/3838 39% [======================== ] 1510/3838 39% [======================== ] 1511/3838 39% [======================== ] 1512/3838 39% [======================== ] 1513/3838 39% [======================== ] 1514/3838 39% [======================== ] 1515/3838 39% [======================== ] 1516/3838 39% [======================== ] 1517/3838 39% [======================== ] 1518/3838 39% [======================== ] 1519/3838 39% [======================== ] 1520/3838 39% [======================== ] 1521/3838 39% [======================== ] 1522/3838 39% [======================== ] 1523/3838 39% [======================== ] 1524/3838 39% [======================== ] 1525/3838 39% [======================== ] 1526/3838 39% [======================== ] 1527/3838 39% [======================== ] 1528/3838 39% [======================== ] 1529/3838 39% [======================== ] 1530/3838 39% [======================== ] 1531/3838 39% [======================== ] 1532/3838 39% [======================== ] 1533/3838 39% [======================== ] 1534/3838 39% [======================== ] 1535/3838 39% [======================== ] 1536/3838 40% [======================== ] 1537/3838 40% [======================== ] 1538/3838 40% [======================== ] 1539/3838 40% [======================== ] 1540/3838 40% [======================== ] 1541/3838 40% [======================== ] 1542/3838 40% [======================== ] 1543/3838 40% [======================== ] 1544/3838 40% [======================== ] 1545/3838 40% [======================== ] 1546/3838 40% [======================== ] 1547/3838 40% [========================= ] 1548/3838 40% [========================= ] 1549/3838 40% [========================= ] 1550/3838 40% [========================= ] 1551/3838 40% [========================= ] 1552/3838 40% [========================= ] 1553/3838 40% [========================= ] 1554/3838 40% [========================= ] 1555/3838 40% [========================= ] 1556/3838 40% [========================= ] 1557/3838 40% [========================= ] 1558/3838 40% [========================= ] 1559/3838 40% [========================= ] 1560/3838 40% [========================= ] 1561/3838 40% [========================= ] 1562/3838 40% [========================= ] 1563/3838 40% [========================= ] 1564/3838 40% [========================= ] 1565/3838 40% [========================= ] 1566/3838 40% [========================= ] 1567/3838 40% [========================= ] 1568/3838 40% [========================= ] 1569/3838 40% [========================= ] 1570/3838 40% [========================= ] 1571/3838 40% [========================= ] 1572/3838 40% [========================= ] 1573/3838 40% [========================= ] 1574/3838 41% [========================= ] 1575/3838 41% [========================= ] 1576/3838 41% [========================= ] 1577/3838 41% [========================= ] 1578/3838 41% [========================= ] 1579/3838 41% [========================= ] 1580/3838 41% [========================= ] 1581/3838 41% [========================= ] 1582/3838 41% [========================= ] 1583/3838 41% [========================= ] 1584/3838 41% [========================= ] 1585/3838 41% [========================= ] 1586/3838 41% [========================= ] 1587/3838 41% [========================= ] 1588/3838 41% [========================= ] 1589/3838 41% [========================= ] 1590/3838 41% [========================= ] 1591/3838 41% [========================= ] 1592/3838 41% [========================= ] 1593/3838 41% [========================= ] 1594/3838 41% [========================= ] 1595/3838 41% [========================= ] 1596/3838 41% [========================= ] 1597/3838 41% [========================= ] 1598/3838 41% [========================= ] 1599/3838 41% [========================= ] 1600/3838 41% [========================= ] 1601/3838 41% [========================= ] 1602/3838 41% [========================= ] 1603/3838 41% [========================= ] 1604/3838 41% [========================= ] 1605/3838 41% [========================= ] 1606/3838 41% [========================= ] 1607/3838 41% [========================= ] 1608/3838 41% [========================= ] 1609/3838 41% [========================== ] 1610/3838 41% [========================== ] 1611/3838 41% [========================== ] 1612/3838 42% [========================== ] 1613/3838 42% [========================== ] 1614/3838 42% [========================== ] 1615/3838 42% [========================== ] 1616/3838 42% [========================== ] 1617/3838 42% [========================== ] 1618/3838 42% [========================== ] 1619/3838 42% [========================== ] 1620/3838 42% [========================== ] 1621/3838 42% [========================== ] 1622/3838 42% [========================== ] 1623/3838 42% [========================== ] 1624/3838 42% [========================== ] 1625/3838 42% [========================== ] 1626/3838 42% [========================== ] 1627/3838 42% [========================== ] 1628/3838 42% [========================== ] 1629/3838 42% [========================== ] 1630/3838 42% [========================== ] 1631/3838 42% [========================== ] 1632/3838 42% [========================== ] 1633/3838 42% [========================== ] 1634/3838 42% [========================== ] 1635/3838 42% [========================== ] 1636/3838 42% [========================== ] 1637/3838 42% [========================== ] 1638/3838 42% [========================== ] 1639/3838 42% [========================== ] 1640/3838 42% [========================== ] 1641/3838 42% [========================== ] 1642/3838 42% [========================== ] 1643/3838 42% [========================== ] 1644/3838 42% [========================== ] 1645/3838 42% [========================== ] 1646/3838 42% [========================== ] 1647/3838 42% [========================== ] 1648/3838 42% [========================== ] 1649/3838 42% [========================== ] 1650/3838 42% [========================== ] 1651/3838 43% [========================== ] 1652/3838 43% [========================== ] 1653/3838 43% [========================== ] 1654/3838 43% [========================== ] 1655/3838 43% [========================== ] 1656/3838 43% [========================== ] 1657/3838 43% [========================== ] 1658/3838 43% [========================== ] 1659/3838 43% [========================== ] 1660/3838 43% [========================== ] 1661/3838 43% [========================== ] 1662/3838 43% [========================== ] 1663/3838 43% [========================== ] 1664/3838 43% [========================== ] 1665/3838 43% [========================== ] 1666/3838 43% [========================== ] 1667/3838 43% [========================== ] 1668/3838 43% [========================== ] 1669/3838 43% [========================== ] 1670/3838 43% [========================== ] 1671/3838 43% [=========================== ] 1672/3838 43% [=========================== ] 1673/3838 43% [=========================== ] 1674/3838 43% [=========================== ] 1675/3838 43% [=========================== ] 1676/3838 43% [=========================== ] 1677/3838 43% [=========================== ] 1678/3838 43% [=========================== ] 1679/3838 43% [=========================== ] 1680/3838 43% [=========================== ] 1681/3838 43% [=========================== ] 1682/3838 43% [=========================== ] 1683/3838 43% [=========================== ] 1684/3838 43% [=========================== ] 1685/3838 43% [=========================== ] 1686/3838 43% [=========================== ] 1687/3838 43% [=========================== ] 1688/3838 43% [=========================== ] 1689/3838 44% [=========================== ] 1690/3838 44% [=========================== ] 1691/3838 44% [=========================== ] 1692/3838 44% [=========================== ] 1693/3838 44% [=========================== ] 1694/3838 44% [=========================== ] 1695/3838 44% [=========================== ] 1696/3838 44% [=========================== ] 1697/3838 44% [=========================== ] 1698/3838 44% [=========================== ] 1699/3838 44% [=========================== ] 1700/3838 44% [=========================== ] 1701/3838 44% [=========================== ] 1702/3838 44% [=========================== ] 1703/3838 44% [=========================== ] 1704/3838 44% [=========================== ] 1705/3838 44% [=========================== ] 1706/3838 44% [=========================== ] 1707/3838 44% [=========================== ] 1708/3838 44% [=========================== ] 1709/3838 44% [=========================== ] 1710/3838 44% [=========================== ] 1711/3838 44% [=========================== ] 1712/3838 44% [=========================== ] 1713/3838 44% [=========================== ] 1714/3838 44% [=========================== ] 1715/3838 44% [=========================== ] 1716/3838 44% [=========================== ] 1717/3838 44% [=========================== ] 1718/3838 44% [=========================== ] 1719/3838 44% [=========================== ] 1720/3838 44% [=========================== ] 1721/3838 44% [=========================== ] 1722/3838 44% [=========================== ] 1723/3838 44% [=========================== ] 1724/3838 44% [=========================== ] 1725/3838 44% [=========================== ] 1726/3838 44% [=========================== ] 1727/3838 44% [=========================== ] 1728/3838 45% [=========================== ] 1729/3838 45% [=========================== ] 1730/3838 45% [=========================== ] 1731/3838 45% [=========================== ] 1732/3838 45% [=========================== ] 1733/3838 45% [============================ ] 1734/3838 45% [============================ ] 1735/3838 45% [============================ ] 1736/3838 45% [============================ ] 1737/3838 45% [============================ ] 1738/3838 45% [============================ ] 1739/3838 45% [============================ ] 1740/3838 45% [============================ ] 1741/3838 45% [============================ ] 1742/3838 45% [============================ ] 1743/3838 45% [============================ ] 1744/3838 45% [============================ ] 1745/3838 45% [============================ ] 1746/3838 45% [============================ ] 1747/3838 45% [============================ ] 1748/3838 45% [============================ ] 1749/3838 45% [============================ ] 1750/3838 45% [============================ ] 1751/3838 45% [============================ ] 1752/3838 45% [============================ ] 1753/3838 45% [============================ ] 1754/3838 45% [============================ ] 1755/3838 45% [============================ ] 1756/3838 45% [============================ ] 1757/3838 45% [============================ ] 1758/3838 45% [============================ ] 1759/3838 45% [============================ ] 1760/3838 45% [============================ ] 1761/3838 45% [============================ ] 1762/3838 45% [============================ ] 1763/3838 45% [============================ ] 1764/3838 45% [============================ ] 1765/3838 45% [============================ ] 1766/3838 46% [============================ ] 1767/3838 46% [============================ ] 1768/3838 46% [============================ ] 1769/3838 46% [============================ ] 1770/3838 46% [============================ ] 1771/3838 46% [============================ ] 1772/3838 46% [============================ ] 1773/3838 46% [============================ ] 1774/3838 46% [============================ ] 1775/3838 46% [============================ ] 1776/3838 46% [============================ ] 1777/3838 46% [============================ ] 1778/3838 46% [============================ ] 1779/3838 46% [============================ ] 1780/3838 46% [============================ ] 1781/3838 46% [============================ ] 1782/3838 46% [============================ ] 1783/3838 46% [============================ ] 1784/3838 46% [============================ ] 1785/3838 46% [============================ ] 1786/3838 46% [============================ ] 1787/3838 46% [============================ ] 1788/3838 46% [============================ ] 1789/3838 46% [============================ ] 1790/3838 46% [============================ ] 1791/3838 46% [============================ ] 1792/3838 46% [============================ ] 1793/3838 46% [============================ ] 1794/3838 46% [============================ ] 1795/3838 46% [============================= ] 1796/3838 46% [============================= ] 1797/3838 46% [============================= ] 1798/3838 46% [============================= ] 1799/3838 46% [============================= ] 1800/3838 46% [============================= ] 1801/3838 46% [============================= ] 1802/3838 46% [============================= ] 1803/3838 46% [============================= ] 1804/3838 47% [============================= ] 1805/3838 47% [============================= ] 1806/3838 47% [============================= ] 1807/3838 47% [============================= ] 1808/3838 47% [============================= ] 1809/3838 47% [============================= ] 1810/3838 47% [============================= ] 1811/3838 47% [============================= ] 1812/3838 47% [============================= ] 1813/3838 47% [============================= ] 1814/3838 47% [============================= ] 1815/3838 47% [============================= ] 1816/3838 47% [============================= ] 1817/3838 47% [============================= ] 1818/3838 47% [============================= ] 1819/3838 47% [============================= ] 1820/3838 47% [============================= ] 1821/3838 47% [============================= ] 1822/3838 47% [============================= ] 1823/3838 47% [============================= ] 1824/3838 47% [============================= ] 1825/3838 47% [============================= ] 1826/3838 47% [============================= ] 1827/3838 47% [============================= ] 1828/3838 47% [============================= ] 1829/3838 47% [============================= ] 1830/3838 47% [============================= ] 1831/3838 47% [============================= ] 1832/3838 47% [============================= ] 1833/3838 47% [============================= ] 1834/3838 47% [============================= ] 1835/3838 47% [============================= ] 1836/3838 47% [============================= ] 1837/3838 47% [============================= ] 1838/3838 47% [============================= ] 1839/3838 47% [============================= ] 1840/3838 47% [============================= ] 1841/3838 47% [============================= ] 1842/3838 47% [============================= ] 1843/3838 48% [============================= ] 1844/3838 48% [============================= ] 1845/3838 48% [============================= ] 1846/3838 48% [============================= ] 1847/3838 48% [============================= ] 1848/3838 48% [============================= ] 1849/3838 48% [============================= ] 1850/3838 48% [============================= ] 1851/3838 48% [============================= ] 1852/3838 48% [============================= ] 1853/3838 48% [============================= ] 1854/3838 48% [============================= ] 1855/3838 48% [============================= ] 1856/3838 48% [============================= ] 1857/3838 48% [============================== ] 1858/3838 48% [============================== ] 1859/3838 48% [============================== ] 1860/3838 48% [============================== ] 1861/3838 48% [============================== ] 1862/3838 48% [============================== ] 1863/3838 48% [============================== ] 1864/3838 48% [============================== ] 1865/3838 48% [============================== ] 1866/3838 48% [============================== ] 1867/3838 48% [============================== ] 1868/3838 48% [============================== ] 1869/3838 48% [============================== ] 1870/3838 48% [============================== ] 1871/3838 48% [============================== ] 1872/3838 48% [============================== ] 1873/3838 48% [============================== ] 1874/3838 48% [============================== ] 1875/3838 48% [============================== ] 1876/3838 48% [============================== ] 1877/3838 48% [============================== ] 1878/3838 48% [============================== ] 1879/3838 48% [============================== ] 1880/3838 48% [============================== ] 1881/3838 49% [============================== ] 1882/3838 49% [============================== ] 1883/3838 49% [============================== ] 1884/3838 49% [============================== ] 1885/3838 49% [============================== ] 1886/3838 49% [============================== ] 1887/3838 49% [============================== ] 1888/3838 49% [============================== ] 1889/3838 49% [============================== ] 1890/3838 49% [============================== ] 1891/3838 49% [============================== ] 1892/3838 49% [============================== ] 1893/3838 49% [============================== ] 1894/3838 49% [============================== ] 1895/3838 49% [============================== ] 1896/3838 49% [============================== ] 1897/3838 49% [============================== ] 1898/3838 49% [============================== ] 1899/3838 49% [============================== ] 1900/3838 49% [============================== ] 1901/3838 49% [============================== ] 1902/3838 49% [============================== ] 1903/3838 49% [============================== ] 1904/3838 49% [============================== ] 1905/3838 49% [============================== ] 1906/3838 49% [============================== ] 1907/3838 49% [============================== ] 1908/3838 49% [============================== ] 1909/3838 49% [============================== ] 1910/3838 49% [============================== ] 1911/3838 49% [============================== ] 1912/3838 49% [============================== ] 1913/3838 49% [============================== ] 1914/3838 49% [============================== ] 1915/3838 49% [============================== ] 1916/3838 49% [============================== ] 1917/3838 49% [============================== ] 1918/3838 49% [=============================== ] 1919/3838 50% [=============================== ] 1920/3838 50% [=============================== ] 1921/3838 50% [=============================== ] 1922/3838 50% [=============================== ] 1923/3838 50% [=============================== ] 1924/3838 50% [=============================== ] 1925/3838 50% [=============================== ] 1926/3838 50% [=============================== ] 1927/3838 50% [=============================== ] 1928/3838 50% [=============================== ] 1929/3838 50% [=============================== ] 1930/3838 50% [=============================== ] 1931/3838 50% [=============================== ] 1932/3838 50% [=============================== ] 1933/3838 50% [=============================== ] 1934/3838 50% [=============================== ] 1935/3838 50% [=============================== ] 1936/3838 50% [=============================== ] 1937/3838 50% [=============================== ] 1938/3838 50% [=============================== ] 1939/3838 50% [=============================== ] 1940/3838 50% [=============================== ] 1941/3838 50% [=============================== ] 1942/3838 50% [=============================== ] 1943/3838 50% [=============================== ] 1944/3838 50% [=============================== ] 1945/3838 50% [=============================== ] 1946/3838 50% [=============================== ] 1947/3838 50% [=============================== ] 1948/3838 50% [=============================== ] 1949/3838 50% [=============================== ] 1950/3838 50% [=============================== ] 1951/3838 50% [=============================== ] 1952/3838 50% [=============================== ] 1953/3838 50% [=============================== ] 1954/3838 50% [=============================== ] 1955/3838 50% [=============================== ] 1956/3838 50% [=============================== ] 1957/3838 50% [=============================== ] 1958/3838 51% [=============================== ] 1959/3838 51% [=============================== ] 1960/3838 51% [=============================== ] 1961/3838 51% [=============================== ] 1962/3838 51% [=============================== ] 1963/3838 51% [=============================== ] 1964/3838 51% [=============================== ] 1965/3838 51% [=============================== ] 1966/3838 51% [=============================== ] 1967/3838 51% [=============================== ] 1968/3838 51% [=============================== ] 1969/3838 51% [=============================== ] 1970/3838 51% [=============================== ] 1971/3838 51% [=============================== ] 1972/3838 51% [=============================== ] 1973/3838 51% [=============================== ] 1974/3838 51% [=============================== ] 1975/3838 51% [=============================== ] 1976/3838 51% [=============================== ] 1977/3838 51% [=============================== ] 1978/3838 51% [=============================== ] 1979/3838 51% [=============================== ] 1980/3838 51% [================================ ] 1981/3838 51% [================================ ] 1982/3838 51% [================================ ] 1983/3838 51% [================================ ] 1984/3838 51% [================================ ] 1985/3838 51% [================================ ] 1986/3838 51% [================================ ] 1987/3838 51% [================================ ] 1988/3838 51% [================================ ] 1989/3838 51% [================================ ] 1990/3838 51% [================================ ] 1991/3838 51% [================================ ] 1992/3838 51% [================================ ] 1993/3838 51% [================================ ] 1994/3838 51% [================================ ] 1995/3838 51% [================================ ] 1996/3838 52% [================================ ] 1997/3838 52% [================================ ] 1998/3838 52% [================================ ] 1999/3838 52% [================================ ] 2000/3838 52% [================================ ] 2001/3838 52% [================================ ] 2002/3838 52% [================================ ] 2003/3838 52% [================================ ] 2004/3838 52% [================================ ] 2005/3838 52% [================================ ] 2006/3838 52% [================================ ] 2007/3838 52% [================================ ] 2008/3838 52% [================================ ] 2009/3838 52% [================================ ] 2010/3838 52% [================================ ] 2011/3838 52% [================================ ] 2012/3838 52% [================================ ] 2013/3838 52% [================================ ] 2014/3838 52% [================================ ] 2015/3838 52% [================================ ] 2016/3838 52% [================================ ] 2017/3838 52% [================================ ] 2018/3838 52% [================================ ] 2019/3838 52% [================================ ] 2020/3838 52% [================================ ] 2021/3838 52% [================================ ] 2022/3838 52% [================================ ] 2023/3838 52% [================================ ] 2024/3838 52% [================================ ] 2025/3838 52% [================================ ] 2026/3838 52% [================================ ] 2027/3838 52% [================================ ] 2028/3838 52% [================================ ] 2029/3838 52% [================================ ] 2030/3838 52% [================================ ] 2031/3838 52% [================================ ] 2032/3838 52% [================================ ] 2033/3838 52% [================================ ] 2034/3838 52% [================================ ] 2035/3838 53% [================================ ] 2036/3838 53% [================================ ] 2037/3838 53% [================================ ] 2038/3838 53% [================================ ] 2039/3838 53% [================================ ] 2040/3838 53% [================================ ] 2041/3838 53% [================================ ] 2042/3838 53% [================================= ] 2043/3838 53% [================================= ] 2044/3838 53% [================================= ] 2045/3838 53% [================================= ] 2046/3838 53% [================================= ] 2047/3838 53% [================================= ] 2048/3838 53% [================================= ] 2049/3838 53% [================================= ] 2050/3838 53% [================================= ] 2051/3838 53% [================================= ] 2052/3838 53% [================================= ] 2053/3838 53% [================================= ] 2054/3838 53% [================================= ] 2055/3838 53% [================================= ] 2056/3838 53% [================================= ] 2057/3838 53% [================================= ] 2058/3838 53% [================================= ] 2059/3838 53% [================================= ] 2060/3838 53% [================================= ] 2061/3838 53% [================================= ] 2062/3838 53% [================================= ] 2063/3838 53% [================================= ] 2064/3838 53% [================================= ] 2065/3838 53% [================================= ] 2066/3838 53% [================================= ] 2067/3838 53% [================================= ] 2068/3838 53% [================================= ] 2069/3838 53% [================================= ] 2070/3838 53% [================================= ] 2071/3838 53% [================================= ] 2072/3838 53% [================================= ] 2073/3838 54% [================================= ] 2074/3838 54% [================================= ] 2075/3838 54% [================================= ] 2076/3838 54% [================================= ] 2077/3838 54% [================================= ] 2078/3838 54% [================================= ] 2079/3838 54% [================================= ] 2080/3838 54% [================================= ] 2081/3838 54% [================================= ] 2082/3838 54% [================================= ] 2083/3838 54% [================================= ] 2084/3838 54% [================================= ] 2085/3838 54% [================================= ] 2086/3838 54% [================================= ] 2087/3838 54% [================================= ] 2088/3838 54% [================================= ] 2089/3838 54% [================================= ] 2090/3838 54% [================================= ] 2091/3838 54% [================================= ] 2092/3838 54% [================================= ] 2093/3838 54% [================================= ] 2094/3838 54% [================================= ] 2095/3838 54% [================================= ] 2096/3838 54% [================================= ] 2097/3838 54% [================================= ] 2098/3838 54% [================================= ] 2099/3838 54% [================================= ] 2100/3838 54% [================================= ] 2101/3838 54% [================================= ] 2102/3838 54% [================================= ] 2103/3838 54% [================================= ] 2104/3838 54% [================================== ] 2105/3838 54% [================================== ] 2106/3838 54% [================================== ] 2107/3838 54% [================================== ] 2108/3838 54% [================================== ] 2109/3838 54% [================================== ] 2110/3838 54% [================================== ] 2111/3838 55% [================================== ] 2112/3838 55% [================================== ] 2113/3838 55% [================================== ] 2114/3838 55% [================================== ] 2115/3838 55% [================================== ] 2116/3838 55% [================================== ] 2117/3838 55% [================================== ] 2118/3838 55% [================================== ] 2119/3838 55% [================================== ] 2120/3838 55% [================================== ] 2121/3838 55% [================================== ] 2122/3838 55% [================================== ] 2123/3838 55% [================================== ] 2124/3838 55% [================================== ] 2125/3838 55% [================================== ] 2126/3838 55% [================================== ] 2127/3838 55% [================================== ] 2128/3838 55% [================================== ] 2129/3838 55% [================================== ] 2130/3838 55% [================================== ] 2131/3838 55% [================================== ] 2132/3838 55% [================================== ] 2133/3838 55% [================================== ] 2134/3838 55% [================================== ] 2135/3838 55% [================================== ] 2136/3838 55% [================================== ] 2137/3838 55% [================================== ] 2138/3838 55% [================================== ] 2139/3838 55% [================================== ] 2140/3838 55% [================================== ] 2141/3838 55% [================================== ] 2142/3838 55% [================================== ] 2143/3838 55% [================================== ] 2144/3838 55% [================================== ] 2145/3838 55% [================================== ] 2146/3838 55% [================================== ] 2147/3838 55% [================================== ] 2148/3838 55% [================================== ] 2149/3838 55% [================================== ] 2150/3838 56% [================================== ] 2151/3838 56% [================================== ] 2152/3838 56% [================================== ] 2153/3838 56% [================================== ] 2154/3838 56% [================================== ] 2155/3838 56% [================================== ] 2156/3838 56% [================================== ] 2157/3838 56% [================================== ] 2158/3838 56% [================================== ] 2159/3838 56% [================================== ] 2160/3838 56% [================================== ] 2161/3838 56% [================================== ] 2162/3838 56% [================================== ] 2163/3838 56% [================================== ] 2164/3838 56% [================================== ] 2165/3838 56% [================================== ] 2166/3838 56% [=================================== ] 2167/3838 56% [=================================== ] 2168/3838 56% [=================================== ] 2169/3838 56% [=================================== ] 2170/3838 56% [=================================== ] 2171/3838 56% [=================================== ] 2172/3838 56% [=================================== ] 2173/3838 56% [=================================== ] 2174/3838 56% [=================================== ] 2175/3838 56% [=================================== ] 2176/3838 56% [=================================== ] 2177/3838 56% [=================================== ] 2178/3838 56% [=================================== ] 2179/3838 56% [=================================== ] 2180/3838 56% [=================================== ] 2181/3838 56% [=================================== ] 2182/3838 56% [=================================== ] 2183/3838 56% [=================================== ] 2184/3838 56% [=================================== ] 2185/3838 56% [=================================== ] 2186/3838 56% [=================================== ] 2187/3838 56% [=================================== ] 2188/3838 57% [=================================== ] 2189/3838 57% [=================================== ] 2190/3838 57% [=================================== ] 2191/3838 57% [=================================== ] 2192/3838 57% [=================================== ] 2193/3838 57% [=================================== ] 2194/3838 57% [=================================== ] 2195/3838 57% [=================================== ] 2196/3838 57% [=================================== ] 2197/3838 57% [=================================== ] 2198/3838 57% [=================================== ] 2199/3838 57% [=================================== ] 2200/3838 57% [=================================== ] 2201/3838 57% [=================================== ] 2202/3838 57% [=================================== ] 2203/3838 57% [=================================== ] 2204/3838 57% [=================================== ] 2205/3838 57% [=================================== ] 2206/3838 57% [=================================== ] 2207/3838 57% [=================================== ] 2208/3838 57% [=================================== ] 2209/3838 57% [=================================== ] 2210/3838 57% [=================================== ] 2211/3838 57% [=================================== ] 2212/3838 57% [=================================== ] 2213/3838 57% [=================================== ] 2214/3838 57% [=================================== ] 2215/3838 57% [=================================== ] 2216/3838 57% [=================================== ] 2217/3838 57% [=================================== ] 2218/3838 57% [=================================== ] 2219/3838 57% [=================================== ] 2220/3838 57% [=================================== ] 2221/3838 57% [=================================== ] 2222/3838 57% [=================================== ] 2223/3838 57% [=================================== ] 2224/3838 57% [=================================== ] 2225/3838 57% [=================================== ] 2226/3838 57% [=================================== ] 2227/3838 58% [=================================== ] 2228/3838 58% [==================================== ] 2229/3838 58% [==================================== ] 2230/3838 58% [==================================== ] 2231/3838 58% [==================================== ] 2232/3838 58% [==================================== ] 2233/3838 58% [==================================== ] 2234/3838 58% [==================================== ] 2235/3838 58% [==================================== ] 2236/3838 58% [==================================== ] 2237/3838 58% [==================================== ] 2238/3838 58% [==================================== ] 2239/3838 58% [==================================== ] 2240/3838 58% [==================================== ] 2241/3838 58% [==================================== ] 2242/3838 58% [==================================== ] 2243/3838 58% [==================================== ] 2244/3838 58% [==================================== ] 2245/3838 58% [==================================== ] 2246/3838 58% [==================================== ] 2247/3838 58% [==================================== ] 2248/3838 58% [==================================== ] 2249/3838 58% [==================================== ] 2250/3838 58% [==================================== ] 2251/3838 58% [==================================== ] 2252/3838 58% [==================================== ] 2253/3838 58% [==================================== ] 2254/3838 58% [==================================== ] 2255/3838 58% [==================================== ] 2256/3838 58% [==================================== ] 2257/3838 58% [==================================== ] 2258/3838 58% [==================================== ] 2259/3838 58% [==================================== ] 2260/3838 58% [==================================== ] 2261/3838 58% [==================================== ] 2262/3838 58% [==================================== ] 2263/3838 58% [==================================== ] 2264/3838 58% [==================================== ] 2265/3838 59% [==================================== ] 2266/3838 59% [==================================== ] 2267/3838 59% [==================================== ] 2268/3838 59% [==================================== ] 2269/3838 59% [==================================== ] 2270/3838 59% [==================================== ] 2271/3838 59% [==================================== ] 2272/3838 59% [==================================== ] 2273/3838 59% [==================================== ] 2274/3838 59% [==================================== ] 2275/3838 59% [==================================== ] 2276/3838 59% [==================================== ] 2277/3838 59% [==================================== ] 2278/3838 59% [==================================== ] 2279/3838 59% [==================================== ] 2280/3838 59% [==================================== ] 2281/3838 59% [==================================== ] 2282/3838 59% [==================================== ] 2283/3838 59% [==================================== ] 2284/3838 59% [==================================== ] 2285/3838 59% [==================================== ] 2286/3838 59% [==================================== ] 2287/3838 59% [==================================== ] 2288/3838 59% [==================================== ] 2289/3838 59% [==================================== ] 2290/3838 59% [===================================== ] 2291/3838 59% [===================================== ] 2292/3838 59% [===================================== ] 2293/3838 59% [===================================== ] 2294/3838 59% [===================================== ] 2295/3838 59% [===================================== ] 2296/3838 59% [===================================== ] 2297/3838 59% [===================================== ] 2298/3838 59% [===================================== ] 2299/3838 59% [===================================== ] 2300/3838 59% [===================================== ] 2301/3838 59% [===================================== ] 2302/3838 59% [===================================== ] 2303/3838 60% [===================================== ] 2304/3838 60% [===================================== ] 2305/3838 60% [===================================== ] 2306/3838 60% [===================================== ] 2307/3838 60% [===================================== ] 2308/3838 60% [===================================== ] 2309/3838 60% [===================================== ] 2310/3838 60% [===================================== ] 2311/3838 60% [===================================== ] 2312/3838 60% [===================================== ] 2313/3838 60% [===================================== ] 2314/3838 60% [===================================== ] 2315/3838 60% [===================================== ] 2316/3838 60% [===================================== ] 2317/3838 60% [===================================== ] 2318/3838 60% [===================================== ] 2319/3838 60% [===================================== ] 2320/3838 60% [===================================== ] 2321/3838 60% [===================================== ] 2322/3838 60% [===================================== ] 2323/3838 60% [===================================== ] 2324/3838 60% [===================================== ] 2325/3838 60% [===================================== ] 2326/3838 60% [===================================== ] 2327/3838 60% [===================================== ] 2328/3838 60% [===================================== ] 2329/3838 60% [===================================== ] 2330/3838 60% [===================================== ] 2331/3838 60% [===================================== ] 2332/3838 60% [===================================== ] 2333/3838 60% [===================================== ] 2334/3838 60% [===================================== ] 2335/3838 60% [===================================== ] 2336/3838 60% [===================================== ] 2337/3838 60% [===================================== ] 2338/3838 60% [===================================== ] 2339/3838 60% [===================================== ] 2340/3838 60% [===================================== ] 2341/3838 60% [===================================== ] 2342/3838 61% [===================================== ] 2343/3838 61% [===================================== ] 2344/3838 61% [===================================== ] 2345/3838 61% [===================================== ] 2346/3838 61% [===================================== ] 2347/3838 61% [===================================== ] 2348/3838 61% [===================================== ] 2349/3838 61% [===================================== ] 2350/3838 61% [===================================== ] 2351/3838 61% [===================================== ] 2352/3838 61% [====================================== ] 2353/3838 61% [====================================== ] 2354/3838 61% [====================================== ] 2355/3838 61% [====================================== ] 2356/3838 61% [====================================== ] 2357/3838 61% [====================================== ] 2358/3838 61% [====================================== ] 2359/3838 61% [====================================== ] 2360/3838 61% [====================================== ] 2361/3838 61% [====================================== ] 2362/3838 61% [====================================== ] 2363/3838 61% [====================================== ] 2364/3838 61% [====================================== ] 2365/3838 61% [====================================== ] 2366/3838 61% [====================================== ] 2367/3838 61% [====================================== ] 2368/3838 61% [====================================== ] 2369/3838 61% [====================================== ] 2370/3838 61% [====================================== ] 2371/3838 61% [====================================== ] 2372/3838 61% [====================================== ] 2373/3838 61% [====================================== ] 2374/3838 61% [====================================== ] 2375/3838 61% [====================================== ] 2376/3838 61% [====================================== ] 2377/3838 61% [====================================== ] 2378/3838 61% [====================================== ] 2379/3838 61% [====================================== ] 2380/3838 62% [====================================== ] 2381/3838 62% [====================================== ] 2382/3838 62% [====================================== ] 2383/3838 62% [====================================== ] 2384/3838 62% [====================================== ] 2385/3838 62% [====================================== ] 2386/3838 62% [====================================== ] 2387/3838 62% [====================================== ] 2388/3838 62% [====================================== ] 2389/3838 62% [====================================== ] 2390/3838 62% [====================================== ] 2391/3838 62% [====================================== ] 2392/3838 62% [====================================== ] 2393/3838 62% [====================================== ] 2394/3838 62% [====================================== ] 2395/3838 62% [====================================== ] 2396/3838 62% [====================================== ] 2397/3838 62% [====================================== ] 2398/3838 62% [====================================== ] 2399/3838 62% [====================================== ] 2400/3838 62% [====================================== ] 2401/3838 62% [====================================== ] 2402/3838 62% [====================================== ] 2403/3838 62% [====================================== ] 2404/3838 62% [====================================== ] 2405/3838 62% [====================================== ] 2406/3838 62% [====================================== ] 2407/3838 62% [====================================== ] 2408/3838 62% [====================================== ] 2409/3838 62% [====================================== ] 2410/3838 62% [====================================== ] 2411/3838 62% [====================================== ] 2412/3838 62% [====================================== ] 2413/3838 62% [====================================== ] 2414/3838 62% [======================================= ] 2415/3838 62% [======================================= ] 2416/3838 62% [======================================= ] 2417/3838 62% [======================================= ] 2418/3838 63% [======================================= ] 2419/3838 63% [======================================= ] 2420/3838 63% [======================================= ] 2421/3838 63% [======================================= ] 2422/3838 63% [======================================= ] 2423/3838 63% [======================================= ] 2424/3838 63% [======================================= ] 2425/3838 63% [======================================= ] 2426/3838 63% [======================================= ] 2427/3838 63% [======================================= ] 2428/3838 63% [======================================= ] 2429/3838 63% [======================================= ] 2430/3838 63% [======================================= ] 2431/3838 63% [======================================= ] 2432/3838 63% [======================================= ] 2433/3838 63% [======================================= ] 2434/3838 63% [======================================= ] 2435/3838 63% [======================================= ] 2436/3838 63% [======================================= ] 2437/3838 63% [======================================= ] 2438/3838 63% [======================================= ] 2439/3838 63% [======================================= ] 2440/3838 63% [======================================= ] 2441/3838 63% [======================================= ] 2442/3838 63% [======================================= ] 2443/3838 63% [======================================= ] 2444/3838 63% [======================================= ] 2445/3838 63% [======================================= ] 2446/3838 63% [======================================= ] 2447/3838 63% [======================================= ] 2448/3838 63% [======================================= ] 2449/3838 63% [======================================= ] 2450/3838 63% [======================================= ] 2451/3838 63% [======================================= ] 2452/3838 63% [======================================= ] 2453/3838 63% [======================================= ] 2454/3838 63% [======================================= ] 2455/3838 63% [======================================= ] 2456/3838 63% [======================================= ] 2457/3838 64% [======================================= ] 2458/3838 64% [======================================= ] 2459/3838 64% [======================================= ] 2460/3838 64% [======================================= ] 2461/3838 64% [======================================= ] 2462/3838 64% [======================================= ] 2463/3838 64% [======================================= ] 2464/3838 64% [======================================= ] 2465/3838 64% [======================================= ] 2466/3838 64% [======================================= ] 2467/3838 64% [======================================= ] 2468/3838 64% [======================================= ] 2469/3838 64% [======================================= ] 2470/3838 64% [======================================= ] 2471/3838 64% [======================================= ] 2472/3838 64% [======================================= ] 2473/3838 64% [======================================= ] 2474/3838 64% [======================================= ] 2475/3838 64% [======================================= ] 2476/3838 64% [======================================== ] 2477/3838 64% [======================================== ] 2478/3838 64% [======================================== ] 2479/3838 64% [======================================== ] 2480/3838 64% [======================================== ] 2481/3838 64% [======================================== ] 2482/3838 64% [======================================== ] 2483/3838 64% [======================================== ] 2484/3838 64% [======================================== ] 2485/3838 64% [======================================== ] 2486/3838 64% [======================================== ] 2487/3838 64% [======================================== ] 2488/3838 64% [======================================== ] 2489/3838 64% [======================================== ] 2490/3838 64% [======================================== ] 2491/3838 64% [======================================== ] 2492/3838 64% [======================================== ] 2493/3838 64% [======================================== ] 2494/3838 64% [======================================== ] 2495/3838 65% [======================================== ] 2496/3838 65% [======================================== ] 2497/3838 65% [======================================== ] 2498/3838 65% [======================================== ] 2499/3838 65% [======================================== ] 2500/3838 65% [======================================== ] 2501/3838 65% [======================================== ] 2502/3838 65% [======================================== ] 2503/3838 65% [======================================== ] 2504/3838 65% [======================================== ] 2505/3838 65% [======================================== ] 2506/3838 65% [======================================== ] 2507/3838 65% [======================================== ] 2508/3838 65% [======================================== ] 2509/3838 65% [======================================== ] 2510/3838 65% [======================================== ] 2511/3838 65% [======================================== ] 2512/3838 65% [======================================== ] 2513/3838 65% [======================================== ] 2514/3838 65% [======================================== ] 2515/3838 65% [======================================== ] 2516/3838 65% [======================================== ] 2517/3838 65% [======================================== ] 2518/3838 65% [======================================== ] 2519/3838 65% [======================================== ] 2520/3838 65% [======================================== ] 2521/3838 65% [======================================== ] 2522/3838 65% [======================================== ] 2523/3838 65% [======================================== ] 2524/3838 65% [======================================== ] 2525/3838 65% [======================================== ] 2526/3838 65% [======================================== ] 2527/3838 65% [======================================== ] 2528/3838 65% [======================================== ] 2529/3838 65% [======================================== ] 2530/3838 65% [======================================== ] 2531/3838 65% [======================================== ] 2532/3838 65% [======================================== ] 2533/3838 65% [======================================== ] 2534/3838 66% [======================================== ] 2535/3838 66% [======================================== ] 2536/3838 66% [======================================== ] 2537/3838 66% [======================================== ] 2538/3838 66% [========================================= ] 2539/3838 66% [========================================= ] 2540/3838 66% [========================================= ] 2541/3838 66% [========================================= ] 2542/3838 66% [========================================= ] 2543/3838 66% [========================================= ] 2544/3838 66% [========================================= ] 2545/3838 66% [========================================= ] 2546/3838 66% [========================================= ] 2547/3838 66% [========================================= ] 2548/3838 66% [========================================= ] 2549/3838 66% [========================================= ] 2550/3838 66% [========================================= ] 2551/3838 66% [========================================= ] 2552/3838 66% [========================================= ] 2553/3838 66% [========================================= ] 2554/3838 66% [========================================= ] 2555/3838 66% [========================================= ] 2556/3838 66% [========================================= ] 2557/3838 66% [========================================= ] 2558/3838 66% [========================================= ] 2559/3838 66% [========================================= ] 2560/3838 66% [========================================= ] 2561/3838 66% [========================================= ] 2562/3838 66% [========================================= ] 2563/3838 66% [========================================= ] 2564/3838 66% [========================================= ] 2565/3838 66% [========================================= ] 2566/3838 66% [========================================= ] 2567/3838 66% [========================================= ] 2568/3838 66% [========================================= ] 2569/3838 66% [========================================= ] 2570/3838 66% [========================================= ] 2571/3838 66% [========================================= ] 2572/3838 67% [========================================= ] 2573/3838 67% [========================================= ] 2574/3838 67% [========================================= ] 2575/3838 67% [========================================= ] 2576/3838 67% [========================================= ] 2577/3838 67% [========================================= ] 2578/3838 67% [========================================= ] 2579/3838 67% [========================================= ] 2580/3838 67% [========================================= ] 2581/3838 67% [========================================= ] 2582/3838 67% [========================================= ] 2583/3838 67% [========================================= ] 2584/3838 67% [========================================= ] 2585/3838 67% [========================================= ] 2586/3838 67% [========================================= ] 2587/3838 67% [========================================= ] 2588/3838 67% [========================================= ] 2589/3838 67% [========================================= ] 2590/3838 67% [========================================= ] 2591/3838 67% [========================================= ] 2592/3838 67% [========================================= ] 2593/3838 67% [========================================= ] 2594/3838 67% [========================================= ] 2595/3838 67% [========================================= ] 2596/3838 67% [========================================= ] 2597/3838 67% [========================================= ] 2598/3838 67% [========================================= ] 2599/3838 67% [========================================== ] 2600/3838 67% [========================================== ] 2601/3838 67% [========================================== ] 2602/3838 67% [========================================== ] 2603/3838 67% [========================================== ] 2604/3838 67% [========================================== ] 2605/3838 67% [========================================== ] 2606/3838 67% [========================================== ] 2607/3838 67% [========================================== ] 2608/3838 67% [========================================== ] 2609/3838 67% [========================================== ] 2610/3838 68% [========================================== ] 2611/3838 68% [========================================== ] 2612/3838 68% [========================================== ] 2613/3838 68% [========================================== ] 2614/3838 68% [========================================== ] 2615/3838 68% [========================================== ] 2616/3838 68% [========================================== ] 2617/3838 68% [========================================== ] 2618/3838 68% [========================================== ] 2619/3838 68% [========================================== ] 2620/3838 68% [========================================== ] 2621/3838 68% [========================================== ] 2622/3838 68% [========================================== ] 2623/3838 68% [========================================== ] 2624/3838 68% [========================================== ] 2625/3838 68% [========================================== ] 2626/3838 68% [========================================== ] 2627/3838 68% [========================================== ] 2628/3838 68% [========================================== ] 2629/3838 68% [========================================== ] 2630/3838 68% [========================================== ] 2631/3838 68% [========================================== ] 2632/3838 68% [========================================== ] 2633/3838 68% [========================================== ] 2634/3838 68% [========================================== ] 2635/3838 68% [========================================== ] 2636/3838 68% [========================================== ] 2637/3838 68% [========================================== ] 2638/3838 68% [========================================== ] 2639/3838 68% [========================================== ] 2640/3838 68% [========================================== ] 2641/3838 68% [========================================== ] 2642/3838 68% [========================================== ] 2643/3838 68% [========================================== ] 2644/3838 68% [========================================== ] 2645/3838 68% [========================================== ] 2646/3838 68% [========================================== ] 2647/3838 68% [========================================== ] 2648/3838 68% [========================================== ] 2649/3838 69% [========================================== ] 2650/3838 69% [========================================== ] 2651/3838 69% [========================================== ] 2652/3838 69% [========================================== ] 2653/3838 69% [========================================== ] 2654/3838 69% [========================================== ] 2655/3838 69% [========================================== ] 2656/3838 69% [========================================== ] 2657/3838 69% [========================================== ] 2658/3838 69% [========================================== ] 2659/3838 69% [========================================== ] 2660/3838 69% [========================================== ] 2661/3838 69% [=========================================== ] 2662/3838 69% [=========================================== ] 2663/3838 69% [=========================================== ] 2664/3838 69% [=========================================== ] 2665/3838 69% [=========================================== ] 2666/3838 69% [=========================================== ] 2667/3838 69% [=========================================== ] 2668/3838 69% [=========================================== ] 2669/3838 69% [=========================================== ] 2670/3838 69% [=========================================== ] 2671/3838 69% [=========================================== ] 2672/3838 69% [=========================================== ] 2673/3838 69% [=========================================== ] 2674/3838 69% [=========================================== ] 2675/3838 69% [=========================================== ] 2676/3838 69% [=========================================== ] 2677/3838 69% [=========================================== ] 2678/3838 69% [=========================================== ] 2679/3838 69% [=========================================== ] 2680/3838 69% [=========================================== ] 2681/3838 69% [=========================================== ] 2682/3838 69% [=========================================== ] 2683/3838 69% [=========================================== ] 2684/3838 69% [=========================================== ] 2685/3838 69% [=========================================== ] 2686/3838 69% [=========================================== ] 2687/3838 70% [=========================================== ] 2688/3838 70% [=========================================== ] 2689/3838 70% [=========================================== ] 2690/3838 70% [=========================================== ] 2691/3838 70% [=========================================== ] 2692/3838 70% [=========================================== ] 2693/3838 70% [=========================================== ] 2694/3838 70% [=========================================== ] 2695/3838 70% [=========================================== ] 2696/3838 70% [=========================================== ] 2697/3838 70% [=========================================== ] 2698/3838 70% [=========================================== ] 2699/3838 70% [=========================================== ] 2700/3838 70% [=========================================== ] 2701/3838 70% [=========================================== ] 2702/3838 70% [=========================================== ] 2703/3838 70% [=========================================== ] 2704/3838 70% [=========================================== ] 2705/3838 70% [=========================================== ] 2706/3838 70% [=========================================== ] 2707/3838 70% [=========================================== ] 2708/3838 70% [=========================================== ] 2709/3838 70% [=========================================== ] 2710/3838 70% [=========================================== ] 2711/3838 70% [=========================================== ] 2712/3838 70% [=========================================== ] 2713/3838 70% [=========================================== ] 2714/3838 70% [=========================================== ] 2715/3838 70% [=========================================== ] 2716/3838 70% [=========================================== ] 2717/3838 70% [=========================================== ] 2718/3838 70% [=========================================== ] 2719/3838 70% [=========================================== ] 2720/3838 70% [=========================================== ] 2721/3838 70% [=========================================== ] 2722/3838 70% [=========================================== ] 2723/3838 70% [============================================ ] 2724/3838 70% [============================================ ] 2725/3838 71% [============================================ ] 2726/3838 71% [============================================ ] 2727/3838 71% [============================================ ] 2728/3838 71% [============================================ ] 2729/3838 71% [============================================ ] 2730/3838 71% [============================================ ] 2731/3838 71% [============================================ ] 2732/3838 71% [============================================ ] 2733/3838 71% [============================================ ] 2734/3838 71% [============================================ ] 2735/3838 71% [============================================ ] 2736/3838 71% [============================================ ] 2737/3838 71% [============================================ ] 2738/3838 71% [============================================ ] 2739/3838 71% [============================================ ] 2740/3838 71% [============================================ ] 2741/3838 71% [============================================ ] 2742/3838 71% [============================================ ] 2743/3838 71% [============================================ ] 2744/3838 71% [============================================ ] 2745/3838 71% [============================================ ] 2746/3838 71% [============================================ ] 2747/3838 71% [============================================ ] 2748/3838 71% [============================================ ] 2749/3838 71% [============================================ ] 2750/3838 71% [============================================ ] 2751/3838 71% [============================================ ] 2752/3838 71% [============================================ ] 2753/3838 71% [============================================ ] 2754/3838 71% [============================================ ] 2755/3838 71% [============================================ ] 2756/3838 71% [============================================ ] 2757/3838 71% [============================================ ] 2758/3838 71% [============================================ ] 2759/3838 71% [============================================ ] 2760/3838 71% [============================================ ] 2761/3838 71% [============================================ ] 2762/3838 71% [============================================ ] 2763/3838 71% [============================================ ] 2764/3838 72% [============================================ ] 2765/3838 72% [============================================ ] 2766/3838 72% [============================================ ] 2767/3838 72% [============================================ ] 2768/3838 72% [============================================ ] 2769/3838 72% [============================================ ] 2770/3838 72% [============================================ ] 2771/3838 72% [============================================ ] 2772/3838 72% [============================================ ] 2773/3838 72% [============================================ ] 2774/3838 72% [============================================ ] 2775/3838 72% [============================================ ] 2776/3838 72% [============================================ ] 2777/3838 72% [============================================ ] 2778/3838 72% [============================================ ] 2779/3838 72% [============================================ ] 2780/3838 72% [============================================ ] 2781/3838 72% [============================================ ] 2782/3838 72% [============================================ ] 2783/3838 72% [============================================ ] 2784/3838 72% [============================================ ] 2785/3838 72% [============================================= ] 2786/3838 72% [============================================= ] 2787/3838 72% [============================================= ] 2788/3838 72% [============================================= ] 2789/3838 72% [============================================= ] 2790/3838 72% [============================================= ] 2791/3838 72% [============================================= ] 2792/3838 72% [============================================= ] 2793/3838 72% [============================================= ] 2794/3838 72% [============================================= ] 2795/3838 72% [============================================= ] 2796/3838 72% [============================================= ] 2797/3838 72% [============================================= ] 2798/3838 72% [============================================= ] 2799/3838 72% [============================================= ] 2800/3838 72% [============================================= ] 2801/3838 72% [============================================= ] 2802/3838 73% [============================================= ] 2803/3838 73% [============================================= ] 2804/3838 73% [============================================= ] 2805/3838 73% [============================================= ] 2806/3838 73% [============================================= ] 2807/3838 73% [============================================= ] 2808/3838 73% [============================================= ] 2809/3838 73% [============================================= ] 2810/3838 73% [============================================= ] 2811/3838 73% [============================================= ] 2812/3838 73% [============================================= ] 2813/3838 73% [============================================= ] 2814/3838 73% [============================================= ] 2815/3838 73% [============================================= ] 2816/3838 73% [============================================= ] 2817/3838 73% [============================================= ] 2818/3838 73% [============================================= ] 2819/3838 73% [============================================= ] 2820/3838 73% [============================================= ] 2821/3838 73% [============================================= ] 2822/3838 73% [============================================= ] 2823/3838 73% [============================================= ] 2824/3838 73% [============================================= ] 2825/3838 73% [============================================= ] 2826/3838 73% [============================================= ] 2827/3838 73% [============================================= ] 2828/3838 73% [============================================= ] 2829/3838 73% [============================================= ] 2830/3838 73% [============================================= ] 2831/3838 73% [============================================= ] 2832/3838 73% [============================================= ] 2833/3838 73% [============================================= ] 2834/3838 73% [============================================= ] 2835/3838 73% [============================================= ] 2836/3838 73% [============================================= ] 2837/3838 73% [============================================= ] 2838/3838 73% [============================================= ] 2839/3838 73% [============================================= ] 2840/3838 73% [============================================= ] 2841/3838 74% [============================================= ] 2842/3838 74% [============================================= ] 2843/3838 74% [============================================= ] 2844/3838 74% [============================================= ] 2845/3838 74% [============================================= ] 2846/3838 74% [============================================= ] 2847/3838 74% [============================================== ] 2848/3838 74% [============================================== ] 2849/3838 74% [============================================== ] 2850/3838 74% [============================================== ] 2851/3838 74% [============================================== ] 2852/3838 74% [============================================== ] 2853/3838 74% [============================================== ] 2854/3838 74% [============================================== ] 2855/3838 74% [============================================== ] 2856/3838 74% [============================================== ] 2857/3838 74% [============================================== ] 2858/3838 74% [============================================== ] 2859/3838 74% [============================================== ] 2860/3838 74% [============================================== ] 2861/3838 74% [============================================== ] 2862/3838 74% [============================================== ] 2863/3838 74% [============================================== ] 2864/3838 74% [============================================== ] 2865/3838 74% [============================================== ] 2866/3838 74% [============================================== ] 2867/3838 74% [============================================== ] 2868/3838 74% [============================================== ] 2869/3838 74% [============================================== ] 2870/3838 74% [============================================== ] 2871/3838 74% [============================================== ] 2872/3838 74% [============================================== ] 2873/3838 74% [============================================== ] 2874/3838 74% [============================================== ] 2875/3838 74% [============================================== ] 2876/3838 74% [============================================== ] 2877/3838 74% [============================================== ] 2878/3838 74% [============================================== ] 2879/3838 75% [============================================== ] 2880/3838 75% [============================================== ] 2881/3838 75% [============================================== ] 2882/3838 75% [============================================== ] 2883/3838 75% [============================================== ] 2884/3838 75% [============================================== ] 2885/3838 75% [============================================== ] 2886/3838 75% [============================================== ] 2887/3838 75% [============================================== ] 2888/3838 75% [============================================== ] 2889/3838 75% [============================================== ] 2890/3838 75% [============================================== ] 2891/3838 75% [============================================== ] 2892/3838 75% [============================================== ] 2893/3838 75% [============================================== ] 2894/3838 75% [============================================== ] 2895/3838 75% [============================================== ] 2896/3838 75% [============================================== ] 2897/3838 75% [============================================== ] 2898/3838 75% [============================================== ] 2899/3838 75% [============================================== ] 2900/3838 75% [============================================== ] 2901/3838 75% [============================================== ] 2902/3838 75% [============================================== ] 2903/3838 75% [============================================== ] 2904/3838 75% [============================================== ] 2905/3838 75% [============================================== ] 2906/3838 75% [============================================== ] 2907/3838 75% [============================================== ] 2908/3838 75% [============================================== ] 2909/3838 75% [=============================================== ] 2910/3838 75% [=============================================== ] 2911/3838 75% [=============================================== ] 2912/3838 75% [=============================================== ] 2913/3838 75% [=============================================== ] 2914/3838 75% [=============================================== ] 2915/3838 75% [=============================================== ] 2916/3838 75% [=============================================== ] 2917/3838 76% [=============================================== ] 2918/3838 76% [=============================================== ] 2919/3838 76% [=============================================== ] 2920/3838 76% [=============================================== ] 2921/3838 76% [=============================================== ] 2922/3838 76% [=============================================== ] 2923/3838 76% [=============================================== ] 2924/3838 76% [=============================================== ] 2925/3838 76% [=============================================== ] 2926/3838 76% [=============================================== ] 2927/3838 76% [=============================================== ] 2928/3838 76% [=============================================== ] 2929/3838 76% [=============================================== ] 2930/3838 76% [=============================================== ] 2931/3838 76% [=============================================== ] 2932/3838 76% [=============================================== ] 2933/3838 76% [=============================================== ] 2934/3838 76% [=============================================== ] 2935/3838 76% [=============================================== ] 2936/3838 76% [=============================================== ] 2937/3838 76% [=============================================== ] 2938/3838 76% [=============================================== ] 2939/3838 76% [=============================================== ] 2940/3838 76% [=============================================== ] 2941/3838 76% [=============================================== ] 2942/3838 76% [=============================================== ] 2943/3838 76% [=============================================== ] 2944/3838 76% [=============================================== ] 2945/3838 76% [=============================================== ] 2946/3838 76% [=============================================== ] 2947/3838 76% [=============================================== ] 2948/3838 76% [=============================================== ] 2949/3838 76% [=============================================== ] 2950/3838 76% [=============================================== ] 2951/3838 76% [=============================================== ] 2952/3838 76% [=============================================== ] 2953/3838 76% [=============================================== ] 2954/3838 76% [=============================================== ] 2955/3838 76% [=============================================== ] 2956/3838 77% [=============================================== ] 2957/3838 77% [=============================================== ] 2958/3838 77% [=============================================== ] 2959/3838 77% [=============================================== ] 2960/3838 77% [=============================================== ] 2961/3838 77% [=============================================== ] 2962/3838 77% [=============================================== ] 2963/3838 77% [=============================================== ] 2964/3838 77% [=============================================== ] 2965/3838 77% [=============================================== ] 2966/3838 77% [=============================================== ] 2967/3838 77% [=============================================== ] 2968/3838 77% [=============================================== ] 2969/3838 77% [=============================================== ] 2970/3838 77% [=============================================== ] 2971/3838 77% [================================================ ] 2972/3838 77% [================================================ ] 2973/3838 77% [================================================ ] 2974/3838 77% [================================================ ] 2975/3838 77% [================================================ ] 2976/3838 77% [================================================ ] 2977/3838 77% [================================================ ] 2978/3838 77% [================================================ ] 2979/3838 77% [================================================ ] 2980/3838 77% [================================================ ] 2981/3838 77% [================================================ ] 2982/3838 77% [================================================ ] 2983/3838 77% [================================================ ] 2984/3838 77% [================================================ ] 2985/3838 77% [================================================ ] 2986/3838 77% [================================================ ] 2987/3838 77% [================================================ ] 2988/3838 77% [================================================ ] 2989/3838 77% [================================================ ] 2990/3838 77% [================================================ ] 2991/3838 77% [================================================ ] 2992/3838 77% [================================================ ] 2993/3838 77% [================================================ ] 2994/3838 78% [================================================ ] 2995/3838 78% [================================================ ] 2996/3838 78% [================================================ ] 2997/3838 78% [================================================ ] 2998/3838 78% [================================================ ] 2999/3838 78% [================================================ ] 3000/3838 78% [================================================ ] 3001/3838 78% [================================================ ] 3002/3838 78% [================================================ ] 3003/3838 78% [================================================ ] 3004/3838 78% [================================================ ] 3005/3838 78% [================================================ ] 3006/3838 78% [================================================ ] 3007/3838 78% [================================================ ] 3008/3838 78% [================================================ ] 3009/3838 78% [================================================ ] 3010/3838 78% [================================================ ] 3011/3838 78% [================================================ ] 3012/3838 78% [================================================ ] 3013/3838 78% [================================================ ] 3014/3838 78% [================================================ ] 3015/3838 78% [================================================ ] 3016/3838 78% [================================================ ] 3017/3838 78% [================================================ ] 3018/3838 78% [================================================ ] 3019/3838 78% [================================================ ] 3020/3838 78% [================================================ ] 3021/3838 78% [================================================ ] 3022/3838 78% [================================================ ] 3023/3838 78% [================================================ ] 3024/3838 78% [================================================ ] 3025/3838 78% [================================================ ] 3026/3838 78% [================================================ ] 3027/3838 78% [================================================ ] 3028/3838 78% [================================================ ] 3029/3838 78% [================================================ ] 3030/3838 78% [================================================ ] 3031/3838 78% [================================================ ] 3032/3838 78% [================================================ ] 3033/3838 79% [================================================= ] 3034/3838 79% [================================================= ] 3035/3838 79% [================================================= ] 3036/3838 79% [================================================= ] 3037/3838 79% [================================================= ] 3038/3838 79% [================================================= ] 3039/3838 79% [================================================= ] 3040/3838 79% [================================================= ] 3041/3838 79% [================================================= ] 3042/3838 79% [================================================= ] 3043/3838 79% [================================================= ] 3044/3838 79% [================================================= ] 3045/3838 79% [================================================= ] 3046/3838 79% [================================================= ] 3047/3838 79% [================================================= ] 3048/3838 79% [================================================= ] 3049/3838 79% [================================================= ] 3050/3838 79% [================================================= ] 3051/3838 79% [================================================= ] 3052/3838 79% [================================================= ] 3053/3838 79% [================================================= ] 3054/3838 79% [================================================= ] 3055/3838 79% [================================================= ] 3056/3838 79% [================================================= ] 3057/3838 79% [================================================= ] 3058/3838 79% [================================================= ] 3059/3838 79% [================================================= ] 3060/3838 79% [================================================= ] 3061/3838 79% [================================================= ] 3062/3838 79% [================================================= ] 3063/3838 79% [================================================= ] 3064/3838 79% [================================================= ] 3065/3838 79% [================================================= ] 3066/3838 79% [================================================= ] 3067/3838 79% [================================================= ] 3068/3838 79% [================================================= ] 3069/3838 79% [================================================= ] 3070/3838 79% [================================================= ] 3071/3838 80% [================================================= ] 3072/3838 80% [================================================= ] 3073/3838 80% [================================================= ] 3074/3838 80% [================================================= ] 3075/3838 80% [================================================= ] 3076/3838 80% [================================================= ] 3077/3838 80% [================================================= ] 3078/3838 80% [================================================= ] 3079/3838 80% [================================================= ] 3080/3838 80% [================================================= ] 3081/3838 80% [================================================= ] 3082/3838 80% [================================================= ] 3083/3838 80% [================================================= ] 3084/3838 80% [================================================= ] 3085/3838 80% [================================================= ] 3086/3838 80% [================================================= ] 3087/3838 80% [================================================= ] 3088/3838 80% [================================================= ] 3089/3838 80% [================================================= ] 3090/3838 80% [================================================= ] 3091/3838 80% [================================================= ] 3092/3838 80% [================================================= ] 3093/3838 80% [================================================= ] 3094/3838 80% [================================================= ] 3095/3838 80% [================================================== ] 3096/3838 80% [================================================== ] 3097/3838 80% [================================================== ] 3098/3838 80% [================================================== ] 3099/3838 80% [================================================== ] 3100/3838 80% [================================================== ] 3101/3838 80% [================================================== ] 3102/3838 80% [================================================== ] 3103/3838 80% [================================================== ] 3104/3838 80% [================================================== ] 3105/3838 80% [================================================== ] 3106/3838 80% [================================================== ] 3107/3838 80% [================================================== ] 3108/3838 80% [================================================== ] 3109/3838 81% [================================================== ] 3110/3838 81% [================================================== ] 3111/3838 81% [================================================== ] 3112/3838 81% [================================================== ] 3113/3838 81% [================================================== ] 3114/3838 81% [================================================== ] 3115/3838 81% [================================================== ] 3116/3838 81% [================================================== ] 3117/3838 81% [================================================== ] 3118/3838 81% [================================================== ] 3119/3838 81% [================================================== ] 3120/3838 81% [================================================== ] 3121/3838 81% [================================================== ] 3122/3838 81% [================================================== ] 3123/3838 81% [================================================== ] 3124/3838 81% [================================================== ] 3125/3838 81% [================================================== ] 3126/3838 81% [================================================== ] 3127/3838 81% [================================================== ] 3128/3838 81% [================================================== ] 3129/3838 81% [================================================== ] 3130/3838 81% [================================================== ] 3131/3838 81% [================================================== ] 3132/3838 81% [================================================== ] 3133/3838 81% [================================================== ] 3134/3838 81% [================================================== ] 3135/3838 81% [================================================== ] 3136/3838 81% [================================================== ] 3137/3838 81% [================================================== ] 3138/3838 81% [================================================== ] 3139/3838 81% [================================================== ] 3140/3838 81% [================================================== ] 3141/3838 81% [================================================== ] 3142/3838 81% [================================================== ] 3143/3838 81% [================================================== ] 3144/3838 81% [================================================== ] 3145/3838 81% [================================================== ] 3146/3838 81% [================================================== ] 3147/3838 81% [================================================== ] 3148/3838 82% [================================================== ] 3149/3838 82% [================================================== ] 3150/3838 82% [================================================== ] 3151/3838 82% [================================================== ] 3152/3838 82% [================================================== ] 3153/3838 82% [================================================== ] 3154/3838 82% [================================================== ] 3155/3838 82% [================================================== ] 3156/3838 82% [================================================== ] 3157/3838 82% [=================================================== ] 3158/3838 82% [=================================================== ] 3159/3838 82% [=================================================== ] 3160/3838 82% [=================================================== ] 3161/3838 82% [=================================================== ] 3162/3838 82% [=================================================== ] 3163/3838 82% [=================================================== ] 3164/3838 82% [=================================================== ] 3165/3838 82% [=================================================== ] 3166/3838 82% [=================================================== ] 3167/3838 82% [=================================================== ] 3168/3838 82% [=================================================== ] 3169/3838 82% [=================================================== ] 3170/3838 82% [=================================================== ] 3171/3838 82% [=================================================== ] 3172/3838 82% [=================================================== ] 3173/3838 82% [=================================================== ] 3174/3838 82% [=================================================== ] 3175/3838 82% [=================================================== ] 3176/3838 82% [=================================================== ] 3177/3838 82% [=================================================== ] 3178/3838 82% [=================================================== ] 3179/3838 82% [=================================================== ] 3180/3838 82% [=================================================== ] 3181/3838 82% [=================================================== ] 3182/3838 82% [=================================================== ] 3183/3838 82% [=================================================== ] 3184/3838 82% [=================================================== ] 3185/3838 82% [=================================================== ] 3186/3838 83% [=================================================== ] 3187/3838 83% [=================================================== ] 3188/3838 83% [=================================================== ] 3189/3838 83% [=================================================== ] 3190/3838 83% [=================================================== ] 3191/3838 83% [=================================================== ] 3192/3838 83% [=================================================== ] 3193/3838 83% [=================================================== ] 3194/3838 83% [=================================================== ] 3195/3838 83% [=================================================== ] 3196/3838 83% [=================================================== ] 3197/3838 83% [=================================================== ] 3198/3838 83% [=================================================== ] 3199/3838 83% [=================================================== ] 3200/3838 83% [=================================================== ] 3201/3838 83% [=================================================== ] 3202/3838 83% [=================================================== ] 3203/3838 83% [=================================================== ] 3204/3838 83% [=================================================== ] 3205/3838 83% [=================================================== ] 3206/3838 83% [=================================================== ] 3207/3838 83% [=================================================== ] 3208/3838 83% [=================================================== ] 3209/3838 83% [=================================================== ] 3210/3838 83% [=================================================== ] 3211/3838 83% [=================================================== ] 3212/3838 83% [=================================================== ] 3213/3838 83% [=================================================== ] 3214/3838 83% [=================================================== ] 3215/3838 83% [=================================================== ] 3216/3838 83% [=================================================== ] 3217/3838 83% [=================================================== ] 3218/3838 83% [==================================================== ] 3219/3838 83% [==================================================== ] 3220/3838 83% [==================================================== ] 3221/3838 83% [==================================================== ] 3222/3838 83% [==================================================== ] 3223/3838 83% [==================================================== ] 3224/3838 84% [==================================================== ] 3225/3838 84% [==================================================== ] 3226/3838 84% [==================================================== ] 3227/3838 84% [==================================================== ] 3228/3838 84% [==================================================== ] 3229/3838 84% [==================================================== ] 3230/3838 84% [==================================================== ] 3231/3838 84% [==================================================== ] 3232/3838 84% [==================================================== ] 3233/3838 84% [==================================================== ] 3234/3838 84% [==================================================== ] 3235/3838 84% [==================================================== ] 3236/3838 84% [==================================================== ] 3237/3838 84% [==================================================== ] 3238/3838 84% [==================================================== ] 3239/3838 84% [==================================================== ] 3240/3838 84% [==================================================== ] 3241/3838 84% [==================================================== ] 3242/3838 84% [==================================================== ] 3243/3838 84% [==================================================== ] 3244/3838 84% [==================================================== ] 3245/3838 84% [==================================================== ] 3246/3838 84% [==================================================== ] 3247/3838 84% [==================================================== ] 3248/3838 84% [==================================================== ] 3249/3838 84% [==================================================== ] 3250/3838 84% [==================================================== ] 3251/3838 84% [==================================================== ] 3252/3838 84% [==================================================== ] 3253/3838 84% [==================================================== ] 3254/3838 84% [==================================================== ] 3255/3838 84% [==================================================== ] 3256/3838 84% [==================================================== ] 3257/3838 84% [==================================================== ] 3258/3838 84% [==================================================== ] 3259/3838 84% [==================================================== ] 3260/3838 84% [==================================================== ] 3261/3838 84% [==================================================== ] 3262/3838 84% [==================================================== ] 3263/3838 85% [==================================================== ] 3264/3838 85% [==================================================== ] 3265/3838 85% [==================================================== ] 3266/3838 85% [==================================================== ] 3267/3838 85% [==================================================== ] 3268/3838 85% [==================================================== ] 3269/3838 85% [==================================================== ] 3270/3838 85% [==================================================== ] 3271/3838 85% [==================================================== ] 3272/3838 85% [==================================================== ] 3273/3838 85% [==================================================== ] 3274/3838 85% [==================================================== ] 3275/3838 85% [==================================================== ] 3276/3838 85% [==================================================== ] 3277/3838 85% [==================================================== ] 3278/3838 85% [==================================================== ] 3279/3838 85% [==================================================== ] 3280/3838 85% [===================================================== ] 3281/3838 85% [===================================================== ] 3282/3838 85% [===================================================== ] 3283/3838 85% [===================================================== ] 3284/3838 85% [===================================================== ] 3285/3838 85% [===================================================== ] 3286/3838 85% [===================================================== ] 3287/3838 85% [===================================================== ] 3288/3838 85% [===================================================== ] 3289/3838 85% [===================================================== ] 3290/3838 85% [===================================================== ] 3291/3838 85% [===================================================== ] 3292/3838 85% [===================================================== ] 3293/3838 85% [===================================================== ] 3294/3838 85% [===================================================== ] 3295/3838 85% [===================================================== ] 3296/3838 85% [===================================================== ] 3297/3838 85% [===================================================== ] 3298/3838 85% [===================================================== ] 3299/3838 85% [===================================================== ] 3300/3838 85% [===================================================== ] 3301/3838 86% [===================================================== ] 3302/3838 86% [===================================================== ] 3303/3838 86% [===================================================== ] 3304/3838 86% [===================================================== ] 3305/3838 86% [===================================================== ] 3306/3838 86% [===================================================== ] 3307/3838 86% [===================================================== ] 3308/3838 86% [===================================================== ] 3309/3838 86% [===================================================== ] 3310/3838 86% [===================================================== ] 3311/3838 86% [===================================================== ] 3312/3838 86% [===================================================== ] 3313/3838 86% [===================================================== ] 3314/3838 86% [===================================================== ] 3315/3838 86% [===================================================== ] 3316/3838 86% [===================================================== ] 3317/3838 86% [===================================================== ] 3318/3838 86% [===================================================== ] 3319/3838 86% [===================================================== ] 3320/3838 86% [===================================================== ] 3321/3838 86% [===================================================== ] 3322/3838 86% [===================================================== ] 3323/3838 86% [===================================================== ] 3324/3838 86% [===================================================== ] 3325/3838 86% [===================================================== ] 3326/3838 86% [===================================================== ] 3327/3838 86% [===================================================== ] 3328/3838 86% [===================================================== ] 3329/3838 86% [===================================================== ] 3330/3838 86% [===================================================== ] 3331/3838 86% [===================================================== ] 3332/3838 86% [===================================================== ] 3333/3838 86% [===================================================== ] 3334/3838 86% [===================================================== ] 3335/3838 86% [===================================================== ] 3336/3838 86% [===================================================== ] 3337/3838 86% [===================================================== ] 3338/3838 86% [===================================================== ] 3339/3838 86% [===================================================== ] 3340/3838 87% [===================================================== ] 3341/3838 87% [===================================================== ] 3342/3838 87% [====================================================== ] 3343/3838 87% [====================================================== ] 3344/3838 87% [====================================================== ] 3345/3838 87% [====================================================== ] 3346/3838 87% [====================================================== ] 3347/3838 87% [====================================================== ] 3348/3838 87% [====================================================== ] 3349/3838 87% [====================================================== ] 3350/3838 87% [====================================================== ] 3351/3838 87% [====================================================== ] 3352/3838 87% [====================================================== ] 3353/3838 87% [====================================================== ] 3354/3838 87% [====================================================== ] 3355/3838 87% [====================================================== ] 3356/3838 87% [====================================================== ] 3357/3838 87% [====================================================== ] 3358/3838 87% [====================================================== ] 3359/3838 87% [====================================================== ] 3360/3838 87% [====================================================== ] 3361/3838 87% [====================================================== ] 3362/3838 87% [====================================================== ] 3363/3838 87% [====================================================== ] 3364/3838 87% [====================================================== ] 3365/3838 87% [====================================================== ] 3366/3838 87% [====================================================== ] 3367/3838 87% [====================================================== ] 3368/3838 87% [====================================================== ] 3369/3838 87% [====================================================== ] 3370/3838 87% [====================================================== ] 3371/3838 87% [====================================================== ] 3372/3838 87% [====================================================== ] 3373/3838 87% [====================================================== ] 3374/3838 87% [====================================================== ] 3375/3838 87% [====================================================== ] 3376/3838 87% [====================================================== ] 3377/3838 87% [====================================================== ] 3378/3838 88% [====================================================== ] 3379/3838 88% [====================================================== ] 3380/3838 88% [====================================================== ] 3381/3838 88% [====================================================== ] 3382/3838 88% [====================================================== ] 3383/3838 88% [====================================================== ] 3384/3838 88% [====================================================== ] 3385/3838 88% [====================================================== ] 3386/3838 88% [====================================================== ] 3387/3838 88% [====================================================== ] 3388/3838 88% [====================================================== ] 3389/3838 88% [====================================================== ] 3390/3838 88% [====================================================== ] 3391/3838 88% [====================================================== ] 3392/3838 88% [====================================================== ] 3393/3838 88% [====================================================== ] 3394/3838 88% [====================================================== ] 3395/3838 88% [====================================================== ] 3396/3838 88% [====================================================== ] 3397/3838 88% [====================================================== ] 3398/3838 88% [====================================================== ] 3399/3838 88% [====================================================== ] 3400/3838 88% [====================================================== ] 3401/3838 88% [====================================================== ] 3402/3838 88% [====================================================== ] 3403/3838 88% [====================================================== ] 3404/3838 88% [======================================================= ] 3405/3838 88% [======================================================= ] 3406/3838 88% [======================================================= ] 3407/3838 88% [======================================================= ] 3408/3838 88% [======================================================= ] 3409/3838 88% [======================================================= ] 3410/3838 88% [======================================================= ] 3411/3838 88% [======================================================= ] 3412/3838 88% [======================================================= ] 3413/3838 88% [======================================================= ] 3414/3838 88% [======================================================= ] 3415/3838 88% [======================================================= ] 3416/3838 89% [======================================================= ] 3417/3838 89% [======================================================= ] 3418/3838 89% [======================================================= ] 3419/3838 89% [======================================================= ] 3420/3838 89% [======================================================= ] 3421/3838 89% [======================================================= ] 3422/3838 89% [======================================================= ] 3423/3838 89% [======================================================= ] 3424/3838 89% [======================================================= ] 3425/3838 89% [======================================================= ] 3426/3838 89% [======================================================= ] 3427/3838 89% [======================================================= ] 3428/3838 89% [======================================================= ] 3429/3838 89% [======================================================= ] 3430/3838 89% [======================================================= ] 3431/3838 89% [======================================================= ] 3432/3838 89% [======================================================= ] 3433/3838 89% [======================================================= ] 3434/3838 89% [======================================================= ] 3435/3838 89% [======================================================= ] 3436/3838 89% [======================================================= ] 3437/3838 89% [======================================================= ] 3438/3838 89% [======================================================= ] 3439/3838 89% [======================================================= ] 3440/3838 89% [======================================================= ] 3441/3838 89% [======================================================= ] 3442/3838 89% [======================================================= ] 3443/3838 89% [======================================================= ] 3444/3838 89% [======================================================= ] 3445/3838 89% [======================================================= ] 3446/3838 89% [======================================================= ] 3447/3838 89% [======================================================= ] 3448/3838 89% [======================================================= ] 3449/3838 89% [======================================================= ] 3450/3838 89% [======================================================= ] 3451/3838 89% [======================================================= ] 3452/3838 89% [======================================================= ] 3453/3838 89% [======================================================= ] 3454/3838 89% [======================================================= ] 3455/3838 90% [======================================================= ] 3456/3838 90% [======================================================= ] 3457/3838 90% [======================================================= ] 3458/3838 90% [======================================================= ] 3459/3838 90% [======================================================= ] 3460/3838 90% [======================================================= ] 3461/3838 90% [======================================================= ] 3462/3838 90% [======================================================= ] 3463/3838 90% [======================================================= ] 3464/3838 90% [======================================================= ] 3465/3838 90% [======================================================= ] 3466/3838 90% [======================================================== ] 3467/3838 90% [======================================================== ] 3468/3838 90% [======================================================== ] 3469/3838 90% [======================================================== ] 3470/3838 90% [======================================================== ] 3471/3838 90% [======================================================== ] 3472/3838 90% [======================================================== ] 3473/3838 90% [======================================================== ] 3474/3838 90% [======================================================== ] 3475/3838 90% [======================================================== ] 3476/3838 90% [======================================================== ] 3477/3838 90% [======================================================== ] 3478/3838 90% [======================================================== ] 3479/3838 90% [======================================================== ] 3480/3838 90% [======================================================== ] 3481/3838 90% [======================================================== ] 3482/3838 90% [======================================================== ] 3483/3838 90% [======================================================== ] 3484/3838 90% [======================================================== ] 3485/3838 90% [======================================================== ] 3486/3838 90% [======================================================== ] 3487/3838 90% [======================================================== ] 3488/3838 90% [======================================================== ] 3489/3838 90% [======================================================== ] 3490/3838 90% [======================================================== ] 3491/3838 90% [======================================================== ] 3492/3838 90% [======================================================== ] 3493/3838 91% [======================================================== ] 3494/3838 91% [======================================================== ] 3495/3838 91% [======================================================== ] 3496/3838 91% [======================================================== ] 3497/3838 91% [======================================================== ] 3498/3838 91% [======================================================== ] 3499/3838 91% [======================================================== ] 3500/3838 91% [======================================================== ] 3501/3838 91% [======================================================== ] 3502/3838 91% [======================================================== ] 3503/3838 91% [======================================================== ] 3504/3838 91% [======================================================== ] 3505/3838 91% [======================================================== ] 3506/3838 91% [======================================================== ] 3507/3838 91% [======================================================== ] 3508/3838 91% [======================================================== ] 3509/3838 91% [======================================================== ] 3510/3838 91% [======================================================== ] 3511/3838 91% [======================================================== ] 3512/3838 91% [======================================================== ] 3513/3838 91% [======================================================== ] 3514/3838 91% [======================================================== ] 3515/3838 91% [======================================================== ] 3516/3838 91% [======================================================== ] 3517/3838 91% [======================================================== ] 3518/3838 91% [======================================================== ] 3519/3838 91% [======================================================== ] 3520/3838 91% [======================================================== ] 3521/3838 91% [======================================================== ] 3522/3838 91% [======================================================== ] 3523/3838 91% [======================================================== ] 3524/3838 91% [======================================================== ] 3525/3838 91% [======================================================== ] 3526/3838 91% [======================================================== ] 3527/3838 91% [======================================================== ] 3528/3838 91% [========================================================= ] 3529/3838 91% [========================================================= ] 3530/3838 91% [========================================================= ] 3531/3838 92% [========================================================= ] 3532/3838 92% [========================================================= ] 3533/3838 92% [========================================================= ] 3534/3838 92% [========================================================= ] 3535/3838 92% [========================================================= ] 3536/3838 92% [========================================================= ] 3537/3838 92% [========================================================= ] 3538/3838 92% [========================================================= ] 3539/3838 92% [========================================================= ] 3540/3838 92% [========================================================= ] 3541/3838 92% [========================================================= ] 3542/3838 92% [========================================================= ] 3543/3838 92% [========================================================= ] 3544/3838 92% [========================================================= ] 3545/3838 92% [========================================================= ] 3546/3838 92% [========================================================= ] 3547/3838 92% [========================================================= ] 3548/3838 92% [========================================================= ] 3549/3838 92% [========================================================= ] 3550/3838 92% [========================================================= ] 3551/3838 92% [========================================================= ] 3552/3838 92% [========================================================= ] 3553/3838 92% [========================================================= ] 3554/3838 92% [========================================================= ] 3555/3838 92% [========================================================= ] 3556/3838 92% [========================================================= ] 3557/3838 92% [========================================================= ] 3558/3838 92% [========================================================= ] 3559/3838 92% [========================================================= ] 3560/3838 92% [========================================================= ] 3561/3838 92% [========================================================= ] 3562/3838 92% [========================================================= ] 3563/3838 92% [========================================================= ] 3564/3838 92% [========================================================= ] 3565/3838 92% [========================================================= ] 3566/3838 92% [========================================================= ] 3567/3838 92% [========================================================= ] 3568/3838 92% [========================================================= ] 3569/3838 92% [========================================================= ] 3570/3838 93% [========================================================= ] 3571/3838 93% [========================================================= ] 3572/3838 93% [========================================================= ] 3573/3838 93% [========================================================= ] 3574/3838 93% [========================================================= ] 3575/3838 93% [========================================================= ] 3576/3838 93% [========================================================= ] 3577/3838 93% [========================================================= ] 3578/3838 93% [========================================================= ] 3579/3838 93% [========================================================= ] 3580/3838 93% [========================================================= ] 3581/3838 93% [========================================================= ] 3582/3838 93% [========================================================= ] 3583/3838 93% [========================================================= ] 3584/3838 93% [========================================================= ] 3585/3838 93% [========================================================= ] 3586/3838 93% [========================================================= ] 3587/3838 93% [========================================================= ] 3588/3838 93% [========================================================= ] 3589/3838 93% [========================================================= ] 3590/3838 93% [========================================================== ] 3591/3838 93% [========================================================== ] 3592/3838 93% [========================================================== ] 3593/3838 93% [========================================================== ] 3594/3838 93% [========================================================== ] 3595/3838 93% [========================================================== ] 3596/3838 93% [========================================================== ] 3597/3838 93% [========================================================== ] 3598/3838 93% [========================================================== ] 3599/3838 93% [========================================================== ] 3600/3838 93% [========================================================== ] 3601/3838 93% [========================================================== ] 3602/3838 93% [========================================================== ] 3603/3838 93% [========================================================== ] 3604/3838 93% [========================================================== ] 3605/3838 93% [========================================================== ] 3606/3838 93% [========================================================== ] 3607/3838 93% [========================================================== ] 3608/3838 94% [========================================================== ] 3609/3838 94% [========================================================== ] 3610/3838 94% [========================================================== ] 3611/3838 94% [========================================================== ] 3612/3838 94% [========================================================== ] 3613/3838 94% [========================================================== ] 3614/3838 94% [========================================================== ] 3615/3838 94% [========================================================== ] 3616/3838 94% [========================================================== ] 3617/3838 94% [========================================================== ] 3618/3838 94% [========================================================== ] 3619/3838 94% [========================================================== ] 3620/3838 94% [========================================================== ] 3621/3838 94% [========================================================== ] 3622/3838 94% [========================================================== ] 3623/3838 94% [========================================================== ] 3624/3838 94% [========================================================== ] 3625/3838 94% [========================================================== ] 3626/3838 94% [========================================================== ] 3627/3838 94% [========================================================== ] 3628/3838 94% [========================================================== ] 3629/3838 94% [========================================================== ] 3630/3838 94% [========================================================== ] 3631/3838 94% [========================================================== ] 3632/3838 94% [========================================================== ] 3633/3838 94% [========================================================== ] 3634/3838 94% [========================================================== ] 3635/3838 94% [========================================================== ] 3636/3838 94% [========================================================== ] 3637/3838 94% [========================================================== ] 3638/3838 94% [========================================================== ] 3639/3838 94% [========================================================== ] 3640/3838 94% [========================================================== ] 3641/3838 94% [========================================================== ] 3642/3838 94% [========================================================== ] 3643/3838 94% [========================================================== ] 3644/3838 94% [========================================================== ] 3645/3838 94% [========================================================== ] 3646/3838 94% [========================================================== ] 3647/3838 95% [========================================================== ] 3648/3838 95% [========================================================== ] 3649/3838 95% [========================================================== ] 3650/3838 95% [========================================================== ] 3651/3838 95% [========================================================== ] 3652/3838 95% [=========================================================== ] 3653/3838 95% [=========================================================== ] 3654/3838 95% [=========================================================== ] 3655/3838 95% [=========================================================== ] 3656/3838 95% [=========================================================== ] 3657/3838 95% [=========================================================== ] 3658/3838 95% [=========================================================== ] 3659/3838 95% [=========================================================== ] 3660/3838 95% [=========================================================== ] 3661/3838 95% [=========================================================== ] 3662/3838 95% [=========================================================== ] 3663/3838 95% [=========================================================== ] 3664/3838 95% [=========================================================== ] 3665/3838 95% [=========================================================== ] 3666/3838 95% [=========================================================== ] 3667/3838 95% [=========================================================== ] 3668/3838 95% [=========================================================== ] 3669/3838 95% [=========================================================== ] 3670/3838 95% [=========================================================== ] 3671/3838 95% [=========================================================== ] 3672/3838 95% [=========================================================== ] 3673/3838 95% [=========================================================== ] 3674/3838 95% [=========================================================== ] 3675/3838 95% [=========================================================== ] 3676/3838 95% [=========================================================== ] 3677/3838 95% [=========================================================== ] 3678/3838 95% [=========================================================== ] 3679/3838 95% [=========================================================== ] 3680/3838 95% [=========================================================== ] 3681/3838 95% [=========================================================== ] 3682/3838 95% [=========================================================== ] 3683/3838 95% [=========================================================== ] 3684/3838 95% [=========================================================== ] 3685/3838 96% [=========================================================== ] 3686/3838 96% [=========================================================== ] 3687/3838 96% [=========================================================== ] 3688/3838 96% [=========================================================== ] 3689/3838 96% [=========================================================== ] 3690/3838 96% [=========================================================== ] 3691/3838 96% [=========================================================== ] 3692/3838 96% [=========================================================== ] 3693/3838 96% [=========================================================== ] 3694/3838 96% [=========================================================== ] 3695/3838 96% [=========================================================== ] 3696/3838 96% [=========================================================== ] 3697/3838 96% [=========================================================== ] 3698/3838 96% [=========================================================== ] 3699/3838 96% [=========================================================== ] 3700/3838 96% [=========================================================== ] 3701/3838 96% [=========================================================== ] 3702/3838 96% [=========================================================== ] 3703/3838 96% [=========================================================== ] 3704/3838 96% [=========================================================== ] 3705/3838 96% [=========================================================== ] 3706/3838 96% [=========================================================== ] 3707/3838 96% [=========================================================== ] 3708/3838 96% [=========================================================== ] 3709/3838 96% [=========================================================== ] 3710/3838 96% [=========================================================== ] 3711/3838 96% [=========================================================== ] 3712/3838 96% [=========================================================== ] 3713/3838 96% [=========================================================== ] 3714/3838 96% [============================================================ ] 3715/3838 96% [============================================================ ] 3716/3838 96% [============================================================ ] 3717/3838 96% [============================================================ ] 3718/3838 96% [============================================================ ] 3719/3838 96% [============================================================ ] 3720/3838 96% [============================================================ ] 3721/3838 96% [============================================================ ] 3722/3838 96% [============================================================ ] 3723/3838 97% [============================================================ ] 3724/3838 97% [============================================================ ] 3725/3838 97% [============================================================ ] 3726/3838 97% [============================================================ ] 3727/3838 97% [============================================================ ] 3728/3838 97% [============================================================ ] 3729/3838 97% [============================================================ ] 3730/3838 97% [============================================================ ] 3731/3838 97% [============================================================ ] 3732/3838 97% [============================================================ ] 3733/3838 97% [============================================================ ] 3734/3838 97% [============================================================ ] 3735/3838 97% [============================================================ ] 3736/3838 97% [============================================================ ] 3737/3838 97% [============================================================ ] 3738/3838 97% [============================================================ ] 3739/3838 97% [============================================================ ] 3740/3838 97% [============================================================ ] 3741/3838 97% [============================================================ ] 3742/3838 97% [============================================================ ] 3743/3838 97% [============================================================ ] 3744/3838 97% [============================================================ ] 3745/3838 97% [============================================================ ] 3746/3838 97% [============================================================ ] 3747/3838 97% [============================================================ ] 3748/3838 97% [============================================================ ] 3749/3838 97% [============================================================ ] 3750/3838 97% [============================================================ ] 3751/3838 97% [============================================================ ] 3752/3838 97% [============================================================ ] 3753/3838 97% [============================================================ ] 3754/3838 97% [============================================================ ] 3755/3838 97% [============================================================ ] 3756/3838 97% [============================================================ ] 3757/3838 97% [============================================================ ] 3758/3838 97% [============================================================ ] 3759/3838 97% [============================================================ ] 3760/3838 97% [============================================================ ] 3761/3838 97% [============================================================ ] 3762/3838 98% [============================================================ ] 3763/3838 98% [============================================================ ] 3764/3838 98% [============================================================ ] 3765/3838 98% [============================================================ ] 3766/3838 98% [============================================================ ] 3767/3838 98% [============================================================ ] 3768/3838 98% [============================================================ ] 3769/3838 98% [============================================================ ] 3770/3838 98% [============================================================ ] 3771/3838 98% [============================================================ ] 3772/3838 98% [============================================================ ] 3773/3838 98% [============================================================ ] 3774/3838 98% [============================================================ ] 3775/3838 98% [============================================================ ] 3776/3838 98% [============================================================= ] 3777/3838 98% [============================================================= ] 3778/3838 98% [============================================================= ] 3779/3838 98% [============================================================= ] 3780/3838 98% [============================================================= ] 3781/3838 98% [============================================================= ] 3782/3838 98% [============================================================= ] 3783/3838 98% [============================================================= ] 3784/3838 98% [============================================================= ] 3785/3838 98% [============================================================= ] 3786/3838 98% [============================================================= ] 3787/3838 98% [============================================================= ] 3788/3838 98% [============================================================= ] 3789/3838 98% [============================================================= ] 3790/3838 98% [============================================================= ] 3791/3838 98% [============================================================= ] 3792/3838 98% [============================================================= ] 3793/3838 98% [============================================================= ] 3794/3838 98% [============================================================= ] 3795/3838 98% [============================================================= ] 3796/3838 98% [============================================================= ] 3797/3838 98% [============================================================= ] 3798/3838 98% [============================================================= ] 3799/3838 98% [============================================================= ] 3800/3838 99% [============================================================= ] 3801/3838 99% [============================================================= ] 3802/3838 99% [============================================================= ] 3803/3838 99% [============================================================= ] 3804/3838 99% [============================================================= ] 3805/3838 99% [============================================================= ] 3806/3838 99% [============================================================= ] 3807/3838 99% [============================================================= ] 3808/3838 99% [============================================================= ] 3809/3838 99% [============================================================= ] 3810/3838 99% [============================================================= ] 3811/3838 99% [============================================================= ] 3812/3838 99% [============================================================= ] 3813/3838 99% [============================================================= ] 3814/3838 99% [============================================================= ] 3815/3838 99% [============================================================= ] 3816/3838 99% [============================================================= ] 3817/3838 99% [============================================================= ] 3818/3838 99% [============================================================= ] 3819/3838 99% [============================================================= ] 3820/3838 99% [============================================================= ] 3821/3838 99% [============================================================= ] 3822/3838 99% [============================================================= ] 3823/3838 99% [============================================================= ] 3824/3838 99% [============================================================= ] 3825/3838 99% [============================================================= ] 3826/3838 99% [============================================================= ] 3827/3838 99% [============================================================= ] 3828/3838 99% [============================================================= ] 3829/3838 99% [============================================================= ] 3830/3838 99% [============================================================= ] 3831/3838 99% [============================================================= ] 3832/3838 99% [============================================================= ] 3833/3838 99% [============================================================= ] 3834/3838 99% [============================================================= ] 3835/3838 99% [============================================================= ] 3836/3838 99% [============================================================= ] 3837/3838 99% [==============================================================] 3838/3838 100% operation complete, 3838 objects in 45997 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-6998-g11477df6b14 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> 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) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> genpart 1.0.2 Collecting legal info >>> host-genpart 1.0.2 Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> haproxy 2.6.1 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> htpdate 1.3.5 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> logsurfer 1.8 Collecting legal info >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-moby-buildkit 0.10.0 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.18.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.1.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> host-runc 1.1.3 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_gfx 1.0.4 Collecting legal info COPYING: OK (sha256: ec9036525fe1adde787041cce6c4b7fbb262863c238bb9051037e29a57e27bfc) SDL2_framerate.h: OK (sha256: 18e6fad60b809b0e30bd2576a0d33c179ca2ac694504a849d05b6579e3c481dd) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wolfssl 5.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'