>>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target -print0 | xargs -0 -r touch -hd @1656535015\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --reproducible --quiet -o -H newc > /home/buildroot/autobuild/instance-2/output-1/images/rootfs.cpio\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target -print0 | xargs -0 -r touch -hd @1656535015\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.squashfs -noappend -processors 4 -b 32K -comp xz\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-2/output-1/images/rootfs.squashfs, block size 32768. [=============================================================-] 5268/5268 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 32768 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 28306.44 Kbytes (27.64 Mbytes) 28.67% of uncompressed filesystem size (98740.48 Kbytes) Inode table size 28264 bytes (27.60 Kbytes) 21.64% of uncompressed inode table size (130633 bytes) Directory table size 30436 bytes (29.72 Kbytes) 48.61% of uncompressed directory table size (62610 bytes) Number of duplicate files found 402 Number of inodes 3599 Number of files 2577 Number of fragments 351 Number of symbolic links 524 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 498 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-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1656535015\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3611 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3611 0% [ ] 2/3611 0% [ ] 3/3611 0% [ ] 4/3611 0% [ ] 5/3611 0% [ ] 6/3611 0% [ ] 7/3611 0% [ ] 8/3611 0% [ ] 9/3611 0% [ ] 10/3611 0% [ ] 11/3611 0% [ ] 12/3611 0% [ ] 13/3611 0% [ ] 14/3611 0% [ ] 15/3611 0% [ ] 16/3611 0% [ ] 17/3611 0% [ ] 18/3611 0% [ ] 19/3611 0% [ ] 20/3611 0% [ ] 21/3611 0% [ ] 22/3611 0% [ ] 23/3611 0% [ ] 24/3611 0% [ ] 25/3611 0% [ ] 26/3611 0% [ ] 27/3611 0% [ ] 28/3611 0% [ ] 29/3611 0% [ ] 30/3611 0% [ ] 31/3611 0% [ ] 32/3611 0% [ ] 33/3611 0% [ ] 34/3611 0% [ ] 35/3611 0% [ ] 36/3611 0% [ ] 37/3611 1% [ ] 38/3611 1% [ ] 39/3611 1% [ ] 40/3611 1% [ ] 41/3611 1% [ ] 42/3611 1% [ ] 43/3611 1% [ ] 44/3611 1% [ ] 45/3611 1% [ ] 46/3611 1% [ ] 47/3611 1% [ ] 48/3611 1% [ ] 49/3611 1% [ ] 50/3611 1% [ ] 51/3611 1% [ ] 52/3611 1% [ ] 53/3611 1% [ ] 54/3611 1% [ ] 55/3611 1% [ ] 56/3611 1% [ ] 57/3611 1% [ ] 58/3611 1% [= ] 59/3611 1% [= ] 60/3611 1% [= ] 61/3611 1% [= ] 62/3611 1% [= ] 63/3611 1% [= ] 64/3611 1% [= ] 65/3611 1% [= ] 66/3611 1% [= ] 67/3611 1% [= ] 68/3611 1% [= ] 69/3611 1% [= ] 70/3611 1% [= ] 71/3611 1% [= ] 72/3611 1% [= ] 73/3611 2% [= ] 74/3611 2% [= ] 75/3611 2% [= ] 76/3611 2% [= ] 77/3611 2% [= ] 78/3611 2% [= ] 79/3611 2% [= ] 80/3611 2% [= ] 81/3611 2% [= ] 82/3611 2% [= ] 83/3611 2% [= ] 84/3611 2% [= ] 85/3611 2% [= ] 86/3611 2% [= ] 87/3611 2% [= ] 88/3611 2% [= ] 89/3611 2% [= ] 90/3611 2% [= ] 91/3611 2% [= ] 92/3611 2% [= ] 93/3611 2% [= ] 94/3611 2% [= ] 95/3611 2% [= ] 96/3611 2% [= ] 97/3611 2% [= ] 98/3611 2% [= ] 99/3611 2% [= ] 100/3611 2% [= ] 101/3611 2% [= ] 102/3611 2% [= ] 103/3611 2% [= ] 104/3611 2% [= ] 105/3611 2% [= ] 106/3611 2% [= ] 107/3611 2% [= ] 108/3611 2% [= ] 109/3611 3% [= ] 110/3611 3% [= ] 111/3611 3% [= ] 112/3611 3% [= ] 113/3611 3% [= ] 114/3611 3% [= ] 115/3611 3% [= ] 116/3611 3% [== ] 117/3611 3% [== ] 118/3611 3% [== ] 119/3611 3% [== ] 120/3611 3% [== ] 121/3611 3% [== ] 122/3611 3% [== ] 123/3611 3% [== ] 124/3611 3% [== ] 125/3611 3% [== ] 126/3611 3% [== ] 127/3611 3% [== ] 128/3611 3% [== ] 129/3611 3% [== ] 130/3611 3% [== ] 131/3611 3% [== ] 132/3611 3% [== ] 133/3611 3% [== ] 134/3611 3% [== ] 135/3611 3% [== ] 136/3611 3% [== ] 137/3611 3% [== ] 138/3611 3% [== ] 139/3611 3% [== ] 140/3611 3% [== ] 141/3611 3% [== ] 142/3611 3% [== ] 143/3611 3% [== ] 144/3611 3% [== ] 145/3611 4% [== ] 146/3611 4% [== ] 147/3611 4% [== ] 148/3611 4% [== ] 149/3611 4% [== ] 150/3611 4% [== ] 151/3611 4% [== ] 152/3611 4% [== ] 153/3611 4% [== ] 154/3611 4% [== ] 155/3611 4% [== ] 156/3611 4% [== ] 157/3611 4% [== ] 158/3611 4% [== ] 159/3611 4% [== ] 160/3611 4% [== ] 161/3611 4% [== ] 162/3611 4% [== ] 163/3611 4% [== ] 164/3611 4% [== ] 165/3611 4% [== ] 166/3611 4% [== ] 167/3611 4% [== ] 168/3611 4% [== ] 169/3611 4% [== ] 170/3611 4% [== ] 171/3611 4% [== ] 172/3611 4% [== ] 173/3611 4% [== ] 174/3611 4% [=== ] 175/3611 4% [=== ] 176/3611 4% [=== ] 177/3611 4% [=== ] 178/3611 4% [=== ] 179/3611 4% [=== ] 180/3611 4% [=== ] 181/3611 5% [=== ] 182/3611 5% [=== ] 183/3611 5% [=== ] 184/3611 5% [=== ] 185/3611 5% [=== ] 186/3611 5% [=== ] 187/3611 5% [=== ] 188/3611 5% [=== ] 189/3611 5% [=== ] 190/3611 5% [=== ] 191/3611 5% [=== ] 192/3611 5% [=== ] 193/3611 5% [=== ] 194/3611 5% [=== ] 195/3611 5% [=== ] 196/3611 5% [=== ] 197/3611 5% [=== ] 198/3611 5% [=== ] 199/3611 5% [=== ] 200/3611 5% [=== ] 201/3611 5% [=== ] 202/3611 5% [=== ] 203/3611 5% [=== ] 204/3611 5% [=== ] 205/3611 5% [=== ] 206/3611 5% [=== ] 207/3611 5% [=== ] 208/3611 5% [=== ] 209/3611 5% [=== ] 210/3611 5% [=== ] 211/3611 5% [=== ] 212/3611 5% [=== ] 213/3611 5% [=== ] 214/3611 5% [=== ] 215/3611 5% [=== ] 216/3611 5% [=== ] 217/3611 6% [=== ] 218/3611 6% [=== ] 219/3611 6% [=== ] 220/3611 6% [=== ] 221/3611 6% [=== ] 222/3611 6% [=== ] 223/3611 6% [=== ] 224/3611 6% [=== ] 225/3611 6% [=== ] 226/3611 6% [=== ] 227/3611 6% [=== ] 228/3611 6% [=== ] 229/3611 6% [=== ] 230/3611 6% [=== ] 231/3611 6% [=== ] 232/3611 6% [==== ] 233/3611 6% [==== ] 234/3611 6% [==== ] 235/3611 6% [==== ] 236/3611 6% [==== ] 237/3611 6% [==== ] 238/3611 6% [==== ] 239/3611 6% [==== ] 240/3611 6% [==== ] 241/3611 6% [==== ] 242/3611 6% [==== ] 243/3611 6% [==== ] 244/3611 6% [==== ] 245/3611 6% [==== ] 246/3611 6% [==== ] 247/3611 6% [==== ] 248/3611 6% [==== ] 249/3611 6% [==== ] 250/3611 6% [==== ] 251/3611 6% [==== ] 252/3611 6% [==== ] 253/3611 7% [==== ] 254/3611 7% [==== ] 255/3611 7% [==== ] 256/3611 7% [==== ] 257/3611 7% [==== ] 258/3611 7% [==== ] 259/3611 7% [==== ] 260/3611 7% [==== ] 261/3611 7% [==== ] 262/3611 7% [==== ] 263/3611 7% [==== ] 264/3611 7% [==== ] 265/3611 7% [==== ] 266/3611 7% [==== ] 267/3611 7% [==== ] 268/3611 7% [==== ] 269/3611 7% [==== ] 270/3611 7% [==== ] 271/3611 7% [==== ] 272/3611 7% [==== ] 273/3611 7% [==== ] 274/3611 7% [==== ] 275/3611 7% [==== ] 276/3611 7% [==== ] 277/3611 7% [==== ] 278/3611 7% [==== ] 279/3611 7% [==== ] 280/3611 7% [==== ] 281/3611 7% [==== ] 282/3611 7% [==== ] 283/3611 7% [==== ] 284/3611 7% [==== ] 285/3611 7% [==== ] 286/3611 7% [==== ] 287/3611 7% [==== ] 288/3611 7% [==== ] 289/3611 8% [==== ] 290/3611 8% [==== ] 291/3611 8% [===== ] 292/3611 8% [===== ] 293/3611 8% [===== ] 294/3611 8% [===== ] 295/3611 8% [===== ] 296/3611 8% [===== ] 297/3611 8% [===== ] 298/3611 8% [===== ] 299/3611 8% [===== ] 300/3611 8% [===== ] 301/3611 8% [===== ] 302/3611 8% [===== ] 303/3611 8% [===== ] 304/3611 8% [===== ] 305/3611 8% [===== ] 306/3611 8% [===== ] 307/3611 8% [===== ] 308/3611 8% [===== ] 309/3611 8% [===== ] 310/3611 8% [===== ] 311/3611 8% [===== ] 312/3611 8% [===== ] 313/3611 8% [===== ] 314/3611 8% [===== ] 315/3611 8% [===== ] 316/3611 8% [===== ] 317/3611 8% [===== ] 318/3611 8% [===== ] 319/3611 8% [===== ] 320/3611 8% [===== ] 321/3611 8% [===== ] 322/3611 8% [===== ] 323/3611 8% [===== ] 324/3611 8% [===== ] 325/3611 9% [===== ] 326/3611 9% [===== ] 327/3611 9% [===== ] 328/3611 9% [===== ] 329/3611 9% [===== ] 330/3611 9% [===== ] 331/3611 9% [===== ] 332/3611 9% [===== ] 333/3611 9% [===== ] 334/3611 9% [===== ] 335/3611 9% [===== ] 336/3611 9% [===== ] 337/3611 9% [===== ] 338/3611 9% [===== ] 339/3611 9% [===== ] 340/3611 9% [===== ] 341/3611 9% [===== ] 342/3611 9% [===== ] 343/3611 9% [===== ] 344/3611 9% [===== ] 345/3611 9% [===== ] 346/3611 9% [===== ] 347/3611 9% [===== ] 348/3611 9% [===== ] 349/3611 9% [====== ] 350/3611 9% [====== ] 351/3611 9% [====== ] 352/3611 9% [====== ] 353/3611 9% [====== ] 354/3611 9% [====== ] 355/3611 9% [====== ] 356/3611 9% [====== ] 357/3611 9% [====== ] 358/3611 9% [====== ] 359/3611 9% [====== ] 360/3611 9% [====== ] 361/3611 9% [====== ] 362/3611 10% [====== ] 363/3611 10% [====== ] 364/3611 10% [====== ] 365/3611 10% [====== ] 366/3611 10% [====== ] 367/3611 10% [====== ] 368/3611 10% [====== ] 369/3611 10% [====== ] 370/3611 10% [====== ] 371/3611 10% [====== ] 372/3611 10% [====== ] 373/3611 10% [====== ] 374/3611 10% [====== ] 375/3611 10% [====== ] 376/3611 10% [====== ] 377/3611 10% [====== ] 378/3611 10% [====== ] 379/3611 10% [====== ] 380/3611 10% [====== ] 381/3611 10% [====== ] 382/3611 10% [====== ] 383/3611 10% [====== ] 384/3611 10% [====== ] 385/3611 10% [====== ] 386/3611 10% [====== ] 387/3611 10% [====== ] 388/3611 10% [====== ] 389/3611 10% [====== ] 390/3611 10% [====== ] 391/3611 10% [====== ] 392/3611 10% [====== ] 393/3611 10% [====== ] 394/3611 10% [====== ] 395/3611 10% [====== ] 396/3611 10% [====== ] 397/3611 10% [====== ] 398/3611 11% [====== ] 399/3611 11% [====== ] 400/3611 11% [====== ] 401/3611 11% [====== ] 402/3611 11% [====== ] 403/3611 11% [====== ] 404/3611 11% [====== ] 405/3611 11% [====== ] 406/3611 11% [====== ] 407/3611 11% [======= ] 408/3611 11% [======= ] 409/3611 11% [======= ] 410/3611 11% [======= ] 411/3611 11% [======= ] 412/3611 11% [======= ] 413/3611 11% [======= ] 414/3611 11% [======= ] 415/3611 11% [======= ] 416/3611 11% [======= ] 417/3611 11% [======= ] 418/3611 11% [======= ] 419/3611 11% [======= ] 420/3611 11% [======= ] 421/3611 11% [======= ] 422/3611 11% [======= ] 423/3611 11% [======= ] 424/3611 11% [======= ] 425/3611 11% [======= ] 426/3611 11% [======= ] 427/3611 11% [======= ] 428/3611 11% [======= ] 429/3611 11% [======= ] 430/3611 11% [======= ] 431/3611 11% [======= ] 432/3611 11% [======= ] 433/3611 11% [======= ] 434/3611 12% [======= ] 435/3611 12% [======= ] 436/3611 12% [======= ] 437/3611 12% [======= ] 438/3611 12% [======= ] 439/3611 12% [======= ] 440/3611 12% [======= ] 441/3611 12% [======= ] 442/3611 12% [======= ] 443/3611 12% [======= ] 444/3611 12% [======= ] 445/3611 12% [======= ] 446/3611 12% [======= ] 447/3611 12% [======= ] 448/3611 12% [======= ] 449/3611 12% [======= ] 450/3611 12% [======= ] 451/3611 12% [======= ] 452/3611 12% [======= ] 453/3611 12% [======= ] 454/3611 12% [======= ] 455/3611 12% [======= ] 456/3611 12% [======= ] 457/3611 12% [======= ] 458/3611 12% [======= ] 459/3611 12% [======= ] 460/3611 12% [======= ] 461/3611 12% [======= ] 462/3611 12% [======= ] 463/3611 12% [======= ] 464/3611 12% [======= ] 465/3611 12% [======== ] 466/3611 12% [======== ] 467/3611 12% [======== ] 468/3611 12% [======== ] 469/3611 12% [======== ] 470/3611 13% [======== ] 471/3611 13% [======== ] 472/3611 13% [======== ] 473/3611 13% [======== ] 474/3611 13% [======== ] 475/3611 13% [======== ] 476/3611 13% [======== ] 477/3611 13% [======== ] 478/3611 13% [======== ] 479/3611 13% [======== ] 480/3611 13% [======== ] 481/3611 13% [======== ] 482/3611 13% [======== ] 483/3611 13% [======== ] 484/3611 13% [======== ] 485/3611 13% [======== ] 486/3611 13% [======== ] 487/3611 13% [======== ] 488/3611 13% [======== ] 489/3611 13% [======== ] 490/3611 13% [======== ] 491/3611 13% [======== ] 492/3611 13% [======== ] 493/3611 13% [======== ] 494/3611 13% [======== ] 495/3611 13% [======== ] 496/3611 13% [======== ] 497/3611 13% [======== ] 498/3611 13% [======== ] 499/3611 13% [======== ] 500/3611 13% [======== ] 501/3611 13% [======== ] 502/3611 13% [======== ] 503/3611 13% [======== ] 504/3611 13% [======== ] 505/3611 13% [======== ] 506/3611 14% [======== ] 507/3611 14% [======== ] 508/3611 14% [======== ] 509/3611 14% [======== ] 510/3611 14% [======== ] 511/3611 14% [======== ] 512/3611 14% [======== ] 513/3611 14% [======== ] 514/3611 14% [======== ] 515/3611 14% [======== ] 516/3611 14% [======== ] 517/3611 14% [======== ] 518/3611 14% [======== ] 519/3611 14% [======== ] 520/3611 14% [======== ] 521/3611 14% [======== ] 522/3611 14% [======== ] 523/3611 14% [======== ] 524/3611 14% [========= ] 525/3611 14% [========= ] 526/3611 14% [========= ] 527/3611 14% [========= ] 528/3611 14% [========= ] 529/3611 14% [========= ] 530/3611 14% [========= ] 531/3611 14% [========= ] 532/3611 14% [========= ] 533/3611 14% [========= ] 534/3611 14% [========= ] 535/3611 14% [========= ] 536/3611 14% [========= ] 537/3611 14% [========= ] 538/3611 14% [========= ] 539/3611 14% [========= ] 540/3611 14% [========= ] 541/3611 14% [========= ] 542/3611 15% [========= ] 543/3611 15% [========= ] 544/3611 15% [========= ] 545/3611 15% [========= ] 546/3611 15% [========= ] 547/3611 15% [========= ] 548/3611 15% [========= ] 549/3611 15% [========= ] 550/3611 15% [========= ] 551/3611 15% [========= ] 552/3611 15% [========= ] 553/3611 15% [========= ] 554/3611 15% [========= ] 555/3611 15% [========= ] 556/3611 15% [========= ] 557/3611 15% [========= ] 558/3611 15% [========= ] 559/3611 15% [========= ] 560/3611 15% [========= ] 561/3611 15% [========= ] 562/3611 15% [========= ] 563/3611 15% [========= ] 564/3611 15% [========= ] 565/3611 15% [========= ] 566/3611 15% [========= ] 567/3611 15% [========= ] 568/3611 15% [========= ] 569/3611 15% [========= ] 570/3611 15% [========= ] 571/3611 15% [========= ] 572/3611 15% [========= ] 573/3611 15% [========= ] 574/3611 15% [========= ] 575/3611 15% [========= ] 576/3611 15% [========= ] 577/3611 15% [========= ] 578/3611 16% [========= ] 579/3611 16% [========= ] 580/3611 16% [========= ] 581/3611 16% [========= ] 582/3611 16% [========== ] 583/3611 16% [========== ] 584/3611 16% [========== ] 585/3611 16% [========== ] 586/3611 16% [========== ] 587/3611 16% [========== ] 588/3611 16% [========== ] 589/3611 16% [========== ] 590/3611 16% [========== ] 591/3611 16% [========== ] 592/3611 16% [========== ] 593/3611 16% [========== ] 594/3611 16% [========== ] 595/3611 16% [========== ] 596/3611 16% [========== ] 597/3611 16% [========== ] 598/3611 16% [========== ] 599/3611 16% [========== ] 600/3611 16% [========== ] 601/3611 16% [========== ] 602/3611 16% [========== ] 603/3611 16% [========== ] 604/3611 16% [========== ] 605/3611 16% [========== ] 606/3611 16% [========== ] 607/3611 16% [========== ] 608/3611 16% [========== ] 609/3611 16% [========== ] 610/3611 16% [========== ] 611/3611 16% [========== ] 612/3611 16% [========== ] 613/3611 16% [========== ] 614/3611 17% [========== ] 615/3611 17% [========== ] 616/3611 17% [========== ] 617/3611 17% [========== ] 618/3611 17% [========== ] 619/3611 17% [========== ] 620/3611 17% [========== ] 621/3611 17% [========== ] 622/3611 17% [========== ] 623/3611 17% [========== ] 624/3611 17% [========== ] 625/3611 17% [========== ] 626/3611 17% [========== ] 627/3611 17% [========== ] 628/3611 17% [========== ] 629/3611 17% [========== ] 630/3611 17% [========== ] 631/3611 17% [========== ] 632/3611 17% [========== ] 633/3611 17% [========== ] 634/3611 17% [========== ] 635/3611 17% [========== ] 636/3611 17% [========== ] 637/3611 17% [========== ] 638/3611 17% [========== ] 639/3611 17% [========== ] 640/3611 17% [=========== ] 641/3611 17% [=========== ] 642/3611 17% [=========== ] 643/3611 17% [=========== ] 644/3611 17% [=========== ] 645/3611 17% [=========== ] 646/3611 17% [=========== ] 647/3611 17% [=========== ] 648/3611 17% [=========== ] 649/3611 17% [=========== ] 650/3611 18% [=========== ] 651/3611 18% [=========== ] 652/3611 18% [=========== ] 653/3611 18% [=========== ] 654/3611 18% [=========== ] 655/3611 18% [=========== ] 656/3611 18% [=========== ] 657/3611 18% [=========== ] 658/3611 18% [=========== ] 659/3611 18% [=========== ] 660/3611 18% [=========== ] 661/3611 18% [=========== ] 662/3611 18% [=========== ] 663/3611 18% [=========== ] 664/3611 18% [=========== ] 665/3611 18% [=========== ] 666/3611 18% [=========== ] 667/3611 18% [=========== ] 668/3611 18% [=========== ] 669/3611 18% [=========== ] 670/3611 18% [=========== ] 671/3611 18% [=========== ] 672/3611 18% [=========== ] 673/3611 18% [=========== ] 674/3611 18% [=========== ] 675/3611 18% [=========== ] 676/3611 18% [=========== ] 677/3611 18% [=========== ] 678/3611 18% [=========== ] 679/3611 18% [=========== ] 680/3611 18% [=========== ] 681/3611 18% [=========== ] 682/3611 18% [=========== ] 683/3611 18% [=========== ] 684/3611 18% [=========== ] 685/3611 18% [=========== ] 686/3611 18% [=========== ] 687/3611 19% [=========== ] 688/3611 19% [=========== ] 689/3611 19% [=========== ] 690/3611 19% [=========== ] 691/3611 19% [=========== ] 692/3611 19% [=========== ] 693/3611 19% [=========== ] 694/3611 19% [=========== ] 695/3611 19% [=========== ] 696/3611 19% [=========== ] 697/3611 19% [=========== ] 698/3611 19% [============ ] 699/3611 19% [============ ] 700/3611 19% [============ ] 701/3611 19% [============ ] 702/3611 19% [============ ] 703/3611 19% [============ ] 704/3611 19% [============ ] 705/3611 19% [============ ] 706/3611 19% [============ ] 707/3611 19% [============ ] 708/3611 19% [============ ] 709/3611 19% [============ ] 710/3611 19% [============ ] 711/3611 19% [============ ] 712/3611 19% [============ ] 713/3611 19% [============ ] 714/3611 19% [============ ] 715/3611 19% [============ ] 716/3611 19% [============ ] 717/3611 19% [============ ] 718/3611 19% [============ ] 719/3611 19% [============ ] 720/3611 19% [============ ] 721/3611 19% [============ ] 722/3611 19% [============ ] 723/3611 20% [============ ] 724/3611 20% [============ ] 725/3611 20% [============ ] 726/3611 20% [============ ] 727/3611 20% [============ ] 728/3611 20% [============ ] 729/3611 20% [============ ] 730/3611 20% [============ ] 731/3611 20% [============ ] 732/3611 20% [============ ] 733/3611 20% [============ ] 734/3611 20% [============ ] 735/3611 20% [============ ] 736/3611 20% [============ ] 737/3611 20% [============ ] 738/3611 20% [============ ] 739/3611 20% [============ ] 740/3611 20% [============ ] 741/3611 20% [============ ] 742/3611 20% [============ ] 743/3611 20% [============ ] 744/3611 20% [============ ] 745/3611 20% [============ ] 746/3611 20% [============ ] 747/3611 20% [============ ] 748/3611 20% [============ ] 749/3611 20% [============ ] 750/3611 20% [============ ] 751/3611 20% [============ ] 752/3611 20% [============ ] 753/3611 20% [============ ] 754/3611 20% [============ ] 755/3611 20% [============ ] 756/3611 20% [============ ] 757/3611 20% [============= ] 758/3611 20% [============= ] 759/3611 21% [============= ] 760/3611 21% [============= ] 761/3611 21% [============= ] 762/3611 21% [============= ] 763/3611 21% [============= ] 764/3611 21% [============= ] 765/3611 21% [============= ] 766/3611 21% [============= ] 767/3611 21% [============= ] 768/3611 21% [============= ] 769/3611 21% [============= ] 770/3611 21% [============= ] 771/3611 21% [============= ] 772/3611 21% [============= ] 773/3611 21% [============= ] 774/3611 21% [============= ] 775/3611 21% [============= ] 776/3611 21% [============= ] 777/3611 21% [============= ] 778/3611 21% [============= ] 779/3611 21% [============= ] 780/3611 21% [============= ] 781/3611 21% [============= ] 782/3611 21% [============= ] 783/3611 21% [============= ] 784/3611 21% [============= ] 785/3611 21% [============= ] 786/3611 21% [============= ] 787/3611 21% [============= ] 788/3611 21% [============= ] 789/3611 21% [============= ] 790/3611 21% [============= ] 791/3611 21% [============= ] 792/3611 21% [============= ] 793/3611 21% [============= ] 794/3611 21% [============= ] 795/3611 22% [============= ] 796/3611 22% [============= ] 797/3611 22% [============= ] 798/3611 22% [============= ] 799/3611 22% [============= ] 800/3611 22% [============= ] 801/3611 22% [============= ] 802/3611 22% [============= ] 803/3611 22% [============= ] 804/3611 22% [============= ] 805/3611 22% [============= ] 806/3611 22% [============= ] 807/3611 22% [============= ] 808/3611 22% [============= ] 809/3611 22% [============= ] 810/3611 22% [============= ] 811/3611 22% [============= ] 812/3611 22% [============= ] 813/3611 22% [============= ] 814/3611 22% [============= ] 815/3611 22% [============== ] 816/3611 22% [============== ] 817/3611 22% [============== ] 818/3611 22% [============== ] 819/3611 22% [============== ] 820/3611 22% [============== ] 821/3611 22% [============== ] 822/3611 22% [============== ] 823/3611 22% [============== ] 824/3611 22% [============== ] 825/3611 22% [============== ] 826/3611 22% [============== ] 827/3611 22% [============== ] 828/3611 22% [============== ] 829/3611 22% [============== ] 830/3611 22% [============== ] 831/3611 23% [============== ] 832/3611 23% [============== ] 833/3611 23% [============== ] 834/3611 23% [============== ] 835/3611 23% [============== ] 836/3611 23% [============== ] 837/3611 23% [============== ] 838/3611 23% [============== ] 839/3611 23% [============== ] 840/3611 23% [============== ] 841/3611 23% [============== ] 842/3611 23% [============== ] 843/3611 23% [============== ] 844/3611 23% [============== ] 845/3611 23% [============== ] 846/3611 23% [============== ] 847/3611 23% [============== ] 848/3611 23% [============== ] 849/3611 23% [============== ] 850/3611 23% [============== ] 851/3611 23% [============== ] 852/3611 23% [============== ] 853/3611 23% [============== ] 854/3611 23% [============== ] 855/3611 23% [============== ] 856/3611 23% [============== ] 857/3611 23% [============== ] 858/3611 23% [============== ] 859/3611 23% [============== ] 860/3611 23% [============== ] 861/3611 23% [============== ] 862/3611 23% [============== ] 863/3611 23% [============== ] 864/3611 23% [============== ] 865/3611 23% [============== ] 866/3611 23% [============== ] 867/3611 24% [============== ] 868/3611 24% [============== ] 869/3611 24% [============== ] 870/3611 24% [============== ] 871/3611 24% [============== ] 872/3611 24% [============== ] 873/3611 24% [=============== ] 874/3611 24% [=============== ] 875/3611 24% [=============== ] 876/3611 24% [=============== ] 877/3611 24% [=============== ] 878/3611 24% [=============== ] 879/3611 24% [=============== ] 880/3611 24% [=============== ] 881/3611 24% [=============== ] 882/3611 24% [=============== ] 883/3611 24% [=============== ] 884/3611 24% [=============== ] 885/3611 24% [=============== ] 886/3611 24% [=============== ] 887/3611 24% [=============== ] 888/3611 24% [=============== ] 889/3611 24% [=============== ] 890/3611 24% [=============== ] 891/3611 24% [=============== ] 892/3611 24% [=============== ] 893/3611 24% [=============== ] 894/3611 24% [=============== ] 895/3611 24% [=============== ] 896/3611 24% [=============== ] 897/3611 24% [=============== ] 898/3611 24% [=============== ] 899/3611 24% [=============== ] 900/3611 24% [=============== ] 901/3611 24% [=============== ] 902/3611 24% [=============== ] 903/3611 25% [=============== ] 904/3611 25% [=============== ] 905/3611 25% [=============== ] 906/3611 25% [=============== ] 907/3611 25% [=============== ] 908/3611 25% [=============== ] 909/3611 25% [=============== ] 910/3611 25% [=============== ] 911/3611 25% [=============== ] 912/3611 25% [=============== ] 913/3611 25% [=============== ] 914/3611 25% [=============== ] 915/3611 25% [=============== ] 916/3611 25% [=============== ] 917/3611 25% [=============== ] 918/3611 25% [=============== ] 919/3611 25% [=============== ] 920/3611 25% [=============== ] 921/3611 25% [=============== ] 922/3611 25% [=============== ] 923/3611 25% [=============== ] 924/3611 25% [=============== ] 925/3611 25% [=============== ] 926/3611 25% [=============== ] 927/3611 25% [=============== ] 928/3611 25% [=============== ] 929/3611 25% [=============== ] 930/3611 25% [=============== ] 931/3611 25% [================ ] 932/3611 25% [================ ] 933/3611 25% [================ ] 934/3611 25% [================ ] 935/3611 25% [================ ] 936/3611 25% [================ ] 937/3611 25% [================ ] 938/3611 25% [================ ] 939/3611 26% [================ ] 940/3611 26% [================ ] 941/3611 26% [================ ] 942/3611 26% [================ ] 943/3611 26% [================ ] 944/3611 26% [================ ] 945/3611 26% [================ ] 946/3611 26% [================ ] 947/3611 26% [================ ] 948/3611 26% [================ ] 949/3611 26% [================ ] 950/3611 26% [================ ] 951/3611 26% [================ ] 952/3611 26% [================ ] 953/3611 26% [================ ] 954/3611 26% [================ ] 955/3611 26% [================ ] 956/3611 26% [================ ] 957/3611 26% [================ ] 958/3611 26% [================ ] 959/3611 26% [================ ] 960/3611 26% [================ ] 961/3611 26% [================ ] 962/3611 26% [================ ] 963/3611 26% [================ ] 964/3611 26% [================ ] 965/3611 26% [================ ] 966/3611 26% [================ ] 967/3611 26% [================ ] 968/3611 26% [================ ] 969/3611 26% [================ ] 970/3611 26% [================ ] 971/3611 26% [================ ] 972/3611 26% [================ ] 973/3611 26% [================ ] 974/3611 26% [================ ] 975/3611 27% [================ ] 976/3611 27% [================ ] 977/3611 27% [================ ] 978/3611 27% [================ ] 979/3611 27% [================ ] 980/3611 27% [================ ] 981/3611 27% [================ ] 982/3611 27% [================ ] 983/3611 27% [================ ] 984/3611 27% [================ ] 985/3611 27% [================ ] 986/3611 27% [================ ] 987/3611 27% [================ ] 988/3611 27% [================ ] 989/3611 27% [================ ] 990/3611 27% [================= ] 991/3611 27% [================= ] 992/3611 27% [================= ] 993/3611 27% [================= ] 994/3611 27% [================= ] 995/3611 27% [================= ] 996/3611 27% [================= ] 997/3611 27% [================= ] 998/3611 27% [================= ] 999/3611 27% [================= ] 1000/3611 27% [================= ] 1001/3611 27% [================= ] 1002/3611 27% [================= ] 1003/3611 27% [================= ] 1004/3611 27% [================= ] 1005/3611 27% [================= ] 1006/3611 27% [================= ] 1007/3611 27% [================= ] 1008/3611 27% [================= ] 1009/3611 27% [================= ] 1010/3611 27% [================= ] 1011/3611 27% [================= ] 1012/3611 28% [================= ] 1013/3611 28% [================= ] 1014/3611 28% [================= ] 1015/3611 28% [================= ] 1016/3611 28% [================= ] 1017/3611 28% [================= ] 1018/3611 28% [================= ] 1019/3611 28% [================= ] 1020/3611 28% [================= ] 1021/3611 28% [================= ] 1022/3611 28% [================= ] 1023/3611 28% [================= ] 1024/3611 28% [================= ] 1025/3611 28% [================= ] 1026/3611 28% [================= ] 1027/3611 28% [================= ] 1028/3611 28% [================= ] 1029/3611 28% [================= ] 1030/3611 28% [================= ] 1031/3611 28% [================= ] 1032/3611 28% [================= ] 1033/3611 28% [================= ] 1034/3611 28% [================= ] 1035/3611 28% [================= ] 1036/3611 28% [================= ] 1037/3611 28% [================= ] 1038/3611 28% [================= ] 1039/3611 28% [================= ] 1040/3611 28% [================= ] 1041/3611 28% [================= ] 1042/3611 28% [================= ] 1043/3611 28% [================= ] 1044/3611 28% [================= ] 1045/3611 28% [================= ] 1046/3611 28% [================= ] 1047/3611 28% [================= ] 1048/3611 29% [================== ] 1049/3611 29% [================== ] 1050/3611 29% [================== ] 1051/3611 29% [================== ] 1052/3611 29% [================== ] 1053/3611 29% [================== ] 1054/3611 29% [================== ] 1055/3611 29% [================== ] 1056/3611 29% [================== ] 1057/3611 29% [================== ] 1058/3611 29% [================== ] 1059/3611 29% [================== ] 1060/3611 29% [================== ] 1061/3611 29% [================== ] 1062/3611 29% [================== ] 1063/3611 29% [================== ] 1064/3611 29% [================== ] 1065/3611 29% [================== ] 1066/3611 29% [================== ] 1067/3611 29% [================== ] 1068/3611 29% [================== ] 1069/3611 29% [================== ] 1070/3611 29% [================== ] 1071/3611 29% [================== ] 1072/3611 29% [================== ] 1073/3611 29% [================== ] 1074/3611 29% [================== ] 1075/3611 29% [================== ] 1076/3611 29% [================== ] 1077/3611 29% [================== ] 1078/3611 29% [================== ] 1079/3611 29% [================== ] 1080/3611 29% [================== ] 1081/3611 29% [================== ] 1082/3611 29% [================== ] 1083/3611 29% [================== ] 1084/3611 30% [================== ] 1085/3611 30% [================== ] 1086/3611 30% [================== ] 1087/3611 30% [================== ] 1088/3611 30% [================== ] 1089/3611 30% [================== ] 1090/3611 30% [================== ] 1091/3611 30% [================== ] 1092/3611 30% [================== ] 1093/3611 30% [================== ] 1094/3611 30% [================== ] 1095/3611 30% [================== ] 1096/3611 30% [================== ] 1097/3611 30% [================== ] 1098/3611 30% [================== ] 1099/3611 30% [================== ] 1100/3611 30% [================== ] 1101/3611 30% [================== ] 1102/3611 30% [================== ] 1103/3611 30% [================== ] 1104/3611 30% [================== ] 1105/3611 30% [================== ] 1106/3611 30% [=================== ] 1107/3611 30% [=================== ] 1108/3611 30% [=================== ] 1109/3611 30% [=================== ] 1110/3611 30% [=================== ] 1111/3611 30% [=================== ] 1112/3611 30% [=================== ] 1113/3611 30% [=================== ] 1114/3611 30% [=================== ] 1115/3611 30% [=================== ] 1116/3611 30% [=================== ] 1117/3611 30% [=================== ] 1118/3611 30% [=================== ] 1119/3611 30% [=================== ] 1120/3611 31% [=================== ] 1121/3611 31% [=================== ] 1122/3611 31% [=================== ] 1123/3611 31% [=================== ] 1124/3611 31% [=================== ] 1125/3611 31% [=================== ] 1126/3611 31% [=================== ] 1127/3611 31% [=================== ] 1128/3611 31% [=================== ] 1129/3611 31% [=================== ] 1130/3611 31% [=================== ] 1131/3611 31% [=================== ] 1132/3611 31% [=================== ] 1133/3611 31% [=================== ] 1134/3611 31% [=================== ] 1135/3611 31% [=================== ] 1136/3611 31% [=================== ] 1137/3611 31% [=================== ] 1138/3611 31% [=================== ] 1139/3611 31% [=================== ] 1140/3611 31% [=================== ] 1141/3611 31% [=================== ] 1142/3611 31% [=================== ] 1143/3611 31% [=================== ] 1144/3611 31% [=================== ] 1145/3611 31% [=================== ] 1146/3611 31% [=================== ] 1147/3611 31% [=================== ] 1148/3611 31% [=================== ] 1149/3611 31% [=================== ] 1150/3611 31% [=================== ] 1151/3611 31% [=================== ] 1152/3611 31% [=================== ] 1153/3611 31% [=================== ] 1154/3611 31% [=================== ] 1155/3611 31% [=================== ] 1156/3611 32% [=================== ] 1157/3611 32% [=================== ] 1158/3611 32% [=================== ] 1159/3611 32% [=================== ] 1160/3611 32% [=================== ] 1161/3611 32% [=================== ] 1162/3611 32% [=================== ] 1163/3611 32% [=================== ] 1164/3611 32% [==================== ] 1165/3611 32% [==================== ] 1166/3611 32% [==================== ] 1167/3611 32% [==================== ] 1168/3611 32% [==================== ] 1169/3611 32% [==================== ] 1170/3611 32% [==================== ] 1171/3611 32% [==================== ] 1172/3611 32% [==================== ] 1173/3611 32% [==================== ] 1174/3611 32% [==================== ] 1175/3611 32% [==================== ] 1176/3611 32% [==================== ] 1177/3611 32% [==================== ] 1178/3611 32% [==================== ] 1179/3611 32% [==================== ] 1180/3611 32% [==================== ] 1181/3611 32% [==================== ] 1182/3611 32% [==================== ] 1183/3611 32% [==================== ] 1184/3611 32% [==================== ] 1185/3611 32% [==================== ] 1186/3611 32% [==================== ] 1187/3611 32% [==================== ] 1188/3611 32% [==================== ] 1189/3611 32% [==================== ] 1190/3611 32% [==================== ] 1191/3611 32% [==================== ] 1192/3611 33% [==================== ] 1193/3611 33% [==================== ] 1194/3611 33% [==================== ] 1195/3611 33% [==================== ] 1196/3611 33% [==================== ] 1197/3611 33% [==================== ] 1198/3611 33% [==================== ] 1199/3611 33% [==================== ] 1200/3611 33% [==================== ] 1201/3611 33% [==================== ] 1202/3611 33% [==================== ] 1203/3611 33% [==================== ] 1204/3611 33% [==================== ] 1205/3611 33% [==================== ] 1206/3611 33% [==================== ] 1207/3611 33% [==================== ] 1208/3611 33% [==================== ] 1209/3611 33% [==================== ] 1210/3611 33% [==================== ] 1211/3611 33% [==================== ] 1212/3611 33% [==================== ] 1213/3611 33% [==================== ] 1214/3611 33% [==================== ] 1215/3611 33% [==================== ] 1216/3611 33% [==================== ] 1217/3611 33% [==================== ] 1218/3611 33% [==================== ] 1219/3611 33% [==================== ] 1220/3611 33% [==================== ] 1221/3611 33% [==================== ] 1222/3611 33% [==================== ] 1223/3611 33% [===================== ] 1224/3611 33% [===================== ] 1225/3611 33% [===================== ] 1226/3611 33% [===================== ] 1227/3611 33% [===================== ] 1228/3611 34% [===================== ] 1229/3611 34% [===================== ] 1230/3611 34% [===================== ] 1231/3611 34% [===================== ] 1232/3611 34% [===================== ] 1233/3611 34% [===================== ] 1234/3611 34% [===================== ] 1235/3611 34% [===================== ] 1236/3611 34% [===================== ] 1237/3611 34% [===================== ] 1238/3611 34% [===================== ] 1239/3611 34% [===================== ] 1240/3611 34% [===================== ] 1241/3611 34% [===================== ] 1242/3611 34% [===================== ] 1243/3611 34% [===================== ] 1244/3611 34% [===================== ] 1245/3611 34% [===================== ] 1246/3611 34% [===================== ] 1247/3611 34% [===================== ] 1248/3611 34% [===================== ] 1249/3611 34% [===================== ] 1250/3611 34% [===================== ] 1251/3611 34% [===================== ] 1252/3611 34% [===================== ] 1253/3611 34% [===================== ] 1254/3611 34% [===================== ] 1255/3611 34% [===================== ] 1256/3611 34% [===================== ] 1257/3611 34% [===================== ] 1258/3611 34% [===================== ] 1259/3611 34% [===================== ] 1260/3611 34% [===================== ] 1261/3611 34% [===================== ] 1262/3611 34% [===================== ] 1263/3611 34% [===================== ] 1264/3611 35% [===================== ] 1265/3611 35% [===================== ] 1266/3611 35% [===================== ] 1267/3611 35% [===================== ] 1268/3611 35% [===================== ] 1269/3611 35% [===================== ] 1270/3611 35% [===================== ] 1271/3611 35% [===================== ] 1272/3611 35% [===================== ] 1273/3611 35% [===================== ] 1274/3611 35% [===================== ] 1275/3611 35% [===================== ] 1276/3611 35% [===================== ] 1277/3611 35% [===================== ] 1278/3611 35% [===================== ] 1279/3611 35% [===================== ] 1280/3611 35% [===================== ] 1281/3611 35% [====================== ] 1282/3611 35% [====================== ] 1283/3611 35% [====================== ] 1284/3611 35% [====================== ] 1285/3611 35% [====================== ] 1286/3611 35% [====================== ] 1287/3611 35% [====================== ] 1288/3611 35% [====================== ] 1289/3611 35% [====================== ] 1290/3611 35% [====================== ] 1291/3611 35% [====================== ] 1292/3611 35% [====================== ] 1293/3611 35% [====================== ] 1294/3611 35% [====================== ] 1295/3611 35% [====================== ] 1296/3611 35% [====================== ] 1297/3611 35% [====================== ] 1298/3611 35% [====================== ] 1299/3611 35% [====================== ] 1300/3611 36% [====================== ] 1301/3611 36% [====================== ] 1302/3611 36% [====================== ] 1303/3611 36% [====================== ] 1304/3611 36% [====================== ] 1305/3611 36% [====================== ] 1306/3611 36% [====================== ] 1307/3611 36% [====================== ] 1308/3611 36% [====================== ] 1309/3611 36% [====================== ] 1310/3611 36% [====================== ] 1311/3611 36% [====================== ] 1312/3611 36% [====================== ] 1313/3611 36% [====================== ] 1314/3611 36% [====================== ] 1315/3611 36% [====================== ] 1316/3611 36% [====================== ] 1317/3611 36% [====================== ] 1318/3611 36% [====================== ] 1319/3611 36% [====================== ] 1320/3611 36% [====================== ] 1321/3611 36% [====================== ] 1322/3611 36% [====================== ] 1323/3611 36% [====================== ] 1324/3611 36% [====================== ] 1325/3611 36% [====================== ] 1326/3611 36% [====================== ] 1327/3611 36% [====================== ] 1328/3611 36% [====================== ] 1329/3611 36% [====================== ] 1330/3611 36% [====================== ] 1331/3611 36% [====================== ] 1332/3611 36% [====================== ] 1333/3611 36% [====================== ] 1334/3611 36% [====================== ] 1335/3611 36% [====================== ] 1336/3611 36% [====================== ] 1337/3611 37% [====================== ] 1338/3611 37% [====================== ] 1339/3611 37% [======================= ] 1340/3611 37% [======================= ] 1341/3611 37% [======================= ] 1342/3611 37% [======================= ] 1343/3611 37% [======================= ] 1344/3611 37% [======================= ] 1345/3611 37% [======================= ] 1346/3611 37% [======================= ] 1347/3611 37% [======================= ] 1348/3611 37% [======================= ] 1349/3611 37% [======================= ] 1350/3611 37% [======================= ] 1351/3611 37% [======================= ] 1352/3611 37% [======================= ] 1353/3611 37% [======================= ] 1354/3611 37% [======================= ] 1355/3611 37% [======================= ] 1356/3611 37% [======================= ] 1357/3611 37% [======================= ] 1358/3611 37% [======================= ] 1359/3611 37% [======================= ] 1360/3611 37% [======================= ] 1361/3611 37% [======================= ] 1362/3611 37% [======================= ] 1363/3611 37% [======================= ] 1364/3611 37% [======================= ] 1365/3611 37% [======================= ] 1366/3611 37% [======================= ] 1367/3611 37% [======================= ] 1368/3611 37% [======================= ] 1369/3611 37% [======================= ] 1370/3611 37% [======================= ] 1371/3611 37% [======================= ] 1372/3611 37% [======================= ] 1373/3611 38% [======================= ] 1374/3611 38% [======================= ] 1375/3611 38% [======================= ] 1376/3611 38% [======================= ] 1377/3611 38% [======================= ] 1378/3611 38% [======================= ] 1379/3611 38% [======================= ] 1380/3611 38% [======================= ] 1381/3611 38% [======================= ] 1382/3611 38% [======================= ] 1383/3611 38% [======================= ] 1384/3611 38% [======================= ] 1385/3611 38% [======================= ] 1386/3611 38% [======================= ] 1387/3611 38% [======================= ] 1388/3611 38% [======================= ] 1389/3611 38% [======================= ] 1390/3611 38% [======================= ] 1391/3611 38% [======================= ] 1392/3611 38% [======================= ] 1393/3611 38% [======================= ] 1394/3611 38% [======================= ] 1395/3611 38% [======================= ] 1396/3611 38% [======================= ] 1397/3611 38% [======================== ] 1398/3611 38% [======================== ] 1399/3611 38% [======================== ] 1400/3611 38% [======================== ] 1401/3611 38% [======================== ] 1402/3611 38% [======================== ] 1403/3611 38% [======================== ] 1404/3611 38% [======================== ] 1405/3611 38% [======================== ] 1406/3611 38% [======================== ] 1407/3611 38% [======================== ] 1408/3611 38% [======================== ] 1409/3611 39% [======================== ] 1410/3611 39% [======================== ] 1411/3611 39% [======================== ] 1412/3611 39% [======================== ] 1413/3611 39% [======================== ] 1414/3611 39% [======================== ] 1415/3611 39% [======================== ] 1416/3611 39% [======================== ] 1417/3611 39% [======================== ] 1418/3611 39% [======================== ] 1419/3611 39% [======================== ] 1420/3611 39% [======================== ] 1421/3611 39% [======================== ] 1422/3611 39% [======================== ] 1423/3611 39% [======================== ] 1424/3611 39% [======================== ] 1425/3611 39% [======================== ] 1426/3611 39% [======================== ] 1427/3611 39% [======================== ] 1428/3611 39% [======================== ] 1429/3611 39% [======================== ] 1430/3611 39% [======================== ] 1431/3611 39% [======================== ] 1432/3611 39% [======================== ] 1433/3611 39% [======================== ] 1434/3611 39% [======================== ] 1435/3611 39% [======================== ] 1436/3611 39% [======================== ] 1437/3611 39% [======================== ] 1438/3611 39% [======================== ] 1439/3611 39% [======================== ] 1440/3611 39% [======================== ] 1441/3611 39% [======================== ] 1442/3611 39% [======================== ] 1443/3611 39% [======================== ] 1444/3611 39% [======================== ] 1445/3611 40% [======================== ] 1446/3611 40% [======================== ] 1447/3611 40% [======================== ] 1448/3611 40% [======================== ] 1449/3611 40% [======================== ] 1450/3611 40% [======================== ] 1451/3611 40% [======================== ] 1452/3611 40% [======================== ] 1453/3611 40% [======================== ] 1454/3611 40% [======================== ] 1455/3611 40% [======================== ] 1456/3611 40% [========================= ] 1457/3611 40% [========================= ] 1458/3611 40% [========================= ] 1459/3611 40% [========================= ] 1460/3611 40% [========================= ] 1461/3611 40% [========================= ] 1462/3611 40% [========================= ] 1463/3611 40% [========================= ] 1464/3611 40% [========================= ] 1465/3611 40% [========================= ] 1466/3611 40% [========================= ] 1467/3611 40% [========================= ] 1468/3611 40% [========================= ] 1469/3611 40% [========================= ] 1470/3611 40% [========================= ] 1471/3611 40% [========================= ] 1472/3611 40% [========================= ] 1473/3611 40% [========================= ] 1474/3611 40% [========================= ] 1475/3611 40% [========================= ] 1476/3611 40% [========================= ] 1477/3611 40% [========================= ] 1478/3611 40% [========================= ] 1479/3611 40% [========================= ] 1480/3611 40% [========================= ] 1481/3611 41% [========================= ] 1482/3611 41% [========================= ] 1483/3611 41% [========================= ] 1484/3611 41% [========================= ] 1485/3611 41% [========================= ] 1486/3611 41% [========================= ] 1487/3611 41% [========================= ] 1488/3611 41% [========================= ] 1489/3611 41% [========================= ] 1490/3611 41% [========================= ] 1491/3611 41% [========================= ] 1492/3611 41% [========================= ] 1493/3611 41% [========================= ] 1494/3611 41% [========================= ] 1495/3611 41% [========================= ] 1496/3611 41% [========================= ] 1497/3611 41% [========================= ] 1498/3611 41% [========================= ] 1499/3611 41% [========================= ] 1500/3611 41% [========================= ] 1501/3611 41% [========================= ] 1502/3611 41% [========================= ] 1503/3611 41% [========================= ] 1504/3611 41% [========================= ] 1505/3611 41% [========================= ] 1506/3611 41% [========================= ] 1507/3611 41% [========================= ] 1508/3611 41% [========================= ] 1509/3611 41% [========================= ] 1510/3611 41% [========================= ] 1511/3611 41% [========================= ] 1512/3611 41% [========================= ] 1513/3611 41% [========================= ] 1514/3611 41% [========================== ] 1515/3611 41% [========================== ] 1516/3611 41% [========================== ] 1517/3611 42% [========================== ] 1518/3611 42% [========================== ] 1519/3611 42% [========================== ] 1520/3611 42% [========================== ] 1521/3611 42% [========================== ] 1522/3611 42% [========================== ] 1523/3611 42% [========================== ] 1524/3611 42% [========================== ] 1525/3611 42% [========================== ] 1526/3611 42% [========================== ] 1527/3611 42% [========================== ] 1528/3611 42% [========================== ] 1529/3611 42% [========================== ] 1530/3611 42% [========================== ] 1531/3611 42% [========================== ] 1532/3611 42% [========================== ] 1533/3611 42% [========================== ] 1534/3611 42% [========================== ] 1535/3611 42% [========================== ] 1536/3611 42% [========================== ] 1537/3611 42% [========================== ] 1538/3611 42% [========================== ] 1539/3611 42% [========================== ] 1540/3611 42% [========================== ] 1541/3611 42% [========================== ] 1542/3611 42% [========================== ] 1543/3611 42% [========================== ] 1544/3611 42% [========================== ] 1545/3611 42% [========================== ] 1546/3611 42% [========================== ] 1547/3611 42% [========================== ] 1548/3611 42% [========================== ] 1549/3611 42% [========================== ] 1550/3611 42% [========================== ] 1551/3611 42% [========================== ] 1552/3611 42% [========================== ] 1553/3611 43% [========================== ] 1554/3611 43% [========================== ] 1555/3611 43% [========================== ] 1556/3611 43% [========================== ] 1557/3611 43% [========================== ] 1558/3611 43% [========================== ] 1559/3611 43% [========================== ] 1560/3611 43% [========================== ] 1561/3611 43% [========================== ] 1562/3611 43% [========================== ] 1563/3611 43% [========================== ] 1564/3611 43% [========================== ] 1565/3611 43% [========================== ] 1566/3611 43% [========================== ] 1567/3611 43% [========================== ] 1568/3611 43% [========================== ] 1569/3611 43% [========================== ] 1570/3611 43% [========================== ] 1571/3611 43% [========================== ] 1572/3611 43% [=========================== ] 1573/3611 43% [=========================== ] 1574/3611 43% [=========================== ] 1575/3611 43% [=========================== ] 1576/3611 43% [=========================== ] 1577/3611 43% [=========================== ] 1578/3611 43% [=========================== ] 1579/3611 43% [=========================== ] 1580/3611 43% [=========================== ] 1581/3611 43% [=========================== ] 1582/3611 43% [=========================== ] 1583/3611 43% [=========================== ] 1584/3611 43% [=========================== ] 1585/3611 43% [=========================== ] 1586/3611 43% [=========================== ] 1587/3611 43% [=========================== ] 1588/3611 43% [=========================== ] 1589/3611 44% [=========================== ] 1590/3611 44% [=========================== ] 1591/3611 44% [=========================== ] 1592/3611 44% [=========================== ] 1593/3611 44% [=========================== ] 1594/3611 44% [=========================== ] 1595/3611 44% [=========================== ] 1596/3611 44% [=========================== ] 1597/3611 44% [=========================== ] 1598/3611 44% [=========================== ] 1599/3611 44% [=========================== ] 1600/3611 44% [=========================== ] 1601/3611 44% [=========================== ] 1602/3611 44% [=========================== ] 1603/3611 44% [=========================== ] 1604/3611 44% [=========================== ] 1605/3611 44% [=========================== ] 1606/3611 44% [=========================== ] 1607/3611 44% [=========================== ] 1608/3611 44% [=========================== ] 1609/3611 44% [=========================== ] 1610/3611 44% [=========================== ] 1611/3611 44% [=========================== ] 1612/3611 44% [=========================== ] 1613/3611 44% [=========================== ] 1614/3611 44% [=========================== ] 1615/3611 44% [=========================== ] 1616/3611 44% [=========================== ] 1617/3611 44% [=========================== ] 1618/3611 44% [=========================== ] 1619/3611 44% [=========================== ] 1620/3611 44% [=========================== ] 1621/3611 44% [=========================== ] 1622/3611 44% [=========================== ] 1623/3611 44% [=========================== ] 1624/3611 44% [=========================== ] 1625/3611 45% [=========================== ] 1626/3611 45% [=========================== ] 1627/3611 45% [=========================== ] 1628/3611 45% [=========================== ] 1629/3611 45% [=========================== ] 1630/3611 45% [============================ ] 1631/3611 45% [============================ ] 1632/3611 45% [============================ ] 1633/3611 45% [============================ ] 1634/3611 45% [============================ ] 1635/3611 45% [============================ ] 1636/3611 45% [============================ ] 1637/3611 45% [============================ ] 1638/3611 45% [============================ ] 1639/3611 45% [============================ ] 1640/3611 45% [============================ ] 1641/3611 45% [============================ ] 1642/3611 45% [============================ ] 1643/3611 45% [============================ ] 1644/3611 45% [============================ ] 1645/3611 45% [============================ ] 1646/3611 45% [============================ ] 1647/3611 45% [============================ ] 1648/3611 45% [============================ ] 1649/3611 45% [============================ ] 1650/3611 45% [============================ ] 1651/3611 45% [============================ ] 1652/3611 45% [============================ ] 1653/3611 45% [============================ ] 1654/3611 45% [============================ ] 1655/3611 45% [============================ ] 1656/3611 45% [============================ ] 1657/3611 45% [============================ ] 1658/3611 45% [============================ ] 1659/3611 45% [============================ ] 1660/3611 45% [============================ ] 1661/3611 45% [============================ ] 1662/3611 46% [============================ ] 1663/3611 46% [============================ ] 1664/3611 46% [============================ ] 1665/3611 46% [============================ ] 1666/3611 46% [============================ ] 1667/3611 46% [============================ ] 1668/3611 46% [============================ ] 1669/3611 46% [============================ ] 1670/3611 46% [============================ ] 1671/3611 46% [============================ ] 1672/3611 46% [============================ ] 1673/3611 46% [============================ ] 1674/3611 46% [============================ ] 1675/3611 46% [============================ ] 1676/3611 46% [============================ ] 1677/3611 46% [============================ ] 1678/3611 46% [============================ ] 1679/3611 46% [============================ ] 1680/3611 46% [============================ ] 1681/3611 46% [============================ ] 1682/3611 46% [============================ ] 1683/3611 46% [============================ ] 1684/3611 46% [============================ ] 1685/3611 46% [============================ ] 1686/3611 46% [============================ ] 1687/3611 46% [============================ ] 1688/3611 46% [============================ ] 1689/3611 46% [============================= ] 1690/3611 46% [============================= ] 1691/3611 46% [============================= ] 1692/3611 46% [============================= ] 1693/3611 46% [============================= ] 1694/3611 46% [============================= ] 1695/3611 46% [============================= ] 1696/3611 46% [============================= ] 1697/3611 46% [============================= ] 1698/3611 47% [============================= ] 1699/3611 47% [============================= ] 1700/3611 47% [============================= ] 1701/3611 47% [============================= ] 1702/3611 47% [============================= ] 1703/3611 47% [============================= ] 1704/3611 47% [============================= ] 1705/3611 47% [============================= ] 1706/3611 47% [============================= ] 1707/3611 47% [============================= ] 1708/3611 47% [============================= ] 1709/3611 47% [============================= ] 1710/3611 47% [============================= ] 1711/3611 47% [============================= ] 1712/3611 47% [============================= ] 1713/3611 47% [============================= ] 1714/3611 47% [============================= ] 1715/3611 47% [============================= ] 1716/3611 47% [============================= ] 1717/3611 47% [============================= ] 1718/3611 47% [============================= ] 1719/3611 47% [============================= ] 1720/3611 47% [============================= ] 1721/3611 47% [============================= ] 1722/3611 47% [============================= ] 1723/3611 47% [============================= ] 1724/3611 47% [============================= ] 1725/3611 47% [============================= ] 1726/3611 47% [============================= ] 1727/3611 47% [============================= ] 1728/3611 47% [============================= ] 1729/3611 47% [============================= ] 1730/3611 47% [============================= ] 1731/3611 47% [============================= ] 1732/3611 47% [============================= ] 1733/3611 47% [============================= ] 1734/3611 48% [============================= ] 1735/3611 48% [============================= ] 1736/3611 48% [============================= ] 1737/3611 48% [============================= ] 1738/3611 48% [============================= ] 1739/3611 48% [============================= ] 1740/3611 48% [============================= ] 1741/3611 48% [============================= ] 1742/3611 48% [============================= ] 1743/3611 48% [============================= ] 1744/3611 48% [============================= ] 1745/3611 48% [============================= ] 1746/3611 48% [============================= ] 1747/3611 48% [============================== ] 1748/3611 48% [============================== ] 1749/3611 48% [============================== ] 1750/3611 48% [============================== ] 1751/3611 48% [============================== ] 1752/3611 48% [============================== ] 1753/3611 48% [============================== ] 1754/3611 48% [============================== ] 1755/3611 48% [============================== ] 1756/3611 48% [============================== ] 1757/3611 48% [============================== ] 1758/3611 48% [============================== ] 1759/3611 48% [============================== ] 1760/3611 48% [============================== ] 1761/3611 48% [============================== ] 1762/3611 48% [============================== ] 1763/3611 48% [============================== ] 1764/3611 48% [============================== ] 1765/3611 48% [============================== ] 1766/3611 48% [============================== ] 1767/3611 48% [============================== ] 1768/3611 48% [============================== ] 1769/3611 48% [============================== ] 1770/3611 49% [============================== ] 1771/3611 49% [============================== ] 1772/3611 49% [============================== ] 1773/3611 49% [============================== ] 1774/3611 49% [============================== ] 1775/3611 49% [============================== ] 1776/3611 49% [============================== ] 1777/3611 49% [============================== ] 1778/3611 49% [============================== ] 1779/3611 49% [============================== ] 1780/3611 49% [============================== ] 1781/3611 49% [============================== ] 1782/3611 49% [============================== ] 1783/3611 49% [============================== ] 1784/3611 49% [============================== ] 1785/3611 49% [============================== ] 1786/3611 49% [============================== ] 1787/3611 49% [============================== ] 1788/3611 49% [============================== ] 1789/3611 49% [============================== ] 1790/3611 49% [============================== ] 1791/3611 49% [============================== ] 1792/3611 49% [============================== ] 1793/3611 49% [============================== ] 1794/3611 49% [============================== ] 1795/3611 49% [============================== ] 1796/3611 49% [============================== ] 1797/3611 49% [============================== ] 1798/3611 49% [============================== ] 1799/3611 49% [============================== ] 1800/3611 49% [============================== ] 1801/3611 49% [============================== ] 1802/3611 49% [============================== ] 1803/3611 49% [============================== ] 1804/3611 49% [============================== ] 1805/3611 49% [=============================== ] 1806/3611 50% [=============================== ] 1807/3611 50% [=============================== ] 1808/3611 50% [=============================== ] 1809/3611 50% [=============================== ] 1810/3611 50% [=============================== ] 1811/3611 50% [=============================== ] 1812/3611 50% [=============================== ] 1813/3611 50% [=============================== ] 1814/3611 50% [=============================== ] 1815/3611 50% [=============================== ] 1816/3611 50% [=============================== ] 1817/3611 50% [=============================== ] 1818/3611 50% [=============================== ] 1819/3611 50% [=============================== ] 1820/3611 50% [=============================== ] 1821/3611 50% [=============================== ] 1822/3611 50% [=============================== ] 1823/3611 50% [=============================== ] 1824/3611 50% [=============================== ] 1825/3611 50% [=============================== ] 1826/3611 50% [=============================== ] 1827/3611 50% [=============================== ] 1828/3611 50% [=============================== ] 1829/3611 50% [=============================== ] 1830/3611 50% [=============================== ] 1831/3611 50% [=============================== ] 1832/3611 50% [=============================== ] 1833/3611 50% [=============================== ] 1834/3611 50% [=============================== ] 1835/3611 50% [=============================== ] 1836/3611 50% [=============================== ] 1837/3611 50% [=============================== ] 1838/3611 50% [=============================== ] 1839/3611 50% [=============================== ] 1840/3611 50% [=============================== ] 1841/3611 50% [=============================== ] 1842/3611 51% [=============================== ] 1843/3611 51% [=============================== ] 1844/3611 51% [=============================== ] 1845/3611 51% [=============================== ] 1846/3611 51% [=============================== ] 1847/3611 51% [=============================== ] 1848/3611 51% [=============================== ] 1849/3611 51% [=============================== ] 1850/3611 51% [=============================== ] 1851/3611 51% [=============================== ] 1852/3611 51% [=============================== ] 1853/3611 51% [=============================== ] 1854/3611 51% [=============================== ] 1855/3611 51% [=============================== ] 1856/3611 51% [=============================== ] 1857/3611 51% [=============================== ] 1858/3611 51% [=============================== ] 1859/3611 51% [=============================== ] 1860/3611 51% [=============================== ] 1861/3611 51% [=============================== ] 1862/3611 51% [=============================== ] 1863/3611 51% [================================ ] 1864/3611 51% [================================ ] 1865/3611 51% [================================ ] 1866/3611 51% [================================ ] 1867/3611 51% [================================ ] 1868/3611 51% [================================ ] 1869/3611 51% [================================ ] 1870/3611 51% [================================ ] 1871/3611 51% [================================ ] 1872/3611 51% [================================ ] 1873/3611 51% [================================ ] 1874/3611 51% [================================ ] 1875/3611 51% [================================ ] 1876/3611 51% [================================ ] 1877/3611 51% [================================ ] 1878/3611 52% [================================ ] 1879/3611 52% [================================ ] 1880/3611 52% [================================ ] 1881/3611 52% [================================ ] 1882/3611 52% [================================ ] 1883/3611 52% [================================ ] 1884/3611 52% [================================ ] 1885/3611 52% [================================ ] 1886/3611 52% [================================ ] 1887/3611 52% [================================ ] 1888/3611 52% [================================ ] 1889/3611 52% [================================ ] 1890/3611 52% [================================ ] 1891/3611 52% [================================ ] 1892/3611 52% [================================ ] 1893/3611 52% [================================ ] 1894/3611 52% [================================ ] 1895/3611 52% [================================ ] 1896/3611 52% [================================ ] 1897/3611 52% [================================ ] 1898/3611 52% [================================ ] 1899/3611 52% [================================ ] 1900/3611 52% [================================ ] 1901/3611 52% [================================ ] 1902/3611 52% [================================ ] 1903/3611 52% [================================ ] 1904/3611 52% [================================ ] 1905/3611 52% [================================ ] 1906/3611 52% [================================ ] 1907/3611 52% [================================ ] 1908/3611 52% [================================ ] 1909/3611 52% [================================ ] 1910/3611 52% [================================ ] 1911/3611 52% [================================ ] 1912/3611 52% [================================ ] 1913/3611 52% [================================ ] 1914/3611 53% [================================ ] 1915/3611 53% [================================ ] 1916/3611 53% [================================ ] 1917/3611 53% [================================ ] 1918/3611 53% [================================ ] 1919/3611 53% [================================ ] 1920/3611 53% [================================ ] 1921/3611 53% [================================= ] 1922/3611 53% [================================= ] 1923/3611 53% [================================= ] 1924/3611 53% [================================= ] 1925/3611 53% [================================= ] 1926/3611 53% [================================= ] 1927/3611 53% [================================= ] 1928/3611 53% [================================= ] 1929/3611 53% [================================= ] 1930/3611 53% [================================= ] 1931/3611 53% [================================= ] 1932/3611 53% [================================= ] 1933/3611 53% [================================= ] 1934/3611 53% [================================= ] 1935/3611 53% [================================= ] 1936/3611 53% [================================= ] 1937/3611 53% [================================= ] 1938/3611 53% [================================= ] 1939/3611 53% [================================= ] 1940/3611 53% [================================= ] 1941/3611 53% [================================= ] 1942/3611 53% [================================= ] 1943/3611 53% [================================= ] 1944/3611 53% [================================= ] 1945/3611 53% [================================= ] 1946/3611 53% [================================= ] 1947/3611 53% [================================= ] 1948/3611 53% [================================= ] 1949/3611 53% [================================= ] 1950/3611 54% [================================= ] 1951/3611 54% [================================= ] 1952/3611 54% [================================= ] 1953/3611 54% [================================= ] 1954/3611 54% [================================= ] 1955/3611 54% [================================= ] 1956/3611 54% [================================= ] 1957/3611 54% [================================= ] 1958/3611 54% [================================= ] 1959/3611 54% [================================= ] 1960/3611 54% [================================= ] 1961/3611 54% [================================= ] 1962/3611 54% [================================= ] 1963/3611 54% [================================= ] 1964/3611 54% [================================= ] 1965/3611 54% [================================= ] 1966/3611 54% [================================= ] 1967/3611 54% [================================= ] 1968/3611 54% [================================= ] 1969/3611 54% [================================= ] 1970/3611 54% [================================= ] 1971/3611 54% [================================= ] 1972/3611 54% [================================= ] 1973/3611 54% [================================= ] 1974/3611 54% [================================= ] 1975/3611 54% [================================= ] 1976/3611 54% [================================= ] 1977/3611 54% [================================= ] 1978/3611 54% [================================= ] 1979/3611 54% [================================= ] 1980/3611 54% [================================== ] 1981/3611 54% [================================== ] 1982/3611 54% [================================== ] 1983/3611 54% [================================== ] 1984/3611 54% [================================== ] 1985/3611 54% [================================== ] 1986/3611 54% [================================== ] 1987/3611 55% [================================== ] 1988/3611 55% [================================== ] 1989/3611 55% [================================== ] 1990/3611 55% [================================== ] 1991/3611 55% [================================== ] 1992/3611 55% [================================== ] 1993/3611 55% [================================== ] 1994/3611 55% [================================== ] 1995/3611 55% [================================== ] 1996/3611 55% [================================== ] 1997/3611 55% [================================== ] 1998/3611 55% [================================== ] 1999/3611 55% [================================== ] 2000/3611 55% [================================== ] 2001/3611 55% [================================== ] 2002/3611 55% [================================== ] 2003/3611 55% [================================== ] 2004/3611 55% [================================== ] 2005/3611 55% [================================== ] 2006/3611 55% [================================== ] 2007/3611 55% [================================== ] 2008/3611 55% [================================== ] 2009/3611 55% [================================== ] 2010/3611 55% [================================== ] 2011/3611 55% [================================== ] 2012/3611 55% [================================== ] 2013/3611 55% [================================== ] 2014/3611 55% [================================== ] 2015/3611 55% [================================== ] 2016/3611 55% [================================== ] 2017/3611 55% [================================== ] 2018/3611 55% [================================== ] 2019/3611 55% [================================== ] 2020/3611 55% [================================== ] 2021/3611 55% [================================== ] 2022/3611 55% [================================== ] 2023/3611 56% [================================== ] 2024/3611 56% [================================== ] 2025/3611 56% [================================== ] 2026/3611 56% [================================== ] 2027/3611 56% [================================== ] 2028/3611 56% [================================== ] 2029/3611 56% [================================== ] 2030/3611 56% [================================== ] 2031/3611 56% [================================== ] 2032/3611 56% [================================== ] 2033/3611 56% [================================== ] 2034/3611 56% [================================== ] 2035/3611 56% [================================== ] 2036/3611 56% [================================== ] 2037/3611 56% [================================== ] 2038/3611 56% [=================================== ] 2039/3611 56% [=================================== ] 2040/3611 56% [=================================== ] 2041/3611 56% [=================================== ] 2042/3611 56% [=================================== ] 2043/3611 56% [=================================== ] 2044/3611 56% [=================================== ] 2045/3611 56% [=================================== ] 2046/3611 56% [=================================== ] 2047/3611 56% [=================================== ] 2048/3611 56% [=================================== ] 2049/3611 56% [=================================== ] 2050/3611 56% [=================================== ] 2051/3611 56% [=================================== ] 2052/3611 56% [=================================== ] 2053/3611 56% [=================================== ] 2054/3611 56% [=================================== ] 2055/3611 56% [=================================== ] 2056/3611 56% [=================================== ] 2057/3611 56% [=================================== ] 2058/3611 56% [=================================== ] 2059/3611 57% [=================================== ] 2060/3611 57% [=================================== ] 2061/3611 57% [=================================== ] 2062/3611 57% [=================================== ] 2063/3611 57% [=================================== ] 2064/3611 57% [=================================== ] 2065/3611 57% [=================================== ] 2066/3611 57% [=================================== ] 2067/3611 57% [=================================== ] 2068/3611 57% [=================================== ] 2069/3611 57% [=================================== ] 2070/3611 57% [=================================== ] 2071/3611 57% [=================================== ] 2072/3611 57% [=================================== ] 2073/3611 57% [=================================== ] 2074/3611 57% [=================================== ] 2075/3611 57% [=================================== ] 2076/3611 57% [=================================== ] 2077/3611 57% [=================================== ] 2078/3611 57% [=================================== ] 2079/3611 57% [=================================== ] 2080/3611 57% [=================================== ] 2081/3611 57% [=================================== ] 2082/3611 57% [=================================== ] 2083/3611 57% [=================================== ] 2084/3611 57% [=================================== ] 2085/3611 57% [=================================== ] 2086/3611 57% [=================================== ] 2087/3611 57% [=================================== ] 2088/3611 57% [=================================== ] 2089/3611 57% [=================================== ] 2090/3611 57% [=================================== ] 2091/3611 57% [=================================== ] 2092/3611 57% [=================================== ] 2093/3611 57% [=================================== ] 2094/3611 57% [=================================== ] 2095/3611 58% [=================================== ] 2096/3611 58% [==================================== ] 2097/3611 58% [==================================== ] 2098/3611 58% [==================================== ] 2099/3611 58% [==================================== ] 2100/3611 58% [==================================== ] 2101/3611 58% [==================================== ] 2102/3611 58% [==================================== ] 2103/3611 58% [==================================== ] 2104/3611 58% [==================================== ] 2105/3611 58% [==================================== ] 2106/3611 58% [==================================== ] 2107/3611 58% [==================================== ] 2108/3611 58% [==================================== ] 2109/3611 58% [==================================== ] 2110/3611 58% [==================================== ] 2111/3611 58% [==================================== ] 2112/3611 58% [==================================== ] 2113/3611 58% [==================================== ] 2114/3611 58% [==================================== ] 2115/3611 58% [==================================== ] 2116/3611 58% [==================================== ] 2117/3611 58% [==================================== ] 2118/3611 58% [==================================== ] 2119/3611 58% [==================================== ] 2120/3611 58% [==================================== ] 2121/3611 58% [==================================== ] 2122/3611 58% [==================================== ] 2123/3611 58% [==================================== ] 2124/3611 58% [==================================== ] 2125/3611 58% [==================================== ] 2126/3611 58% [==================================== ] 2127/3611 58% [==================================== ] 2128/3611 58% [==================================== ] 2129/3611 58% [==================================== ] 2130/3611 58% [==================================== ] 2131/3611 59% [==================================== ] 2132/3611 59% [==================================== ] 2133/3611 59% [==================================== ] 2134/3611 59% [==================================== ] 2135/3611 59% [==================================== ] 2136/3611 59% [==================================== ] 2137/3611 59% [==================================== ] 2138/3611 59% [==================================== ] 2139/3611 59% [==================================== ] 2140/3611 59% [==================================== ] 2141/3611 59% [==================================== ] 2142/3611 59% [==================================== ] 2143/3611 59% [==================================== ] 2144/3611 59% [==================================== ] 2145/3611 59% [==================================== ] 2146/3611 59% [==================================== ] 2147/3611 59% [==================================== ] 2148/3611 59% [==================================== ] 2149/3611 59% [==================================== ] 2150/3611 59% [==================================== ] 2151/3611 59% [==================================== ] 2152/3611 59% [==================================== ] 2153/3611 59% [==================================== ] 2154/3611 59% [===================================== ] 2155/3611 59% [===================================== ] 2156/3611 59% [===================================== ] 2157/3611 59% [===================================== ] 2158/3611 59% [===================================== ] 2159/3611 59% [===================================== ] 2160/3611 59% [===================================== ] 2161/3611 59% [===================================== ] 2162/3611 59% [===================================== ] 2163/3611 59% [===================================== ] 2164/3611 59% [===================================== ] 2165/3611 59% [===================================== ] 2166/3611 59% [===================================== ] 2167/3611 60% [===================================== ] 2168/3611 60% [===================================== ] 2169/3611 60% [===================================== ] 2170/3611 60% [===================================== ] 2171/3611 60% [===================================== ] 2172/3611 60% [===================================== ] 2173/3611 60% [===================================== ] 2174/3611 60% [===================================== ] 2175/3611 60% [===================================== ] 2176/3611 60% [===================================== ] 2177/3611 60% [===================================== ] 2178/3611 60% [===================================== ] 2179/3611 60% [===================================== ] 2180/3611 60% [===================================== ] 2181/3611 60% [===================================== ] 2182/3611 60% [===================================== ] 2183/3611 60% [===================================== ] 2184/3611 60% [===================================== ] 2185/3611 60% [===================================== ] 2186/3611 60% [===================================== ] 2187/3611 60% [===================================== ] 2188/3611 60% [===================================== ] 2189/3611 60% [===================================== ] 2190/3611 60% [===================================== ] 2191/3611 60% [===================================== ] 2192/3611 60% [===================================== ] 2193/3611 60% [===================================== ] 2194/3611 60% [===================================== ] 2195/3611 60% [===================================== ] 2196/3611 60% [===================================== ] 2197/3611 60% [===================================== ] 2198/3611 60% [===================================== ] 2199/3611 60% [===================================== ] 2200/3611 60% [===================================== ] 2201/3611 60% [===================================== ] 2202/3611 60% [===================================== ] 2203/3611 61% [===================================== ] 2204/3611 61% [===================================== ] 2205/3611 61% [===================================== ] 2206/3611 61% [===================================== ] 2207/3611 61% [===================================== ] 2208/3611 61% [===================================== ] 2209/3611 61% [===================================== ] 2210/3611 61% [===================================== ] 2211/3611 61% [===================================== ] 2212/3611 61% [===================================== ] 2213/3611 61% [====================================== ] 2214/3611 61% [====================================== ] 2215/3611 61% [====================================== ] 2216/3611 61% [====================================== ] 2217/3611 61% [====================================== ] 2218/3611 61% [====================================== ] 2219/3611 61% [====================================== ] 2220/3611 61% [====================================== ] 2221/3611 61% [====================================== ] 2222/3611 61% [====================================== ] 2223/3611 61% [====================================== ] 2224/3611 61% [====================================== ] 2225/3611 61% [====================================== ] 2226/3611 61% [====================================== ] 2227/3611 61% [====================================== ] 2228/3611 61% [====================================== ] 2229/3611 61% [====================================== ] 2230/3611 61% [====================================== ] 2231/3611 61% [====================================== ] 2232/3611 61% [====================================== ] 2233/3611 61% [====================================== ] 2234/3611 61% [====================================== ] 2235/3611 61% [====================================== ] 2236/3611 61% [====================================== ] 2237/3611 61% [====================================== ] 2238/3611 61% [====================================== ] 2239/3611 62% [====================================== ] 2240/3611 62% [====================================== ] 2241/3611 62% [====================================== ] 2242/3611 62% [====================================== ] 2243/3611 62% [====================================== ] 2244/3611 62% [====================================== ] 2245/3611 62% [====================================== ] 2246/3611 62% [====================================== ] 2247/3611 62% [====================================== ] 2248/3611 62% [====================================== ] 2249/3611 62% [====================================== ] 2250/3611 62% [====================================== ] 2251/3611 62% [====================================== ] 2252/3611 62% [====================================== ] 2253/3611 62% [====================================== ] 2254/3611 62% [====================================== ] 2255/3611 62% [====================================== ] 2256/3611 62% [====================================== ] 2257/3611 62% [====================================== ] 2258/3611 62% [====================================== ] 2259/3611 62% [====================================== ] 2260/3611 62% [====================================== ] 2261/3611 62% [====================================== ] 2262/3611 62% [====================================== ] 2263/3611 62% [====================================== ] 2264/3611 62% [====================================== ] 2265/3611 62% [====================================== ] 2266/3611 62% [====================================== ] 2267/3611 62% [====================================== ] 2268/3611 62% [====================================== ] 2269/3611 62% [====================================== ] 2270/3611 62% [====================================== ] 2271/3611 62% [======================================= ] 2272/3611 62% [======================================= ] 2273/3611 62% [======================================= ] 2274/3611 62% [======================================= ] 2275/3611 63% [======================================= ] 2276/3611 63% [======================================= ] 2277/3611 63% [======================================= ] 2278/3611 63% [======================================= ] 2279/3611 63% [======================================= ] 2280/3611 63% [======================================= ] 2281/3611 63% [======================================= ] 2282/3611 63% [======================================= ] 2283/3611 63% [======================================= ] 2284/3611 63% [======================================= ] 2285/3611 63% [======================================= ] 2286/3611 63% [======================================= ] 2287/3611 63% [======================================= ] 2288/3611 63% [======================================= ] 2289/3611 63% [======================================= ] 2290/3611 63% [======================================= ] 2291/3611 63% [======================================= ] 2292/3611 63% [======================================= ] 2293/3611 63% [======================================= ] 2294/3611 63% [======================================= ] 2295/3611 63% [======================================= ] 2296/3611 63% [======================================= ] 2297/3611 63% [======================================= ] 2298/3611 63% [======================================= ] 2299/3611 63% [======================================= ] 2300/3611 63% [======================================= ] 2301/3611 63% [======================================= ] 2302/3611 63% [======================================= ] 2303/3611 63% [======================================= ] 2304/3611 63% [======================================= ] 2305/3611 63% [======================================= ] 2306/3611 63% [======================================= ] 2307/3611 63% [======================================= ] 2308/3611 63% [======================================= ] 2309/3611 63% [======================================= ] 2310/3611 63% [======================================= ] 2311/3611 63% [======================================= ] 2312/3611 64% [======================================= ] 2313/3611 64% [======================================= ] 2314/3611 64% [======================================= ] 2315/3611 64% [======================================= ] 2316/3611 64% [======================================= ] 2317/3611 64% [======================================= ] 2318/3611 64% [======================================= ] 2319/3611 64% [======================================= ] 2320/3611 64% [======================================= ] 2321/3611 64% [======================================= ] 2322/3611 64% [======================================= ] 2323/3611 64% [======================================= ] 2324/3611 64% [======================================= ] 2325/3611 64% [======================================= ] 2326/3611 64% [======================================= ] 2327/3611 64% [======================================= ] 2328/3611 64% [======================================= ] 2329/3611 64% [======================================== ] 2330/3611 64% [======================================== ] 2331/3611 64% [======================================== ] 2332/3611 64% [======================================== ] 2333/3611 64% [======================================== ] 2334/3611 64% [======================================== ] 2335/3611 64% [======================================== ] 2336/3611 64% [======================================== ] 2337/3611 64% [======================================== ] 2338/3611 64% [======================================== ] 2339/3611 64% [======================================== ] 2340/3611 64% [======================================== ] 2341/3611 64% [======================================== ] 2342/3611 64% [======================================== ] 2343/3611 64% [======================================== ] 2344/3611 64% [======================================== ] 2345/3611 64% [======================================== ] 2346/3611 64% [======================================== ] 2347/3611 64% [======================================== ] 2348/3611 65% [======================================== ] 2349/3611 65% [======================================== ] 2350/3611 65% [======================================== ] 2351/3611 65% [======================================== ] 2352/3611 65% [======================================== ] 2353/3611 65% [======================================== ] 2354/3611 65% [======================================== ] 2355/3611 65% [======================================== ] 2356/3611 65% [======================================== ] 2357/3611 65% [======================================== ] 2358/3611 65% [======================================== ] 2359/3611 65% [======================================== ] 2360/3611 65% [======================================== ] 2361/3611 65% [======================================== ] 2362/3611 65% [======================================== ] 2363/3611 65% [======================================== ] 2364/3611 65% [======================================== ] 2365/3611 65% [======================================== ] 2366/3611 65% [======================================== ] 2367/3611 65% [======================================== ] 2368/3611 65% [======================================== ] 2369/3611 65% [======================================== ] 2370/3611 65% [======================================== ] 2371/3611 65% [======================================== ] 2372/3611 65% [======================================== ] 2373/3611 65% [======================================== ] 2374/3611 65% [======================================== ] 2375/3611 65% [======================================== ] 2376/3611 65% [======================================== ] 2377/3611 65% [======================================== ] 2378/3611 65% [======================================== ] 2379/3611 65% [======================================== ] 2380/3611 65% [======================================== ] 2381/3611 65% [======================================== ] 2382/3611 65% [======================================== ] 2383/3611 65% [======================================== ] 2384/3611 66% [======================================== ] 2385/3611 66% [======================================== ] 2386/3611 66% [======================================== ] 2387/3611 66% [========================================= ] 2388/3611 66% [========================================= ] 2389/3611 66% [========================================= ] 2390/3611 66% [========================================= ] 2391/3611 66% [========================================= ] 2392/3611 66% [========================================= ] 2393/3611 66% [========================================= ] 2394/3611 66% [========================================= ] 2395/3611 66% [========================================= ] 2396/3611 66% [========================================= ] 2397/3611 66% [========================================= ] 2398/3611 66% [========================================= ] 2399/3611 66% [========================================= ] 2400/3611 66% [========================================= ] 2401/3611 66% [========================================= ] 2402/3611 66% [========================================= ] 2403/3611 66% [========================================= ] 2404/3611 66% [========================================= ] 2405/3611 66% [========================================= ] 2406/3611 66% [========================================= ] 2407/3611 66% [========================================= ] 2408/3611 66% [========================================= ] 2409/3611 66% [========================================= ] 2410/3611 66% [========================================= ] 2411/3611 66% [========================================= ] 2412/3611 66% [========================================= ] 2413/3611 66% [========================================= ] 2414/3611 66% [========================================= ] 2415/3611 66% [========================================= ] 2416/3611 66% [========================================= ] 2417/3611 66% [========================================= ] 2418/3611 66% [========================================= ] 2419/3611 66% [========================================= ] 2420/3611 67% [========================================= ] 2421/3611 67% [========================================= ] 2422/3611 67% [========================================= ] 2423/3611 67% [========================================= ] 2424/3611 67% [========================================= ] 2425/3611 67% [========================================= ] 2426/3611 67% [========================================= ] 2427/3611 67% [========================================= ] 2428/3611 67% [========================================= ] 2429/3611 67% [========================================= ] 2430/3611 67% [========================================= ] 2431/3611 67% [========================================= ] 2432/3611 67% [========================================= ] 2433/3611 67% [========================================= ] 2434/3611 67% [========================================= ] 2435/3611 67% [========================================= ] 2436/3611 67% [========================================= ] 2437/3611 67% [========================================= ] 2438/3611 67% [========================================= ] 2439/3611 67% [========================================= ] 2440/3611 67% [========================================= ] 2441/3611 67% [========================================= ] 2442/3611 67% [========================================= ] 2443/3611 67% [========================================= ] 2444/3611 67% [========================================= ] 2445/3611 67% [========================================= ] 2446/3611 67% [========================================== ] 2447/3611 67% [========================================== ] 2448/3611 67% [========================================== ] 2449/3611 67% [========================================== ] 2450/3611 67% [========================================== ] 2451/3611 67% [========================================== ] 2452/3611 67% [========================================== ] 2453/3611 67% [========================================== ] 2454/3611 67% [========================================== ] 2455/3611 67% [========================================== ] 2456/3611 68% [========================================== ] 2457/3611 68% [========================================== ] 2458/3611 68% [========================================== ] 2459/3611 68% [========================================== ] 2460/3611 68% [========================================== ] 2461/3611 68% [========================================== ] 2462/3611 68% [========================================== ] 2463/3611 68% [========================================== ] 2464/3611 68% [========================================== ] 2465/3611 68% [========================================== ] 2466/3611 68% [========================================== ] 2467/3611 68% [========================================== ] 2468/3611 68% [========================================== ] 2469/3611 68% [========================================== ] 2470/3611 68% [========================================== ] 2471/3611 68% [========================================== ] 2472/3611 68% [========================================== ] 2473/3611 68% [========================================== ] 2474/3611 68% [========================================== ] 2475/3611 68% [========================================== ] 2476/3611 68% [========================================== ] 2477/3611 68% [========================================== ] 2478/3611 68% [========================================== ] 2479/3611 68% [========================================== ] 2480/3611 68% [========================================== ] 2481/3611 68% [========================================== ] 2482/3611 68% [========================================== ] 2483/3611 68% [========================================== ] 2484/3611 68% [========================================== ] 2485/3611 68% [========================================== ] 2486/3611 68% [========================================== ] 2487/3611 68% [========================================== ] 2488/3611 68% [========================================== ] 2489/3611 68% [========================================== ] 2490/3611 68% [========================================== ] 2491/3611 68% [========================================== ] 2492/3611 69% [========================================== ] 2493/3611 69% [========================================== ] 2494/3611 69% [========================================== ] 2495/3611 69% [========================================== ] 2496/3611 69% [========================================== ] 2497/3611 69% [========================================== ] 2498/3611 69% [========================================== ] 2499/3611 69% [========================================== ] 2500/3611 69% [========================================== ] 2501/3611 69% [========================================== ] 2502/3611 69% [========================================== ] 2503/3611 69% [========================================== ] 2504/3611 69% [=========================================== ] 2505/3611 69% [=========================================== ] 2506/3611 69% [=========================================== ] 2507/3611 69% [=========================================== ] 2508/3611 69% [=========================================== ] 2509/3611 69% [=========================================== ] 2510/3611 69% [=========================================== ] 2511/3611 69% [=========================================== ] 2512/3611 69% [=========================================== ] 2513/3611 69% [=========================================== ] 2514/3611 69% [=========================================== ] 2515/3611 69% [=========================================== ] 2516/3611 69% [=========================================== ] 2517/3611 69% [=========================================== ] 2518/3611 69% [=========================================== ] 2519/3611 69% [=========================================== ] 2520/3611 69% [=========================================== ] 2521/3611 69% [=========================================== ] 2522/3611 69% [=========================================== ] 2523/3611 69% [=========================================== ] 2524/3611 69% [=========================================== ] 2525/3611 69% [=========================================== ] 2526/3611 69% [=========================================== ] 2527/3611 69% [=========================================== ] 2528/3611 70% [=========================================== ] 2529/3611 70% [=========================================== ] 2530/3611 70% [=========================================== ] 2531/3611 70% [=========================================== ] 2532/3611 70% [=========================================== ] 2533/3611 70% [=========================================== ] 2534/3611 70% [=========================================== ] 2535/3611 70% [=========================================== ] 2536/3611 70% [=========================================== ] 2537/3611 70% [=========================================== ] 2538/3611 70% [=========================================== ] 2539/3611 70% [=========================================== ] 2540/3611 70% [=========================================== ] 2541/3611 70% [=========================================== ] 2542/3611 70% [=========================================== ] 2543/3611 70% [=========================================== ] 2544/3611 70% [=========================================== ] 2545/3611 70% [=========================================== ] 2546/3611 70% [=========================================== ] 2547/3611 70% [=========================================== ] 2548/3611 70% [=========================================== ] 2549/3611 70% [=========================================== ] 2550/3611 70% [=========================================== ] 2551/3611 70% [=========================================== ] 2552/3611 70% [=========================================== ] 2553/3611 70% [=========================================== ] 2554/3611 70% [=========================================== ] 2555/3611 70% [=========================================== ] 2556/3611 70% [=========================================== ] 2557/3611 70% [=========================================== ] 2558/3611 70% [=========================================== ] 2559/3611 70% [=========================================== ] 2560/3611 70% [=========================================== ] 2561/3611 70% [=========================================== ] 2562/3611 70% [============================================ ] 2563/3611 70% [============================================ ] 2564/3611 71% [============================================ ] 2565/3611 71% [============================================ ] 2566/3611 71% [============================================ ] 2567/3611 71% [============================================ ] 2568/3611 71% [============================================ ] 2569/3611 71% [============================================ ] 2570/3611 71% [============================================ ] 2571/3611 71% [============================================ ] 2572/3611 71% [============================================ ] 2573/3611 71% [============================================ ] 2574/3611 71% [============================================ ] 2575/3611 71% [============================================ ] 2576/3611 71% [============================================ ] 2577/3611 71% [============================================ ] 2578/3611 71% [============================================ ] 2579/3611 71% [============================================ ] 2580/3611 71% [============================================ ] 2581/3611 71% [============================================ ] 2582/3611 71% [============================================ ] 2583/3611 71% [============================================ ] 2584/3611 71% [============================================ ] 2585/3611 71% [============================================ ] 2586/3611 71% [============================================ ] 2587/3611 71% [============================================ ] 2588/3611 71% [============================================ ] 2589/3611 71% [============================================ ] 2590/3611 71% [============================================ ] 2591/3611 71% [============================================ ] 2592/3611 71% [============================================ ] 2593/3611 71% [============================================ ] 2594/3611 71% [============================================ ] 2595/3611 71% [============================================ ] 2596/3611 71% [============================================ ] 2597/3611 71% [============================================ ] 2598/3611 71% [============================================ ] 2599/3611 71% [============================================ ] 2600/3611 72% [============================================ ] 2601/3611 72% [============================================ ] 2602/3611 72% [============================================ ] 2603/3611 72% [============================================ ] 2604/3611 72% [============================================ ] 2605/3611 72% [============================================ ] 2606/3611 72% [============================================ ] 2607/3611 72% [============================================ ] 2608/3611 72% [============================================ ] 2609/3611 72% [============================================ ] 2610/3611 72% [============================================ ] 2611/3611 72% [============================================ ] 2612/3611 72% [============================================ ] 2613/3611 72% [============================================ ] 2614/3611 72% [============================================ ] 2615/3611 72% [============================================ ] 2616/3611 72% [============================================ ] 2617/3611 72% [============================================ ] 2618/3611 72% [============================================ ] 2619/3611 72% [============================================ ] 2620/3611 72% [============================================= ] 2621/3611 72% [============================================= ] 2622/3611 72% [============================================= ] 2623/3611 72% [============================================= ] 2624/3611 72% [============================================= ] 2625/3611 72% [============================================= ] 2626/3611 72% [============================================= ] 2627/3611 72% [============================================= ] 2628/3611 72% [============================================= ] 2629/3611 72% [============================================= ] 2630/3611 72% [============================================= ] 2631/3611 72% [============================================= ] 2632/3611 72% [============================================= ] 2633/3611 72% [============================================= ] 2634/3611 72% [============================================= ] 2635/3611 72% [============================================= ] 2636/3611 72% [============================================= ] 2637/3611 73% [============================================= ] 2638/3611 73% [============================================= ] 2639/3611 73% [============================================= ] 2640/3611 73% [============================================= ] 2641/3611 73% [============================================= ] 2642/3611 73% [============================================= ] 2643/3611 73% [============================================= ] 2644/3611 73% [============================================= ] 2645/3611 73% [============================================= ] 2646/3611 73% [============================================= ] 2647/3611 73% [============================================= ] 2648/3611 73% [============================================= ] 2649/3611 73% [============================================= ] 2650/3611 73% [============================================= ] 2651/3611 73% [============================================= ] 2652/3611 73% [============================================= ] 2653/3611 73% [============================================= ] 2654/3611 73% [============================================= ] 2655/3611 73% [============================================= ] 2656/3611 73% [============================================= ] 2657/3611 73% [============================================= ] 2658/3611 73% [============================================= ] 2659/3611 73% [============================================= ] 2660/3611 73% [============================================= ] 2661/3611 73% [============================================= ] 2662/3611 73% [============================================= ] 2663/3611 73% [============================================= ] 2664/3611 73% [============================================= ] 2665/3611 73% [============================================= ] 2666/3611 73% [============================================= ] 2667/3611 73% [============================================= ] 2668/3611 73% [============================================= ] 2669/3611 73% [============================================= ] 2670/3611 73% [============================================= ] 2671/3611 73% [============================================= ] 2672/3611 73% [============================================= ] 2673/3611 74% [============================================= ] 2674/3611 74% [============================================= ] 2675/3611 74% [============================================= ] 2676/3611 74% [============================================= ] 2677/3611 74% [============================================= ] 2678/3611 74% [============================================= ] 2679/3611 74% [============================================== ] 2680/3611 74% [============================================== ] 2681/3611 74% [============================================== ] 2682/3611 74% [============================================== ] 2683/3611 74% [============================================== ] 2684/3611 74% [============================================== ] 2685/3611 74% [============================================== ] 2686/3611 74% [============================================== ] 2687/3611 74% [============================================== ] 2688/3611 74% [============================================== ] 2689/3611 74% [============================================== ] 2690/3611 74% [============================================== ] 2691/3611 74% [============================================== ] 2692/3611 74% [============================================== ] 2693/3611 74% [============================================== ] 2694/3611 74% [============================================== ] 2695/3611 74% [============================================== ] 2696/3611 74% [============================================== ] 2697/3611 74% [============================================== ] 2698/3611 74% [============================================== ] 2699/3611 74% [============================================== ] 2700/3611 74% [============================================== ] 2701/3611 74% [============================================== ] 2702/3611 74% [============================================== ] 2703/3611 74% [============================================== ] 2704/3611 74% [============================================== ] 2705/3611 74% [============================================== ] 2706/3611 74% [============================================== ] 2707/3611 74% [============================================== ] 2708/3611 74% [============================================== ] 2709/3611 75% [============================================== ] 2710/3611 75% [============================================== ] 2711/3611 75% [============================================== ] 2712/3611 75% [============================================== ] 2713/3611 75% [============================================== ] 2714/3611 75% [============================================== ] 2715/3611 75% [============================================== ] 2716/3611 75% [============================================== ] 2717/3611 75% [============================================== ] 2718/3611 75% [============================================== ] 2719/3611 75% [============================================== ] 2720/3611 75% [============================================== ] 2721/3611 75% [============================================== ] 2722/3611 75% [============================================== ] 2723/3611 75% [============================================== ] 2724/3611 75% [============================================== ] 2725/3611 75% [============================================== ] 2726/3611 75% [============================================== ] 2727/3611 75% [============================================== ] 2728/3611 75% [============================================== ] 2729/3611 75% [============================================== ] 2730/3611 75% [============================================== ] 2731/3611 75% [============================================== ] 2732/3611 75% [============================================== ] 2733/3611 75% [============================================== ] 2734/3611 75% [============================================== ] 2735/3611 75% [============================================== ] 2736/3611 75% [============================================== ] 2737/3611 75% [=============================================== ] 2738/3611 75% [=============================================== ] 2739/3611 75% [=============================================== ] 2740/3611 75% [=============================================== ] 2741/3611 75% [=============================================== ] 2742/3611 75% [=============================================== ] 2743/3611 75% [=============================================== ] 2744/3611 75% [=============================================== ] 2745/3611 76% [=============================================== ] 2746/3611 76% [=============================================== ] 2747/3611 76% [=============================================== ] 2748/3611 76% [=============================================== ] 2749/3611 76% [=============================================== ] 2750/3611 76% [=============================================== ] 2751/3611 76% [=============================================== ] 2752/3611 76% [=============================================== ] 2753/3611 76% [=============================================== ] 2754/3611 76% [=============================================== ] 2755/3611 76% [=============================================== ] 2756/3611 76% [=============================================== ] 2757/3611 76% [=============================================== ] 2758/3611 76% [=============================================== ] 2759/3611 76% [=============================================== ] 2760/3611 76% [=============================================== ] 2761/3611 76% [=============================================== ] 2762/3611 76% [=============================================== ] 2763/3611 76% [=============================================== ] 2764/3611 76% [=============================================== ] 2765/3611 76% [=============================================== ] 2766/3611 76% [=============================================== ] 2767/3611 76% [=============================================== ] 2768/3611 76% [=============================================== ] 2769/3611 76% [=============================================== ] 2770/3611 76% [=============================================== ] 2771/3611 76% [=============================================== ] 2772/3611 76% [=============================================== ] 2773/3611 76% [=============================================== ] 2774/3611 76% [=============================================== ] 2775/3611 76% [=============================================== ] 2776/3611 76% [=============================================== ] 2777/3611 76% [=============================================== ] 2778/3611 76% [=============================================== ] 2779/3611 76% [=============================================== ] 2780/3611 76% [=============================================== ] 2781/3611 77% [=============================================== ] 2782/3611 77% [=============================================== ] 2783/3611 77% [=============================================== ] 2784/3611 77% [=============================================== ] 2785/3611 77% [=============================================== ] 2786/3611 77% [=============================================== ] 2787/3611 77% [=============================================== ] 2788/3611 77% [=============================================== ] 2789/3611 77% [=============================================== ] 2790/3611 77% [=============================================== ] 2791/3611 77% [=============================================== ] 2792/3611 77% [=============================================== ] 2793/3611 77% [=============================================== ] 2794/3611 77% [=============================================== ] 2795/3611 77% [================================================ ] 2796/3611 77% [================================================ ] 2797/3611 77% [================================================ ] 2798/3611 77% [================================================ ] 2799/3611 77% [================================================ ] 2800/3611 77% [================================================ ] 2801/3611 77% [================================================ ] 2802/3611 77% [================================================ ] 2803/3611 77% [================================================ ] 2804/3611 77% [================================================ ] 2805/3611 77% [================================================ ] 2806/3611 77% [================================================ ] 2807/3611 77% [================================================ ] 2808/3611 77% [================================================ ] 2809/3611 77% [================================================ ] 2810/3611 77% [================================================ ] 2811/3611 77% [================================================ ] 2812/3611 77% [================================================ ] 2813/3611 77% [================================================ ] 2814/3611 77% [================================================ ] 2815/3611 77% [================================================ ] 2816/3611 77% [================================================ ] 2817/3611 78% [================================================ ] 2818/3611 78% [================================================ ] 2819/3611 78% [================================================ ] 2820/3611 78% [================================================ ] 2821/3611 78% [================================================ ] 2822/3611 78% [================================================ ] 2823/3611 78% [================================================ ] 2824/3611 78% [================================================ ] 2825/3611 78% [================================================ ] 2826/3611 78% [================================================ ] 2827/3611 78% [================================================ ] 2828/3611 78% [================================================ ] 2829/3611 78% [================================================ ] 2830/3611 78% [================================================ ] 2831/3611 78% [================================================ ] 2832/3611 78% [================================================ ] 2833/3611 78% [================================================ ] 2834/3611 78% [================================================ ] 2835/3611 78% [================================================ ] 2836/3611 78% [================================================ ] 2837/3611 78% [================================================ ] 2838/3611 78% [================================================ ] 2839/3611 78% [================================================ ] 2840/3611 78% [================================================ ] 2841/3611 78% [================================================ ] 2842/3611 78% [================================================ ] 2843/3611 78% [================================================ ] 2844/3611 78% [================================================ ] 2845/3611 78% [================================================ ] 2846/3611 78% [================================================ ] 2847/3611 78% [================================================ ] 2848/3611 78% [================================================ ] 2849/3611 78% [================================================ ] 2850/3611 78% [================================================ ] 2851/3611 78% [================================================ ] 2852/3611 78% [================================================ ] 2853/3611 79% [================================================= ] 2854/3611 79% [================================================= ] 2855/3611 79% [================================================= ] 2856/3611 79% [================================================= ] 2857/3611 79% [================================================= ] 2858/3611 79% [================================================= ] 2859/3611 79% [================================================= ] 2860/3611 79% [================================================= ] 2861/3611 79% [================================================= ] 2862/3611 79% [================================================= ] 2863/3611 79% [================================================= ] 2864/3611 79% [================================================= ] 2865/3611 79% [================================================= ] 2866/3611 79% [================================================= ] 2867/3611 79% [================================================= ] 2868/3611 79% [================================================= ] 2869/3611 79% [================================================= ] 2870/3611 79% [================================================= ] 2871/3611 79% [================================================= ] 2872/3611 79% [================================================= ] 2873/3611 79% [================================================= ] 2874/3611 79% [================================================= ] 2875/3611 79% [================================================= ] 2876/3611 79% [================================================= ] 2877/3611 79% [================================================= ] 2878/3611 79% [================================================= ] 2879/3611 79% [================================================= ] 2880/3611 79% [================================================= ] 2881/3611 79% [================================================= ] 2882/3611 79% [================================================= ] 2883/3611 79% [================================================= ] 2884/3611 79% [================================================= ] 2885/3611 79% [================================================= ] 2886/3611 79% [================================================= ] 2887/3611 79% [================================================= ] 2888/3611 79% [================================================= ] 2889/3611 80% [================================================= ] 2890/3611 80% [================================================= ] 2891/3611 80% [================================================= ] 2892/3611 80% [================================================= ] 2893/3611 80% [================================================= ] 2894/3611 80% [================================================= ] 2895/3611 80% [================================================= ] 2896/3611 80% [================================================= ] 2897/3611 80% [================================================= ] 2898/3611 80% [================================================= ] 2899/3611 80% [================================================= ] 2900/3611 80% [================================================= ] 2901/3611 80% [================================================= ] 2902/3611 80% [================================================= ] 2903/3611 80% [================================================= ] 2904/3611 80% [================================================= ] 2905/3611 80% [================================================= ] 2906/3611 80% [================================================= ] 2907/3611 80% [================================================= ] 2908/3611 80% [================================================= ] 2909/3611 80% [================================================= ] 2910/3611 80% [================================================= ] 2911/3611 80% [================================================= ] 2912/3611 80% [================================================== ] 2913/3611 80% [================================================== ] 2914/3611 80% [================================================== ] 2915/3611 80% [================================================== ] 2916/3611 80% [================================================== ] 2917/3611 80% [================================================== ] 2918/3611 80% [================================================== ] 2919/3611 80% [================================================== ] 2920/3611 80% [================================================== ] 2921/3611 80% [================================================== ] 2922/3611 80% [================================================== ] 2923/3611 80% [================================================== ] 2924/3611 80% [================================================== ] 2925/3611 81% [================================================== ] 2926/3611 81% [================================================== ] 2927/3611 81% [================================================== ] 2928/3611 81% [================================================== ] 2929/3611 81% [================================================== ] 2930/3611 81% [================================================== ] 2931/3611 81% [================================================== ] 2932/3611 81% [================================================== ] 2933/3611 81% [================================================== ] 2934/3611 81% [================================================== ] 2935/3611 81% [================================================== ] 2936/3611 81% [================================================== ] 2937/3611 81% [================================================== ] 2938/3611 81% [================================================== ] 2939/3611 81% [================================================== ] 2940/3611 81% [================================================== ] 2941/3611 81% [================================================== ] 2942/3611 81% [================================================== ] 2943/3611 81% [================================================== ] 2944/3611 81% [================================================== ] 2945/3611 81% [================================================== ] 2946/3611 81% [================================================== ] 2947/3611 81% [================================================== ] 2948/3611 81% [================================================== ] 2949/3611 81% [================================================== ] 2950/3611 81% [================================================== ] 2951/3611 81% [================================================== ] 2952/3611 81% [================================================== ] 2953/3611 81% [================================================== ] 2954/3611 81% [================================================== ] 2955/3611 81% [================================================== ] 2956/3611 81% [================================================== ] 2957/3611 81% [================================================== ] 2958/3611 81% [================================================== ] 2959/3611 81% [================================================== ] 2960/3611 81% [================================================== ] 2961/3611 81% [================================================== ] 2962/3611 82% [================================================== ] 2963/3611 82% [================================================== ] 2964/3611 82% [================================================== ] 2965/3611 82% [================================================== ] 2966/3611 82% [================================================== ] 2967/3611 82% [================================================== ] 2968/3611 82% [================================================== ] 2969/3611 82% [================================================== ] 2970/3611 82% [=================================================== ] 2971/3611 82% [=================================================== ] 2972/3611 82% [=================================================== ] 2973/3611 82% [=================================================== ] 2974/3611 82% [=================================================== ] 2975/3611 82% [=================================================== ] 2976/3611 82% [=================================================== ] 2977/3611 82% [=================================================== ] 2978/3611 82% [=================================================== ] 2979/3611 82% [=================================================== ] 2980/3611 82% [=================================================== ] 2981/3611 82% [=================================================== ] 2982/3611 82% [=================================================== ] 2983/3611 82% [=================================================== ] 2984/3611 82% [=================================================== ] 2985/3611 82% [=================================================== ] 2986/3611 82% [=================================================== ] 2987/3611 82% [=================================================== ] 2988/3611 82% [=================================================== ] 2989/3611 82% [=================================================== ] 2990/3611 82% [=================================================== ] 2991/3611 82% [=================================================== ] 2992/3611 82% [=================================================== ] 2993/3611 82% [=================================================== ] 2994/3611 82% [=================================================== ] 2995/3611 82% [=================================================== ] 2996/3611 82% [=================================================== ] 2997/3611 82% [=================================================== ] 2998/3611 83% [=================================================== ] 2999/3611 83% [=================================================== ] 3000/3611 83% [=================================================== ] 3001/3611 83% [=================================================== ] 3002/3611 83% [=================================================== ] 3003/3611 83% [=================================================== ] 3004/3611 83% [=================================================== ] 3005/3611 83% [=================================================== ] 3006/3611 83% [=================================================== ] 3007/3611 83% [=================================================== ] 3008/3611 83% [=================================================== ] 3009/3611 83% [=================================================== ] 3010/3611 83% [=================================================== ] 3011/3611 83% [=================================================== ] 3012/3611 83% [=================================================== ] 3013/3611 83% [=================================================== ] 3014/3611 83% [=================================================== ] 3015/3611 83% [=================================================== ] 3016/3611 83% [=================================================== ] 3017/3611 83% [=================================================== ] 3018/3611 83% [=================================================== ] 3019/3611 83% [=================================================== ] 3020/3611 83% [=================================================== ] 3021/3611 83% [=================================================== ] 3022/3611 83% [=================================================== ] 3023/3611 83% [=================================================== ] 3024/3611 83% [=================================================== ] 3025/3611 83% [=================================================== ] 3026/3611 83% [=================================================== ] 3027/3611 83% [=================================================== ] 3028/3611 83% [==================================================== ] 3029/3611 83% [==================================================== ] 3030/3611 83% [==================================================== ] 3031/3611 83% [==================================================== ] 3032/3611 83% [==================================================== ] 3033/3611 83% [==================================================== ] 3034/3611 84% [==================================================== ] 3035/3611 84% [==================================================== ] 3036/3611 84% [==================================================== ] 3037/3611 84% [==================================================== ] 3038/3611 84% [==================================================== ] 3039/3611 84% [==================================================== ] 3040/3611 84% [==================================================== ] 3041/3611 84% [==================================================== ] 3042/3611 84% [==================================================== ] 3043/3611 84% [==================================================== ] 3044/3611 84% [==================================================== ] 3045/3611 84% [==================================================== ] 3046/3611 84% [==================================================== ] 3047/3611 84% [==================================================== ] 3048/3611 84% [==================================================== ] 3049/3611 84% [==================================================== ] 3050/3611 84% [==================================================== ] 3051/3611 84% [==================================================== ] 3052/3611 84% [==================================================== ] 3053/3611 84% [==================================================== ] 3054/3611 84% [==================================================== ] 3055/3611 84% [==================================================== ] 3056/3611 84% [==================================================== ] 3057/3611 84% [==================================================== ] 3058/3611 84% [==================================================== ] 3059/3611 84% [==================================================== ] 3060/3611 84% [==================================================== ] 3061/3611 84% [==================================================== ] 3062/3611 84% [==================================================== ] 3063/3611 84% [==================================================== ] 3064/3611 84% [==================================================== ] 3065/3611 84% [==================================================== ] 3066/3611 84% [==================================================== ] 3067/3611 84% [==================================================== ] 3068/3611 84% [==================================================== ] 3069/3611 84% [==================================================== ] 3070/3611 85% [==================================================== ] 3071/3611 85% [==================================================== ] 3072/3611 85% [==================================================== ] 3073/3611 85% [==================================================== ] 3074/3611 85% [==================================================== ] 3075/3611 85% [==================================================== ] 3076/3611 85% [==================================================== ] 3077/3611 85% [==================================================== ] 3078/3611 85% [==================================================== ] 3079/3611 85% [==================================================== ] 3080/3611 85% [==================================================== ] 3081/3611 85% [==================================================== ] 3082/3611 85% [==================================================== ] 3083/3611 85% [==================================================== ] 3084/3611 85% [==================================================== ] 3085/3611 85% [==================================================== ] 3086/3611 85% [===================================================== ] 3087/3611 85% [===================================================== ] 3088/3611 85% [===================================================== ] 3089/3611 85% [===================================================== ] 3090/3611 85% [===================================================== ] 3091/3611 85% [===================================================== ] 3092/3611 85% [===================================================== ] 3093/3611 85% [===================================================== ] 3094/3611 85% [===================================================== ] 3095/3611 85% [===================================================== ] 3096/3611 85% [===================================================== ] 3097/3611 85% [===================================================== ] 3098/3611 85% [===================================================== ] 3099/3611 85% [===================================================== ] 3100/3611 85% [===================================================== ] 3101/3611 85% [===================================================== ] 3102/3611 85% [===================================================== ] 3103/3611 85% [===================================================== ] 3104/3611 85% [===================================================== ] 3105/3611 85% [===================================================== ] 3106/3611 86% [===================================================== ] 3107/3611 86% [===================================================== ] 3108/3611 86% [===================================================== ] 3109/3611 86% [===================================================== ] 3110/3611 86% [===================================================== ] 3111/3611 86% [===================================================== ] 3112/3611 86% [===================================================== ] 3113/3611 86% [===================================================== ] 3114/3611 86% [===================================================== ] 3115/3611 86% [===================================================== ] 3116/3611 86% [===================================================== ] 3117/3611 86% [===================================================== ] 3118/3611 86% [===================================================== ] 3119/3611 86% [===================================================== ] 3120/3611 86% [===================================================== ] 3121/3611 86% [===================================================== ] 3122/3611 86% [===================================================== ] 3123/3611 86% [===================================================== ] 3124/3611 86% [===================================================== ] 3125/3611 86% [===================================================== ] 3126/3611 86% [===================================================== ] 3127/3611 86% [===================================================== ] 3128/3611 86% [===================================================== ] 3129/3611 86% [===================================================== ] 3130/3611 86% [===================================================== ] 3131/3611 86% [===================================================== ] 3132/3611 86% [===================================================== ] 3133/3611 86% [===================================================== ] 3134/3611 86% [===================================================== ] 3135/3611 86% [===================================================== ] 3136/3611 86% [===================================================== ] 3137/3611 86% [===================================================== ] 3138/3611 86% [===================================================== ] 3139/3611 86% [===================================================== ] 3140/3611 86% [===================================================== ] 3141/3611 86% [===================================================== ] 3142/3611 87% [===================================================== ] 3143/3611 87% [===================================================== ] 3144/3611 87% [===================================================== ] 3145/3611 87% [====================================================== ] 3146/3611 87% [====================================================== ] 3147/3611 87% [====================================================== ] 3148/3611 87% [====================================================== ] 3149/3611 87% [====================================================== ] 3150/3611 87% [====================================================== ] 3151/3611 87% [====================================================== ] 3152/3611 87% [====================================================== ] 3153/3611 87% [====================================================== ] 3154/3611 87% [====================================================== ] 3155/3611 87% [====================================================== ] 3156/3611 87% [====================================================== ] 3157/3611 87% [====================================================== ] 3158/3611 87% [====================================================== ] 3159/3611 87% [====================================================== ] 3160/3611 87% [====================================================== ] 3161/3611 87% [====================================================== ] 3162/3611 87% [====================================================== ] 3163/3611 87% [====================================================== ] 3164/3611 87% [====================================================== ] 3165/3611 87% [====================================================== ] 3166/3611 87% [====================================================== ] 3167/3611 87% [====================================================== ] 3168/3611 87% [====================================================== ] 3169/3611 87% [====================================================== ] 3170/3611 87% [====================================================== ] 3171/3611 87% [====================================================== ] 3172/3611 87% [====================================================== ] 3173/3611 87% [====================================================== ] 3174/3611 87% [====================================================== ] 3175/3611 87% [====================================================== ] 3176/3611 87% [====================================================== ] 3177/3611 87% [====================================================== ] 3178/3611 88% [====================================================== ] 3179/3611 88% [====================================================== ] 3180/3611 88% [====================================================== ] 3181/3611 88% [====================================================== ] 3182/3611 88% [====================================================== ] 3183/3611 88% [====================================================== ] 3184/3611 88% [====================================================== ] 3185/3611 88% [====================================================== ] 3186/3611 88% [====================================================== ] 3187/3611 88% [====================================================== ] 3188/3611 88% [====================================================== ] 3189/3611 88% [====================================================== ] 3190/3611 88% [====================================================== ] 3191/3611 88% [====================================================== ] 3192/3611 88% [====================================================== ] 3193/3611 88% [====================================================== ] 3194/3611 88% [====================================================== ] 3195/3611 88% [====================================================== ] 3196/3611 88% [====================================================== ] 3197/3611 88% [====================================================== ] 3198/3611 88% [====================================================== ] 3199/3611 88% [====================================================== ] 3200/3611 88% [====================================================== ] 3201/3611 88% [====================================================== ] 3202/3611 88% [====================================================== ] 3203/3611 88% [======================================================= ] 3204/3611 88% [======================================================= ] 3205/3611 88% [======================================================= ] 3206/3611 88% [======================================================= ] 3207/3611 88% [======================================================= ] 3208/3611 88% [======================================================= ] 3209/3611 88% [======================================================= ] 3210/3611 88% [======================================================= ] 3211/3611 88% [======================================================= ] 3212/3611 88% [======================================================= ] 3213/3611 88% [======================================================= ] 3214/3611 89% [======================================================= ] 3215/3611 89% [======================================================= ] 3216/3611 89% [======================================================= ] 3217/3611 89% [======================================================= ] 3218/3611 89% [======================================================= ] 3219/3611 89% [======================================================= ] 3220/3611 89% [======================================================= ] 3221/3611 89% [======================================================= ] 3222/3611 89% [======================================================= ] 3223/3611 89% [======================================================= ] 3224/3611 89% [======================================================= ] 3225/3611 89% [======================================================= ] 3226/3611 89% [======================================================= ] 3227/3611 89% [======================================================= ] 3228/3611 89% [======================================================= ] 3229/3611 89% [======================================================= ] 3230/3611 89% [======================================================= ] 3231/3611 89% [======================================================= ] 3232/3611 89% [======================================================= ] 3233/3611 89% [======================================================= ] 3234/3611 89% [======================================================= ] 3235/3611 89% [======================================================= ] 3236/3611 89% [======================================================= ] 3237/3611 89% [======================================================= ] 3238/3611 89% [======================================================= ] 3239/3611 89% [======================================================= ] 3240/3611 89% [======================================================= ] 3241/3611 89% [======================================================= ] 3242/3611 89% [======================================================= ] 3243/3611 89% [======================================================= ] 3244/3611 89% [======================================================= ] 3245/3611 89% [======================================================= ] 3246/3611 89% [======================================================= ] 3247/3611 89% [======================================================= ] 3248/3611 89% [======================================================= ] 3249/3611 89% [======================================================= ] 3250/3611 90% [======================================================= ] 3251/3611 90% [======================================================= ] 3252/3611 90% [======================================================= ] 3253/3611 90% [======================================================= ] 3254/3611 90% [======================================================= ] 3255/3611 90% [======================================================= ] 3256/3611 90% [======================================================= ] 3257/3611 90% [======================================================= ] 3258/3611 90% [======================================================= ] 3259/3611 90% [======================================================= ] 3260/3611 90% [======================================================= ] 3261/3611 90% [======================================================== ] 3262/3611 90% [======================================================== ] 3263/3611 90% [======================================================== ] 3264/3611 90% [======================================================== ] 3265/3611 90% [======================================================== ] 3266/3611 90% [======================================================== ] 3267/3611 90% [======================================================== ] 3268/3611 90% [======================================================== ] 3269/3611 90% [======================================================== ] 3270/3611 90% [======================================================== ] 3271/3611 90% [======================================================== ] 3272/3611 90% [======================================================== ] 3273/3611 90% [======================================================== ] 3274/3611 90% [======================================================== ] 3275/3611 90% [======================================================== ] 3276/3611 90% [======================================================== ] 3277/3611 90% [======================================================== ] 3278/3611 90% [======================================================== ] 3279/3611 90% [======================================================== ] 3280/3611 90% [======================================================== ] 3281/3611 90% [======================================================== ] 3282/3611 90% [======================================================== ] 3283/3611 90% [======================================================== ] 3284/3611 90% [======================================================== ] 3285/3611 90% [======================================================== ] 3286/3611 90% [======================================================== ] 3287/3611 91% [======================================================== ] 3288/3611 91% [======================================================== ] 3289/3611 91% [======================================================== ] 3290/3611 91% [======================================================== ] 3291/3611 91% [======================================================== ] 3292/3611 91% [======================================================== ] 3293/3611 91% [======================================================== ] 3294/3611 91% [======================================================== ] 3295/3611 91% [======================================================== ] 3296/3611 91% [======================================================== ] 3297/3611 91% [======================================================== ] 3298/3611 91% [======================================================== ] 3299/3611 91% [======================================================== ] 3300/3611 91% [======================================================== ] 3301/3611 91% [======================================================== ] 3302/3611 91% [======================================================== ] 3303/3611 91% [======================================================== ] 3304/3611 91% [======================================================== ] 3305/3611 91% [======================================================== ] 3306/3611 91% [======================================================== ] 3307/3611 91% [======================================================== ] 3308/3611 91% [======================================================== ] 3309/3611 91% [======================================================== ] 3310/3611 91% [======================================================== ] 3311/3611 91% [======================================================== ] 3312/3611 91% [======================================================== ] 3313/3611 91% [======================================================== ] 3314/3611 91% [======================================================== ] 3315/3611 91% [======================================================== ] 3316/3611 91% [======================================================== ] 3317/3611 91% [======================================================== ] 3318/3611 91% [======================================================== ] 3319/3611 91% [========================================================= ] 3320/3611 91% [========================================================= ] 3321/3611 91% [========================================================= ] 3322/3611 91% [========================================================= ] 3323/3611 92% [========================================================= ] 3324/3611 92% [========================================================= ] 3325/3611 92% [========================================================= ] 3326/3611 92% [========================================================= ] 3327/3611 92% [========================================================= ] 3328/3611 92% [========================================================= ] 3329/3611 92% [========================================================= ] 3330/3611 92% [========================================================= ] 3331/3611 92% [========================================================= ] 3332/3611 92% [========================================================= ] 3333/3611 92% [========================================================= ] 3334/3611 92% [========================================================= ] 3335/3611 92% [========================================================= ] 3336/3611 92% [========================================================= ] 3337/3611 92% [========================================================= ] 3338/3611 92% [========================================================= ] 3339/3611 92% [========================================================= ] 3340/3611 92% [========================================================= ] 3341/3611 92% [========================================================= ] 3342/3611 92% [========================================================= ] 3343/3611 92% [========================================================= ] 3344/3611 92% [========================================================= ] 3345/3611 92% [========================================================= ] 3346/3611 92% [========================================================= ] 3347/3611 92% [========================================================= ] 3348/3611 92% [========================================================= ] 3349/3611 92% [========================================================= ] 3350/3611 92% [========================================================= ] 3351/3611 92% [========================================================= ] 3352/3611 92% [========================================================= ] 3353/3611 92% [========================================================= ] 3354/3611 92% [========================================================= ] 3355/3611 92% [========================================================= ] 3356/3611 92% [========================================================= ] 3357/3611 92% [========================================================= ] 3358/3611 92% [========================================================= ] 3359/3611 93% [========================================================= ] 3360/3611 93% [========================================================= ] 3361/3611 93% [========================================================= ] 3362/3611 93% [========================================================= ] 3363/3611 93% [========================================================= ] 3364/3611 93% [========================================================= ] 3365/3611 93% [========================================================= ] 3366/3611 93% [========================================================= ] 3367/3611 93% [========================================================= ] 3368/3611 93% [========================================================= ] 3369/3611 93% [========================================================= ] 3370/3611 93% [========================================================= ] 3371/3611 93% [========================================================= ] 3372/3611 93% [========================================================= ] 3373/3611 93% [========================================================= ] 3374/3611 93% [========================================================= ] 3375/3611 93% [========================================================= ] 3376/3611 93% [========================================================= ] 3377/3611 93% [========================================================= ] 3378/3611 93% [========================================================== ] 3379/3611 93% [========================================================== ] 3380/3611 93% [========================================================== ] 3381/3611 93% [========================================================== ] 3382/3611 93% [========================================================== ] 3383/3611 93% [========================================================== ] 3384/3611 93% [========================================================== ] 3385/3611 93% [========================================================== ] 3386/3611 93% [========================================================== ] 3387/3611 93% [========================================================== ] 3388/3611 93% [========================================================== ] 3389/3611 93% [========================================================== ] 3390/3611 93% [========================================================== ] 3391/3611 93% [========================================================== ] 3392/3611 93% [========================================================== ] 3393/3611 93% [========================================================== ] 3394/3611 93% [========================================================== ] 3395/3611 94% [========================================================== ] 3396/3611 94% [========================================================== ] 3397/3611 94% [========================================================== ] 3398/3611 94% [========================================================== ] 3399/3611 94% [========================================================== ] 3400/3611 94% [========================================================== ] 3401/3611 94% [========================================================== ] 3402/3611 94% [========================================================== ] 3403/3611 94% [========================================================== ] 3404/3611 94% [========================================================== ] 3405/3611 94% [========================================================== ] 3406/3611 94% [========================================================== ] 3407/3611 94% [========================================================== ] 3408/3611 94% [========================================================== ] 3409/3611 94% [========================================================== ] 3410/3611 94% [========================================================== ] 3411/3611 94% [========================================================== ] 3412/3611 94% [========================================================== ] 3413/3611 94% [========================================================== ] 3414/3611 94% [========================================================== ] 3415/3611 94% [========================================================== ] 3416/3611 94% [========================================================== ] 3417/3611 94% [========================================================== ] 3418/3611 94% [========================================================== ] 3419/3611 94% [========================================================== ] 3420/3611 94% [========================================================== ] 3421/3611 94% [========================================================== ] 3422/3611 94% [========================================================== ] 3423/3611 94% [========================================================== ] 3424/3611 94% [========================================================== ] 3425/3611 94% [========================================================== ] 3426/3611 94% [========================================================== ] 3427/3611 94% [========================================================== ] 3428/3611 94% [========================================================== ] 3429/3611 94% [========================================================== ] 3430/3611 94% [========================================================== ] 3431/3611 95% [========================================================== ] 3432/3611 95% [========================================================== ] 3433/3611 95% [========================================================== ] 3434/3611 95% [========================================================== ] 3435/3611 95% [========================================================== ] 3436/3611 95% [=========================================================== ] 3437/3611 95% [=========================================================== ] 3438/3611 95% [=========================================================== ] 3439/3611 95% [=========================================================== ] 3440/3611 95% [=========================================================== ] 3441/3611 95% [=========================================================== ] 3442/3611 95% [=========================================================== ] 3443/3611 95% [=========================================================== ] 3444/3611 95% [=========================================================== ] 3445/3611 95% [=========================================================== ] 3446/3611 95% [=========================================================== ] 3447/3611 95% [=========================================================== ] 3448/3611 95% [=========================================================== ] 3449/3611 95% [=========================================================== ] 3450/3611 95% [=========================================================== ] 3451/3611 95% [=========================================================== ] 3452/3611 95% [=========================================================== ] 3453/3611 95% [=========================================================== ] 3454/3611 95% [=========================================================== ] 3455/3611 95% [=========================================================== ] 3456/3611 95% [=========================================================== ] 3457/3611 95% [=========================================================== ] 3458/3611 95% [=========================================================== ] 3459/3611 95% [=========================================================== ] 3460/3611 95% [=========================================================== ] 3461/3611 95% [=========================================================== ] 3462/3611 95% [=========================================================== ] 3463/3611 95% [=========================================================== ] 3464/3611 95% [=========================================================== ] 3465/3611 95% [=========================================================== ] 3466/3611 95% [=========================================================== ] 3467/3611 96% [=========================================================== ] 3468/3611 96% [=========================================================== ] 3469/3611 96% [=========================================================== ] 3470/3611 96% [=========================================================== ] 3471/3611 96% [=========================================================== ] 3472/3611 96% [=========================================================== ] 3473/3611 96% [=========================================================== ] 3474/3611 96% [=========================================================== ] 3475/3611 96% [=========================================================== ] 3476/3611 96% [=========================================================== ] 3477/3611 96% [=========================================================== ] 3478/3611 96% [=========================================================== ] 3479/3611 96% [=========================================================== ] 3480/3611 96% [=========================================================== ] 3481/3611 96% [=========================================================== ] 3482/3611 96% [=========================================================== ] 3483/3611 96% [=========================================================== ] 3484/3611 96% [=========================================================== ] 3485/3611 96% [=========================================================== ] 3486/3611 96% [=========================================================== ] 3487/3611 96% [=========================================================== ] 3488/3611 96% [=========================================================== ] 3489/3611 96% [=========================================================== ] 3490/3611 96% [=========================================================== ] 3491/3611 96% [=========================================================== ] 3492/3611 96% [=========================================================== ] 3493/3611 96% [=========================================================== ] 3494/3611 96% [============================================================ ] 3495/3611 96% [============================================================ ] 3496/3611 96% [============================================================ ] 3497/3611 96% [============================================================ ] 3498/3611 96% [============================================================ ] 3499/3611 96% [============================================================ ] 3500/3611 96% [============================================================ ] 3501/3611 96% [============================================================ ] 3502/3611 96% [============================================================ ] 3503/3611 97% [============================================================ ] 3504/3611 97% [============================================================ ] 3505/3611 97% [============================================================ ] 3506/3611 97% [============================================================ ] 3507/3611 97% [============================================================ ] 3508/3611 97% [============================================================ ] 3509/3611 97% [============================================================ ] 3510/3611 97% [============================================================ ] 3511/3611 97% [============================================================ ] 3512/3611 97% [============================================================ ] 3513/3611 97% [============================================================ ] 3514/3611 97% [============================================================ ] 3515/3611 97% [============================================================ ] 3516/3611 97% [============================================================ ] 3517/3611 97% [============================================================ ] 3518/3611 97% [============================================================ ] 3519/3611 97% [============================================================ ] 3520/3611 97% [============================================================ ] 3521/3611 97% [============================================================ ] 3522/3611 97% [============================================================ ] 3523/3611 97% [============================================================ ] 3524/3611 97% [============================================================ ] 3525/3611 97% [============================================================ ] 3526/3611 97% [============================================================ ] 3527/3611 97% [============================================================ ] 3528/3611 97% [============================================================ ] 3529/3611 97% [============================================================ ] 3530/3611 97% [============================================================ ] 3531/3611 97% [============================================================ ] 3532/3611 97% [============================================================ ] 3533/3611 97% [============================================================ ] 3534/3611 97% [============================================================ ] 3535/3611 97% [============================================================ ] 3536/3611 97% [============================================================ ] 3537/3611 97% [============================================================ ] 3538/3611 97% [============================================================ ] 3539/3611 98% [============================================================ ] 3540/3611 98% [============================================================ ] 3541/3611 98% [============================================================ ] 3542/3611 98% [============================================================ ] 3543/3611 98% [============================================================ ] 3544/3611 98% [============================================================ ] 3545/3611 98% [============================================================ ] 3546/3611 98% [============================================================ ] 3547/3611 98% [============================================================ ] 3548/3611 98% [============================================================ ] 3549/3611 98% [============================================================ ] 3550/3611 98% [============================================================ ] 3551/3611 98% [============================================================ ] 3552/3611 98% [============================================================= ] 3553/3611 98% [============================================================= ] 3554/3611 98% [============================================================= ] 3555/3611 98% [============================================================= ] 3556/3611 98% [============================================================= ] 3557/3611 98% [============================================================= ] 3558/3611 98% [============================================================= ] 3559/3611 98% [============================================================= ] 3560/3611 98% [============================================================= ] 3561/3611 98% [============================================================= ] 3562/3611 98% [============================================================= ] 3563/3611 98% [============================================================= ] 3564/3611 98% [============================================================= ] 3565/3611 98% [============================================================= ] 3566/3611 98% [============================================================= ] 3567/3611 98% [============================================================= ] 3568/3611 98% [============================================================= ] 3569/3611 98% [============================================================= ] 3570/3611 98% [============================================================= ] 3571/3611 98% [============================================================= ] 3572/3611 98% [============================================================= ] 3573/3611 98% [============================================================= ] 3574/3611 98% [============================================================= ] 3575/3611 99% [============================================================= ] 3576/3611 99% [============================================================= ] 3577/3611 99% [============================================================= ] 3578/3611 99% [============================================================= ] 3579/3611 99% [============================================================= ] 3580/3611 99% [============================================================= ] 3581/3611 99% [============================================================= ] 3582/3611 99% [============================================================= ] 3583/3611 99% [============================================================= ] 3584/3611 99% [============================================================= ] 3585/3611 99% [============================================================= ] 3586/3611 99% [============================================================= ] 3587/3611 99% [============================================================= ] 3588/3611 99% [============================================================= ] 3589/3611 99% [============================================================= ] 3590/3611 99% [============================================================= ] 3591/3611 99% [============================================================= ] 3592/3611 99% [============================================================= ] 3593/3611 99% [============================================================= ] 3594/3611 99% [============================================================= ] 3595/3611 99% [============================================================= ] 3596/3611 99% [============================================================= ] 3597/3611 99% [============================================================= ] 3598/3611 99% [============================================================= ] 3599/3611 99% [============================================================= ] 3600/3611 99% [============================================================= ] 3601/3611 99% [============================================================= ] 3602/3611 99% [============================================================= ] 3603/3611 99% [============================================================= ] 3604/3611 99% [============================================================= ] 3605/3611 99% [============================================================= ] 3606/3611 99% [============================================================= ] 3607/3611 99% [============================================================= ] 3608/3611 99% [============================================================= ] 3609/3611 99% [============================================================= ] 3610/3611 99% [==============================================================] 3611/3611 100% operation complete, 3611 objects in 54589 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/mips64-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2022.05-325-gfaeebe0858 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-aespipe 2.4f Collecting legal info >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> 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) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> whois 5.5.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> drbd-utils 9.19.0 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> earlyoom 1.6.2 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> host-environment-setup Collecting legal info >>> 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) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> 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) >>> initscripts Collecting legal info >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-cython 0.29.27 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-setuptools 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 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-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-qoriq-rcw LSDK-20.12 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl2_ttf 2.0.18 Collecting legal info COPYING.txt: OK (sha256: e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> tz Collecting legal info >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unixodbc 2.3.9 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> wilc-firmware wilc_linux_15_6 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> 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-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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'