echo "VERSION=2022.05-125-gdcf695206e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkcramfs -B /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' warning: file sizes truncated to 16MB (minus 1 byte) >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.squashfs -noappend -processors 1 -b 16K -comp zstd\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-10/output-1/images/rootfs.squashfs, block size 16384. [============/ ] 5100/24112 21% [=========================- ] 10400/24112 43% [===============================================/ ] 19300/24112 80% [======================================================| ] 22200/24112 92% [===========================================================-] 24112/24112 100% Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 16384 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 209649.33 Kbytes (204.74 Mbytes) 59.45% of uncompressed filesystem size (352622.35 Kbytes) Inode table size 72710 bytes (71.01 Kbytes) 36.40% of uncompressed inode table size (199763 bytes) Directory table size 31539 bytes (30.80 Kbytes) 47.37% of uncompressed directory table size (66576 bytes) Number of duplicate files found 37 Number of inodes 3417 Number of files 2584 Number of fragments 314 Number of symbolic links 340 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 493 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) http (33) Number of gids 2 root (0) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3417 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/3417 0% [ ] 2/3417 0% [ ] 3/3417 0% [ ] 4/3417 0% [ ] 5/3417 0% [ ] 6/3417 0% [ ] 7/3417 0% [ ] 8/3417 0% [ ] 9/3417 0% [ ] 10/3417 0% [ ] 11/3417 0% [ ] 12/3417 0% [ ] 13/3417 0% [ ] 14/3417 0% [ ] 15/3417 0% [ ] 16/3417 0% [ ] 17/3417 0% [ ] 18/3417 0% [ ] 19/3417 0% [ ] 20/3417 0% [ ] 21/3417 0% [ ] 22/3417 0% [ ] 23/3417 0% [ ] 24/3417 0% [ ] 25/3417 0% [ ] 26/3417 0% [ ] 27/3417 0% [ ] 28/3417 0% [ ] 29/3417 0% [ ] 30/3417 0% [ ] 31/3417 0% [ ] 32/3417 0% [ ] 33/3417 0% [ ] 34/3417 0% [ ] 35/3417 1% [ ] 36/3417 1% [ ] 37/3417 1% [ ] 38/3417 1% [ ] 39/3417 1% [ ] 40/3417 1% [ ] 41/3417 1% [ ] 42/3417 1% [ ] 43/3417 1% [ ] 44/3417 1% [ ] 45/3417 1% [ ] 46/3417 1% [ ] 47/3417 1% [ ] 48/3417 1% [ ] 49/3417 1% [ ] 50/3417 1% [ ] 51/3417 1% [ ] 52/3417 1% [ ] 53/3417 1% [ ] 54/3417 1% [ ] 55/3417 1% [= ] 56/3417 1% [= ] 57/3417 1% [= ] 58/3417 1% [= ] 59/3417 1% [= ] 60/3417 1% [= ] 61/3417 1% [= ] 62/3417 1% [= ] 63/3417 1% [= ] 64/3417 1% [= ] 65/3417 1% [= ] 66/3417 1% [= ] 67/3417 1% [= ] 68/3417 1% [= ] 69/3417 2% [= ] 70/3417 2% [= ] 71/3417 2% [= ] 72/3417 2% [= ] 73/3417 2% [= ] 74/3417 2% [= ] 75/3417 2% [= ] 76/3417 2% [= ] 77/3417 2% [= ] 78/3417 2% [= ] 79/3417 2% [= ] 80/3417 2% [= ] 81/3417 2% [= ] 82/3417 2% [= ] 83/3417 2% [= ] 84/3417 2% [= ] 85/3417 2% [= ] 86/3417 2% [= ] 87/3417 2% [= ] 88/3417 2% [= ] 89/3417 2% [= ] 90/3417 2% [= ] 91/3417 2% [= ] 92/3417 2% [= ] 93/3417 2% [= ] 94/3417 2% [= ] 95/3417 2% [= ] 96/3417 2% [= ] 97/3417 2% [= ] 98/3417 2% [= ] 99/3417 2% [= ] 100/3417 2% [= ] 101/3417 2% [= ] 102/3417 2% [= ] 103/3417 3% [= ] 104/3417 3% [= ] 105/3417 3% [= ] 106/3417 3% [= ] 107/3417 3% [= ] 108/3417 3% [= ] 109/3417 3% [= ] 110/3417 3% [== ] 111/3417 3% [== ] 112/3417 3% [== ] 113/3417 3% [== ] 114/3417 3% [== ] 115/3417 3% [== ] 116/3417 3% [== ] 117/3417 3% [== ] 118/3417 3% [== ] 119/3417 3% [== ] 120/3417 3% [== ] 121/3417 3% [== ] 122/3417 3% [== ] 123/3417 3% [== ] 124/3417 3% [== ] 125/3417 3% [== ] 126/3417 3% [== ] 127/3417 3% [== ] 128/3417 3% [== ] 129/3417 3% [== ] 130/3417 3% [== ] 131/3417 3% [== ] 132/3417 3% [== ] 133/3417 3% [== ] 134/3417 3% [== ] 135/3417 3% [== ] 136/3417 3% [== ] 137/3417 4% [== ] 138/3417 4% [== ] 139/3417 4% [== ] 140/3417 4% [== ] 141/3417 4% [== ] 142/3417 4% [== ] 143/3417 4% [== ] 144/3417 4% [== ] 145/3417 4% [== ] 146/3417 4% [== ] 147/3417 4% [== ] 148/3417 4% [== ] 149/3417 4% [== ] 150/3417 4% [== ] 151/3417 4% [== ] 152/3417 4% [== ] 153/3417 4% [== ] 154/3417 4% [== ] 155/3417 4% [== ] 156/3417 4% [== ] 157/3417 4% [== ] 158/3417 4% [== ] 159/3417 4% [== ] 160/3417 4% [== ] 161/3417 4% [== ] 162/3417 4% [== ] 163/3417 4% [== ] 164/3417 4% [== ] 165/3417 4% [=== ] 166/3417 4% [=== ] 167/3417 4% [=== ] 168/3417 4% [=== ] 169/3417 4% [=== ] 170/3417 4% [=== ] 171/3417 5% [=== ] 172/3417 5% [=== ] 173/3417 5% [=== ] 174/3417 5% [=== ] 175/3417 5% [=== ] 176/3417 5% [=== ] 177/3417 5% [=== ] 178/3417 5% [=== ] 179/3417 5% [=== ] 180/3417 5% [=== ] 181/3417 5% [=== ] 182/3417 5% [=== ] 183/3417 5% [=== ] 184/3417 5% [=== ] 185/3417 5% [=== ] 186/3417 5% [=== ] 187/3417 5% [=== ] 188/3417 5% [=== ] 189/3417 5% [=== ] 190/3417 5% [=== ] 191/3417 5% [=== ] 192/3417 5% [=== ] 193/3417 5% [=== ] 194/3417 5% [=== ] 195/3417 5% [=== ] 196/3417 5% [=== ] 197/3417 5% [=== ] 198/3417 5% [=== ] 199/3417 5% [=== ] 200/3417 5% [=== ] 201/3417 5% [=== ] 202/3417 5% [=== ] 203/3417 5% [=== ] 204/3417 5% [=== ] 205/3417 5% [=== ] 206/3417 6% [=== ] 207/3417 6% [=== ] 208/3417 6% [=== ] 209/3417 6% [=== ] 210/3417 6% [=== ] 211/3417 6% [=== ] 212/3417 6% [=== ] 213/3417 6% [=== ] 214/3417 6% [=== ] 215/3417 6% [=== ] 216/3417 6% [=== ] 217/3417 6% [=== ] 218/3417 6% [=== ] 219/3417 6% [=== ] 220/3417 6% [==== ] 221/3417 6% [==== ] 222/3417 6% [==== ] 223/3417 6% [==== ] 224/3417 6% [==== ] 225/3417 6% [==== ] 226/3417 6% [==== ] 227/3417 6% [==== ] 228/3417 6% [==== ] 229/3417 6% [==== ] 230/3417 6% [==== ] 231/3417 6% [==== ] 232/3417 6% [==== ] 233/3417 6% [==== ] 234/3417 6% [==== ] 235/3417 6% [==== ] 236/3417 6% [==== ] 237/3417 6% [==== ] 238/3417 6% [==== ] 239/3417 6% [==== ] 240/3417 7% [==== ] 241/3417 7% [==== ] 242/3417 7% [==== ] 243/3417 7% [==== ] 244/3417 7% [==== ] 245/3417 7% [==== ] 246/3417 7% [==== ] 247/3417 7% [==== ] 248/3417 7% [==== ] 249/3417 7% [==== ] 250/3417 7% [==== ] 251/3417 7% [==== ] 252/3417 7% [==== ] 253/3417 7% [==== ] 254/3417 7% [==== ] 255/3417 7% [==== ] 256/3417 7% [==== ] 257/3417 7% [==== ] 258/3417 7% [==== ] 259/3417 7% [==== ] 260/3417 7% [==== ] 261/3417 7% [==== ] 262/3417 7% [==== ] 263/3417 7% [==== ] 264/3417 7% [==== ] 265/3417 7% [==== ] 266/3417 7% [==== ] 267/3417 7% [==== ] 268/3417 7% [==== ] 269/3417 7% [==== ] 270/3417 7% [==== ] 271/3417 7% [==== ] 272/3417 7% [==== ] 273/3417 7% [==== ] 274/3417 8% [==== ] 275/3417 8% [===== ] 276/3417 8% [===== ] 277/3417 8% [===== ] 278/3417 8% [===== ] 279/3417 8% [===== ] 280/3417 8% [===== ] 281/3417 8% [===== ] 282/3417 8% [===== ] 283/3417 8% [===== ] 284/3417 8% [===== ] 285/3417 8% [===== ] 286/3417 8% [===== ] 287/3417 8% [===== ] 288/3417 8% [===== ] 289/3417 8% [===== ] 290/3417 8% [===== ] 291/3417 8% [===== ] 292/3417 8% [===== ] 293/3417 8% [===== ] 294/3417 8% [===== ] 295/3417 8% [===== ] 296/3417 8% [===== ] 297/3417 8% [===== ] 298/3417 8% [===== ] 299/3417 8% [===== ] 300/3417 8% [===== ] 301/3417 8% [===== ] 302/3417 8% [===== ] 303/3417 8% [===== ] 304/3417 8% [===== ] 305/3417 8% [===== ] 306/3417 8% [===== ] 307/3417 8% [===== ] 308/3417 9% [===== ] 309/3417 9% [===== ] 310/3417 9% [===== ] 311/3417 9% [===== ] 312/3417 9% [===== ] 313/3417 9% [===== ] 314/3417 9% [===== ] 315/3417 9% [===== ] 316/3417 9% [===== ] 317/3417 9% [===== ] 318/3417 9% [===== ] 319/3417 9% [===== ] 320/3417 9% [===== ] 321/3417 9% [===== ] 322/3417 9% [===== ] 323/3417 9% [===== ] 324/3417 9% [===== ] 325/3417 9% [===== ] 326/3417 9% [===== ] 327/3417 9% [===== ] 328/3417 9% [===== ] 329/3417 9% [===== ] 330/3417 9% [====== ] 331/3417 9% [====== ] 332/3417 9% [====== ] 333/3417 9% [====== ] 334/3417 9% [====== ] 335/3417 9% [====== ] 336/3417 9% [====== ] 337/3417 9% [====== ] 338/3417 9% [====== ] 339/3417 9% [====== ] 340/3417 9% [====== ] 341/3417 9% [====== ] 342/3417 10% [====== ] 343/3417 10% [====== ] 344/3417 10% [====== ] 345/3417 10% [====== ] 346/3417 10% [====== ] 347/3417 10% [====== ] 348/3417 10% [====== ] 349/3417 10% [====== ] 350/3417 10% [====== ] 351/3417 10% [====== ] 352/3417 10% [====== ] 353/3417 10% [====== ] 354/3417 10% [====== ] 355/3417 10% [====== ] 356/3417 10% [====== ] 357/3417 10% [====== ] 358/3417 10% [====== ] 359/3417 10% [====== ] 360/3417 10% [====== ] 361/3417 10% [====== ] 362/3417 10% [====== ] 363/3417 10% [====== ] 364/3417 10% [====== ] 365/3417 10% [====== ] 366/3417 10% [====== ] 367/3417 10% [====== ] 368/3417 10% [====== ] 369/3417 10% [====== ] 370/3417 10% [====== ] 371/3417 10% [====== ] 372/3417 10% [====== ] 373/3417 10% [====== ] 374/3417 10% [====== ] 375/3417 10% [====== ] 376/3417 11% [====== ] 377/3417 11% [====== ] 378/3417 11% [====== ] 379/3417 11% [====== ] 380/3417 11% [====== ] 381/3417 11% [====== ] 382/3417 11% [====== ] 383/3417 11% [====== ] 384/3417 11% [====== ] 385/3417 11% [======= ] 386/3417 11% [======= ] 387/3417 11% [======= ] 388/3417 11% [======= ] 389/3417 11% [======= ] 390/3417 11% [======= ] 391/3417 11% [======= ] 392/3417 11% [======= ] 393/3417 11% [======= ] 394/3417 11% [======= ] 395/3417 11% [======= ] 396/3417 11% [======= ] 397/3417 11% [======= ] 398/3417 11% [======= ] 399/3417 11% [======= ] 400/3417 11% [======= ] 401/3417 11% [======= ] 402/3417 11% [======= ] 403/3417 11% [======= ] 404/3417 11% [======= ] 405/3417 11% [======= ] 406/3417 11% [======= ] 407/3417 11% [======= ] 408/3417 11% [======= ] 409/3417 11% [======= ] 410/3417 11% [======= ] 411/3417 12% [======= ] 412/3417 12% [======= ] 413/3417 12% [======= ] 414/3417 12% [======= ] 415/3417 12% [======= ] 416/3417 12% [======= ] 417/3417 12% [======= ] 418/3417 12% [======= ] 419/3417 12% [======= ] 420/3417 12% [======= ] 421/3417 12% [======= ] 422/3417 12% [======= ] 423/3417 12% [======= ] 424/3417 12% [======= ] 425/3417 12% [======= ] 426/3417 12% [======= ] 427/3417 12% [======= ] 428/3417 12% [======= ] 429/3417 12% [======= ] 430/3417 12% [======= ] 431/3417 12% [======= ] 432/3417 12% [======= ] 433/3417 12% [======= ] 434/3417 12% [======= ] 435/3417 12% [======= ] 436/3417 12% [======= ] 437/3417 12% [======= ] 438/3417 12% [======= ] 439/3417 12% [======= ] 440/3417 12% [======== ] 441/3417 12% [======== ] 442/3417 12% [======== ] 443/3417 12% [======== ] 444/3417 12% [======== ] 445/3417 13% [======== ] 446/3417 13% [======== ] 447/3417 13% [======== ] 448/3417 13% [======== ] 449/3417 13% [======== ] 450/3417 13% [======== ] 451/3417 13% [======== ] 452/3417 13% [======== ] 453/3417 13% [======== ] 454/3417 13% [======== ] 455/3417 13% [======== ] 456/3417 13% [======== ] 457/3417 13% [======== ] 458/3417 13% [======== ] 459/3417 13% [======== ] 460/3417 13% [======== ] 461/3417 13% [======== ] 462/3417 13% [======== ] 463/3417 13% [======== ] 464/3417 13% [======== ] 465/3417 13% [======== ] 466/3417 13% [======== ] 467/3417 13% [======== ] 468/3417 13% [======== ] 469/3417 13% [======== ] 470/3417 13% [======== ] 471/3417 13% [======== ] 472/3417 13% [======== ] 473/3417 13% [======== ] 474/3417 13% [======== ] 475/3417 13% [======== ] 476/3417 13% [======== ] 477/3417 13% [======== ] 478/3417 13% [======== ] 479/3417 14% [======== ] 480/3417 14% [======== ] 481/3417 14% [======== ] 482/3417 14% [======== ] 483/3417 14% [======== ] 484/3417 14% [======== ] 485/3417 14% [======== ] 486/3417 14% [======== ] 487/3417 14% [======== ] 488/3417 14% [======== ] 489/3417 14% [======== ] 490/3417 14% [======== ] 491/3417 14% [======== ] 492/3417 14% [======== ] 493/3417 14% [======== ] 494/3417 14% [======== ] 495/3417 14% [======== ] 496/3417 14% [========= ] 497/3417 14% [========= ] 498/3417 14% [========= ] 499/3417 14% [========= ] 500/3417 14% [========= ] 501/3417 14% [========= ] 502/3417 14% [========= ] 503/3417 14% [========= ] 504/3417 14% [========= ] 505/3417 14% [========= ] 506/3417 14% [========= ] 507/3417 14% [========= ] 508/3417 14% [========= ] 509/3417 14% [========= ] 510/3417 14% [========= ] 511/3417 14% [========= ] 512/3417 14% [========= ] 513/3417 15% [========= ] 514/3417 15% [========= ] 515/3417 15% [========= ] 516/3417 15% [========= ] 517/3417 15% [========= ] 518/3417 15% [========= ] 519/3417 15% [========= ] 520/3417 15% [========= ] 521/3417 15% [========= ] 522/3417 15% [========= ] 523/3417 15% [========= ] 524/3417 15% [========= ] 525/3417 15% [========= ] 526/3417 15% [========= ] 527/3417 15% [========= ] 528/3417 15% [========= ] 529/3417 15% [========= ] 530/3417 15% [========= ] 531/3417 15% [========= ] 532/3417 15% [========= ] 533/3417 15% [========= ] 534/3417 15% [========= ] 535/3417 15% [========= ] 536/3417 15% [========= ] 537/3417 15% [========= ] 538/3417 15% [========= ] 539/3417 15% [========= ] 540/3417 15% [========= ] 541/3417 15% [========= ] 542/3417 15% [========= ] 543/3417 15% [========= ] 544/3417 15% [========= ] 545/3417 15% [========= ] 546/3417 15% [========= ] 547/3417 16% [========= ] 548/3417 16% [========= ] 549/3417 16% [========= ] 550/3417 16% [========= ] 551/3417 16% [========== ] 552/3417 16% [========== ] 553/3417 16% [========== ] 554/3417 16% [========== ] 555/3417 16% [========== ] 556/3417 16% [========== ] 557/3417 16% [========== ] 558/3417 16% [========== ] 559/3417 16% [========== ] 560/3417 16% [========== ] 561/3417 16% [========== ] 562/3417 16% [========== ] 563/3417 16% [========== ] 564/3417 16% [========== ] 565/3417 16% [========== ] 566/3417 16% [========== ] 567/3417 16% [========== ] 568/3417 16% [========== ] 569/3417 16% [========== ] 570/3417 16% [========== ] 571/3417 16% [========== ] 572/3417 16% [========== ] 573/3417 16% [========== ] 574/3417 16% [========== ] 575/3417 16% [========== ] 576/3417 16% [========== ] 577/3417 16% [========== ] 578/3417 16% [========== ] 579/3417 16% [========== ] 580/3417 16% [========== ] 581/3417 17% [========== ] 582/3417 17% [========== ] 583/3417 17% [========== ] 584/3417 17% [========== ] 585/3417 17% [========== ] 586/3417 17% [========== ] 587/3417 17% [========== ] 588/3417 17% [========== ] 589/3417 17% [========== ] 590/3417 17% [========== ] 591/3417 17% [========== ] 592/3417 17% [========== ] 593/3417 17% [========== ] 594/3417 17% [========== ] 595/3417 17% [========== ] 596/3417 17% [========== ] 597/3417 17% [========== ] 598/3417 17% [========== ] 599/3417 17% [========== ] 600/3417 17% [========== ] 601/3417 17% [========== ] 602/3417 17% [========== ] 603/3417 17% [========== ] 604/3417 17% [========== ] 605/3417 17% [========== ] 606/3417 17% [=========== ] 607/3417 17% [=========== ] 608/3417 17% [=========== ] 609/3417 17% [=========== ] 610/3417 17% [=========== ] 611/3417 17% [=========== ] 612/3417 17% [=========== ] 613/3417 17% [=========== ] 614/3417 17% [=========== ] 615/3417 17% [=========== ] 616/3417 18% [=========== ] 617/3417 18% [=========== ] 618/3417 18% [=========== ] 619/3417 18% [=========== ] 620/3417 18% [=========== ] 621/3417 18% [=========== ] 622/3417 18% [=========== ] 623/3417 18% [=========== ] 624/3417 18% [=========== ] 625/3417 18% [=========== ] 626/3417 18% [=========== ] 627/3417 18% [=========== ] 628/3417 18% [=========== ] 629/3417 18% [=========== ] 630/3417 18% [=========== ] 631/3417 18% [=========== ] 632/3417 18% [=========== ] 633/3417 18% [=========== ] 634/3417 18% [=========== ] 635/3417 18% [=========== ] 636/3417 18% [=========== ] 637/3417 18% [=========== ] 638/3417 18% [=========== ] 639/3417 18% [=========== ] 640/3417 18% [=========== ] 641/3417 18% [=========== ] 642/3417 18% [=========== ] 643/3417 18% [=========== ] 644/3417 18% [=========== ] 645/3417 18% [=========== ] 646/3417 18% [=========== ] 647/3417 18% [=========== ] 648/3417 18% [=========== ] 649/3417 18% [=========== ] 650/3417 19% [=========== ] 651/3417 19% [=========== ] 652/3417 19% [=========== ] 653/3417 19% [=========== ] 654/3417 19% [=========== ] 655/3417 19% [=========== ] 656/3417 19% [=========== ] 657/3417 19% [=========== ] 658/3417 19% [=========== ] 659/3417 19% [=========== ] 660/3417 19% [=========== ] 661/3417 19% [============ ] 662/3417 19% [============ ] 663/3417 19% [============ ] 664/3417 19% [============ ] 665/3417 19% [============ ] 666/3417 19% [============ ] 667/3417 19% [============ ] 668/3417 19% [============ ] 669/3417 19% [============ ] 670/3417 19% [============ ] 671/3417 19% [============ ] 672/3417 19% [============ ] 673/3417 19% [============ ] 674/3417 19% [============ ] 675/3417 19% [============ ] 676/3417 19% [============ ] 677/3417 19% [============ ] 678/3417 19% [============ ] 679/3417 19% [============ ] 680/3417 19% [============ ] 681/3417 19% [============ ] 682/3417 19% [============ ] 683/3417 19% [============ ] 684/3417 20% [============ ] 685/3417 20% [============ ] 686/3417 20% [============ ] 687/3417 20% [============ ] 688/3417 20% [============ ] 689/3417 20% [============ ] 690/3417 20% [============ ] 691/3417 20% [============ ] 692/3417 20% [============ ] 693/3417 20% [============ ] 694/3417 20% [============ ] 695/3417 20% [============ ] 696/3417 20% [============ ] 697/3417 20% [============ ] 698/3417 20% [============ ] 699/3417 20% [============ ] 700/3417 20% [============ ] 701/3417 20% [============ ] 702/3417 20% [============ ] 703/3417 20% [============ ] 704/3417 20% [============ ] 705/3417 20% [============ ] 706/3417 20% [============ ] 707/3417 20% [============ ] 708/3417 20% [============ ] 709/3417 20% [============ ] 710/3417 20% [============ ] 711/3417 20% [============ ] 712/3417 20% [============ ] 713/3417 20% [============ ] 714/3417 20% [============ ] 715/3417 20% [============ ] 716/3417 20% [============= ] 717/3417 20% [============= ] 718/3417 21% [============= ] 719/3417 21% [============= ] 720/3417 21% [============= ] 721/3417 21% [============= ] 722/3417 21% [============= ] 723/3417 21% [============= ] 724/3417 21% [============= ] 725/3417 21% [============= ] 726/3417 21% [============= ] 727/3417 21% [============= ] 728/3417 21% [============= ] 729/3417 21% [============= ] 730/3417 21% [============= ] 731/3417 21% [============= ] 732/3417 21% [============= ] 733/3417 21% [============= ] 734/3417 21% [============= ] 735/3417 21% [============= ] 736/3417 21% [============= ] 737/3417 21% [============= ] 738/3417 21% [============= ] 739/3417 21% [============= ] 740/3417 21% [============= ] 741/3417 21% [============= ] 742/3417 21% [============= ] 743/3417 21% [============= ] 744/3417 21% [============= ] 745/3417 21% [============= ] 746/3417 21% [============= ] 747/3417 21% [============= ] 748/3417 21% [============= ] 749/3417 21% [============= ] 750/3417 21% [============= ] 751/3417 21% [============= ] 752/3417 22% [============= ] 753/3417 22% [============= ] 754/3417 22% [============= ] 755/3417 22% [============= ] 756/3417 22% [============= ] 757/3417 22% [============= ] 758/3417 22% [============= ] 759/3417 22% [============= ] 760/3417 22% [============= ] 761/3417 22% [============= ] 762/3417 22% [============= ] 763/3417 22% [============= ] 764/3417 22% [============= ] 765/3417 22% [============= ] 766/3417 22% [============= ] 767/3417 22% [============= ] 768/3417 22% [============= ] 769/3417 22% [============= ] 770/3417 22% [============= ] 771/3417 22% [============== ] 772/3417 22% [============== ] 773/3417 22% [============== ] 774/3417 22% [============== ] 775/3417 22% [============== ] 776/3417 22% [============== ] 777/3417 22% [============== ] 778/3417 22% [============== ] 779/3417 22% [============== ] 780/3417 22% [============== ] 781/3417 22% [============== ] 782/3417 22% [============== ] 783/3417 22% [============== ] 784/3417 22% [============== ] 785/3417 22% [============== ] 786/3417 23% [============== ] 787/3417 23% [============== ] 788/3417 23% [============== ] 789/3417 23% [============== ] 790/3417 23% [============== ] 791/3417 23% [============== ] 792/3417 23% [============== ] 793/3417 23% [============== ] 794/3417 23% [============== ] 795/3417 23% [============== ] 796/3417 23% [============== ] 797/3417 23% [============== ] 798/3417 23% [============== ] 799/3417 23% [============== ] 800/3417 23% [============== ] 801/3417 23% [============== ] 802/3417 23% [============== ] 803/3417 23% [============== ] 804/3417 23% [============== ] 805/3417 23% [============== ] 806/3417 23% [============== ] 807/3417 23% [============== ] 808/3417 23% [============== ] 809/3417 23% [============== ] 810/3417 23% [============== ] 811/3417 23% [============== ] 812/3417 23% [============== ] 813/3417 23% [============== ] 814/3417 23% [============== ] 815/3417 23% [============== ] 816/3417 23% [============== ] 817/3417 23% [============== ] 818/3417 23% [============== ] 819/3417 23% [============== ] 820/3417 23% [============== ] 821/3417 24% [============== ] 822/3417 24% [============== ] 823/3417 24% [============== ] 824/3417 24% [============== ] 825/3417 24% [============== ] 826/3417 24% [=============== ] 827/3417 24% [=============== ] 828/3417 24% [=============== ] 829/3417 24% [=============== ] 830/3417 24% [=============== ] 831/3417 24% [=============== ] 832/3417 24% [=============== ] 833/3417 24% [=============== ] 834/3417 24% [=============== ] 835/3417 24% [=============== ] 836/3417 24% [=============== ] 837/3417 24% [=============== ] 838/3417 24% [=============== ] 839/3417 24% [=============== ] 840/3417 24% [=============== ] 841/3417 24% [=============== ] 842/3417 24% [=============== ] 843/3417 24% [=============== ] 844/3417 24% [=============== ] 845/3417 24% [=============== ] 846/3417 24% [=============== ] 847/3417 24% [=============== ] 848/3417 24% [=============== ] 849/3417 24% [=============== ] 850/3417 24% [=============== ] 851/3417 24% [=============== ] 852/3417 24% [=============== ] 853/3417 24% [=============== ] 854/3417 24% [=============== ] 855/3417 25% [=============== ] 856/3417 25% [=============== ] 857/3417 25% [=============== ] 858/3417 25% [=============== ] 859/3417 25% [=============== ] 860/3417 25% [=============== ] 861/3417 25% [=============== ] 862/3417 25% [=============== ] 863/3417 25% [=============== ] 864/3417 25% [=============== ] 865/3417 25% [=============== ] 866/3417 25% [=============== ] 867/3417 25% [=============== ] 868/3417 25% [=============== ] 869/3417 25% [=============== ] 870/3417 25% [=============== ] 871/3417 25% [=============== ] 872/3417 25% [=============== ] 873/3417 25% [=============== ] 874/3417 25% [=============== ] 875/3417 25% [=============== ] 876/3417 25% [=============== ] 877/3417 25% [=============== ] 878/3417 25% [=============== ] 879/3417 25% [=============== ] 880/3417 25% [=============== ] 881/3417 25% [================ ] 882/3417 25% [================ ] 883/3417 25% [================ ] 884/3417 25% [================ ] 885/3417 25% [================ ] 886/3417 25% [================ ] 887/3417 25% [================ ] 888/3417 25% [================ ] 889/3417 26% [================ ] 890/3417 26% [================ ] 891/3417 26% [================ ] 892/3417 26% [================ ] 893/3417 26% [================ ] 894/3417 26% [================ ] 895/3417 26% [================ ] 896/3417 26% [================ ] 897/3417 26% [================ ] 898/3417 26% [================ ] 899/3417 26% [================ ] 900/3417 26% [================ ] 901/3417 26% [================ ] 902/3417 26% [================ ] 903/3417 26% [================ ] 904/3417 26% [================ ] 905/3417 26% [================ ] 906/3417 26% [================ ] 907/3417 26% [================ ] 908/3417 26% [================ ] 909/3417 26% [================ ] 910/3417 26% [================ ] 911/3417 26% [================ ] 912/3417 26% [================ ] 913/3417 26% [================ ] 914/3417 26% [================ ] 915/3417 26% [================ ] 916/3417 26% [================ ] 917/3417 26% [================ ] 918/3417 26% [================ ] 919/3417 26% [================ ] 920/3417 26% [================ ] 921/3417 26% [================ ] 922/3417 26% [================ ] 923/3417 27% [================ ] 924/3417 27% [================ ] 925/3417 27% [================ ] 926/3417 27% [================ ] 927/3417 27% [================ ] 928/3417 27% [================ ] 929/3417 27% [================ ] 930/3417 27% [================ ] 931/3417 27% [================ ] 932/3417 27% [================ ] 933/3417 27% [================ ] 934/3417 27% [================ ] 935/3417 27% [================ ] 936/3417 27% [================= ] 937/3417 27% [================= ] 938/3417 27% [================= ] 939/3417 27% [================= ] 940/3417 27% [================= ] 941/3417 27% [================= ] 942/3417 27% [================= ] 943/3417 27% [================= ] 944/3417 27% [================= ] 945/3417 27% [================= ] 946/3417 27% [================= ] 947/3417 27% [================= ] 948/3417 27% [================= ] 949/3417 27% [================= ] 950/3417 27% [================= ] 951/3417 27% [================= ] 952/3417 27% [================= ] 953/3417 27% [================= ] 954/3417 27% [================= ] 955/3417 27% [================= ] 956/3417 27% [================= ] 957/3417 28% [================= ] 958/3417 28% [================= ] 959/3417 28% [================= ] 960/3417 28% [================= ] 961/3417 28% [================= ] 962/3417 28% [================= ] 963/3417 28% [================= ] 964/3417 28% [================= ] 965/3417 28% [================= ] 966/3417 28% [================= ] 967/3417 28% [================= ] 968/3417 28% [================= ] 969/3417 28% [================= ] 970/3417 28% [================= ] 971/3417 28% [================= ] 972/3417 28% [================= ] 973/3417 28% [================= ] 974/3417 28% [================= ] 975/3417 28% [================= ] 976/3417 28% [================= ] 977/3417 28% [================= ] 978/3417 28% [================= ] 979/3417 28% [================= ] 980/3417 28% [================= ] 981/3417 28% [================= ] 982/3417 28% [================= ] 983/3417 28% [================= ] 984/3417 28% [================= ] 985/3417 28% [================= ] 986/3417 28% [================= ] 987/3417 28% [================= ] 988/3417 28% [================= ] 989/3417 28% [================= ] 990/3417 28% [================= ] 991/3417 29% [================= ] 992/3417 29% [================== ] 993/3417 29% [================== ] 994/3417 29% [================== ] 995/3417 29% [================== ] 996/3417 29% [================== ] 997/3417 29% [================== ] 998/3417 29% [================== ] 999/3417 29% [================== ] 1000/3417 29% [================== ] 1001/3417 29% [================== ] 1002/3417 29% [================== ] 1003/3417 29% [================== ] 1004/3417 29% [================== ] 1005/3417 29% [================== ] 1006/3417 29% [================== ] 1007/3417 29% [================== ] 1008/3417 29% [================== ] 1009/3417 29% [================== ] 1010/3417 29% [================== ] 1011/3417 29% [================== ] 1012/3417 29% [================== ] 1013/3417 29% [================== ] 1014/3417 29% [================== ] 1015/3417 29% [================== ] 1016/3417 29% [================== ] 1017/3417 29% [================== ] 1018/3417 29% [================== ] 1019/3417 29% [================== ] 1020/3417 29% [================== ] 1021/3417 29% [================== ] 1022/3417 29% [================== ] 1023/3417 29% [================== ] 1024/3417 29% [================== ] 1025/3417 29% [================== ] 1026/3417 30% [================== ] 1027/3417 30% [================== ] 1028/3417 30% [================== ] 1029/3417 30% [================== ] 1030/3417 30% [================== ] 1031/3417 30% [================== ] 1032/3417 30% [================== ] 1033/3417 30% [================== ] 1034/3417 30% [================== ] 1035/3417 30% [================== ] 1036/3417 30% [================== ] 1037/3417 30% [================== ] 1038/3417 30% [================== ] 1039/3417 30% [================== ] 1040/3417 30% [================== ] 1041/3417 30% [================== ] 1042/3417 30% [================== ] 1043/3417 30% [================== ] 1044/3417 30% [================== ] 1045/3417 30% [================== ] 1046/3417 30% [================== ] 1047/3417 30% [=================== ] 1048/3417 30% [=================== ] 1049/3417 30% [=================== ] 1050/3417 30% [=================== ] 1051/3417 30% [=================== ] 1052/3417 30% [=================== ] 1053/3417 30% [=================== ] 1054/3417 30% [=================== ] 1055/3417 30% [=================== ] 1056/3417 30% [=================== ] 1057/3417 30% [=================== ] 1058/3417 30% [=================== ] 1059/3417 30% [=================== ] 1060/3417 31% [=================== ] 1061/3417 31% [=================== ] 1062/3417 31% [=================== ] 1063/3417 31% [=================== ] 1064/3417 31% [=================== ] 1065/3417 31% [=================== ] 1066/3417 31% [=================== ] 1067/3417 31% [=================== ] 1068/3417 31% [=================== ] 1069/3417 31% [=================== ] 1070/3417 31% [=================== ] 1071/3417 31% [=================== ] 1072/3417 31% [=================== ] 1073/3417 31% [=================== ] 1074/3417 31% [=================== ] 1075/3417 31% [=================== ] 1076/3417 31% [=================== ] 1077/3417 31% [=================== ] 1078/3417 31% [=================== ] 1079/3417 31% [=================== ] 1080/3417 31% [=================== ] 1081/3417 31% [=================== ] 1082/3417 31% [=================== ] 1083/3417 31% [=================== ] 1084/3417 31% [=================== ] 1085/3417 31% [=================== ] 1086/3417 31% [=================== ] 1087/3417 31% [=================== ] 1088/3417 31% [=================== ] 1089/3417 31% [=================== ] 1090/3417 31% [=================== ] 1091/3417 31% [=================== ] 1092/3417 31% [=================== ] 1093/3417 31% [=================== ] 1094/3417 32% [=================== ] 1095/3417 32% [=================== ] 1096/3417 32% [=================== ] 1097/3417 32% [=================== ] 1098/3417 32% [=================== ] 1099/3417 32% [=================== ] 1100/3417 32% [=================== ] 1101/3417 32% [=================== ] 1102/3417 32% [==================== ] 1103/3417 32% [==================== ] 1104/3417 32% [==================== ] 1105/3417 32% [==================== ] 1106/3417 32% [==================== ] 1107/3417 32% [==================== ] 1108/3417 32% [==================== ] 1109/3417 32% [==================== ] 1110/3417 32% [==================== ] 1111/3417 32% [==================== ] 1112/3417 32% [==================== ] 1113/3417 32% [==================== ] 1114/3417 32% [==================== ] 1115/3417 32% [==================== ] 1116/3417 32% [==================== ] 1117/3417 32% [==================== ] 1118/3417 32% [==================== ] 1119/3417 32% [==================== ] 1120/3417 32% [==================== ] 1121/3417 32% [==================== ] 1122/3417 32% [==================== ] 1123/3417 32% [==================== ] 1124/3417 32% [==================== ] 1125/3417 32% [==================== ] 1126/3417 32% [==================== ] 1127/3417 32% [==================== ] 1128/3417 33% [==================== ] 1129/3417 33% [==================== ] 1130/3417 33% [==================== ] 1131/3417 33% [==================== ] 1132/3417 33% [==================== ] 1133/3417 33% [==================== ] 1134/3417 33% [==================== ] 1135/3417 33% [==================== ] 1136/3417 33% [==================== ] 1137/3417 33% [==================== ] 1138/3417 33% [==================== ] 1139/3417 33% [==================== ] 1140/3417 33% [==================== ] 1141/3417 33% [==================== ] 1142/3417 33% [==================== ] 1143/3417 33% [==================== ] 1144/3417 33% [==================== ] 1145/3417 33% [==================== ] 1146/3417 33% [==================== ] 1147/3417 33% [==================== ] 1148/3417 33% [==================== ] 1149/3417 33% [==================== ] 1150/3417 33% [==================== ] 1151/3417 33% [==================== ] 1152/3417 33% [==================== ] 1153/3417 33% [==================== ] 1154/3417 33% [==================== ] 1155/3417 33% [==================== ] 1156/3417 33% [==================== ] 1157/3417 33% [===================== ] 1158/3417 33% [===================== ] 1159/3417 33% [===================== ] 1160/3417 33% [===================== ] 1161/3417 33% [===================== ] 1162/3417 34% [===================== ] 1163/3417 34% [===================== ] 1164/3417 34% [===================== ] 1165/3417 34% [===================== ] 1166/3417 34% [===================== ] 1167/3417 34% [===================== ] 1168/3417 34% [===================== ] 1169/3417 34% [===================== ] 1170/3417 34% [===================== ] 1171/3417 34% [===================== ] 1172/3417 34% [===================== ] 1173/3417 34% [===================== ] 1174/3417 34% [===================== ] 1175/3417 34% [===================== ] 1176/3417 34% [===================== ] 1177/3417 34% [===================== ] 1178/3417 34% [===================== ] 1179/3417 34% [===================== ] 1180/3417 34% [===================== ] 1181/3417 34% [===================== ] 1182/3417 34% [===================== ] 1183/3417 34% [===================== ] 1184/3417 34% [===================== ] 1185/3417 34% [===================== ] 1186/3417 34% [===================== ] 1187/3417 34% [===================== ] 1188/3417 34% [===================== ] 1189/3417 34% [===================== ] 1190/3417 34% [===================== ] 1191/3417 34% [===================== ] 1192/3417 34% [===================== ] 1193/3417 34% [===================== ] 1194/3417 34% [===================== ] 1195/3417 34% [===================== ] 1196/3417 35% [===================== ] 1197/3417 35% [===================== ] 1198/3417 35% [===================== ] 1199/3417 35% [===================== ] 1200/3417 35% [===================== ] 1201/3417 35% [===================== ] 1202/3417 35% [===================== ] 1203/3417 35% [===================== ] 1204/3417 35% [===================== ] 1205/3417 35% [===================== ] 1206/3417 35% [===================== ] 1207/3417 35% [===================== ] 1208/3417 35% [===================== ] 1209/3417 35% [===================== ] 1210/3417 35% [===================== ] 1211/3417 35% [===================== ] 1212/3417 35% [====================== ] 1213/3417 35% [====================== ] 1214/3417 35% [====================== ] 1215/3417 35% [====================== ] 1216/3417 35% [====================== ] 1217/3417 35% [====================== ] 1218/3417 35% [====================== ] 1219/3417 35% [====================== ] 1220/3417 35% [====================== ] 1221/3417 35% [====================== ] 1222/3417 35% [====================== ] 1223/3417 35% [====================== ] 1224/3417 35% [====================== ] 1225/3417 35% [====================== ] 1226/3417 35% [====================== ] 1227/3417 35% [====================== ] 1228/3417 35% [====================== ] 1229/3417 35% [====================== ] 1230/3417 35% [====================== ] 1231/3417 36% [====================== ] 1232/3417 36% [====================== ] 1233/3417 36% [====================== ] 1234/3417 36% [====================== ] 1235/3417 36% [====================== ] 1236/3417 36% [====================== ] 1237/3417 36% [====================== ] 1238/3417 36% [====================== ] 1239/3417 36% [====================== ] 1240/3417 36% [====================== ] 1241/3417 36% [====================== ] 1242/3417 36% [====================== ] 1243/3417 36% [====================== ] 1244/3417 36% [====================== ] 1245/3417 36% [====================== ] 1246/3417 36% [====================== ] 1247/3417 36% [====================== ] 1248/3417 36% [====================== ] 1249/3417 36% [====================== ] 1250/3417 36% [====================== ] 1251/3417 36% [====================== ] 1252/3417 36% [====================== ] 1253/3417 36% [====================== ] 1254/3417 36% [====================== ] 1255/3417 36% [====================== ] 1256/3417 36% [====================== ] 1257/3417 36% [====================== ] 1258/3417 36% [====================== ] 1259/3417 36% [====================== ] 1260/3417 36% [====================== ] 1261/3417 36% [====================== ] 1262/3417 36% [====================== ] 1263/3417 36% [====================== ] 1264/3417 36% [====================== ] 1265/3417 37% [====================== ] 1266/3417 37% [====================== ] 1267/3417 37% [======================= ] 1268/3417 37% [======================= ] 1269/3417 37% [======================= ] 1270/3417 37% [======================= ] 1271/3417 37% [======================= ] 1272/3417 37% [======================= ] 1273/3417 37% [======================= ] 1274/3417 37% [======================= ] 1275/3417 37% [======================= ] 1276/3417 37% [======================= ] 1277/3417 37% [======================= ] 1278/3417 37% [======================= ] 1279/3417 37% [======================= ] 1280/3417 37% [======================= ] 1281/3417 37% [======================= ] 1282/3417 37% [======================= ] 1283/3417 37% [======================= ] 1284/3417 37% [======================= ] 1285/3417 37% [======================= ] 1286/3417 37% [======================= ] 1287/3417 37% [======================= ] 1288/3417 37% [======================= ] 1289/3417 37% [======================= ] 1290/3417 37% [======================= ] 1291/3417 37% [======================= ] 1292/3417 37% [======================= ] 1293/3417 37% [======================= ] 1294/3417 37% [======================= ] 1295/3417 37% [======================= ] 1296/3417 37% [======================= ] 1297/3417 37% [======================= ] 1298/3417 37% [======================= ] 1299/3417 38% [======================= ] 1300/3417 38% [======================= ] 1301/3417 38% [======================= ] 1302/3417 38% [======================= ] 1303/3417 38% [======================= ] 1304/3417 38% [======================= ] 1305/3417 38% [======================= ] 1306/3417 38% [======================= ] 1307/3417 38% [======================= ] 1308/3417 38% [======================= ] 1309/3417 38% [======================= ] 1310/3417 38% [======================= ] 1311/3417 38% [======================= ] 1312/3417 38% [======================= ] 1313/3417 38% [======================= ] 1314/3417 38% [======================= ] 1315/3417 38% [======================= ] 1316/3417 38% [======================= ] 1317/3417 38% [======================= ] 1318/3417 38% [======================= ] 1319/3417 38% [======================= ] 1320/3417 38% [======================= ] 1321/3417 38% [======================= ] 1322/3417 38% [======================== ] 1323/3417 38% [======================== ] 1324/3417 38% [======================== ] 1325/3417 38% [======================== ] 1326/3417 38% [======================== ] 1327/3417 38% [======================== ] 1328/3417 38% [======================== ] 1329/3417 38% [======================== ] 1330/3417 38% [======================== ] 1331/3417 38% [======================== ] 1332/3417 38% [======================== ] 1333/3417 39% [======================== ] 1334/3417 39% [======================== ] 1335/3417 39% [======================== ] 1336/3417 39% [======================== ] 1337/3417 39% [======================== ] 1338/3417 39% [======================== ] 1339/3417 39% [======================== ] 1340/3417 39% [======================== ] 1341/3417 39% [======================== ] 1342/3417 39% [======================== ] 1343/3417 39% [======================== ] 1344/3417 39% [======================== ] 1345/3417 39% [======================== ] 1346/3417 39% [======================== ] 1347/3417 39% [======================== ] 1348/3417 39% [======================== ] 1349/3417 39% [======================== ] 1350/3417 39% [======================== ] 1351/3417 39% [======================== ] 1352/3417 39% [======================== ] 1353/3417 39% [======================== ] 1354/3417 39% [======================== ] 1355/3417 39% [======================== ] 1356/3417 39% [======================== ] 1357/3417 39% [======================== ] 1358/3417 39% [======================== ] 1359/3417 39% [======================== ] 1360/3417 39% [======================== ] 1361/3417 39% [======================== ] 1362/3417 39% [======================== ] 1363/3417 39% [======================== ] 1364/3417 39% [======================== ] 1365/3417 39% [======================== ] 1366/3417 39% [======================== ] 1367/3417 40% [======================== ] 1368/3417 40% [======================== ] 1369/3417 40% [======================== ] 1370/3417 40% [======================== ] 1371/3417 40% [======================== ] 1372/3417 40% [======================== ] 1373/3417 40% [======================== ] 1374/3417 40% [======================== ] 1375/3417 40% [======================== ] 1376/3417 40% [======================== ] 1377/3417 40% [========================= ] 1378/3417 40% [========================= ] 1379/3417 40% [========================= ] 1380/3417 40% [========================= ] 1381/3417 40% [========================= ] 1382/3417 40% [========================= ] 1383/3417 40% [========================= ] 1384/3417 40% [========================= ] 1385/3417 40% [========================= ] 1386/3417 40% [========================= ] 1387/3417 40% [========================= ] 1388/3417 40% [========================= ] 1389/3417 40% [========================= ] 1390/3417 40% [========================= ] 1391/3417 40% [========================= ] 1392/3417 40% [========================= ] 1393/3417 40% [========================= ] 1394/3417 40% [========================= ] 1395/3417 40% [========================= ] 1396/3417 40% [========================= ] 1397/3417 40% [========================= ] 1398/3417 40% [========================= ] 1399/3417 40% [========================= ] 1400/3417 40% [========================= ] 1401/3417 41% [========================= ] 1402/3417 41% [========================= ] 1403/3417 41% [========================= ] 1404/3417 41% [========================= ] 1405/3417 41% [========================= ] 1406/3417 41% [========================= ] 1407/3417 41% [========================= ] 1408/3417 41% [========================= ] 1409/3417 41% [========================= ] 1410/3417 41% [========================= ] 1411/3417 41% [========================= ] 1412/3417 41% [========================= ] 1413/3417 41% [========================= ] 1414/3417 41% [========================= ] 1415/3417 41% [========================= ] 1416/3417 41% [========================= ] 1417/3417 41% [========================= ] 1418/3417 41% [========================= ] 1419/3417 41% [========================= ] 1420/3417 41% [========================= ] 1421/3417 41% [========================= ] 1422/3417 41% [========================= ] 1423/3417 41% [========================= ] 1424/3417 41% [========================= ] 1425/3417 41% [========================= ] 1426/3417 41% [========================= ] 1427/3417 41% [========================= ] 1428/3417 41% [========================= ] 1429/3417 41% [========================= ] 1430/3417 41% [========================= ] 1431/3417 41% [========================= ] 1432/3417 41% [========================== ] 1433/3417 41% [========================== ] 1434/3417 41% [========================== ] 1435/3417 41% [========================== ] 1436/3417 42% [========================== ] 1437/3417 42% [========================== ] 1438/3417 42% [========================== ] 1439/3417 42% [========================== ] 1440/3417 42% [========================== ] 1441/3417 42% [========================== ] 1442/3417 42% [========================== ] 1443/3417 42% [========================== ] 1444/3417 42% [========================== ] 1445/3417 42% [========================== ] 1446/3417 42% [========================== ] 1447/3417 42% [========================== ] 1448/3417 42% [========================== ] 1449/3417 42% [========================== ] 1450/3417 42% [========================== ] 1451/3417 42% [========================== ] 1452/3417 42% [========================== ] 1453/3417 42% [========================== ] 1454/3417 42% [========================== ] 1455/3417 42% [========================== ] 1456/3417 42% [========================== ] 1457/3417 42% [========================== ] 1458/3417 42% [========================== ] 1459/3417 42% [========================== ] 1460/3417 42% [========================== ] 1461/3417 42% [========================== ] 1462/3417 42% [========================== ] 1463/3417 42% [========================== ] 1464/3417 42% [========================== ] 1465/3417 42% [========================== ] 1466/3417 42% [========================== ] 1467/3417 42% [========================== ] 1468/3417 42% [========================== ] 1469/3417 42% [========================== ] 1470/3417 43% [========================== ] 1471/3417 43% [========================== ] 1472/3417 43% [========================== ] 1473/3417 43% [========================== ] 1474/3417 43% [========================== ] 1475/3417 43% [========================== ] 1476/3417 43% [========================== ] 1477/3417 43% [========================== ] 1478/3417 43% [========================== ] 1479/3417 43% [========================== ] 1480/3417 43% [========================== ] 1481/3417 43% [========================== ] 1482/3417 43% [========================== ] 1483/3417 43% [========================== ] 1484/3417 43% [========================== ] 1485/3417 43% [========================== ] 1486/3417 43% [========================== ] 1487/3417 43% [========================== ] 1488/3417 43% [=========================== ] 1489/3417 43% [=========================== ] 1490/3417 43% [=========================== ] 1491/3417 43% [=========================== ] 1492/3417 43% [=========================== ] 1493/3417 43% [=========================== ] 1494/3417 43% [=========================== ] 1495/3417 43% [=========================== ] 1496/3417 43% [=========================== ] 1497/3417 43% [=========================== ] 1498/3417 43% [=========================== ] 1499/3417 43% [=========================== ] 1500/3417 43% [=========================== ] 1501/3417 43% [=========================== ] 1502/3417 43% [=========================== ] 1503/3417 43% [=========================== ] 1504/3417 44% [=========================== ] 1505/3417 44% [=========================== ] 1506/3417 44% [=========================== ] 1507/3417 44% [=========================== ] 1508/3417 44% [=========================== ] 1509/3417 44% [=========================== ] 1510/3417 44% [=========================== ] 1511/3417 44% [=========================== ] 1512/3417 44% [=========================== ] 1513/3417 44% [=========================== ] 1514/3417 44% [=========================== ] 1515/3417 44% [=========================== ] 1516/3417 44% [=========================== ] 1517/3417 44% [=========================== ] 1518/3417 44% [=========================== ] 1519/3417 44% [=========================== ] 1520/3417 44% [=========================== ] 1521/3417 44% [=========================== ] 1522/3417 44% [=========================== ] 1523/3417 44% [=========================== ] 1524/3417 44% [=========================== ] 1525/3417 44% [=========================== ] 1526/3417 44% [=========================== ] 1527/3417 44% [=========================== ] 1528/3417 44% [=========================== ] 1529/3417 44% [=========================== ] 1530/3417 44% [=========================== ] 1531/3417 44% [=========================== ] 1532/3417 44% [=========================== ] 1533/3417 44% [=========================== ] 1534/3417 44% [=========================== ] 1535/3417 44% [=========================== ] 1536/3417 44% [=========================== ] 1537/3417 44% [=========================== ] 1538/3417 45% [=========================== ] 1539/3417 45% [=========================== ] 1540/3417 45% [=========================== ] 1541/3417 45% [=========================== ] 1542/3417 45% [=========================== ] 1543/3417 45% [============================ ] 1544/3417 45% [============================ ] 1545/3417 45% [============================ ] 1546/3417 45% [============================ ] 1547/3417 45% [============================ ] 1548/3417 45% [============================ ] 1549/3417 45% [============================ ] 1550/3417 45% [============================ ] 1551/3417 45% [============================ ] 1552/3417 45% [============================ ] 1553/3417 45% [============================ ] 1554/3417 45% [============================ ] 1555/3417 45% [============================ ] 1556/3417 45% [============================ ] 1557/3417 45% [============================ ] 1558/3417 45% [============================ ] 1559/3417 45% [============================ ] 1560/3417 45% [============================ ] 1561/3417 45% [============================ ] 1562/3417 45% [============================ ] 1563/3417 45% [============================ ] 1564/3417 45% [============================ ] 1565/3417 45% [============================ ] 1566/3417 45% [============================ ] 1567/3417 45% [============================ ] 1568/3417 45% [============================ ] 1569/3417 45% [============================ ] 1570/3417 45% [============================ ] 1571/3417 45% [============================ ] 1572/3417 46% [============================ ] 1573/3417 46% [============================ ] 1574/3417 46% [============================ ] 1575/3417 46% [============================ ] 1576/3417 46% [============================ ] 1577/3417 46% [============================ ] 1578/3417 46% [============================ ] 1579/3417 46% [============================ ] 1580/3417 46% [============================ ] 1581/3417 46% [============================ ] 1582/3417 46% [============================ ] 1583/3417 46% [============================ ] 1584/3417 46% [============================ ] 1585/3417 46% [============================ ] 1586/3417 46% [============================ ] 1587/3417 46% [============================ ] 1588/3417 46% [============================ ] 1589/3417 46% [============================ ] 1590/3417 46% [============================ ] 1591/3417 46% [============================ ] 1592/3417 46% [============================ ] 1593/3417 46% [============================ ] 1594/3417 46% [============================ ] 1595/3417 46% [============================ ] 1596/3417 46% [============================ ] 1597/3417 46% [============================ ] 1598/3417 46% [============================= ] 1599/3417 46% [============================= ] 1600/3417 46% [============================= ] 1601/3417 46% [============================= ] 1602/3417 46% [============================= ] 1603/3417 46% [============================= ] 1604/3417 46% [============================= ] 1605/3417 46% [============================= ] 1606/3417 47% [============================= ] 1607/3417 47% [============================= ] 1608/3417 47% [============================= ] 1609/3417 47% [============================= ] 1610/3417 47% [============================= ] 1611/3417 47% [============================= ] 1612/3417 47% [============================= ] 1613/3417 47% [============================= ] 1614/3417 47% [============================= ] 1615/3417 47% [============================= ] 1616/3417 47% [============================= ] 1617/3417 47% [============================= ] 1618/3417 47% [============================= ] 1619/3417 47% [============================= ] 1620/3417 47% [============================= ] 1621/3417 47% [============================= ] 1622/3417 47% [============================= ] 1623/3417 47% [============================= ] 1624/3417 47% [============================= ] 1625/3417 47% [============================= ] 1626/3417 47% [============================= ] 1627/3417 47% [============================= ] 1628/3417 47% [============================= ] 1629/3417 47% [============================= ] 1630/3417 47% [============================= ] 1631/3417 47% [============================= ] 1632/3417 47% [============================= ] 1633/3417 47% [============================= ] 1634/3417 47% [============================= ] 1635/3417 47% [============================= ] 1636/3417 47% [============================= ] 1637/3417 47% [============================= ] 1638/3417 47% [============================= ] 1639/3417 47% [============================= ] 1640/3417 47% [============================= ] 1641/3417 48% [============================= ] 1642/3417 48% [============================= ] 1643/3417 48% [============================= ] 1644/3417 48% [============================= ] 1645/3417 48% [============================= ] 1646/3417 48% [============================= ] 1647/3417 48% [============================= ] 1648/3417 48% [============================= ] 1649/3417 48% [============================= ] 1650/3417 48% [============================= ] 1651/3417 48% [============================= ] 1652/3417 48% [============================= ] 1653/3417 48% [============================== ] 1654/3417 48% [============================== ] 1655/3417 48% [============================== ] 1656/3417 48% [============================== ] 1657/3417 48% [============================== ] 1658/3417 48% [============================== ] 1659/3417 48% [============================== ] 1660/3417 48% [============================== ] 1661/3417 48% [============================== ] 1662/3417 48% [============================== ] 1663/3417 48% [============================== ] 1664/3417 48% [============================== ] 1665/3417 48% [============================== ] 1666/3417 48% [============================== ] 1667/3417 48% [============================== ] 1668/3417 48% [============================== ] 1669/3417 48% [============================== ] 1670/3417 48% [============================== ] 1671/3417 48% [============================== ] 1672/3417 48% [============================== ] 1673/3417 48% [============================== ] 1674/3417 48% [============================== ] 1675/3417 49% [============================== ] 1676/3417 49% [============================== ] 1677/3417 49% [============================== ] 1678/3417 49% [============================== ] 1679/3417 49% [============================== ] 1680/3417 49% [============================== ] 1681/3417 49% [============================== ] 1682/3417 49% [============================== ] 1683/3417 49% [============================== ] 1684/3417 49% [============================== ] 1685/3417 49% [============================== ] 1686/3417 49% [============================== ] 1687/3417 49% [============================== ] 1688/3417 49% [============================== ] 1689/3417 49% [============================== ] 1690/3417 49% [============================== ] 1691/3417 49% [============================== ] 1692/3417 49% [============================== ] 1693/3417 49% [============================== ] 1694/3417 49% [============================== ] 1695/3417 49% [============================== ] 1696/3417 49% [============================== ] 1697/3417 49% [============================== ] 1698/3417 49% [============================== ] 1699/3417 49% [============================== ] 1700/3417 49% [============================== ] 1701/3417 49% [============================== ] 1702/3417 49% [============================== ] 1703/3417 49% [============================== ] 1704/3417 49% [============================== ] 1705/3417 49% [============================== ] 1706/3417 49% [============================== ] 1707/3417 49% [============================== ] 1708/3417 49% [=============================== ] 1709/3417 50% [=============================== ] 1710/3417 50% [=============================== ] 1711/3417 50% [=============================== ] 1712/3417 50% [=============================== ] 1713/3417 50% [=============================== ] 1714/3417 50% [=============================== ] 1715/3417 50% [=============================== ] 1716/3417 50% [=============================== ] 1717/3417 50% [=============================== ] 1718/3417 50% [=============================== ] 1719/3417 50% [=============================== ] 1720/3417 50% [=============================== ] 1721/3417 50% [=============================== ] 1722/3417 50% [=============================== ] 1723/3417 50% [=============================== ] 1724/3417 50% [=============================== ] 1725/3417 50% [=============================== ] 1726/3417 50% [=============================== ] 1727/3417 50% [=============================== ] 1728/3417 50% [=============================== ] 1729/3417 50% [=============================== ] 1730/3417 50% [=============================== ] 1731/3417 50% [=============================== ] 1732/3417 50% [=============================== ] 1733/3417 50% [=============================== ] 1734/3417 50% [=============================== ] 1735/3417 50% [=============================== ] 1736/3417 50% [=============================== ] 1737/3417 50% [=============================== ] 1738/3417 50% [=============================== ] 1739/3417 50% [=============================== ] 1740/3417 50% [=============================== ] 1741/3417 50% [=============================== ] 1742/3417 50% [=============================== ] 1743/3417 51% [=============================== ] 1744/3417 51% [=============================== ] 1745/3417 51% [=============================== ] 1746/3417 51% [=============================== ] 1747/3417 51% [=============================== ] 1748/3417 51% [=============================== ] 1749/3417 51% [=============================== ] 1750/3417 51% [=============================== ] 1751/3417 51% [=============================== ] 1752/3417 51% [=============================== ] 1753/3417 51% [=============================== ] 1754/3417 51% [=============================== ] 1755/3417 51% [=============================== ] 1756/3417 51% [=============================== ] 1757/3417 51% [=============================== ] 1758/3417 51% [=============================== ] 1759/3417 51% [=============================== ] 1760/3417 51% [=============================== ] 1761/3417 51% [=============================== ] 1762/3417 51% [=============================== ] 1763/3417 51% [================================ ] 1764/3417 51% [================================ ] 1765/3417 51% [================================ ] 1766/3417 51% [================================ ] 1767/3417 51% [================================ ] 1768/3417 51% [================================ ] 1769/3417 51% [================================ ] 1770/3417 51% [================================ ] 1771/3417 51% [================================ ] 1772/3417 51% [================================ ] 1773/3417 51% [================================ ] 1774/3417 51% [================================ ] 1775/3417 51% [================================ ] 1776/3417 51% [================================ ] 1777/3417 52% [================================ ] 1778/3417 52% [================================ ] 1779/3417 52% [================================ ] 1780/3417 52% [================================ ] 1781/3417 52% [================================ ] 1782/3417 52% [================================ ] 1783/3417 52% [================================ ] 1784/3417 52% [================================ ] 1785/3417 52% [================================ ] 1786/3417 52% [================================ ] 1787/3417 52% [================================ ] 1788/3417 52% [================================ ] 1789/3417 52% [================================ ] 1790/3417 52% [================================ ] 1791/3417 52% [================================ ] 1792/3417 52% [================================ ] 1793/3417 52% [================================ ] 1794/3417 52% [================================ ] 1795/3417 52% [================================ ] 1796/3417 52% [================================ ] 1797/3417 52% [================================ ] 1798/3417 52% [================================ ] 1799/3417 52% [================================ ] 1800/3417 52% [================================ ] 1801/3417 52% [================================ ] 1802/3417 52% [================================ ] 1803/3417 52% [================================ ] 1804/3417 52% [================================ ] 1805/3417 52% [================================ ] 1806/3417 52% [================================ ] 1807/3417 52% [================================ ] 1808/3417 52% [================================ ] 1809/3417 52% [================================ ] 1810/3417 52% [================================ ] 1811/3417 52% [================================ ] 1812/3417 53% [================================ ] 1813/3417 53% [================================ ] 1814/3417 53% [================================ ] 1815/3417 53% [================================ ] 1816/3417 53% [================================ ] 1817/3417 53% [================================ ] 1818/3417 53% [================================= ] 1819/3417 53% [================================= ] 1820/3417 53% [================================= ] 1821/3417 53% [================================= ] 1822/3417 53% [================================= ] 1823/3417 53% [================================= ] 1824/3417 53% [================================= ] 1825/3417 53% [================================= ] 1826/3417 53% [================================= ] 1827/3417 53% [================================= ] 1828/3417 53% [================================= ] 1829/3417 53% [================================= ] 1830/3417 53% [================================= ] 1831/3417 53% [================================= ] 1832/3417 53% [================================= ] 1833/3417 53% [================================= ] 1834/3417 53% [================================= ] 1835/3417 53% [================================= ] 1836/3417 53% [================================= ] 1837/3417 53% [================================= ] 1838/3417 53% [================================= ] 1839/3417 53% [================================= ] 1840/3417 53% [================================= ] 1841/3417 53% [================================= ] 1842/3417 53% [================================= ] 1843/3417 53% [================================= ] 1844/3417 53% [================================= ] 1845/3417 53% [================================= ] 1846/3417 54% [================================= ] 1847/3417 54% [================================= ] 1848/3417 54% [================================= ] 1849/3417 54% [================================= ] 1850/3417 54% [================================= ] 1851/3417 54% [================================= ] 1852/3417 54% [================================= ] 1853/3417 54% [================================= ] 1854/3417 54% [================================= ] 1855/3417 54% [================================= ] 1856/3417 54% [================================= ] 1857/3417 54% [================================= ] 1858/3417 54% [================================= ] 1859/3417 54% [================================= ] 1860/3417 54% [================================= ] 1861/3417 54% [================================= ] 1862/3417 54% [================================= ] 1863/3417 54% [================================= ] 1864/3417 54% [================================= ] 1865/3417 54% [================================= ] 1866/3417 54% [================================= ] 1867/3417 54% [================================= ] 1868/3417 54% [================================= ] 1869/3417 54% [================================= ] 1870/3417 54% [================================= ] 1871/3417 54% [================================= ] 1872/3417 54% [================================= ] 1873/3417 54% [================================== ] 1874/3417 54% [================================== ] 1875/3417 54% [================================== ] 1876/3417 54% [================================== ] 1877/3417 54% [================================== ] 1878/3417 54% [================================== ] 1879/3417 54% [================================== ] 1880/3417 55% [================================== ] 1881/3417 55% [================================== ] 1882/3417 55% [================================== ] 1883/3417 55% [================================== ] 1884/3417 55% [================================== ] 1885/3417 55% [================================== ] 1886/3417 55% [================================== ] 1887/3417 55% [================================== ] 1888/3417 55% [================================== ] 1889/3417 55% [================================== ] 1890/3417 55% [================================== ] 1891/3417 55% [================================== ] 1892/3417 55% [================================== ] 1893/3417 55% [================================== ] 1894/3417 55% [================================== ] 1895/3417 55% [================================== ] 1896/3417 55% [================================== ] 1897/3417 55% [================================== ] 1898/3417 55% [================================== ] 1899/3417 55% [================================== ] 1900/3417 55% [================================== ] 1901/3417 55% [================================== ] 1902/3417 55% [================================== ] 1903/3417 55% [================================== ] 1904/3417 55% [================================== ] 1905/3417 55% [================================== ] 1906/3417 55% [================================== ] 1907/3417 55% [================================== ] 1908/3417 55% [================================== ] 1909/3417 55% [================================== ] 1910/3417 55% [================================== ] 1911/3417 55% [================================== ] 1912/3417 55% [================================== ] 1913/3417 55% [================================== ] 1914/3417 56% [================================== ] 1915/3417 56% [================================== ] 1916/3417 56% [================================== ] 1917/3417 56% [================================== ] 1918/3417 56% [================================== ] 1919/3417 56% [================================== ] 1920/3417 56% [================================== ] 1921/3417 56% [================================== ] 1922/3417 56% [================================== ] 1923/3417 56% [================================== ] 1924/3417 56% [================================== ] 1925/3417 56% [================================== ] 1926/3417 56% [================================== ] 1927/3417 56% [================================== ] 1928/3417 56% [=================================== ] 1929/3417 56% [=================================== ] 1930/3417 56% [=================================== ] 1931/3417 56% [=================================== ] 1932/3417 56% [=================================== ] 1933/3417 56% [=================================== ] 1934/3417 56% [=================================== ] 1935/3417 56% [=================================== ] 1936/3417 56% [=================================== ] 1937/3417 56% [=================================== ] 1938/3417 56% [=================================== ] 1939/3417 56% [=================================== ] 1940/3417 56% [=================================== ] 1941/3417 56% [=================================== ] 1942/3417 56% [=================================== ] 1943/3417 56% [=================================== ] 1944/3417 56% [=================================== ] 1945/3417 56% [=================================== ] 1946/3417 56% [=================================== ] 1947/3417 56% [=================================== ] 1948/3417 57% [=================================== ] 1949/3417 57% [=================================== ] 1950/3417 57% [=================================== ] 1951/3417 57% [=================================== ] 1952/3417 57% [=================================== ] 1953/3417 57% [=================================== ] 1954/3417 57% [=================================== ] 1955/3417 57% [=================================== ] 1956/3417 57% [=================================== ] 1957/3417 57% [=================================== ] 1958/3417 57% [=================================== ] 1959/3417 57% [=================================== ] 1960/3417 57% [=================================== ] 1961/3417 57% [=================================== ] 1962/3417 57% [=================================== ] 1963/3417 57% [=================================== ] 1964/3417 57% [=================================== ] 1965/3417 57% [=================================== ] 1966/3417 57% [=================================== ] 1967/3417 57% [=================================== ] 1968/3417 57% [=================================== ] 1969/3417 57% [=================================== ] 1970/3417 57% [=================================== ] 1971/3417 57% [=================================== ] 1972/3417 57% [=================================== ] 1973/3417 57% [=================================== ] 1974/3417 57% [=================================== ] 1975/3417 57% [=================================== ] 1976/3417 57% [=================================== ] 1977/3417 57% [=================================== ] 1978/3417 57% [=================================== ] 1979/3417 57% [=================================== ] 1980/3417 57% [=================================== ] 1981/3417 57% [=================================== ] 1982/3417 58% [=================================== ] 1983/3417 58% [=================================== ] 1984/3417 58% [==================================== ] 1985/3417 58% [==================================== ] 1986/3417 58% [==================================== ] 1987/3417 58% [==================================== ] 1988/3417 58% [==================================== ] 1989/3417 58% [==================================== ] 1990/3417 58% [==================================== ] 1991/3417 58% [==================================== ] 1992/3417 58% [==================================== ] 1993/3417 58% [==================================== ] 1994/3417 58% [==================================== ] 1995/3417 58% [==================================== ] 1996/3417 58% [==================================== ] 1997/3417 58% [==================================== ] 1998/3417 58% [==================================== ] 1999/3417 58% [==================================== ] 2000/3417 58% [==================================== ] 2001/3417 58% [==================================== ] 2002/3417 58% [==================================== ] 2003/3417 58% [==================================== ] 2004/3417 58% [==================================== ] 2005/3417 58% [==================================== ] 2006/3417 58% [==================================== ] 2007/3417 58% [==================================== ] 2008/3417 58% [==================================== ] 2009/3417 58% [==================================== ] 2010/3417 58% [==================================== ] 2011/3417 58% [==================================== ] 2012/3417 58% [==================================== ] 2013/3417 58% [==================================== ] 2014/3417 58% [==================================== ] 2015/3417 58% [==================================== ] 2016/3417 58% [==================================== ] 2017/3417 59% [==================================== ] 2018/3417 59% [==================================== ] 2019/3417 59% [==================================== ] 2020/3417 59% [==================================== ] 2021/3417 59% [==================================== ] 2022/3417 59% [==================================== ] 2023/3417 59% [==================================== ] 2024/3417 59% [==================================== ] 2025/3417 59% [==================================== ] 2026/3417 59% [==================================== ] 2027/3417 59% [==================================== ] 2028/3417 59% [==================================== ] 2029/3417 59% [==================================== ] 2030/3417 59% [==================================== ] 2031/3417 59% [==================================== ] 2032/3417 59% [==================================== ] 2033/3417 59% [==================================== ] 2034/3417 59% [==================================== ] 2035/3417 59% [==================================== ] 2036/3417 59% [==================================== ] 2037/3417 59% [==================================== ] 2038/3417 59% [==================================== ] 2039/3417 59% [===================================== ] 2040/3417 59% [===================================== ] 2041/3417 59% [===================================== ] 2042/3417 59% [===================================== ] 2043/3417 59% [===================================== ] 2044/3417 59% [===================================== ] 2045/3417 59% [===================================== ] 2046/3417 59% [===================================== ] 2047/3417 59% [===================================== ] 2048/3417 59% [===================================== ] 2049/3417 59% [===================================== ] 2050/3417 59% [===================================== ] 2051/3417 60% [===================================== ] 2052/3417 60% [===================================== ] 2053/3417 60% [===================================== ] 2054/3417 60% [===================================== ] 2055/3417 60% [===================================== ] 2056/3417 60% [===================================== ] 2057/3417 60% [===================================== ] 2058/3417 60% [===================================== ] 2059/3417 60% [===================================== ] 2060/3417 60% [===================================== ] 2061/3417 60% [===================================== ] 2062/3417 60% [===================================== ] 2063/3417 60% [===================================== ] 2064/3417 60% [===================================== ] 2065/3417 60% [===================================== ] 2066/3417 60% [===================================== ] 2067/3417 60% [===================================== ] 2068/3417 60% [===================================== ] 2069/3417 60% [===================================== ] 2070/3417 60% [===================================== ] 2071/3417 60% [===================================== ] 2072/3417 60% [===================================== ] 2073/3417 60% [===================================== ] 2074/3417 60% [===================================== ] 2075/3417 60% [===================================== ] 2076/3417 60% [===================================== ] 2077/3417 60% [===================================== ] 2078/3417 60% [===================================== ] 2079/3417 60% [===================================== ] 2080/3417 60% [===================================== ] 2081/3417 60% [===================================== ] 2082/3417 60% [===================================== ] 2083/3417 60% [===================================== ] 2084/3417 60% [===================================== ] 2085/3417 61% [===================================== ] 2086/3417 61% [===================================== ] 2087/3417 61% [===================================== ] 2088/3417 61% [===================================== ] 2089/3417 61% [===================================== ] 2090/3417 61% [===================================== ] 2091/3417 61% [===================================== ] 2092/3417 61% [===================================== ] 2093/3417 61% [===================================== ] 2094/3417 61% [====================================== ] 2095/3417 61% [====================================== ] 2096/3417 61% [====================================== ] 2097/3417 61% [====================================== ] 2098/3417 61% [====================================== ] 2099/3417 61% [====================================== ] 2100/3417 61% [====================================== ] 2101/3417 61% [====================================== ] 2102/3417 61% [====================================== ] 2103/3417 61% [====================================== ] 2104/3417 61% [====================================== ] 2105/3417 61% [====================================== ] 2106/3417 61% [====================================== ] 2107/3417 61% [====================================== ] 2108/3417 61% [====================================== ] 2109/3417 61% [====================================== ] 2110/3417 61% [====================================== ] 2111/3417 61% [====================================== ] 2112/3417 61% [====================================== ] 2113/3417 61% [====================================== ] 2114/3417 61% [====================================== ] 2115/3417 61% [====================================== ] 2116/3417 61% [====================================== ] 2117/3417 61% [====================================== ] 2118/3417 61% [====================================== ] 2119/3417 62% [====================================== ] 2120/3417 62% [====================================== ] 2121/3417 62% [====================================== ] 2122/3417 62% [====================================== ] 2123/3417 62% [====================================== ] 2124/3417 62% [====================================== ] 2125/3417 62% [====================================== ] 2126/3417 62% [====================================== ] 2127/3417 62% [====================================== ] 2128/3417 62% [====================================== ] 2129/3417 62% [====================================== ] 2130/3417 62% [====================================== ] 2131/3417 62% [====================================== ] 2132/3417 62% [====================================== ] 2133/3417 62% [====================================== ] 2134/3417 62% [====================================== ] 2135/3417 62% [====================================== ] 2136/3417 62% [====================================== ] 2137/3417 62% [====================================== ] 2138/3417 62% [====================================== ] 2139/3417 62% [====================================== ] 2140/3417 62% [====================================== ] 2141/3417 62% [====================================== ] 2142/3417 62% [====================================== ] 2143/3417 62% [====================================== ] 2144/3417 62% [====================================== ] 2145/3417 62% [====================================== ] 2146/3417 62% [====================================== ] 2147/3417 62% [====================================== ] 2148/3417 62% [====================================== ] 2149/3417 62% [======================================= ] 2150/3417 62% [======================================= ] 2151/3417 62% [======================================= ] 2152/3417 62% [======================================= ] 2153/3417 63% [======================================= ] 2154/3417 63% [======================================= ] 2155/3417 63% [======================================= ] 2156/3417 63% [======================================= ] 2157/3417 63% [======================================= ] 2158/3417 63% [======================================= ] 2159/3417 63% [======================================= ] 2160/3417 63% [======================================= ] 2161/3417 63% [======================================= ] 2162/3417 63% [======================================= ] 2163/3417 63% [======================================= ] 2164/3417 63% [======================================= ] 2165/3417 63% [======================================= ] 2166/3417 63% [======================================= ] 2167/3417 63% [======================================= ] 2168/3417 63% [======================================= ] 2169/3417 63% [======================================= ] 2170/3417 63% [======================================= ] 2171/3417 63% [======================================= ] 2172/3417 63% [======================================= ] 2173/3417 63% [======================================= ] 2174/3417 63% [======================================= ] 2175/3417 63% [======================================= ] 2176/3417 63% [======================================= ] 2177/3417 63% [======================================= ] 2178/3417 63% [======================================= ] 2179/3417 63% [======================================= ] 2180/3417 63% [======================================= ] 2181/3417 63% [======================================= ] 2182/3417 63% [======================================= ] 2183/3417 63% [======================================= ] 2184/3417 63% [======================================= ] 2185/3417 63% [======================================= ] 2186/3417 63% [======================================= ] 2187/3417 64% [======================================= ] 2188/3417 64% [======================================= ] 2189/3417 64% [======================================= ] 2190/3417 64% [======================================= ] 2191/3417 64% [======================================= ] 2192/3417 64% [======================================= ] 2193/3417 64% [======================================= ] 2194/3417 64% [======================================= ] 2195/3417 64% [======================================= ] 2196/3417 64% [======================================= ] 2197/3417 64% [======================================= ] 2198/3417 64% [======================================= ] 2199/3417 64% [======================================= ] 2200/3417 64% [======================================= ] 2201/3417 64% [======================================= ] 2202/3417 64% [======================================= ] 2203/3417 64% [======================================= ] 2204/3417 64% [======================================== ] 2205/3417 64% [======================================== ] 2206/3417 64% [======================================== ] 2207/3417 64% [======================================== ] 2208/3417 64% [======================================== ] 2209/3417 64% [======================================== ] 2210/3417 64% [======================================== ] 2211/3417 64% [======================================== ] 2212/3417 64% [======================================== ] 2213/3417 64% [======================================== ] 2214/3417 64% [======================================== ] 2215/3417 64% [======================================== ] 2216/3417 64% [======================================== ] 2217/3417 64% [======================================== ] 2218/3417 64% [======================================== ] 2219/3417 64% [======================================== ] 2220/3417 64% [======================================== ] 2221/3417 64% [======================================== ] 2222/3417 65% [======================================== ] 2223/3417 65% [======================================== ] 2224/3417 65% [======================================== ] 2225/3417 65% [======================================== ] 2226/3417 65% [======================================== ] 2227/3417 65% [======================================== ] 2228/3417 65% [======================================== ] 2229/3417 65% [======================================== ] 2230/3417 65% [======================================== ] 2231/3417 65% [======================================== ] 2232/3417 65% [======================================== ] 2233/3417 65% [======================================== ] 2234/3417 65% [======================================== ] 2235/3417 65% [======================================== ] 2236/3417 65% [======================================== ] 2237/3417 65% [======================================== ] 2238/3417 65% [======================================== ] 2239/3417 65% [======================================== ] 2240/3417 65% [======================================== ] 2241/3417 65% [======================================== ] 2242/3417 65% [======================================== ] 2243/3417 65% [======================================== ] 2244/3417 65% [======================================== ] 2245/3417 65% [======================================== ] 2246/3417 65% [======================================== ] 2247/3417 65% [======================================== ] 2248/3417 65% [======================================== ] 2249/3417 65% [======================================== ] 2250/3417 65% [======================================== ] 2251/3417 65% [======================================== ] 2252/3417 65% [======================================== ] 2253/3417 65% [======================================== ] 2254/3417 65% [======================================== ] 2255/3417 65% [======================================== ] 2256/3417 66% [======================================== ] 2257/3417 66% [======================================== ] 2258/3417 66% [======================================== ] 2259/3417 66% [========================================= ] 2260/3417 66% [========================================= ] 2261/3417 66% [========================================= ] 2262/3417 66% [========================================= ] 2263/3417 66% [========================================= ] 2264/3417 66% [========================================= ] 2265/3417 66% [========================================= ] 2266/3417 66% [========================================= ] 2267/3417 66% [========================================= ] 2268/3417 66% [========================================= ] 2269/3417 66% [========================================= ] 2270/3417 66% [========================================= ] 2271/3417 66% [========================================= ] 2272/3417 66% [========================================= ] 2273/3417 66% [========================================= ] 2274/3417 66% [========================================= ] 2275/3417 66% [========================================= ] 2276/3417 66% [========================================= ] 2277/3417 66% [========================================= ] 2278/3417 66% [========================================= ] 2279/3417 66% [========================================= ] 2280/3417 66% [========================================= ] 2281/3417 66% [========================================= ] 2282/3417 66% [========================================= ] 2283/3417 66% [========================================= ] 2284/3417 66% [========================================= ] 2285/3417 66% [========================================= ] 2286/3417 66% [========================================= ] 2287/3417 66% [========================================= ] 2288/3417 66% [========================================= ] 2289/3417 66% [========================================= ] 2290/3417 67% [========================================= ] 2291/3417 67% [========================================= ] 2292/3417 67% [========================================= ] 2293/3417 67% [========================================= ] 2294/3417 67% [========================================= ] 2295/3417 67% [========================================= ] 2296/3417 67% [========================================= ] 2297/3417 67% [========================================= ] 2298/3417 67% [========================================= ] 2299/3417 67% [========================================= ] 2300/3417 67% [========================================= ] 2301/3417 67% [========================================= ] 2302/3417 67% [========================================= ] 2303/3417 67% [========================================= ] 2304/3417 67% [========================================= ] 2305/3417 67% [========================================= ] 2306/3417 67% [========================================= ] 2307/3417 67% [========================================= ] 2308/3417 67% [========================================= ] 2309/3417 67% [========================================= ] 2310/3417 67% [========================================= ] 2311/3417 67% [========================================= ] 2312/3417 67% [========================================= ] 2313/3417 67% [========================================= ] 2314/3417 67% [========================================== ] 2315/3417 67% [========================================== ] 2316/3417 67% [========================================== ] 2317/3417 67% [========================================== ] 2318/3417 67% [========================================== ] 2319/3417 67% [========================================== ] 2320/3417 67% [========================================== ] 2321/3417 67% [========================================== ] 2322/3417 67% [========================================== ] 2323/3417 67% [========================================== ] 2324/3417 68% [========================================== ] 2325/3417 68% [========================================== ] 2326/3417 68% [========================================== ] 2327/3417 68% [========================================== ] 2328/3417 68% [========================================== ] 2329/3417 68% [========================================== ] 2330/3417 68% [========================================== ] 2331/3417 68% [========================================== ] 2332/3417 68% [========================================== ] 2333/3417 68% [========================================== ] 2334/3417 68% [========================================== ] 2335/3417 68% [========================================== ] 2336/3417 68% [========================================== ] 2337/3417 68% [========================================== ] 2338/3417 68% [========================================== ] 2339/3417 68% [========================================== ] 2340/3417 68% [========================================== ] 2341/3417 68% [========================================== ] 2342/3417 68% [========================================== ] 2343/3417 68% [========================================== ] 2344/3417 68% [========================================== ] 2345/3417 68% [========================================== ] 2346/3417 68% [========================================== ] 2347/3417 68% [========================================== ] 2348/3417 68% [========================================== ] 2349/3417 68% [========================================== ] 2350/3417 68% [========================================== ] 2351/3417 68% [========================================== ] 2352/3417 68% [========================================== ] 2353/3417 68% [========================================== ] 2354/3417 68% [========================================== ] 2355/3417 68% [========================================== ] 2356/3417 68% [========================================== ] 2357/3417 68% [========================================== ] 2358/3417 69% [========================================== ] 2359/3417 69% [========================================== ] 2360/3417 69% [========================================== ] 2361/3417 69% [========================================== ] 2362/3417 69% [========================================== ] 2363/3417 69% [========================================== ] 2364/3417 69% [========================================== ] 2365/3417 69% [========================================== ] 2366/3417 69% [========================================== ] 2367/3417 69% [========================================== ] 2368/3417 69% [========================================== ] 2369/3417 69% [=========================================== ] 2370/3417 69% [=========================================== ] 2371/3417 69% [=========================================== ] 2372/3417 69% [=========================================== ] 2373/3417 69% [=========================================== ] 2374/3417 69% [=========================================== ] 2375/3417 69% [=========================================== ] 2376/3417 69% [=========================================== ] 2377/3417 69% [=========================================== ] 2378/3417 69% [=========================================== ] 2379/3417 69% [=========================================== ] 2380/3417 69% [=========================================== ] 2381/3417 69% [=========================================== ] 2382/3417 69% [=========================================== ] 2383/3417 69% [=========================================== ] 2384/3417 69% [=========================================== ] 2385/3417 69% [=========================================== ] 2386/3417 69% [=========================================== ] 2387/3417 69% [=========================================== ] 2388/3417 69% [=========================================== ] 2389/3417 69% [=========================================== ] 2390/3417 69% [=========================================== ] 2391/3417 69% [=========================================== ] 2392/3417 70% [=========================================== ] 2393/3417 70% [=========================================== ] 2394/3417 70% [=========================================== ] 2395/3417 70% [=========================================== ] 2396/3417 70% [=========================================== ] 2397/3417 70% [=========================================== ] 2398/3417 70% [=========================================== ] 2399/3417 70% [=========================================== ] 2400/3417 70% [=========================================== ] 2401/3417 70% [=========================================== ] 2402/3417 70% [=========================================== ] 2403/3417 70% [=========================================== ] 2404/3417 70% [=========================================== ] 2405/3417 70% [=========================================== ] 2406/3417 70% [=========================================== ] 2407/3417 70% [=========================================== ] 2408/3417 70% [=========================================== ] 2409/3417 70% [=========================================== ] 2410/3417 70% [=========================================== ] 2411/3417 70% [=========================================== ] 2412/3417 70% [=========================================== ] 2413/3417 70% [=========================================== ] 2414/3417 70% [=========================================== ] 2415/3417 70% [=========================================== ] 2416/3417 70% [=========================================== ] 2417/3417 70% [=========================================== ] 2418/3417 70% [=========================================== ] 2419/3417 70% [=========================================== ] 2420/3417 70% [=========================================== ] 2421/3417 70% [=========================================== ] 2422/3417 70% [=========================================== ] 2423/3417 70% [=========================================== ] 2424/3417 70% [============================================ ] 2425/3417 70% [============================================ ] 2426/3417 70% [============================================ ] 2427/3417 71% [============================================ ] 2428/3417 71% [============================================ ] 2429/3417 71% [============================================ ] 2430/3417 71% [============================================ ] 2431/3417 71% [============================================ ] 2432/3417 71% [============================================ ] 2433/3417 71% [============================================ ] 2434/3417 71% [============================================ ] 2435/3417 71% [============================================ ] 2436/3417 71% [============================================ ] 2437/3417 71% [============================================ ] 2438/3417 71% [============================================ ] 2439/3417 71% [============================================ ] 2440/3417 71% [============================================ ] 2441/3417 71% [============================================ ] 2442/3417 71% [============================================ ] 2443/3417 71% [============================================ ] 2444/3417 71% [============================================ ] 2445/3417 71% [============================================ ] 2446/3417 71% [============================================ ] 2447/3417 71% [============================================ ] 2448/3417 71% [============================================ ] 2449/3417 71% [============================================ ] 2450/3417 71% [============================================ ] 2451/3417 71% [============================================ ] 2452/3417 71% [============================================ ] 2453/3417 71% [============================================ ] 2454/3417 71% [============================================ ] 2455/3417 71% [============================================ ] 2456/3417 71% [============================================ ] 2457/3417 71% [============================================ ] 2458/3417 71% [============================================ ] 2459/3417 71% [============================================ ] 2460/3417 71% [============================================ ] 2461/3417 72% [============================================ ] 2462/3417 72% [============================================ ] 2463/3417 72% [============================================ ] 2464/3417 72% [============================================ ] 2465/3417 72% [============================================ ] 2466/3417 72% [============================================ ] 2467/3417 72% [============================================ ] 2468/3417 72% [============================================ ] 2469/3417 72% [============================================ ] 2470/3417 72% [============================================ ] 2471/3417 72% [============================================ ] 2472/3417 72% [============================================ ] 2473/3417 72% [============================================ ] 2474/3417 72% [============================================ ] 2475/3417 72% [============================================ ] 2476/3417 72% [============================================ ] 2477/3417 72% [============================================ ] 2478/3417 72% [============================================ ] 2479/3417 72% [============================================ ] 2480/3417 72% [============================================= ] 2481/3417 72% [============================================= ] 2482/3417 72% [============================================= ] 2483/3417 72% [============================================= ] 2484/3417 72% [============================================= ] 2485/3417 72% [============================================= ] 2486/3417 72% [============================================= ] 2487/3417 72% [============================================= ] 2488/3417 72% [============================================= ] 2489/3417 72% [============================================= ] 2490/3417 72% [============================================= ] 2491/3417 72% [============================================= ] 2492/3417 72% [============================================= ] 2493/3417 72% [============================================= ] 2494/3417 72% [============================================= ] 2495/3417 73% [============================================= ] 2496/3417 73% [============================================= ] 2497/3417 73% [============================================= ] 2498/3417 73% [============================================= ] 2499/3417 73% [============================================= ] 2500/3417 73% [============================================= ] 2501/3417 73% [============================================= ] 2502/3417 73% [============================================= ] 2503/3417 73% [============================================= ] 2504/3417 73% [============================================= ] 2505/3417 73% [============================================= ] 2506/3417 73% [============================================= ] 2507/3417 73% [============================================= ] 2508/3417 73% [============================================= ] 2509/3417 73% [============================================= ] 2510/3417 73% [============================================= ] 2511/3417 73% [============================================= ] 2512/3417 73% [============================================= ] 2513/3417 73% [============================================= ] 2514/3417 73% [============================================= ] 2515/3417 73% [============================================= ] 2516/3417 73% [============================================= ] 2517/3417 73% [============================================= ] 2518/3417 73% [============================================= ] 2519/3417 73% [============================================= ] 2520/3417 73% [============================================= ] 2521/3417 73% [============================================= ] 2522/3417 73% [============================================= ] 2523/3417 73% [============================================= ] 2524/3417 73% [============================================= ] 2525/3417 73% [============================================= ] 2526/3417 73% [============================================= ] 2527/3417 73% [============================================= ] 2528/3417 73% [============================================= ] 2529/3417 74% [============================================= ] 2530/3417 74% [============================================= ] 2531/3417 74% [============================================= ] 2532/3417 74% [============================================= ] 2533/3417 74% [============================================= ] 2534/3417 74% [============================================= ] 2535/3417 74% [============================================== ] 2536/3417 74% [============================================== ] 2537/3417 74% [============================================== ] 2538/3417 74% [============================================== ] 2539/3417 74% [============================================== ] 2540/3417 74% [============================================== ] 2541/3417 74% [============================================== ] 2542/3417 74% [============================================== ] 2543/3417 74% [============================================== ] 2544/3417 74% [============================================== ] 2545/3417 74% [============================================== ] 2546/3417 74% [============================================== ] 2547/3417 74% [============================================== ] 2548/3417 74% [============================================== ] 2549/3417 74% [============================================== ] 2550/3417 74% [============================================== ] 2551/3417 74% [============================================== ] 2552/3417 74% [============================================== ] 2553/3417 74% [============================================== ] 2554/3417 74% [============================================== ] 2555/3417 74% [============================================== ] 2556/3417 74% [============================================== ] 2557/3417 74% [============================================== ] 2558/3417 74% [============================================== ] 2559/3417 74% [============================================== ] 2560/3417 74% [============================================== ] 2561/3417 74% [============================================== ] 2562/3417 74% [============================================== ] 2563/3417 75% [============================================== ] 2564/3417 75% [============================================== ] 2565/3417 75% [============================================== ] 2566/3417 75% [============================================== ] 2567/3417 75% [============================================== ] 2568/3417 75% [============================================== ] 2569/3417 75% [============================================== ] 2570/3417 75% [============================================== ] 2571/3417 75% [============================================== ] 2572/3417 75% [============================================== ] 2573/3417 75% [============================================== ] 2574/3417 75% [============================================== ] 2575/3417 75% [============================================== ] 2576/3417 75% [============================================== ] 2577/3417 75% [============================================== ] 2578/3417 75% [============================================== ] 2579/3417 75% [============================================== ] 2580/3417 75% [============================================== ] 2581/3417 75% [============================================== ] 2582/3417 75% [============================================== ] 2583/3417 75% [============================================== ] 2584/3417 75% [============================================== ] 2585/3417 75% [============================================== ] 2586/3417 75% [============================================== ] 2587/3417 75% [============================================== ] 2588/3417 75% [============================================== ] 2589/3417 75% [============================================== ] 2590/3417 75% [=============================================== ] 2591/3417 75% [=============================================== ] 2592/3417 75% [=============================================== ] 2593/3417 75% [=============================================== ] 2594/3417 75% [=============================================== ] 2595/3417 75% [=============================================== ] 2596/3417 75% [=============================================== ] 2597/3417 76% [=============================================== ] 2598/3417 76% [=============================================== ] 2599/3417 76% [=============================================== ] 2600/3417 76% [=============================================== ] 2601/3417 76% [=============================================== ] 2602/3417 76% [=============================================== ] 2603/3417 76% [=============================================== ] 2604/3417 76% [=============================================== ] 2605/3417 76% [=============================================== ] 2606/3417 76% [=============================================== ] 2607/3417 76% [=============================================== ] 2608/3417 76% [=============================================== ] 2609/3417 76% [=============================================== ] 2610/3417 76% [=============================================== ] 2611/3417 76% [=============================================== ] 2612/3417 76% [=============================================== ] 2613/3417 76% [=============================================== ] 2614/3417 76% [=============================================== ] 2615/3417 76% [=============================================== ] 2616/3417 76% [=============================================== ] 2617/3417 76% [=============================================== ] 2618/3417 76% [=============================================== ] 2619/3417 76% [=============================================== ] 2620/3417 76% [=============================================== ] 2621/3417 76% [=============================================== ] 2622/3417 76% [=============================================== ] 2623/3417 76% [=============================================== ] 2624/3417 76% [=============================================== ] 2625/3417 76% [=============================================== ] 2626/3417 76% [=============================================== ] 2627/3417 76% [=============================================== ] 2628/3417 76% [=============================================== ] 2629/3417 76% [=============================================== ] 2630/3417 76% [=============================================== ] 2631/3417 76% [=============================================== ] 2632/3417 77% [=============================================== ] 2633/3417 77% [=============================================== ] 2634/3417 77% [=============================================== ] 2635/3417 77% [=============================================== ] 2636/3417 77% [=============================================== ] 2637/3417 77% [=============================================== ] 2638/3417 77% [=============================================== ] 2639/3417 77% [=============================================== ] 2640/3417 77% [=============================================== ] 2641/3417 77% [=============================================== ] 2642/3417 77% [=============================================== ] 2643/3417 77% [=============================================== ] 2644/3417 77% [=============================================== ] 2645/3417 77% [================================================ ] 2646/3417 77% [================================================ ] 2647/3417 77% [================================================ ] 2648/3417 77% [================================================ ] 2649/3417 77% [================================================ ] 2650/3417 77% [================================================ ] 2651/3417 77% [================================================ ] 2652/3417 77% [================================================ ] 2653/3417 77% [================================================ ] 2654/3417 77% [================================================ ] 2655/3417 77% [================================================ ] 2656/3417 77% [================================================ ] 2657/3417 77% [================================================ ] 2658/3417 77% [================================================ ] 2659/3417 77% [================================================ ] 2660/3417 77% [================================================ ] 2661/3417 77% [================================================ ] 2662/3417 77% [================================================ ] 2663/3417 77% [================================================ ] 2664/3417 77% [================================================ ] 2665/3417 77% [================================================ ] 2666/3417 78% [================================================ ] 2667/3417 78% [================================================ ] 2668/3417 78% [================================================ ] 2669/3417 78% [================================================ ] 2670/3417 78% [================================================ ] 2671/3417 78% [================================================ ] 2672/3417 78% [================================================ ] 2673/3417 78% [================================================ ] 2674/3417 78% [================================================ ] 2675/3417 78% [================================================ ] 2676/3417 78% [================================================ ] 2677/3417 78% [================================================ ] 2678/3417 78% [================================================ ] 2679/3417 78% [================================================ ] 2680/3417 78% [================================================ ] 2681/3417 78% [================================================ ] 2682/3417 78% [================================================ ] 2683/3417 78% [================================================ ] 2684/3417 78% [================================================ ] 2685/3417 78% [================================================ ] 2686/3417 78% [================================================ ] 2687/3417 78% [================================================ ] 2688/3417 78% [================================================ ] 2689/3417 78% [================================================ ] 2690/3417 78% [================================================ ] 2691/3417 78% [================================================ ] 2692/3417 78% [================================================ ] 2693/3417 78% [================================================ ] 2694/3417 78% [================================================ ] 2695/3417 78% [================================================ ] 2696/3417 78% [================================================ ] 2697/3417 78% [================================================ ] 2698/3417 78% [================================================ ] 2699/3417 78% [================================================ ] 2700/3417 79% [================================================= ] 2701/3417 79% [================================================= ] 2702/3417 79% [================================================= ] 2703/3417 79% [================================================= ] 2704/3417 79% [================================================= ] 2705/3417 79% [================================================= ] 2706/3417 79% [================================================= ] 2707/3417 79% [================================================= ] 2708/3417 79% [================================================= ] 2709/3417 79% [================================================= ] 2710/3417 79% [================================================= ] 2711/3417 79% [================================================= ] 2712/3417 79% [================================================= ] 2713/3417 79% [================================================= ] 2714/3417 79% [================================================= ] 2715/3417 79% [================================================= ] 2716/3417 79% [================================================= ] 2717/3417 79% [================================================= ] 2718/3417 79% [================================================= ] 2719/3417 79% [================================================= ] 2720/3417 79% [================================================= ] 2721/3417 79% [================================================= ] 2722/3417 79% [================================================= ] 2723/3417 79% [================================================= ] 2724/3417 79% [================================================= ] 2725/3417 79% [================================================= ] 2726/3417 79% [================================================= ] 2727/3417 79% [================================================= ] 2728/3417 79% [================================================= ] 2729/3417 79% [================================================= ] 2730/3417 79% [================================================= ] 2731/3417 79% [================================================= ] 2732/3417 79% [================================================= ] 2733/3417 79% [================================================= ] 2734/3417 80% [================================================= ] 2735/3417 80% [================================================= ] 2736/3417 80% [================================================= ] 2737/3417 80% [================================================= ] 2738/3417 80% [================================================= ] 2739/3417 80% [================================================= ] 2740/3417 80% [================================================= ] 2741/3417 80% [================================================= ] 2742/3417 80% [================================================= ] 2743/3417 80% [================================================= ] 2744/3417 80% [================================================= ] 2745/3417 80% [================================================= ] 2746/3417 80% [================================================= ] 2747/3417 80% [================================================= ] 2748/3417 80% [================================================= ] 2749/3417 80% [================================================= ] 2750/3417 80% [================================================= ] 2751/3417 80% [================================================= ] 2752/3417 80% [================================================= ] 2753/3417 80% [================================================= ] 2754/3417 80% [================================================= ] 2755/3417 80% [================================================== ] 2756/3417 80% [================================================== ] 2757/3417 80% [================================================== ] 2758/3417 80% [================================================== ] 2759/3417 80% [================================================== ] 2760/3417 80% [================================================== ] 2761/3417 80% [================================================== ] 2762/3417 80% [================================================== ] 2763/3417 80% [================================================== ] 2764/3417 80% [================================================== ] 2765/3417 80% [================================================== ] 2766/3417 80% [================================================== ] 2767/3417 80% [================================================== ] 2768/3417 81% [================================================== ] 2769/3417 81% [================================================== ] 2770/3417 81% [================================================== ] 2771/3417 81% [================================================== ] 2772/3417 81% [================================================== ] 2773/3417 81% [================================================== ] 2774/3417 81% [================================================== ] 2775/3417 81% [================================================== ] 2776/3417 81% [================================================== ] 2777/3417 81% [================================================== ] 2778/3417 81% [================================================== ] 2779/3417 81% [================================================== ] 2780/3417 81% [================================================== ] 2781/3417 81% [================================================== ] 2782/3417 81% [================================================== ] 2783/3417 81% [================================================== ] 2784/3417 81% [================================================== ] 2785/3417 81% [================================================== ] 2786/3417 81% [================================================== ] 2787/3417 81% [================================================== ] 2788/3417 81% [================================================== ] 2789/3417 81% [================================================== ] 2790/3417 81% [================================================== ] 2791/3417 81% [================================================== ] 2792/3417 81% [================================================== ] 2793/3417 81% [================================================== ] 2794/3417 81% [================================================== ] 2795/3417 81% [================================================== ] 2796/3417 81% [================================================== ] 2797/3417 81% [================================================== ] 2798/3417 81% [================================================== ] 2799/3417 81% [================================================== ] 2800/3417 81% [================================================== ] 2801/3417 81% [================================================== ] 2802/3417 82% [================================================== ] 2803/3417 82% [================================================== ] 2804/3417 82% [================================================== ] 2805/3417 82% [================================================== ] 2806/3417 82% [================================================== ] 2807/3417 82% [================================================== ] 2808/3417 82% [================================================== ] 2809/3417 82% [================================================== ] 2810/3417 82% [=================================================== ] 2811/3417 82% [=================================================== ] 2812/3417 82% [=================================================== ] 2813/3417 82% [=================================================== ] 2814/3417 82% [=================================================== ] 2815/3417 82% [=================================================== ] 2816/3417 82% [=================================================== ] 2817/3417 82% [=================================================== ] 2818/3417 82% [=================================================== ] 2819/3417 82% [=================================================== ] 2820/3417 82% [=================================================== ] 2821/3417 82% [=================================================== ] 2822/3417 82% [=================================================== ] 2823/3417 82% [=================================================== ] 2824/3417 82% [=================================================== ] 2825/3417 82% [=================================================== ] 2826/3417 82% [=================================================== ] 2827/3417 82% [=================================================== ] 2828/3417 82% [=================================================== ] 2829/3417 82% [=================================================== ] 2830/3417 82% [=================================================== ] 2831/3417 82% [=================================================== ] 2832/3417 82% [=================================================== ] 2833/3417 82% [=================================================== ] 2834/3417 82% [=================================================== ] 2835/3417 82% [=================================================== ] 2836/3417 82% [=================================================== ] 2837/3417 83% [=================================================== ] 2838/3417 83% [=================================================== ] 2839/3417 83% [=================================================== ] 2840/3417 83% [=================================================== ] 2841/3417 83% [=================================================== ] 2842/3417 83% [=================================================== ] 2843/3417 83% [=================================================== ] 2844/3417 83% [=================================================== ] 2845/3417 83% [=================================================== ] 2846/3417 83% [=================================================== ] 2847/3417 83% [=================================================== ] 2848/3417 83% [=================================================== ] 2849/3417 83% [=================================================== ] 2850/3417 83% [=================================================== ] 2851/3417 83% [=================================================== ] 2852/3417 83% [=================================================== ] 2853/3417 83% [=================================================== ] 2854/3417 83% [=================================================== ] 2855/3417 83% [=================================================== ] 2856/3417 83% [=================================================== ] 2857/3417 83% [=================================================== ] 2858/3417 83% [=================================================== ] 2859/3417 83% [=================================================== ] 2860/3417 83% [=================================================== ] 2861/3417 83% [=================================================== ] 2862/3417 83% [=================================================== ] 2863/3417 83% [=================================================== ] 2864/3417 83% [=================================================== ] 2865/3417 83% [==================================================== ] 2866/3417 83% [==================================================== ] 2867/3417 83% [==================================================== ] 2868/3417 83% [==================================================== ] 2869/3417 83% [==================================================== ] 2870/3417 83% [==================================================== ] 2871/3417 84% [==================================================== ] 2872/3417 84% [==================================================== ] 2873/3417 84% [==================================================== ] 2874/3417 84% [==================================================== ] 2875/3417 84% [==================================================== ] 2876/3417 84% [==================================================== ] 2877/3417 84% [==================================================== ] 2878/3417 84% [==================================================== ] 2879/3417 84% [==================================================== ] 2880/3417 84% [==================================================== ] 2881/3417 84% [==================================================== ] 2882/3417 84% [==================================================== ] 2883/3417 84% [==================================================== ] 2884/3417 84% [==================================================== ] 2885/3417 84% [==================================================== ] 2886/3417 84% [==================================================== ] 2887/3417 84% [==================================================== ] 2888/3417 84% [==================================================== ] 2889/3417 84% [==================================================== ] 2890/3417 84% [==================================================== ] 2891/3417 84% [==================================================== ] 2892/3417 84% [==================================================== ] 2893/3417 84% [==================================================== ] 2894/3417 84% [==================================================== ] 2895/3417 84% [==================================================== ] 2896/3417 84% [==================================================== ] 2897/3417 84% [==================================================== ] 2898/3417 84% [==================================================== ] 2899/3417 84% [==================================================== ] 2900/3417 84% [==================================================== ] 2901/3417 84% [==================================================== ] 2902/3417 84% [==================================================== ] 2903/3417 84% [==================================================== ] 2904/3417 84% [==================================================== ] 2905/3417 85% [==================================================== ] 2906/3417 85% [==================================================== ] 2907/3417 85% [==================================================== ] 2908/3417 85% [==================================================== ] 2909/3417 85% [==================================================== ] 2910/3417 85% [==================================================== ] 2911/3417 85% [==================================================== ] 2912/3417 85% [==================================================== ] 2913/3417 85% [==================================================== ] 2914/3417 85% [==================================================== ] 2915/3417 85% [==================================================== ] 2916/3417 85% [==================================================== ] 2917/3417 85% [==================================================== ] 2918/3417 85% [==================================================== ] 2919/3417 85% [==================================================== ] 2920/3417 85% [===================================================== ] 2921/3417 85% [===================================================== ] 2922/3417 85% [===================================================== ] 2923/3417 85% [===================================================== ] 2924/3417 85% [===================================================== ] 2925/3417 85% [===================================================== ] 2926/3417 85% [===================================================== ] 2927/3417 85% [===================================================== ] 2928/3417 85% [===================================================== ] 2929/3417 85% [===================================================== ] 2930/3417 85% [===================================================== ] 2931/3417 85% [===================================================== ] 2932/3417 85% [===================================================== ] 2933/3417 85% [===================================================== ] 2934/3417 85% [===================================================== ] 2935/3417 85% [===================================================== ] 2936/3417 85% [===================================================== ] 2937/3417 85% [===================================================== ] 2938/3417 85% [===================================================== ] 2939/3417 86% [===================================================== ] 2940/3417 86% [===================================================== ] 2941/3417 86% [===================================================== ] 2942/3417 86% [===================================================== ] 2943/3417 86% [===================================================== ] 2944/3417 86% [===================================================== ] 2945/3417 86% [===================================================== ] 2946/3417 86% [===================================================== ] 2947/3417 86% [===================================================== ] 2948/3417 86% [===================================================== ] 2949/3417 86% [===================================================== ] 2950/3417 86% [===================================================== ] 2951/3417 86% [===================================================== ] 2952/3417 86% [===================================================== ] 2953/3417 86% [===================================================== ] 2954/3417 86% [===================================================== ] 2955/3417 86% [===================================================== ] 2956/3417 86% [===================================================== ] 2957/3417 86% [===================================================== ] 2958/3417 86% [===================================================== ] 2959/3417 86% [===================================================== ] 2960/3417 86% [===================================================== ] 2961/3417 86% [===================================================== ] 2962/3417 86% [===================================================== ] 2963/3417 86% [===================================================== ] 2964/3417 86% [===================================================== ] 2965/3417 86% [===================================================== ] 2966/3417 86% [===================================================== ] 2967/3417 86% [===================================================== ] 2968/3417 86% [===================================================== ] 2969/3417 86% [===================================================== ] 2970/3417 86% [===================================================== ] 2971/3417 86% [===================================================== ] 2972/3417 86% [===================================================== ] 2973/3417 87% [===================================================== ] 2974/3417 87% [===================================================== ] 2975/3417 87% [===================================================== ] 2976/3417 87% [====================================================== ] 2977/3417 87% [====================================================== ] 2978/3417 87% [====================================================== ] 2979/3417 87% [====================================================== ] 2980/3417 87% [====================================================== ] 2981/3417 87% [====================================================== ] 2982/3417 87% [====================================================== ] 2983/3417 87% [====================================================== ] 2984/3417 87% [====================================================== ] 2985/3417 87% [====================================================== ] 2986/3417 87% [====================================================== ] 2987/3417 87% [====================================================== ] 2988/3417 87% [====================================================== ] 2989/3417 87% [====================================================== ] 2990/3417 87% [====================================================== ] 2991/3417 87% [====================================================== ] 2992/3417 87% [====================================================== ] 2993/3417 87% [====================================================== ] 2994/3417 87% [====================================================== ] 2995/3417 87% [====================================================== ] 2996/3417 87% [====================================================== ] 2997/3417 87% [====================================================== ] 2998/3417 87% [====================================================== ] 2999/3417 87% [====================================================== ] 3000/3417 87% [====================================================== ] 3001/3417 87% [====================================================== ] 3002/3417 87% [====================================================== ] 3003/3417 87% [====================================================== ] 3004/3417 87% [====================================================== ] 3005/3417 87% [====================================================== ] 3006/3417 87% [====================================================== ] 3007/3417 88% [====================================================== ] 3008/3417 88% [====================================================== ] 3009/3417 88% [====================================================== ] 3010/3417 88% [====================================================== ] 3011/3417 88% [====================================================== ] 3012/3417 88% [====================================================== ] 3013/3417 88% [====================================================== ] 3014/3417 88% [====================================================== ] 3015/3417 88% [====================================================== ] 3016/3417 88% [====================================================== ] 3017/3417 88% [====================================================== ] 3018/3417 88% [====================================================== ] 3019/3417 88% [====================================================== ] 3020/3417 88% [====================================================== ] 3021/3417 88% [====================================================== ] 3022/3417 88% [====================================================== ] 3023/3417 88% [====================================================== ] 3024/3417 88% [====================================================== ] 3025/3417 88% [====================================================== ] 3026/3417 88% [====================================================== ] 3027/3417 88% [====================================================== ] 3028/3417 88% [====================================================== ] 3029/3417 88% [====================================================== ] 3030/3417 88% [====================================================== ] 3031/3417 88% [======================================================= ] 3032/3417 88% [======================================================= ] 3033/3417 88% [======================================================= ] 3034/3417 88% [======================================================= ] 3035/3417 88% [======================================================= ] 3036/3417 88% [======================================================= ] 3037/3417 88% [======================================================= ] 3038/3417 88% [======================================================= ] 3039/3417 88% [======================================================= ] 3040/3417 88% [======================================================= ] 3041/3417 88% [======================================================= ] 3042/3417 89% [======================================================= ] 3043/3417 89% [======================================================= ] 3044/3417 89% [======================================================= ] 3045/3417 89% [======================================================= ] 3046/3417 89% [======================================================= ] 3047/3417 89% [======================================================= ] 3048/3417 89% [======================================================= ] 3049/3417 89% [======================================================= ] 3050/3417 89% [======================================================= ] 3051/3417 89% [======================================================= ] 3052/3417 89% [======================================================= ] 3053/3417 89% [======================================================= ] 3054/3417 89% [======================================================= ] 3055/3417 89% [======================================================= ] 3056/3417 89% [======================================================= ] 3057/3417 89% [======================================================= ] 3058/3417 89% [======================================================= ] 3059/3417 89% [======================================================= ] 3060/3417 89% [======================================================= ] 3061/3417 89% [======================================================= ] 3062/3417 89% [======================================================= ] 3063/3417 89% [======================================================= ] 3064/3417 89% [======================================================= ] 3065/3417 89% [======================================================= ] 3066/3417 89% [======================================================= ] 3067/3417 89% [======================================================= ] 3068/3417 89% [======================================================= ] 3069/3417 89% [======================================================= ] 3070/3417 89% [======================================================= ] 3071/3417 89% [======================================================= ] 3072/3417 89% [======================================================= ] 3073/3417 89% [======================================================= ] 3074/3417 89% [======================================================= ] 3075/3417 89% [======================================================= ] 3076/3417 90% [======================================================= ] 3077/3417 90% [======================================================= ] 3078/3417 90% [======================================================= ] 3079/3417 90% [======================================================= ] 3080/3417 90% [======================================================= ] 3081/3417 90% [======================================================= ] 3082/3417 90% [======================================================= ] 3083/3417 90% [======================================================= ] 3084/3417 90% [======================================================= ] 3085/3417 90% [======================================================= ] 3086/3417 90% [======================================================== ] 3087/3417 90% [======================================================== ] 3088/3417 90% [======================================================== ] 3089/3417 90% [======================================================== ] 3090/3417 90% [======================================================== ] 3091/3417 90% [======================================================== ] 3092/3417 90% [======================================================== ] 3093/3417 90% [======================================================== ] 3094/3417 90% [======================================================== ] 3095/3417 90% [======================================================== ] 3096/3417 90% [======================================================== ] 3097/3417 90% [======================================================== ] 3098/3417 90% [======================================================== ] 3099/3417 90% [======================================================== ] 3100/3417 90% [======================================================== ] 3101/3417 90% [======================================================== ] 3102/3417 90% [======================================================== ] 3103/3417 90% [======================================================== ] 3104/3417 90% [======================================================== ] 3105/3417 90% [======================================================== ] 3106/3417 90% [======================================================== ] 3107/3417 90% [======================================================== ] 3108/3417 90% [======================================================== ] 3109/3417 90% [======================================================== ] 3110/3417 91% [======================================================== ] 3111/3417 91% [======================================================== ] 3112/3417 91% [======================================================== ] 3113/3417 91% [======================================================== ] 3114/3417 91% [======================================================== ] 3115/3417 91% [======================================================== ] 3116/3417 91% [======================================================== ] 3117/3417 91% [======================================================== ] 3118/3417 91% [======================================================== ] 3119/3417 91% [======================================================== ] 3120/3417 91% [======================================================== ] 3121/3417 91% [======================================================== ] 3122/3417 91% [======================================================== ] 3123/3417 91% [======================================================== ] 3124/3417 91% [======================================================== ] 3125/3417 91% [======================================================== ] 3126/3417 91% [======================================================== ] 3127/3417 91% [======================================================== ] 3128/3417 91% [======================================================== ] 3129/3417 91% [======================================================== ] 3130/3417 91% [======================================================== ] 3131/3417 91% [======================================================== ] 3132/3417 91% [======================================================== ] 3133/3417 91% [======================================================== ] 3134/3417 91% [======================================================== ] 3135/3417 91% [======================================================== ] 3136/3417 91% [======================================================== ] 3137/3417 91% [======================================================== ] 3138/3417 91% [======================================================== ] 3139/3417 91% [======================================================== ] 3140/3417 91% [======================================================== ] 3141/3417 91% [========================================================= ] 3142/3417 91% [========================================================= ] 3143/3417 91% [========================================================= ] 3144/3417 92% [========================================================= ] 3145/3417 92% [========================================================= ] 3146/3417 92% [========================================================= ] 3147/3417 92% [========================================================= ] 3148/3417 92% [========================================================= ] 3149/3417 92% [========================================================= ] 3150/3417 92% [========================================================= ] 3151/3417 92% [========================================================= ] 3152/3417 92% [========================================================= ] 3153/3417 92% [========================================================= ] 3154/3417 92% [========================================================= ] 3155/3417 92% [========================================================= ] 3156/3417 92% [========================================================= ] 3157/3417 92% [========================================================= ] 3158/3417 92% [========================================================= ] 3159/3417 92% [========================================================= ] 3160/3417 92% [========================================================= ] 3161/3417 92% [========================================================= ] 3162/3417 92% [========================================================= ] 3163/3417 92% [========================================================= ] 3164/3417 92% [========================================================= ] 3165/3417 92% [========================================================= ] 3166/3417 92% [========================================================= ] 3167/3417 92% [========================================================= ] 3168/3417 92% [========================================================= ] 3169/3417 92% [========================================================= ] 3170/3417 92% [========================================================= ] 3171/3417 92% [========================================================= ] 3172/3417 92% [========================================================= ] 3173/3417 92% [========================================================= ] 3174/3417 92% [========================================================= ] 3175/3417 92% [========================================================= ] 3176/3417 92% [========================================================= ] 3177/3417 92% [========================================================= ] 3178/3417 93% [========================================================= ] 3179/3417 93% [========================================================= ] 3180/3417 93% [========================================================= ] 3181/3417 93% [========================================================= ] 3182/3417 93% [========================================================= ] 3183/3417 93% [========================================================= ] 3184/3417 93% [========================================================= ] 3185/3417 93% [========================================================= ] 3186/3417 93% [========================================================= ] 3187/3417 93% [========================================================= ] 3188/3417 93% [========================================================= ] 3189/3417 93% [========================================================= ] 3190/3417 93% [========================================================= ] 3191/3417 93% [========================================================= ] 3192/3417 93% [========================================================= ] 3193/3417 93% [========================================================= ] 3194/3417 93% [========================================================= ] 3195/3417 93% [========================================================= ] 3196/3417 93% [========================================================== ] 3197/3417 93% [========================================================== ] 3198/3417 93% [========================================================== ] 3199/3417 93% [========================================================== ] 3200/3417 93% [========================================================== ] 3201/3417 93% [========================================================== ] 3202/3417 93% [========================================================== ] 3203/3417 93% [========================================================== ] 3204/3417 93% [========================================================== ] 3205/3417 93% [========================================================== ] 3206/3417 93% [========================================================== ] 3207/3417 93% [========================================================== ] 3208/3417 93% [========================================================== ] 3209/3417 93% [========================================================== ] 3210/3417 93% [========================================================== ] 3211/3417 93% [========================================================== ] 3212/3417 94% [========================================================== ] 3213/3417 94% [========================================================== ] 3214/3417 94% [========================================================== ] 3215/3417 94% [========================================================== ] 3216/3417 94% [========================================================== ] 3217/3417 94% [========================================================== ] 3218/3417 94% [========================================================== ] 3219/3417 94% [========================================================== ] 3220/3417 94% [========================================================== ] 3221/3417 94% [========================================================== ] 3222/3417 94% [========================================================== ] 3223/3417 94% [========================================================== ] 3224/3417 94% [========================================================== ] 3225/3417 94% [========================================================== ] 3226/3417 94% [========================================================== ] 3227/3417 94% [========================================================== ] 3228/3417 94% [========================================================== ] 3229/3417 94% [========================================================== ] 3230/3417 94% [========================================================== ] 3231/3417 94% [========================================================== ] 3232/3417 94% [========================================================== ] 3233/3417 94% [========================================================== ] 3234/3417 94% [========================================================== ] 3235/3417 94% [========================================================== ] 3236/3417 94% [========================================================== ] 3237/3417 94% [========================================================== ] 3238/3417 94% [========================================================== ] 3239/3417 94% [========================================================== ] 3240/3417 94% [========================================================== ] 3241/3417 94% [========================================================== ] 3242/3417 94% [========================================================== ] 3243/3417 94% [========================================================== ] 3244/3417 94% [========================================================== ] 3245/3417 94% [========================================================== ] 3246/3417 94% [========================================================== ] 3247/3417 95% [========================================================== ] 3248/3417 95% [========================================================== ] 3249/3417 95% [========================================================== ] 3250/3417 95% [========================================================== ] 3251/3417 95% [=========================================================== ] 3252/3417 95% [=========================================================== ] 3253/3417 95% [=========================================================== ] 3254/3417 95% [=========================================================== ] 3255/3417 95% [=========================================================== ] 3256/3417 95% [=========================================================== ] 3257/3417 95% [=========================================================== ] 3258/3417 95% [=========================================================== ] 3259/3417 95% [=========================================================== ] 3260/3417 95% [=========================================================== ] 3261/3417 95% [=========================================================== ] 3262/3417 95% [=========================================================== ] 3263/3417 95% [=========================================================== ] 3264/3417 95% [=========================================================== ] 3265/3417 95% [=========================================================== ] 3266/3417 95% [=========================================================== ] 3267/3417 95% [=========================================================== ] 3268/3417 95% [=========================================================== ] 3269/3417 95% [=========================================================== ] 3270/3417 95% [=========================================================== ] 3271/3417 95% [=========================================================== ] 3272/3417 95% [=========================================================== ] 3273/3417 95% [=========================================================== ] 3274/3417 95% [=========================================================== ] 3275/3417 95% [=========================================================== ] 3276/3417 95% [=========================================================== ] 3277/3417 95% [=========================================================== ] 3278/3417 95% [=========================================================== ] 3279/3417 95% [=========================================================== ] 3280/3417 95% [=========================================================== ] 3281/3417 96% [=========================================================== ] 3282/3417 96% [=========================================================== ] 3283/3417 96% [=========================================================== ] 3284/3417 96% [=========================================================== ] 3285/3417 96% [=========================================================== ] 3286/3417 96% [=========================================================== ] 3287/3417 96% [=========================================================== ] 3288/3417 96% [=========================================================== ] 3289/3417 96% [=========================================================== ] 3290/3417 96% [=========================================================== ] 3291/3417 96% [=========================================================== ] 3292/3417 96% [=========================================================== ] 3293/3417 96% [=========================================================== ] 3294/3417 96% [=========================================================== ] 3295/3417 96% [=========================================================== ] 3296/3417 96% [=========================================================== ] 3297/3417 96% [=========================================================== ] 3298/3417 96% [=========================================================== ] 3299/3417 96% [=========================================================== ] 3300/3417 96% [=========================================================== ] 3301/3417 96% [=========================================================== ] 3302/3417 96% [=========================================================== ] 3303/3417 96% [=========================================================== ] 3304/3417 96% [=========================================================== ] 3305/3417 96% [=========================================================== ] 3306/3417 96% [============================================================ ] 3307/3417 96% [============================================================ ] 3308/3417 96% [============================================================ ] 3309/3417 96% [============================================================ ] 3310/3417 96% [============================================================ ] 3311/3417 96% [============================================================ ] 3312/3417 96% [============================================================ ] 3313/3417 96% [============================================================ ] 3314/3417 96% [============================================================ ] 3315/3417 97% [============================================================ ] 3316/3417 97% [============================================================ ] 3317/3417 97% [============================================================ ] 3318/3417 97% [============================================================ ] 3319/3417 97% [============================================================ ] 3320/3417 97% [============================================================ ] 3321/3417 97% [============================================================ ] 3322/3417 97% [============================================================ ] 3323/3417 97% [============================================================ ] 3324/3417 97% [============================================================ ] 3325/3417 97% [============================================================ ] 3326/3417 97% [============================================================ ] 3327/3417 97% [============================================================ ] 3328/3417 97% [============================================================ ] 3329/3417 97% [============================================================ ] 3330/3417 97% [============================================================ ] 3331/3417 97% [============================================================ ] 3332/3417 97% [============================================================ ] 3333/3417 97% [============================================================ ] 3334/3417 97% [============================================================ ] 3335/3417 97% [============================================================ ] 3336/3417 97% [============================================================ ] 3337/3417 97% [============================================================ ] 3338/3417 97% [============================================================ ] 3339/3417 97% [============================================================ ] 3340/3417 97% [============================================================ ] 3341/3417 97% [============================================================ ] 3342/3417 97% [============================================================ ] 3343/3417 97% [============================================================ ] 3344/3417 97% [============================================================ ] 3345/3417 97% [============================================================ ] 3346/3417 97% [============================================================ ] 3347/3417 97% [============================================================ ] 3348/3417 97% [============================================================ ] 3349/3417 98% [============================================================ ] 3350/3417 98% [============================================================ ] 3351/3417 98% [============================================================ ] 3352/3417 98% [============================================================ ] 3353/3417 98% [============================================================ ] 3354/3417 98% [============================================================ ] 3355/3417 98% [============================================================ ] 3356/3417 98% [============================================================ ] 3357/3417 98% [============================================================ ] 3358/3417 98% [============================================================ ] 3359/3417 98% [============================================================ ] 3360/3417 98% [============================================================ ] 3361/3417 98% [============================================================= ] 3362/3417 98% [============================================================= ] 3363/3417 98% [============================================================= ] 3364/3417 98% [============================================================= ] 3365/3417 98% [============================================================= ] 3366/3417 98% [============================================================= ] 3367/3417 98% [============================================================= ] 3368/3417 98% [============================================================= ] 3369/3417 98% [============================================================= ] 3370/3417 98% [============================================================= ] 3371/3417 98% [============================================================= ] 3372/3417 98% [============================================================= ] 3373/3417 98% [============================================================= ] 3374/3417 98% [============================================================= ] 3375/3417 98% [============================================================= ] 3376/3417 98% [============================================================= ] 3377/3417 98% [============================================================= ] 3378/3417 98% [============================================================= ] 3379/3417 98% [============================================================= ] 3380/3417 98% [============================================================= ] 3381/3417 98% [============================================================= ] 3382/3417 98% [============================================================= ] 3383/3417 99% [============================================================= ] 3384/3417 99% [============================================================= ] 3385/3417 99% [============================================================= ] 3386/3417 99% [============================================================= ] 3387/3417 99% [============================================================= ] 3388/3417 99% [============================================================= ] 3389/3417 99% [============================================================= ] 3390/3417 99% [============================================================= ] 3391/3417 99% [============================================================= ] 3392/3417 99% [============================================================= ] 3393/3417 99% [============================================================= ] 3394/3417 99% [============================================================= ] 3395/3417 99% [============================================================= ] 3396/3417 99% [============================================================= ] 3397/3417 99% [============================================================= ] 3398/3417 99% [============================================================= ] 3399/3417 99% [============================================================= ] 3400/3417 99% [============================================================= ] 3401/3417 99% [============================================================= ] 3402/3417 99% [============================================================= ] 3403/3417 99% [============================================================= ] 3404/3417 99% [============================================================= ] 3405/3417 99% [============================================================= ] 3406/3417 99% [============================================================= ] 3407/3417 99% [============================================================= ] 3408/3417 99% [============================================================= ] 3409/3417 99% [============================================================= ] 3410/3417 99% [============================================================= ] 3411/3417 99% [============================================================= ] 3412/3417 99% [============================================================= ] 3413/3417 99% [============================================================= ] 3414/3417 99% [============================================================= ] 3415/3417 99% [============================================================= ] 3416/3417 99% [==============================================================] 3417/3417 100% operation complete, 3417 objects in 181085 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/microblaze-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2022.05-125-gdcf695206e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.36.1 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 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) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 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) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 62.1.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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> doom-wad 1.9 Collecting legal info >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evtest 1.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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-f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-genpart 1.0.2 Collecting legal info >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> ifupdown-scripts Collecting legal info >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libminiupnpc 2.1.20201016 Collecting legal info LICENSE: OK (sha256: 0b476c395af6dd21eeb54c40a21d22e1c11a751fbd2dd17a41ce26e370be88d5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> obsidian-cursors 1.0 Collecting legal info >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-networking 2.4.1.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> 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-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info 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-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'