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 ' mosquitto -1 nobody -1 * - - - Mosquitto user\n\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs 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/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/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/axfs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/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/axfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/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/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 3501 number of 4KB nodes: 30021 Total image size: 66962390 >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs 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/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/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/ubifs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/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/ubifs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/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/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' 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" gzip -9 -c -n /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs.gz >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi 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/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/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/ubi/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/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/ubi/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-10/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-10/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-10/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-10/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-10/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/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/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-10/output-1/images/rootfs.ubifs"118315008 bytes (112.8 MiB) >>> 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 printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /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 3501 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/3501 0% [ ] 2/3501 0% [ ] 3/3501 0% [ ] 4/3501 0% [ ] 5/3501 0% [ ] 6/3501 0% [ ] 7/3501 0% [ ] 8/3501 0% [ ] 9/3501 0% [ ] 10/3501 0% [ ] 11/3501 0% [ ] 12/3501 0% [ ] 13/3501 0% [ ] 14/3501 0% [ ] 15/3501 0% [ ] 16/3501 0% [ ] 17/3501 0% [ ] 18/3501 0% [ ] 19/3501 0% [ ] 20/3501 0% [ ] 21/3501 0% [ ] 22/3501 0% [ ] 23/3501 0% [ ] 24/3501 0% [ ] 25/3501 0% [ ] 26/3501 0% [ ] 27/3501 0% [ ] 28/3501 0% [ ] 29/3501 0% [ ] 30/3501 0% [ ] 31/3501 0% [ ] 32/3501 0% [ ] 33/3501 0% [ ] 34/3501 0% [ ] 35/3501 0% [ ] 36/3501 1% [ ] 37/3501 1% [ ] 38/3501 1% [ ] 39/3501 1% [ ] 40/3501 1% [ ] 41/3501 1% [ ] 42/3501 1% [ ] 43/3501 1% [ ] 44/3501 1% [ ] 45/3501 1% [ ] 46/3501 1% [ ] 47/3501 1% [ ] 48/3501 1% [ ] 49/3501 1% [ ] 50/3501 1% [ ] 51/3501 1% [ ] 52/3501 1% [ ] 53/3501 1% [ ] 54/3501 1% [ ] 55/3501 1% [ ] 56/3501 1% [= ] 57/3501 1% [= ] 58/3501 1% [= ] 59/3501 1% [= ] 60/3501 1% [= ] 61/3501 1% [= ] 62/3501 1% [= ] 63/3501 1% [= ] 64/3501 1% [= ] 65/3501 1% [= ] 66/3501 1% [= ] 67/3501 1% [= ] 68/3501 1% [= ] 69/3501 1% [= ] 70/3501 1% [= ] 71/3501 2% [= ] 72/3501 2% [= ] 73/3501 2% [= ] 74/3501 2% [= ] 75/3501 2% [= ] 76/3501 2% [= ] 77/3501 2% [= ] 78/3501 2% [= ] 79/3501 2% [= ] 80/3501 2% [= ] 81/3501 2% [= ] 82/3501 2% [= ] 83/3501 2% [= ] 84/3501 2% [= ] 85/3501 2% [= ] 86/3501 2% [= ] 87/3501 2% [= ] 88/3501 2% [= ] 89/3501 2% [= ] 90/3501 2% [= ] 91/3501 2% [= ] 92/3501 2% [= ] 93/3501 2% [= ] 94/3501 2% [= ] 95/3501 2% [= ] 96/3501 2% [= ] 97/3501 2% [= ] 98/3501 2% [= ] 99/3501 2% [= ] 100/3501 2% [= ] 101/3501 2% [= ] 102/3501 2% [= ] 103/3501 2% [= ] 104/3501 2% [= ] 105/3501 2% [= ] 106/3501 3% [= ] 107/3501 3% [= ] 108/3501 3% [= ] 109/3501 3% [= ] 110/3501 3% [= ] 111/3501 3% [= ] 112/3501 3% [== ] 113/3501 3% [== ] 114/3501 3% [== ] 115/3501 3% [== ] 116/3501 3% [== ] 117/3501 3% [== ] 118/3501 3% [== ] 119/3501 3% [== ] 120/3501 3% [== ] 121/3501 3% [== ] 122/3501 3% [== ] 123/3501 3% [== ] 124/3501 3% [== ] 125/3501 3% [== ] 126/3501 3% [== ] 127/3501 3% [== ] 128/3501 3% [== ] 129/3501 3% [== ] 130/3501 3% [== ] 131/3501 3% [== ] 132/3501 3% [== ] 133/3501 3% [== ] 134/3501 3% [== ] 135/3501 3% [== ] 136/3501 3% [== ] 137/3501 3% [== ] 138/3501 3% [== ] 139/3501 3% [== ] 140/3501 3% [== ] 141/3501 4% [== ] 142/3501 4% [== ] 143/3501 4% [== ] 144/3501 4% [== ] 145/3501 4% [== ] 146/3501 4% [== ] 147/3501 4% [== ] 148/3501 4% [== ] 149/3501 4% [== ] 150/3501 4% [== ] 151/3501 4% [== ] 152/3501 4% [== ] 153/3501 4% [== ] 154/3501 4% [== ] 155/3501 4% [== ] 156/3501 4% [== ] 157/3501 4% [== ] 158/3501 4% [== ] 159/3501 4% [== ] 160/3501 4% [== ] 161/3501 4% [== ] 162/3501 4% [== ] 163/3501 4% [== ] 164/3501 4% [== ] 165/3501 4% [== ] 166/3501 4% [== ] 167/3501 4% [== ] 168/3501 4% [== ] 169/3501 4% [=== ] 170/3501 4% [=== ] 171/3501 4% [=== ] 172/3501 4% [=== ] 173/3501 4% [=== ] 174/3501 4% [=== ] 175/3501 4% [=== ] 176/3501 5% [=== ] 177/3501 5% [=== ] 178/3501 5% [=== ] 179/3501 5% [=== ] 180/3501 5% [=== ] 181/3501 5% [=== ] 182/3501 5% [=== ] 183/3501 5% [=== ] 184/3501 5% [=== ] 185/3501 5% [=== ] 186/3501 5% [=== ] 187/3501 5% [=== ] 188/3501 5% [=== ] 189/3501 5% [=== ] 190/3501 5% [=== ] 191/3501 5% [=== ] 192/3501 5% [=== ] 193/3501 5% [=== ] 194/3501 5% [=== ] 195/3501 5% [=== ] 196/3501 5% [=== ] 197/3501 5% [=== ] 198/3501 5% [=== ] 199/3501 5% [=== ] 200/3501 5% [=== ] 201/3501 5% [=== ] 202/3501 5% [=== ] 203/3501 5% [=== ] 204/3501 5% [=== ] 205/3501 5% [=== ] 206/3501 5% [=== ] 207/3501 5% [=== ] 208/3501 5% [=== ] 209/3501 5% [=== ] 210/3501 5% [=== ] 211/3501 6% [=== ] 212/3501 6% [=== ] 213/3501 6% [=== ] 214/3501 6% [=== ] 215/3501 6% [=== ] 216/3501 6% [=== ] 217/3501 6% [=== ] 218/3501 6% [=== ] 219/3501 6% [=== ] 220/3501 6% [=== ] 221/3501 6% [=== ] 222/3501 6% [=== ] 223/3501 6% [=== ] 224/3501 6% [=== ] 225/3501 6% [==== ] 226/3501 6% [==== ] 227/3501 6% [==== ] 228/3501 6% [==== ] 229/3501 6% [==== ] 230/3501 6% [==== ] 231/3501 6% [==== ] 232/3501 6% [==== ] 233/3501 6% [==== ] 234/3501 6% [==== ] 235/3501 6% [==== ] 236/3501 6% [==== ] 237/3501 6% [==== ] 238/3501 6% [==== ] 239/3501 6% [==== ] 240/3501 6% [==== ] 241/3501 6% [==== ] 242/3501 6% [==== ] 243/3501 6% [==== ] 244/3501 6% [==== ] 245/3501 6% [==== ] 246/3501 7% [==== ] 247/3501 7% [==== ] 248/3501 7% [==== ] 249/3501 7% [==== ] 250/3501 7% [==== ] 251/3501 7% [==== ] 252/3501 7% [==== ] 253/3501 7% [==== ] 254/3501 7% [==== ] 255/3501 7% [==== ] 256/3501 7% [==== ] 257/3501 7% [==== ] 258/3501 7% [==== ] 259/3501 7% [==== ] 260/3501 7% [==== ] 261/3501 7% [==== ] 262/3501 7% [==== ] 263/3501 7% [==== ] 264/3501 7% [==== ] 265/3501 7% [==== ] 266/3501 7% [==== ] 267/3501 7% [==== ] 268/3501 7% [==== ] 269/3501 7% [==== ] 270/3501 7% [==== ] 271/3501 7% [==== ] 272/3501 7% [==== ] 273/3501 7% [==== ] 274/3501 7% [==== ] 275/3501 7% [==== ] 276/3501 7% [==== ] 277/3501 7% [==== ] 278/3501 7% [==== ] 279/3501 7% [==== ] 280/3501 7% [==== ] 281/3501 8% [==== ] 282/3501 8% [===== ] 283/3501 8% [===== ] 284/3501 8% [===== ] 285/3501 8% [===== ] 286/3501 8% [===== ] 287/3501 8% [===== ] 288/3501 8% [===== ] 289/3501 8% [===== ] 290/3501 8% [===== ] 291/3501 8% [===== ] 292/3501 8% [===== ] 293/3501 8% [===== ] 294/3501 8% [===== ] 295/3501 8% [===== ] 296/3501 8% [===== ] 297/3501 8% [===== ] 298/3501 8% [===== ] 299/3501 8% [===== ] 300/3501 8% [===== ] 301/3501 8% [===== ] 302/3501 8% [===== ] 303/3501 8% [===== ] 304/3501 8% [===== ] 305/3501 8% [===== ] 306/3501 8% [===== ] 307/3501 8% [===== ] 308/3501 8% [===== ] 309/3501 8% [===== ] 310/3501 8% [===== ] 311/3501 8% [===== ] 312/3501 8% [===== ] 313/3501 8% [===== ] 314/3501 8% [===== ] 315/3501 8% [===== ] 316/3501 9% [===== ] 317/3501 9% [===== ] 318/3501 9% [===== ] 319/3501 9% [===== ] 320/3501 9% [===== ] 321/3501 9% [===== ] 322/3501 9% [===== ] 323/3501 9% [===== ] 324/3501 9% [===== ] 325/3501 9% [===== ] 326/3501 9% [===== ] 327/3501 9% [===== ] 328/3501 9% [===== ] 329/3501 9% [===== ] 330/3501 9% [===== ] 331/3501 9% [===== ] 332/3501 9% [===== ] 333/3501 9% [===== ] 334/3501 9% [===== ] 335/3501 9% [===== ] 336/3501 9% [===== ] 337/3501 9% [===== ] 338/3501 9% [====== ] 339/3501 9% [====== ] 340/3501 9% [====== ] 341/3501 9% [====== ] 342/3501 9% [====== ] 343/3501 9% [====== ] 344/3501 9% [====== ] 345/3501 9% [====== ] 346/3501 9% [====== ] 347/3501 9% [====== ] 348/3501 9% [====== ] 349/3501 9% [====== ] 350/3501 9% [====== ] 351/3501 10% [====== ] 352/3501 10% [====== ] 353/3501 10% [====== ] 354/3501 10% [====== ] 355/3501 10% [====== ] 356/3501 10% [====== ] 357/3501 10% [====== ] 358/3501 10% [====== ] 359/3501 10% [====== ] 360/3501 10% [====== ] 361/3501 10% [====== ] 362/3501 10% [====== ] 363/3501 10% [====== ] 364/3501 10% [====== ] 365/3501 10% [====== ] 366/3501 10% [====== ] 367/3501 10% [====== ] 368/3501 10% [====== ] 369/3501 10% [====== ] 370/3501 10% [====== ] 371/3501 10% [====== ] 372/3501 10% [====== ] 373/3501 10% [====== ] 374/3501 10% [====== ] 375/3501 10% [====== ] 376/3501 10% [====== ] 377/3501 10% [====== ] 378/3501 10% [====== ] 379/3501 10% [====== ] 380/3501 10% [====== ] 381/3501 10% [====== ] 382/3501 10% [====== ] 383/3501 10% [====== ] 384/3501 10% [====== ] 385/3501 10% [====== ] 386/3501 11% [====== ] 387/3501 11% [====== ] 388/3501 11% [====== ] 389/3501 11% [====== ] 390/3501 11% [====== ] 391/3501 11% [====== ] 392/3501 11% [====== ] 393/3501 11% [====== ] 394/3501 11% [====== ] 395/3501 11% [======= ] 396/3501 11% [======= ] 397/3501 11% [======= ] 398/3501 11% [======= ] 399/3501 11% [======= ] 400/3501 11% [======= ] 401/3501 11% [======= ] 402/3501 11% [======= ] 403/3501 11% [======= ] 404/3501 11% [======= ] 405/3501 11% [======= ] 406/3501 11% [======= ] 407/3501 11% [======= ] 408/3501 11% [======= ] 409/3501 11% [======= ] 410/3501 11% [======= ] 411/3501 11% [======= ] 412/3501 11% [======= ] 413/3501 11% [======= ] 414/3501 11% [======= ] 415/3501 11% [======= ] 416/3501 11% [======= ] 417/3501 11% [======= ] 418/3501 11% [======= ] 419/3501 11% [======= ] 420/3501 11% [======= ] 421/3501 12% [======= ] 422/3501 12% [======= ] 423/3501 12% [======= ] 424/3501 12% [======= ] 425/3501 12% [======= ] 426/3501 12% [======= ] 427/3501 12% [======= ] 428/3501 12% [======= ] 429/3501 12% [======= ] 430/3501 12% [======= ] 431/3501 12% [======= ] 432/3501 12% [======= ] 433/3501 12% [======= ] 434/3501 12% [======= ] 435/3501 12% [======= ] 436/3501 12% [======= ] 437/3501 12% [======= ] 438/3501 12% [======= ] 439/3501 12% [======= ] 440/3501 12% [======= ] 441/3501 12% [======= ] 442/3501 12% [======= ] 443/3501 12% [======= ] 444/3501 12% [======= ] 445/3501 12% [======= ] 446/3501 12% [======= ] 447/3501 12% [======= ] 448/3501 12% [======= ] 449/3501 12% [======= ] 450/3501 12% [======= ] 451/3501 12% [======== ] 452/3501 12% [======== ] 453/3501 12% [======== ] 454/3501 12% [======== ] 455/3501 12% [======== ] 456/3501 13% [======== ] 457/3501 13% [======== ] 458/3501 13% [======== ] 459/3501 13% [======== ] 460/3501 13% [======== ] 461/3501 13% [======== ] 462/3501 13% [======== ] 463/3501 13% [======== ] 464/3501 13% [======== ] 465/3501 13% [======== ] 466/3501 13% [======== ] 467/3501 13% [======== ] 468/3501 13% [======== ] 469/3501 13% [======== ] 470/3501 13% [======== ] 471/3501 13% [======== ] 472/3501 13% [======== ] 473/3501 13% [======== ] 474/3501 13% [======== ] 475/3501 13% [======== ] 476/3501 13% [======== ] 477/3501 13% [======== ] 478/3501 13% [======== ] 479/3501 13% [======== ] 480/3501 13% [======== ] 481/3501 13% [======== ] 482/3501 13% [======== ] 483/3501 13% [======== ] 484/3501 13% [======== ] 485/3501 13% [======== ] 486/3501 13% [======== ] 487/3501 13% [======== ] 488/3501 13% [======== ] 489/3501 13% [======== ] 490/3501 13% [======== ] 491/3501 14% [======== ] 492/3501 14% [======== ] 493/3501 14% [======== ] 494/3501 14% [======== ] 495/3501 14% [======== ] 496/3501 14% [======== ] 497/3501 14% [======== ] 498/3501 14% [======== ] 499/3501 14% [======== ] 500/3501 14% [======== ] 501/3501 14% [======== ] 502/3501 14% [======== ] 503/3501 14% [======== ] 504/3501 14% [======== ] 505/3501 14% [======== ] 506/3501 14% [======== ] 507/3501 14% [======== ] 508/3501 14% [========= ] 509/3501 14% [========= ] 510/3501 14% [========= ] 511/3501 14% [========= ] 512/3501 14% [========= ] 513/3501 14% [========= ] 514/3501 14% [========= ] 515/3501 14% [========= ] 516/3501 14% [========= ] 517/3501 14% [========= ] 518/3501 14% [========= ] 519/3501 14% [========= ] 520/3501 14% [========= ] 521/3501 14% [========= ] 522/3501 14% [========= ] 523/3501 14% [========= ] 524/3501 14% [========= ] 525/3501 14% [========= ] 526/3501 15% [========= ] 527/3501 15% [========= ] 528/3501 15% [========= ] 529/3501 15% [========= ] 530/3501 15% [========= ] 531/3501 15% [========= ] 532/3501 15% [========= ] 533/3501 15% [========= ] 534/3501 15% [========= ] 535/3501 15% [========= ] 536/3501 15% [========= ] 537/3501 15% [========= ] 538/3501 15% [========= ] 539/3501 15% [========= ] 540/3501 15% [========= ] 541/3501 15% [========= ] 542/3501 15% [========= ] 543/3501 15% [========= ] 544/3501 15% [========= ] 545/3501 15% [========= ] 546/3501 15% [========= ] 547/3501 15% [========= ] 548/3501 15% [========= ] 549/3501 15% [========= ] 550/3501 15% [========= ] 551/3501 15% [========= ] 552/3501 15% [========= ] 553/3501 15% [========= ] 554/3501 15% [========= ] 555/3501 15% [========= ] 556/3501 15% [========= ] 557/3501 15% [========= ] 558/3501 15% [========= ] 559/3501 15% [========= ] 560/3501 15% [========= ] 561/3501 16% [========= ] 562/3501 16% [========= ] 563/3501 16% [========= ] 564/3501 16% [========== ] 565/3501 16% [========== ] 566/3501 16% [========== ] 567/3501 16% [========== ] 568/3501 16% [========== ] 569/3501 16% [========== ] 570/3501 16% [========== ] 571/3501 16% [========== ] 572/3501 16% [========== ] 573/3501 16% [========== ] 574/3501 16% [========== ] 575/3501 16% [========== ] 576/3501 16% [========== ] 577/3501 16% [========== ] 578/3501 16% [========== ] 579/3501 16% [========== ] 580/3501 16% [========== ] 581/3501 16% [========== ] 582/3501 16% [========== ] 583/3501 16% [========== ] 584/3501 16% [========== ] 585/3501 16% [========== ] 586/3501 16% [========== ] 587/3501 16% [========== ] 588/3501 16% [========== ] 589/3501 16% [========== ] 590/3501 16% [========== ] 591/3501 16% [========== ] 592/3501 16% [========== ] 593/3501 16% [========== ] 594/3501 16% [========== ] 595/3501 16% [========== ] 596/3501 17% [========== ] 597/3501 17% [========== ] 598/3501 17% [========== ] 599/3501 17% [========== ] 600/3501 17% [========== ] 601/3501 17% [========== ] 602/3501 17% [========== ] 603/3501 17% [========== ] 604/3501 17% [========== ] 605/3501 17% [========== ] 606/3501 17% [========== ] 607/3501 17% [========== ] 608/3501 17% [========== ] 609/3501 17% [========== ] 610/3501 17% [========== ] 611/3501 17% [========== ] 612/3501 17% [========== ] 613/3501 17% [========== ] 614/3501 17% [========== ] 615/3501 17% [========== ] 616/3501 17% [========== ] 617/3501 17% [========== ] 618/3501 17% [========== ] 619/3501 17% [========== ] 620/3501 17% [========== ] 621/3501 17% [=========== ] 622/3501 17% [=========== ] 623/3501 17% [=========== ] 624/3501 17% [=========== ] 625/3501 17% [=========== ] 626/3501 17% [=========== ] 627/3501 17% [=========== ] 628/3501 17% [=========== ] 629/3501 17% [=========== ] 630/3501 17% [=========== ] 631/3501 18% [=========== ] 632/3501 18% [=========== ] 633/3501 18% [=========== ] 634/3501 18% [=========== ] 635/3501 18% [=========== ] 636/3501 18% [=========== ] 637/3501 18% [=========== ] 638/3501 18% [=========== ] 639/3501 18% [=========== ] 640/3501 18% [=========== ] 641/3501 18% [=========== ] 642/3501 18% [=========== ] 643/3501 18% [=========== ] 644/3501 18% [=========== ] 645/3501 18% [=========== ] 646/3501 18% [=========== ] 647/3501 18% [=========== ] 648/3501 18% [=========== ] 649/3501 18% [=========== ] 650/3501 18% [=========== ] 651/3501 18% [=========== ] 652/3501 18% [=========== ] 653/3501 18% [=========== ] 654/3501 18% [=========== ] 655/3501 18% [=========== ] 656/3501 18% [=========== ] 657/3501 18% [=========== ] 658/3501 18% [=========== ] 659/3501 18% [=========== ] 660/3501 18% [=========== ] 661/3501 18% [=========== ] 662/3501 18% [=========== ] 663/3501 18% [=========== ] 664/3501 18% [=========== ] 665/3501 18% [=========== ] 666/3501 19% [=========== ] 667/3501 19% [=========== ] 668/3501 19% [=========== ] 669/3501 19% [=========== ] 670/3501 19% [=========== ] 671/3501 19% [=========== ] 672/3501 19% [=========== ] 673/3501 19% [=========== ] 674/3501 19% [=========== ] 675/3501 19% [=========== ] 676/3501 19% [=========== ] 677/3501 19% [============ ] 678/3501 19% [============ ] 679/3501 19% [============ ] 680/3501 19% [============ ] 681/3501 19% [============ ] 682/3501 19% [============ ] 683/3501 19% [============ ] 684/3501 19% [============ ] 685/3501 19% [============ ] 686/3501 19% [============ ] 687/3501 19% [============ ] 688/3501 19% [============ ] 689/3501 19% [============ ] 690/3501 19% [============ ] 691/3501 19% [============ ] 692/3501 19% [============ ] 693/3501 19% [============ ] 694/3501 19% [============ ] 695/3501 19% [============ ] 696/3501 19% [============ ] 697/3501 19% [============ ] 698/3501 19% [============ ] 699/3501 19% [============ ] 700/3501 19% [============ ] 701/3501 20% [============ ] 702/3501 20% [============ ] 703/3501 20% [============ ] 704/3501 20% [============ ] 705/3501 20% [============ ] 706/3501 20% [============ ] 707/3501 20% [============ ] 708/3501 20% [============ ] 709/3501 20% [============ ] 710/3501 20% [============ ] 711/3501 20% [============ ] 712/3501 20% [============ ] 713/3501 20% [============ ] 714/3501 20% [============ ] 715/3501 20% [============ ] 716/3501 20% [============ ] 717/3501 20% [============ ] 718/3501 20% [============ ] 719/3501 20% [============ ] 720/3501 20% [============ ] 721/3501 20% [============ ] 722/3501 20% [============ ] 723/3501 20% [============ ] 724/3501 20% [============ ] 725/3501 20% [============ ] 726/3501 20% [============ ] 727/3501 20% [============ ] 728/3501 20% [============ ] 729/3501 20% [============ ] 730/3501 20% [============ ] 731/3501 20% [============ ] 732/3501 20% [============ ] 733/3501 20% [============ ] 734/3501 20% [============= ] 735/3501 20% [============= ] 736/3501 21% [============= ] 737/3501 21% [============= ] 738/3501 21% [============= ] 739/3501 21% [============= ] 740/3501 21% [============= ] 741/3501 21% [============= ] 742/3501 21% [============= ] 743/3501 21% [============= ] 744/3501 21% [============= ] 745/3501 21% [============= ] 746/3501 21% [============= ] 747/3501 21% [============= ] 748/3501 21% [============= ] 749/3501 21% [============= ] 750/3501 21% [============= ] 751/3501 21% [============= ] 752/3501 21% [============= ] 753/3501 21% [============= ] 754/3501 21% [============= ] 755/3501 21% [============= ] 756/3501 21% [============= ] 757/3501 21% [============= ] 758/3501 21% [============= ] 759/3501 21% [============= ] 760/3501 21% [============= ] 761/3501 21% [============= ] 762/3501 21% [============= ] 763/3501 21% [============= ] 764/3501 21% [============= ] 765/3501 21% [============= ] 766/3501 21% [============= ] 767/3501 21% [============= ] 768/3501 21% [============= ] 769/3501 21% [============= ] 770/3501 21% [============= ] 771/3501 22% [============= ] 772/3501 22% [============= ] 773/3501 22% [============= ] 774/3501 22% [============= ] 775/3501 22% [============= ] 776/3501 22% [============= ] 777/3501 22% [============= ] 778/3501 22% [============= ] 779/3501 22% [============= ] 780/3501 22% [============= ] 781/3501 22% [============= ] 782/3501 22% [============= ] 783/3501 22% [============= ] 784/3501 22% [============= ] 785/3501 22% [============= ] 786/3501 22% [============= ] 787/3501 22% [============= ] 788/3501 22% [============= ] 789/3501 22% [============= ] 790/3501 22% [============== ] 791/3501 22% [============== ] 792/3501 22% [============== ] 793/3501 22% [============== ] 794/3501 22% [============== ] 795/3501 22% [============== ] 796/3501 22% [============== ] 797/3501 22% [============== ] 798/3501 22% [============== ] 799/3501 22% [============== ] 800/3501 22% [============== ] 801/3501 22% [============== ] 802/3501 22% [============== ] 803/3501 22% [============== ] 804/3501 22% [============== ] 805/3501 22% [============== ] 806/3501 23% [============== ] 807/3501 23% [============== ] 808/3501 23% [============== ] 809/3501 23% [============== ] 810/3501 23% [============== ] 811/3501 23% [============== ] 812/3501 23% [============== ] 813/3501 23% [============== ] 814/3501 23% [============== ] 815/3501 23% [============== ] 816/3501 23% [============== ] 817/3501 23% [============== ] 818/3501 23% [============== ] 819/3501 23% [============== ] 820/3501 23% [============== ] 821/3501 23% [============== ] 822/3501 23% [============== ] 823/3501 23% [============== ] 824/3501 23% [============== ] 825/3501 23% [============== ] 826/3501 23% [============== ] 827/3501 23% [============== ] 828/3501 23% [============== ] 829/3501 23% [============== ] 830/3501 23% [============== ] 831/3501 23% [============== ] 832/3501 23% [============== ] 833/3501 23% [============== ] 834/3501 23% [============== ] 835/3501 23% [============== ] 836/3501 23% [============== ] 837/3501 23% [============== ] 838/3501 23% [============== ] 839/3501 23% [============== ] 840/3501 23% [============== ] 841/3501 24% [============== ] 842/3501 24% [============== ] 843/3501 24% [============== ] 844/3501 24% [============== ] 845/3501 24% [============== ] 846/3501 24% [============== ] 847/3501 24% [=============== ] 848/3501 24% [=============== ] 849/3501 24% [=============== ] 850/3501 24% [=============== ] 851/3501 24% [=============== ] 852/3501 24% [=============== ] 853/3501 24% [=============== ] 854/3501 24% [=============== ] 855/3501 24% [=============== ] 856/3501 24% [=============== ] 857/3501 24% [=============== ] 858/3501 24% [=============== ] 859/3501 24% [=============== ] 860/3501 24% [=============== ] 861/3501 24% [=============== ] 862/3501 24% [=============== ] 863/3501 24% [=============== ] 864/3501 24% [=============== ] 865/3501 24% [=============== ] 866/3501 24% [=============== ] 867/3501 24% [=============== ] 868/3501 24% [=============== ] 869/3501 24% [=============== ] 870/3501 24% [=============== ] 871/3501 24% [=============== ] 872/3501 24% [=============== ] 873/3501 24% [=============== ] 874/3501 24% [=============== ] 875/3501 24% [=============== ] 876/3501 25% [=============== ] 877/3501 25% [=============== ] 878/3501 25% [=============== ] 879/3501 25% [=============== ] 880/3501 25% [=============== ] 881/3501 25% [=============== ] 882/3501 25% [=============== ] 883/3501 25% [=============== ] 884/3501 25% [=============== ] 885/3501 25% [=============== ] 886/3501 25% [=============== ] 887/3501 25% [=============== ] 888/3501 25% [=============== ] 889/3501 25% [=============== ] 890/3501 25% [=============== ] 891/3501 25% [=============== ] 892/3501 25% [=============== ] 893/3501 25% [=============== ] 894/3501 25% [=============== ] 895/3501 25% [=============== ] 896/3501 25% [=============== ] 897/3501 25% [=============== ] 898/3501 25% [=============== ] 899/3501 25% [=============== ] 900/3501 25% [=============== ] 901/3501 25% [=============== ] 902/3501 25% [=============== ] 903/3501 25% [================ ] 904/3501 25% [================ ] 905/3501 25% [================ ] 906/3501 25% [================ ] 907/3501 25% [================ ] 908/3501 25% [================ ] 909/3501 25% [================ ] 910/3501 25% [================ ] 911/3501 26% [================ ] 912/3501 26% [================ ] 913/3501 26% [================ ] 914/3501 26% [================ ] 915/3501 26% [================ ] 916/3501 26% [================ ] 917/3501 26% [================ ] 918/3501 26% [================ ] 919/3501 26% [================ ] 920/3501 26% [================ ] 921/3501 26% [================ ] 922/3501 26% [================ ] 923/3501 26% [================ ] 924/3501 26% [================ ] 925/3501 26% [================ ] 926/3501 26% [================ ] 927/3501 26% [================ ] 928/3501 26% [================ ] 929/3501 26% [================ ] 930/3501 26% [================ ] 931/3501 26% [================ ] 932/3501 26% [================ ] 933/3501 26% [================ ] 934/3501 26% [================ ] 935/3501 26% [================ ] 936/3501 26% [================ ] 937/3501 26% [================ ] 938/3501 26% [================ ] 939/3501 26% [================ ] 940/3501 26% [================ ] 941/3501 26% [================ ] 942/3501 26% [================ ] 943/3501 26% [================ ] 944/3501 26% [================ ] 945/3501 26% [================ ] 946/3501 27% [================ ] 947/3501 27% [================ ] 948/3501 27% [================ ] 949/3501 27% [================ ] 950/3501 27% [================ ] 951/3501 27% [================ ] 952/3501 27% [================ ] 953/3501 27% [================ ] 954/3501 27% [================ ] 955/3501 27% [================ ] 956/3501 27% [================ ] 957/3501 27% [================ ] 958/3501 27% [================ ] 959/3501 27% [================= ] 960/3501 27% [================= ] 961/3501 27% [================= ] 962/3501 27% [================= ] 963/3501 27% [================= ] 964/3501 27% [================= ] 965/3501 27% [================= ] 966/3501 27% [================= ] 967/3501 27% [================= ] 968/3501 27% [================= ] 969/3501 27% [================= ] 970/3501 27% [================= ] 971/3501 27% [================= ] 972/3501 27% [================= ] 973/3501 27% [================= ] 974/3501 27% [================= ] 975/3501 27% [================= ] 976/3501 27% [================= ] 977/3501 27% [================= ] 978/3501 27% [================= ] 979/3501 27% [================= ] 980/3501 27% [================= ] 981/3501 28% [================= ] 982/3501 28% [================= ] 983/3501 28% [================= ] 984/3501 28% [================= ] 985/3501 28% [================= ] 986/3501 28% [================= ] 987/3501 28% [================= ] 988/3501 28% [================= ] 989/3501 28% [================= ] 990/3501 28% [================= ] 991/3501 28% [================= ] 992/3501 28% [================= ] 993/3501 28% [================= ] 994/3501 28% [================= ] 995/3501 28% [================= ] 996/3501 28% [================= ] 997/3501 28% [================= ] 998/3501 28% [================= ] 999/3501 28% [================= ] 1000/3501 28% [================= ] 1001/3501 28% [================= ] 1002/3501 28% [================= ] 1003/3501 28% [================= ] 1004/3501 28% [================= ] 1005/3501 28% [================= ] 1006/3501 28% [================= ] 1007/3501 28% [================= ] 1008/3501 28% [================= ] 1009/3501 28% [================= ] 1010/3501 28% [================= ] 1011/3501 28% [================= ] 1012/3501 28% [================= ] 1013/3501 28% [================= ] 1014/3501 28% [================= ] 1015/3501 28% [================= ] 1016/3501 29% [================== ] 1017/3501 29% [================== ] 1018/3501 29% [================== ] 1019/3501 29% [================== ] 1020/3501 29% [================== ] 1021/3501 29% [================== ] 1022/3501 29% [================== ] 1023/3501 29% [================== ] 1024/3501 29% [================== ] 1025/3501 29% [================== ] 1026/3501 29% [================== ] 1027/3501 29% [================== ] 1028/3501 29% [================== ] 1029/3501 29% [================== ] 1030/3501 29% [================== ] 1031/3501 29% [================== ] 1032/3501 29% [================== ] 1033/3501 29% [================== ] 1034/3501 29% [================== ] 1035/3501 29% [================== ] 1036/3501 29% [================== ] 1037/3501 29% [================== ] 1038/3501 29% [================== ] 1039/3501 29% [================== ] 1040/3501 29% [================== ] 1041/3501 29% [================== ] 1042/3501 29% [================== ] 1043/3501 29% [================== ] 1044/3501 29% [================== ] 1045/3501 29% [================== ] 1046/3501 29% [================== ] 1047/3501 29% [================== ] 1048/3501 29% [================== ] 1049/3501 29% [================== ] 1050/3501 29% [================== ] 1051/3501 30% [================== ] 1052/3501 30% [================== ] 1053/3501 30% [================== ] 1054/3501 30% [================== ] 1055/3501 30% [================== ] 1056/3501 30% [================== ] 1057/3501 30% [================== ] 1058/3501 30% [================== ] 1059/3501 30% [================== ] 1060/3501 30% [================== ] 1061/3501 30% [================== ] 1062/3501 30% [================== ] 1063/3501 30% [================== ] 1064/3501 30% [================== ] 1065/3501 30% [================== ] 1066/3501 30% [================== ] 1067/3501 30% [================== ] 1068/3501 30% [================== ] 1069/3501 30% [================== ] 1070/3501 30% [================== ] 1071/3501 30% [================== ] 1072/3501 30% [=================== ] 1073/3501 30% [=================== ] 1074/3501 30% [=================== ] 1075/3501 30% [=================== ] 1076/3501 30% [=================== ] 1077/3501 30% [=================== ] 1078/3501 30% [=================== ] 1079/3501 30% [=================== ] 1080/3501 30% [=================== ] 1081/3501 30% [=================== ] 1082/3501 30% [=================== ] 1083/3501 30% [=================== ] 1084/3501 30% [=================== ] 1085/3501 30% [=================== ] 1086/3501 31% [=================== ] 1087/3501 31% [=================== ] 1088/3501 31% [=================== ] 1089/3501 31% [=================== ] 1090/3501 31% [=================== ] 1091/3501 31% [=================== ] 1092/3501 31% [=================== ] 1093/3501 31% [=================== ] 1094/3501 31% [=================== ] 1095/3501 31% [=================== ] 1096/3501 31% [=================== ] 1097/3501 31% [=================== ] 1098/3501 31% [=================== ] 1099/3501 31% [=================== ] 1100/3501 31% [=================== ] 1101/3501 31% [=================== ] 1102/3501 31% [=================== ] 1103/3501 31% [=================== ] 1104/3501 31% [=================== ] 1105/3501 31% [=================== ] 1106/3501 31% [=================== ] 1107/3501 31% [=================== ] 1108/3501 31% [=================== ] 1109/3501 31% [=================== ] 1110/3501 31% [=================== ] 1111/3501 31% [=================== ] 1112/3501 31% [=================== ] 1113/3501 31% [=================== ] 1114/3501 31% [=================== ] 1115/3501 31% [=================== ] 1116/3501 31% [=================== ] 1117/3501 31% [=================== ] 1118/3501 31% [=================== ] 1119/3501 31% [=================== ] 1120/3501 31% [=================== ] 1121/3501 32% [=================== ] 1122/3501 32% [=================== ] 1123/3501 32% [=================== ] 1124/3501 32% [=================== ] 1125/3501 32% [=================== ] 1126/3501 32% [=================== ] 1127/3501 32% [=================== ] 1128/3501 32% [=================== ] 1129/3501 32% [==================== ] 1130/3501 32% [==================== ] 1131/3501 32% [==================== ] 1132/3501 32% [==================== ] 1133/3501 32% [==================== ] 1134/3501 32% [==================== ] 1135/3501 32% [==================== ] 1136/3501 32% [==================== ] 1137/3501 32% [==================== ] 1138/3501 32% [==================== ] 1139/3501 32% [==================== ] 1140/3501 32% [==================== ] 1141/3501 32% [==================== ] 1142/3501 32% [==================== ] 1143/3501 32% [==================== ] 1144/3501 32% [==================== ] 1145/3501 32% [==================== ] 1146/3501 32% [==================== ] 1147/3501 32% [==================== ] 1148/3501 32% [==================== ] 1149/3501 32% [==================== ] 1150/3501 32% [==================== ] 1151/3501 32% [==================== ] 1152/3501 32% [==================== ] 1153/3501 32% [==================== ] 1154/3501 32% [==================== ] 1155/3501 32% [==================== ] 1156/3501 33% [==================== ] 1157/3501 33% [==================== ] 1158/3501 33% [==================== ] 1159/3501 33% [==================== ] 1160/3501 33% [==================== ] 1161/3501 33% [==================== ] 1162/3501 33% [==================== ] 1163/3501 33% [==================== ] 1164/3501 33% [==================== ] 1165/3501 33% [==================== ] 1166/3501 33% [==================== ] 1167/3501 33% [==================== ] 1168/3501 33% [==================== ] 1169/3501 33% [==================== ] 1170/3501 33% [==================== ] 1171/3501 33% [==================== ] 1172/3501 33% [==================== ] 1173/3501 33% [==================== ] 1174/3501 33% [==================== ] 1175/3501 33% [==================== ] 1176/3501 33% [==================== ] 1177/3501 33% [==================== ] 1178/3501 33% [==================== ] 1179/3501 33% [==================== ] 1180/3501 33% [==================== ] 1181/3501 33% [==================== ] 1182/3501 33% [==================== ] 1183/3501 33% [==================== ] 1184/3501 33% [==================== ] 1185/3501 33% [===================== ] 1186/3501 33% [===================== ] 1187/3501 33% [===================== ] 1188/3501 33% [===================== ] 1189/3501 33% [===================== ] 1190/3501 33% [===================== ] 1191/3501 34% [===================== ] 1192/3501 34% [===================== ] 1193/3501 34% [===================== ] 1194/3501 34% [===================== ] 1195/3501 34% [===================== ] 1196/3501 34% [===================== ] 1197/3501 34% [===================== ] 1198/3501 34% [===================== ] 1199/3501 34% [===================== ] 1200/3501 34% [===================== ] 1201/3501 34% [===================== ] 1202/3501 34% [===================== ] 1203/3501 34% [===================== ] 1204/3501 34% [===================== ] 1205/3501 34% [===================== ] 1206/3501 34% [===================== ] 1207/3501 34% [===================== ] 1208/3501 34% [===================== ] 1209/3501 34% [===================== ] 1210/3501 34% [===================== ] 1211/3501 34% [===================== ] 1212/3501 34% [===================== ] 1213/3501 34% [===================== ] 1214/3501 34% [===================== ] 1215/3501 34% [===================== ] 1216/3501 34% [===================== ] 1217/3501 34% [===================== ] 1218/3501 34% [===================== ] 1219/3501 34% [===================== ] 1220/3501 34% [===================== ] 1221/3501 34% [===================== ] 1222/3501 34% [===================== ] 1223/3501 34% [===================== ] 1224/3501 34% [===================== ] 1225/3501 34% [===================== ] 1226/3501 35% [===================== ] 1227/3501 35% [===================== ] 1228/3501 35% [===================== ] 1229/3501 35% [===================== ] 1230/3501 35% [===================== ] 1231/3501 35% [===================== ] 1232/3501 35% [===================== ] 1233/3501 35% [===================== ] 1234/3501 35% [===================== ] 1235/3501 35% [===================== ] 1236/3501 35% [===================== ] 1237/3501 35% [===================== ] 1238/3501 35% [===================== ] 1239/3501 35% [===================== ] 1240/3501 35% [===================== ] 1241/3501 35% [===================== ] 1242/3501 35% [====================== ] 1243/3501 35% [====================== ] 1244/3501 35% [====================== ] 1245/3501 35% [====================== ] 1246/3501 35% [====================== ] 1247/3501 35% [====================== ] 1248/3501 35% [====================== ] 1249/3501 35% [====================== ] 1250/3501 35% [====================== ] 1251/3501 35% [====================== ] 1252/3501 35% [====================== ] 1253/3501 35% [====================== ] 1254/3501 35% [====================== ] 1255/3501 35% [====================== ] 1256/3501 35% [====================== ] 1257/3501 35% [====================== ] 1258/3501 35% [====================== ] 1259/3501 35% [====================== ] 1260/3501 35% [====================== ] 1261/3501 36% [====================== ] 1262/3501 36% [====================== ] 1263/3501 36% [====================== ] 1264/3501 36% [====================== ] 1265/3501 36% [====================== ] 1266/3501 36% [====================== ] 1267/3501 36% [====================== ] 1268/3501 36% [====================== ] 1269/3501 36% [====================== ] 1270/3501 36% [====================== ] 1271/3501 36% [====================== ] 1272/3501 36% [====================== ] 1273/3501 36% [====================== ] 1274/3501 36% [====================== ] 1275/3501 36% [====================== ] 1276/3501 36% [====================== ] 1277/3501 36% [====================== ] 1278/3501 36% [====================== ] 1279/3501 36% [====================== ] 1280/3501 36% [====================== ] 1281/3501 36% [====================== ] 1282/3501 36% [====================== ] 1283/3501 36% [====================== ] 1284/3501 36% [====================== ] 1285/3501 36% [====================== ] 1286/3501 36% [====================== ] 1287/3501 36% [====================== ] 1288/3501 36% [====================== ] 1289/3501 36% [====================== ] 1290/3501 36% [====================== ] 1291/3501 36% [====================== ] 1292/3501 36% [====================== ] 1293/3501 36% [====================== ] 1294/3501 36% [====================== ] 1295/3501 36% [====================== ] 1296/3501 37% [====================== ] 1297/3501 37% [====================== ] 1298/3501 37% [======================= ] 1299/3501 37% [======================= ] 1300/3501 37% [======================= ] 1301/3501 37% [======================= ] 1302/3501 37% [======================= ] 1303/3501 37% [======================= ] 1304/3501 37% [======================= ] 1305/3501 37% [======================= ] 1306/3501 37% [======================= ] 1307/3501 37% [======================= ] 1308/3501 37% [======================= ] 1309/3501 37% [======================= ] 1310/3501 37% [======================= ] 1311/3501 37% [======================= ] 1312/3501 37% [======================= ] 1313/3501 37% [======================= ] 1314/3501 37% [======================= ] 1315/3501 37% [======================= ] 1316/3501 37% [======================= ] 1317/3501 37% [======================= ] 1318/3501 37% [======================= ] 1319/3501 37% [======================= ] 1320/3501 37% [======================= ] 1321/3501 37% [======================= ] 1322/3501 37% [======================= ] 1323/3501 37% [======================= ] 1324/3501 37% [======================= ] 1325/3501 37% [======================= ] 1326/3501 37% [======================= ] 1327/3501 37% [======================= ] 1328/3501 37% [======================= ] 1329/3501 37% [======================= ] 1330/3501 37% [======================= ] 1331/3501 38% [======================= ] 1332/3501 38% [======================= ] 1333/3501 38% [======================= ] 1334/3501 38% [======================= ] 1335/3501 38% [======================= ] 1336/3501 38% [======================= ] 1337/3501 38% [======================= ] 1338/3501 38% [======================= ] 1339/3501 38% [======================= ] 1340/3501 38% [======================= ] 1341/3501 38% [======================= ] 1342/3501 38% [======================= ] 1343/3501 38% [======================= ] 1344/3501 38% [======================= ] 1345/3501 38% [======================= ] 1346/3501 38% [======================= ] 1347/3501 38% [======================= ] 1348/3501 38% [======================= ] 1349/3501 38% [======================= ] 1350/3501 38% [======================= ] 1351/3501 38% [======================= ] 1352/3501 38% [======================= ] 1353/3501 38% [======================= ] 1354/3501 38% [======================= ] 1355/3501 38% [======================== ] 1356/3501 38% [======================== ] 1357/3501 38% [======================== ] 1358/3501 38% [======================== ] 1359/3501 38% [======================== ] 1360/3501 38% [======================== ] 1361/3501 38% [======================== ] 1362/3501 38% [======================== ] 1363/3501 38% [======================== ] 1364/3501 38% [======================== ] 1365/3501 38% [======================== ] 1366/3501 39% [======================== ] 1367/3501 39% [======================== ] 1368/3501 39% [======================== ] 1369/3501 39% [======================== ] 1370/3501 39% [======================== ] 1371/3501 39% [======================== ] 1372/3501 39% [======================== ] 1373/3501 39% [======================== ] 1374/3501 39% [======================== ] 1375/3501 39% [======================== ] 1376/3501 39% [======================== ] 1377/3501 39% [======================== ] 1378/3501 39% [======================== ] 1379/3501 39% [======================== ] 1380/3501 39% [======================== ] 1381/3501 39% [======================== ] 1382/3501 39% [======================== ] 1383/3501 39% [======================== ] 1384/3501 39% [======================== ] 1385/3501 39% [======================== ] 1386/3501 39% [======================== ] 1387/3501 39% [======================== ] 1388/3501 39% [======================== ] 1389/3501 39% [======================== ] 1390/3501 39% [======================== ] 1391/3501 39% [======================== ] 1392/3501 39% [======================== ] 1393/3501 39% [======================== ] 1394/3501 39% [======================== ] 1395/3501 39% [======================== ] 1396/3501 39% [======================== ] 1397/3501 39% [======================== ] 1398/3501 39% [======================== ] 1399/3501 39% [======================== ] 1400/3501 39% [======================== ] 1401/3501 40% [======================== ] 1402/3501 40% [======================== ] 1403/3501 40% [======================== ] 1404/3501 40% [======================== ] 1405/3501 40% [======================== ] 1406/3501 40% [======================== ] 1407/3501 40% [======================== ] 1408/3501 40% [======================== ] 1409/3501 40% [======================== ] 1410/3501 40% [======================== ] 1411/3501 40% [========================= ] 1412/3501 40% [========================= ] 1413/3501 40% [========================= ] 1414/3501 40% [========================= ] 1415/3501 40% [========================= ] 1416/3501 40% [========================= ] 1417/3501 40% [========================= ] 1418/3501 40% [========================= ] 1419/3501 40% [========================= ] 1420/3501 40% [========================= ] 1421/3501 40% [========================= ] 1422/3501 40% [========================= ] 1423/3501 40% [========================= ] 1424/3501 40% [========================= ] 1425/3501 40% [========================= ] 1426/3501 40% [========================= ] 1427/3501 40% [========================= ] 1428/3501 40% [========================= ] 1429/3501 40% [========================= ] 1430/3501 40% [========================= ] 1431/3501 40% [========================= ] 1432/3501 40% [========================= ] 1433/3501 40% [========================= ] 1434/3501 40% [========================= ] 1435/3501 40% [========================= ] 1436/3501 41% [========================= ] 1437/3501 41% [========================= ] 1438/3501 41% [========================= ] 1439/3501 41% [========================= ] 1440/3501 41% [========================= ] 1441/3501 41% [========================= ] 1442/3501 41% [========================= ] 1443/3501 41% [========================= ] 1444/3501 41% [========================= ] 1445/3501 41% [========================= ] 1446/3501 41% [========================= ] 1447/3501 41% [========================= ] 1448/3501 41% [========================= ] 1449/3501 41% [========================= ] 1450/3501 41% [========================= ] 1451/3501 41% [========================= ] 1452/3501 41% [========================= ] 1453/3501 41% [========================= ] 1454/3501 41% [========================= ] 1455/3501 41% [========================= ] 1456/3501 41% [========================= ] 1457/3501 41% [========================= ] 1458/3501 41% [========================= ] 1459/3501 41% [========================= ] 1460/3501 41% [========================= ] 1461/3501 41% [========================= ] 1462/3501 41% [========================= ] 1463/3501 41% [========================= ] 1464/3501 41% [========================= ] 1465/3501 41% [========================= ] 1466/3501 41% [========================= ] 1467/3501 41% [========================= ] 1468/3501 41% [========================== ] 1469/3501 41% [========================== ] 1470/3501 41% [========================== ] 1471/3501 42% [========================== ] 1472/3501 42% [========================== ] 1473/3501 42% [========================== ] 1474/3501 42% [========================== ] 1475/3501 42% [========================== ] 1476/3501 42% [========================== ] 1477/3501 42% [========================== ] 1478/3501 42% [========================== ] 1479/3501 42% [========================== ] 1480/3501 42% [========================== ] 1481/3501 42% [========================== ] 1482/3501 42% [========================== ] 1483/3501 42% [========================== ] 1484/3501 42% [========================== ] 1485/3501 42% [========================== ] 1486/3501 42% [========================== ] 1487/3501 42% [========================== ] 1488/3501 42% [========================== ] 1489/3501 42% [========================== ] 1490/3501 42% [========================== ] 1491/3501 42% [========================== ] 1492/3501 42% [========================== ] 1493/3501 42% [========================== ] 1494/3501 42% [========================== ] 1495/3501 42% [========================== ] 1496/3501 42% [========================== ] 1497/3501 42% [========================== ] 1498/3501 42% [========================== ] 1499/3501 42% [========================== ] 1500/3501 42% [========================== ] 1501/3501 42% [========================== ] 1502/3501 42% [========================== ] 1503/3501 42% [========================== ] 1504/3501 42% [========================== ] 1505/3501 42% [========================== ] 1506/3501 43% [========================== ] 1507/3501 43% [========================== ] 1508/3501 43% [========================== ] 1509/3501 43% [========================== ] 1510/3501 43% [========================== ] 1511/3501 43% [========================== ] 1512/3501 43% [========================== ] 1513/3501 43% [========================== ] 1514/3501 43% [========================== ] 1515/3501 43% [========================== ] 1516/3501 43% [========================== ] 1517/3501 43% [========================== ] 1518/3501 43% [========================== ] 1519/3501 43% [========================== ] 1520/3501 43% [========================== ] 1521/3501 43% [========================== ] 1522/3501 43% [========================== ] 1523/3501 43% [========================== ] 1524/3501 43% [=========================== ] 1525/3501 43% [=========================== ] 1526/3501 43% [=========================== ] 1527/3501 43% [=========================== ] 1528/3501 43% [=========================== ] 1529/3501 43% [=========================== ] 1530/3501 43% [=========================== ] 1531/3501 43% [=========================== ] 1532/3501 43% [=========================== ] 1533/3501 43% [=========================== ] 1534/3501 43% [=========================== ] 1535/3501 43% [=========================== ] 1536/3501 43% [=========================== ] 1537/3501 43% [=========================== ] 1538/3501 43% [=========================== ] 1539/3501 43% [=========================== ] 1540/3501 43% [=========================== ] 1541/3501 44% [=========================== ] 1542/3501 44% [=========================== ] 1543/3501 44% [=========================== ] 1544/3501 44% [=========================== ] 1545/3501 44% [=========================== ] 1546/3501 44% [=========================== ] 1547/3501 44% [=========================== ] 1548/3501 44% [=========================== ] 1549/3501 44% [=========================== ] 1550/3501 44% [=========================== ] 1551/3501 44% [=========================== ] 1552/3501 44% [=========================== ] 1553/3501 44% [=========================== ] 1554/3501 44% [=========================== ] 1555/3501 44% [=========================== ] 1556/3501 44% [=========================== ] 1557/3501 44% [=========================== ] 1558/3501 44% [=========================== ] 1559/3501 44% [=========================== ] 1560/3501 44% [=========================== ] 1561/3501 44% [=========================== ] 1562/3501 44% [=========================== ] 1563/3501 44% [=========================== ] 1564/3501 44% [=========================== ] 1565/3501 44% [=========================== ] 1566/3501 44% [=========================== ] 1567/3501 44% [=========================== ] 1568/3501 44% [=========================== ] 1569/3501 44% [=========================== ] 1570/3501 44% [=========================== ] 1571/3501 44% [=========================== ] 1572/3501 44% [=========================== ] 1573/3501 44% [=========================== ] 1574/3501 44% [=========================== ] 1575/3501 44% [=========================== ] 1576/3501 45% [=========================== ] 1577/3501 45% [=========================== ] 1578/3501 45% [=========================== ] 1579/3501 45% [=========================== ] 1580/3501 45% [=========================== ] 1581/3501 45% [============================ ] 1582/3501 45% [============================ ] 1583/3501 45% [============================ ] 1584/3501 45% [============================ ] 1585/3501 45% [============================ ] 1586/3501 45% [============================ ] 1587/3501 45% [============================ ] 1588/3501 45% [============================ ] 1589/3501 45% [============================ ] 1590/3501 45% [============================ ] 1591/3501 45% [============================ ] 1592/3501 45% [============================ ] 1593/3501 45% [============================ ] 1594/3501 45% [============================ ] 1595/3501 45% [============================ ] 1596/3501 45% [============================ ] 1597/3501 45% [============================ ] 1598/3501 45% [============================ ] 1599/3501 45% [============================ ] 1600/3501 45% [============================ ] 1601/3501 45% [============================ ] 1602/3501 45% [============================ ] 1603/3501 45% [============================ ] 1604/3501 45% [============================ ] 1605/3501 45% [============================ ] 1606/3501 45% [============================ ] 1607/3501 45% [============================ ] 1608/3501 45% [============================ ] 1609/3501 45% [============================ ] 1610/3501 45% [============================ ] 1611/3501 46% [============================ ] 1612/3501 46% [============================ ] 1613/3501 46% [============================ ] 1614/3501 46% [============================ ] 1615/3501 46% [============================ ] 1616/3501 46% [============================ ] 1617/3501 46% [============================ ] 1618/3501 46% [============================ ] 1619/3501 46% [============================ ] 1620/3501 46% [============================ ] 1621/3501 46% [============================ ] 1622/3501 46% [============================ ] 1623/3501 46% [============================ ] 1624/3501 46% [============================ ] 1625/3501 46% [============================ ] 1626/3501 46% [============================ ] 1627/3501 46% [============================ ] 1628/3501 46% [============================ ] 1629/3501 46% [============================ ] 1630/3501 46% [============================ ] 1631/3501 46% [============================ ] 1632/3501 46% [============================ ] 1633/3501 46% [============================ ] 1634/3501 46% [============================ ] 1635/3501 46% [============================ ] 1636/3501 46% [============================ ] 1637/3501 46% [============================= ] 1638/3501 46% [============================= ] 1639/3501 46% [============================= ] 1640/3501 46% [============================= ] 1641/3501 46% [============================= ] 1642/3501 46% [============================= ] 1643/3501 46% [============================= ] 1644/3501 46% [============================= ] 1645/3501 46% [============================= ] 1646/3501 47% [============================= ] 1647/3501 47% [============================= ] 1648/3501 47% [============================= ] 1649/3501 47% [============================= ] 1650/3501 47% [============================= ] 1651/3501 47% [============================= ] 1652/3501 47% [============================= ] 1653/3501 47% [============================= ] 1654/3501 47% [============================= ] 1655/3501 47% [============================= ] 1656/3501 47% [============================= ] 1657/3501 47% [============================= ] 1658/3501 47% [============================= ] 1659/3501 47% [============================= ] 1660/3501 47% [============================= ] 1661/3501 47% [============================= ] 1662/3501 47% [============================= ] 1663/3501 47% [============================= ] 1664/3501 47% [============================= ] 1665/3501 47% [============================= ] 1666/3501 47% [============================= ] 1667/3501 47% [============================= ] 1668/3501 47% [============================= ] 1669/3501 47% [============================= ] 1670/3501 47% [============================= ] 1671/3501 47% [============================= ] 1672/3501 47% [============================= ] 1673/3501 47% [============================= ] 1674/3501 47% [============================= ] 1675/3501 47% [============================= ] 1676/3501 47% [============================= ] 1677/3501 47% [============================= ] 1678/3501 47% [============================= ] 1679/3501 47% [============================= ] 1680/3501 47% [============================= ] 1681/3501 48% [============================= ] 1682/3501 48% [============================= ] 1683/3501 48% [============================= ] 1684/3501 48% [============================= ] 1685/3501 48% [============================= ] 1686/3501 48% [============================= ] 1687/3501 48% [============================= ] 1688/3501 48% [============================= ] 1689/3501 48% [============================= ] 1690/3501 48% [============================= ] 1691/3501 48% [============================= ] 1692/3501 48% [============================= ] 1693/3501 48% [============================= ] 1694/3501 48% [============================== ] 1695/3501 48% [============================== ] 1696/3501 48% [============================== ] 1697/3501 48% [============================== ] 1698/3501 48% [============================== ] 1699/3501 48% [============================== ] 1700/3501 48% [============================== ] 1701/3501 48% [============================== ] 1702/3501 48% [============================== ] 1703/3501 48% [============================== ] 1704/3501 48% [============================== ] 1705/3501 48% [============================== ] 1706/3501 48% [============================== ] 1707/3501 48% [============================== ] 1708/3501 48% [============================== ] 1709/3501 48% [============================== ] 1710/3501 48% [============================== ] 1711/3501 48% [============================== ] 1712/3501 48% [============================== ] 1713/3501 48% [============================== ] 1714/3501 48% [============================== ] 1715/3501 48% [============================== ] 1716/3501 49% [============================== ] 1717/3501 49% [============================== ] 1718/3501 49% [============================== ] 1719/3501 49% [============================== ] 1720/3501 49% [============================== ] 1721/3501 49% [============================== ] 1722/3501 49% [============================== ] 1723/3501 49% [============================== ] 1724/3501 49% [============================== ] 1725/3501 49% [============================== ] 1726/3501 49% [============================== ] 1727/3501 49% [============================== ] 1728/3501 49% [============================== ] 1729/3501 49% [============================== ] 1730/3501 49% [============================== ] 1731/3501 49% [============================== ] 1732/3501 49% [============================== ] 1733/3501 49% [============================== ] 1734/3501 49% [============================== ] 1735/3501 49% [============================== ] 1736/3501 49% [============================== ] 1737/3501 49% [============================== ] 1738/3501 49% [============================== ] 1739/3501 49% [============================== ] 1740/3501 49% [============================== ] 1741/3501 49% [============================== ] 1742/3501 49% [============================== ] 1743/3501 49% [============================== ] 1744/3501 49% [============================== ] 1745/3501 49% [============================== ] 1746/3501 49% [============================== ] 1747/3501 49% [============================== ] 1748/3501 49% [============================== ] 1749/3501 49% [============================== ] 1750/3501 49% [=============================== ] 1751/3501 50% [=============================== ] 1752/3501 50% [=============================== ] 1753/3501 50% [=============================== ] 1754/3501 50% [=============================== ] 1755/3501 50% [=============================== ] 1756/3501 50% [=============================== ] 1757/3501 50% [=============================== ] 1758/3501 50% [=============================== ] 1759/3501 50% [=============================== ] 1760/3501 50% [=============================== ] 1761/3501 50% [=============================== ] 1762/3501 50% [=============================== ] 1763/3501 50% [=============================== ] 1764/3501 50% [=============================== ] 1765/3501 50% [=============================== ] 1766/3501 50% [=============================== ] 1767/3501 50% [=============================== ] 1768/3501 50% [=============================== ] 1769/3501 50% [=============================== ] 1770/3501 50% [=============================== ] 1771/3501 50% [=============================== ] 1772/3501 50% [=============================== ] 1773/3501 50% [=============================== ] 1774/3501 50% [=============================== ] 1775/3501 50% [=============================== ] 1776/3501 50% [=============================== ] 1777/3501 50% [=============================== ] 1778/3501 50% [=============================== ] 1779/3501 50% [=============================== ] 1780/3501 50% [=============================== ] 1781/3501 50% [=============================== ] 1782/3501 50% [=============================== ] 1783/3501 50% [=============================== ] 1784/3501 50% [=============================== ] 1785/3501 50% [=============================== ] 1786/3501 51% [=============================== ] 1787/3501 51% [=============================== ] 1788/3501 51% [=============================== ] 1789/3501 51% [=============================== ] 1790/3501 51% [=============================== ] 1791/3501 51% [=============================== ] 1792/3501 51% [=============================== ] 1793/3501 51% [=============================== ] 1794/3501 51% [=============================== ] 1795/3501 51% [=============================== ] 1796/3501 51% [=============================== ] 1797/3501 51% [=============================== ] 1798/3501 51% [=============================== ] 1799/3501 51% [=============================== ] 1800/3501 51% [=============================== ] 1801/3501 51% [=============================== ] 1802/3501 51% [=============================== ] 1803/3501 51% [=============================== ] 1804/3501 51% [=============================== ] 1805/3501 51% [=============================== ] 1806/3501 51% [================================ ] 1807/3501 51% [================================ ] 1808/3501 51% [================================ ] 1809/3501 51% [================================ ] 1810/3501 51% [================================ ] 1811/3501 51% [================================ ] 1812/3501 51% [================================ ] 1813/3501 51% [================================ ] 1814/3501 51% [================================ ] 1815/3501 51% [================================ ] 1816/3501 51% [================================ ] 1817/3501 51% [================================ ] 1818/3501 51% [================================ ] 1819/3501 51% [================================ ] 1820/3501 51% [================================ ] 1821/3501 52% [================================ ] 1822/3501 52% [================================ ] 1823/3501 52% [================================ ] 1824/3501 52% [================================ ] 1825/3501 52% [================================ ] 1826/3501 52% [================================ ] 1827/3501 52% [================================ ] 1828/3501 52% [================================ ] 1829/3501 52% [================================ ] 1830/3501 52% [================================ ] 1831/3501 52% [================================ ] 1832/3501 52% [================================ ] 1833/3501 52% [================================ ] 1834/3501 52% [================================ ] 1835/3501 52% [================================ ] 1836/3501 52% [================================ ] 1837/3501 52% [================================ ] 1838/3501 52% [================================ ] 1839/3501 52% [================================ ] 1840/3501 52% [================================ ] 1841/3501 52% [================================ ] 1842/3501 52% [================================ ] 1843/3501 52% [================================ ] 1844/3501 52% [================================ ] 1845/3501 52% [================================ ] 1846/3501 52% [================================ ] 1847/3501 52% [================================ ] 1848/3501 52% [================================ ] 1849/3501 52% [================================ ] 1850/3501 52% [================================ ] 1851/3501 52% [================================ ] 1852/3501 52% [================================ ] 1853/3501 52% [================================ ] 1854/3501 52% [================================ ] 1855/3501 52% [================================ ] 1856/3501 53% [================================ ] 1857/3501 53% [================================ ] 1858/3501 53% [================================ ] 1859/3501 53% [================================ ] 1860/3501 53% [================================ ] 1861/3501 53% [================================ ] 1862/3501 53% [================================ ] 1863/3501 53% [================================= ] 1864/3501 53% [================================= ] 1865/3501 53% [================================= ] 1866/3501 53% [================================= ] 1867/3501 53% [================================= ] 1868/3501 53% [================================= ] 1869/3501 53% [================================= ] 1870/3501 53% [================================= ] 1871/3501 53% [================================= ] 1872/3501 53% [================================= ] 1873/3501 53% [================================= ] 1874/3501 53% [================================= ] 1875/3501 53% [================================= ] 1876/3501 53% [================================= ] 1877/3501 53% [================================= ] 1878/3501 53% [================================= ] 1879/3501 53% [================================= ] 1880/3501 53% [================================= ] 1881/3501 53% [================================= ] 1882/3501 53% [================================= ] 1883/3501 53% [================================= ] 1884/3501 53% [================================= ] 1885/3501 53% [================================= ] 1886/3501 53% [================================= ] 1887/3501 53% [================================= ] 1888/3501 53% [================================= ] 1889/3501 53% [================================= ] 1890/3501 53% [================================= ] 1891/3501 54% [================================= ] 1892/3501 54% [================================= ] 1893/3501 54% [================================= ] 1894/3501 54% [================================= ] 1895/3501 54% [================================= ] 1896/3501 54% [================================= ] 1897/3501 54% [================================= ] 1898/3501 54% [================================= ] 1899/3501 54% [================================= ] 1900/3501 54% [================================= ] 1901/3501 54% [================================= ] 1902/3501 54% [================================= ] 1903/3501 54% [================================= ] 1904/3501 54% [================================= ] 1905/3501 54% [================================= ] 1906/3501 54% [================================= ] 1907/3501 54% [================================= ] 1908/3501 54% [================================= ] 1909/3501 54% [================================= ] 1910/3501 54% [================================= ] 1911/3501 54% [================================= ] 1912/3501 54% [================================= ] 1913/3501 54% [================================= ] 1914/3501 54% [================================= ] 1915/3501 54% [================================= ] 1916/3501 54% [================================= ] 1917/3501 54% [================================= ] 1918/3501 54% [================================= ] 1919/3501 54% [================================== ] 1920/3501 54% [================================== ] 1921/3501 54% [================================== ] 1922/3501 54% [================================== ] 1923/3501 54% [================================== ] 1924/3501 54% [================================== ] 1925/3501 54% [================================== ] 1926/3501 55% [================================== ] 1927/3501 55% [================================== ] 1928/3501 55% [================================== ] 1929/3501 55% [================================== ] 1930/3501 55% [================================== ] 1931/3501 55% [================================== ] 1932/3501 55% [================================== ] 1933/3501 55% [================================== ] 1934/3501 55% [================================== ] 1935/3501 55% [================================== ] 1936/3501 55% [================================== ] 1937/3501 55% [================================== ] 1938/3501 55% [================================== ] 1939/3501 55% [================================== ] 1940/3501 55% [================================== ] 1941/3501 55% [================================== ] 1942/3501 55% [================================== ] 1943/3501 55% [================================== ] 1944/3501 55% [================================== ] 1945/3501 55% [================================== ] 1946/3501 55% [================================== ] 1947/3501 55% [================================== ] 1948/3501 55% [================================== ] 1949/3501 55% [================================== ] 1950/3501 55% [================================== ] 1951/3501 55% [================================== ] 1952/3501 55% [================================== ] 1953/3501 55% [================================== ] 1954/3501 55% [================================== ] 1955/3501 55% [================================== ] 1956/3501 55% [================================== ] 1957/3501 55% [================================== ] 1958/3501 55% [================================== ] 1959/3501 55% [================================== ] 1960/3501 55% [================================== ] 1961/3501 56% [================================== ] 1962/3501 56% [================================== ] 1963/3501 56% [================================== ] 1964/3501 56% [================================== ] 1965/3501 56% [================================== ] 1966/3501 56% [================================== ] 1967/3501 56% [================================== ] 1968/3501 56% [================================== ] 1969/3501 56% [================================== ] 1970/3501 56% [================================== ] 1971/3501 56% [================================== ] 1972/3501 56% [================================== ] 1973/3501 56% [================================== ] 1974/3501 56% [================================== ] 1975/3501 56% [================================== ] 1976/3501 56% [=================================== ] 1977/3501 56% [=================================== ] 1978/3501 56% [=================================== ] 1979/3501 56% [=================================== ] 1980/3501 56% [=================================== ] 1981/3501 56% [=================================== ] 1982/3501 56% [=================================== ] 1983/3501 56% [=================================== ] 1984/3501 56% [=================================== ] 1985/3501 56% [=================================== ] 1986/3501 56% [=================================== ] 1987/3501 56% [=================================== ] 1988/3501 56% [=================================== ] 1989/3501 56% [=================================== ] 1990/3501 56% [=================================== ] 1991/3501 56% [=================================== ] 1992/3501 56% [=================================== ] 1993/3501 56% [=================================== ] 1994/3501 56% [=================================== ] 1995/3501 56% [=================================== ] 1996/3501 57% [=================================== ] 1997/3501 57% [=================================== ] 1998/3501 57% [=================================== ] 1999/3501 57% [=================================== ] 2000/3501 57% [=================================== ] 2001/3501 57% [=================================== ] 2002/3501 57% [=================================== ] 2003/3501 57% [=================================== ] 2004/3501 57% [=================================== ] 2005/3501 57% [=================================== ] 2006/3501 57% [=================================== ] 2007/3501 57% [=================================== ] 2008/3501 57% [=================================== ] 2009/3501 57% [=================================== ] 2010/3501 57% [=================================== ] 2011/3501 57% [=================================== ] 2012/3501 57% [=================================== ] 2013/3501 57% [=================================== ] 2014/3501 57% [=================================== ] 2015/3501 57% [=================================== ] 2016/3501 57% [=================================== ] 2017/3501 57% [=================================== ] 2018/3501 57% [=================================== ] 2019/3501 57% [=================================== ] 2020/3501 57% [=================================== ] 2021/3501 57% [=================================== ] 2022/3501 57% [=================================== ] 2023/3501 57% [=================================== ] 2024/3501 57% [=================================== ] 2025/3501 57% [=================================== ] 2026/3501 57% [=================================== ] 2027/3501 57% [=================================== ] 2028/3501 57% [=================================== ] 2029/3501 57% [=================================== ] 2030/3501 57% [=================================== ] 2031/3501 58% [=================================== ] 2032/3501 58% [==================================== ] 2033/3501 58% [==================================== ] 2034/3501 58% [==================================== ] 2035/3501 58% [==================================== ] 2036/3501 58% [==================================== ] 2037/3501 58% [==================================== ] 2038/3501 58% [==================================== ] 2039/3501 58% [==================================== ] 2040/3501 58% [==================================== ] 2041/3501 58% [==================================== ] 2042/3501 58% [==================================== ] 2043/3501 58% [==================================== ] 2044/3501 58% [==================================== ] 2045/3501 58% [==================================== ] 2046/3501 58% [==================================== ] 2047/3501 58% [==================================== ] 2048/3501 58% [==================================== ] 2049/3501 58% [==================================== ] 2050/3501 58% [==================================== ] 2051/3501 58% [==================================== ] 2052/3501 58% [==================================== ] 2053/3501 58% [==================================== ] 2054/3501 58% [==================================== ] 2055/3501 58% [==================================== ] 2056/3501 58% [==================================== ] 2057/3501 58% [==================================== ] 2058/3501 58% [==================================== ] 2059/3501 58% [==================================== ] 2060/3501 58% [==================================== ] 2061/3501 58% [==================================== ] 2062/3501 58% [==================================== ] 2063/3501 58% [==================================== ] 2064/3501 58% [==================================== ] 2065/3501 58% [==================================== ] 2066/3501 59% [==================================== ] 2067/3501 59% [==================================== ] 2068/3501 59% [==================================== ] 2069/3501 59% [==================================== ] 2070/3501 59% [==================================== ] 2071/3501 59% [==================================== ] 2072/3501 59% [==================================== ] 2073/3501 59% [==================================== ] 2074/3501 59% [==================================== ] 2075/3501 59% [==================================== ] 2076/3501 59% [==================================== ] 2077/3501 59% [==================================== ] 2078/3501 59% [==================================== ] 2079/3501 59% [==================================== ] 2080/3501 59% [==================================== ] 2081/3501 59% [==================================== ] 2082/3501 59% [==================================== ] 2083/3501 59% [==================================== ] 2084/3501 59% [==================================== ] 2085/3501 59% [==================================== ] 2086/3501 59% [==================================== ] 2087/3501 59% [==================================== ] 2088/3501 59% [==================================== ] 2089/3501 59% [===================================== ] 2090/3501 59% [===================================== ] 2091/3501 59% [===================================== ] 2092/3501 59% [===================================== ] 2093/3501 59% [===================================== ] 2094/3501 59% [===================================== ] 2095/3501 59% [===================================== ] 2096/3501 59% [===================================== ] 2097/3501 59% [===================================== ] 2098/3501 59% [===================================== ] 2099/3501 59% [===================================== ] 2100/3501 59% [===================================== ] 2101/3501 60% [===================================== ] 2102/3501 60% [===================================== ] 2103/3501 60% [===================================== ] 2104/3501 60% [===================================== ] 2105/3501 60% [===================================== ] 2106/3501 60% [===================================== ] 2107/3501 60% [===================================== ] 2108/3501 60% [===================================== ] 2109/3501 60% [===================================== ] 2110/3501 60% [===================================== ] 2111/3501 60% [===================================== ] 2112/3501 60% [===================================== ] 2113/3501 60% [===================================== ] 2114/3501 60% [===================================== ] 2115/3501 60% [===================================== ] 2116/3501 60% [===================================== ] 2117/3501 60% [===================================== ] 2118/3501 60% [===================================== ] 2119/3501 60% [===================================== ] 2120/3501 60% [===================================== ] 2121/3501 60% [===================================== ] 2122/3501 60% [===================================== ] 2123/3501 60% [===================================== ] 2124/3501 60% [===================================== ] 2125/3501 60% [===================================== ] 2126/3501 60% [===================================== ] 2127/3501 60% [===================================== ] 2128/3501 60% [===================================== ] 2129/3501 60% [===================================== ] 2130/3501 60% [===================================== ] 2131/3501 60% [===================================== ] 2132/3501 60% [===================================== ] 2133/3501 60% [===================================== ] 2134/3501 60% [===================================== ] 2135/3501 60% [===================================== ] 2136/3501 61% [===================================== ] 2137/3501 61% [===================================== ] 2138/3501 61% [===================================== ] 2139/3501 61% [===================================== ] 2140/3501 61% [===================================== ] 2141/3501 61% [===================================== ] 2142/3501 61% [===================================== ] 2143/3501 61% [===================================== ] 2144/3501 61% [===================================== ] 2145/3501 61% [====================================== ] 2146/3501 61% [====================================== ] 2147/3501 61% [====================================== ] 2148/3501 61% [====================================== ] 2149/3501 61% [====================================== ] 2150/3501 61% [====================================== ] 2151/3501 61% [====================================== ] 2152/3501 61% [====================================== ] 2153/3501 61% [====================================== ] 2154/3501 61% [====================================== ] 2155/3501 61% [====================================== ] 2156/3501 61% [====================================== ] 2157/3501 61% [====================================== ] 2158/3501 61% [====================================== ] 2159/3501 61% [====================================== ] 2160/3501 61% [====================================== ] 2161/3501 61% [====================================== ] 2162/3501 61% [====================================== ] 2163/3501 61% [====================================== ] 2164/3501 61% [====================================== ] 2165/3501 61% [====================================== ] 2166/3501 61% [====================================== ] 2167/3501 61% [====================================== ] 2168/3501 61% [====================================== ] 2169/3501 61% [====================================== ] 2170/3501 61% [====================================== ] 2171/3501 62% [====================================== ] 2172/3501 62% [====================================== ] 2173/3501 62% [====================================== ] 2174/3501 62% [====================================== ] 2175/3501 62% [====================================== ] 2176/3501 62% [====================================== ] 2177/3501 62% [====================================== ] 2178/3501 62% [====================================== ] 2179/3501 62% [====================================== ] 2180/3501 62% [====================================== ] 2181/3501 62% [====================================== ] 2182/3501 62% [====================================== ] 2183/3501 62% [====================================== ] 2184/3501 62% [====================================== ] 2185/3501 62% [====================================== ] 2186/3501 62% [====================================== ] 2187/3501 62% [====================================== ] 2188/3501 62% [====================================== ] 2189/3501 62% [====================================== ] 2190/3501 62% [====================================== ] 2191/3501 62% [====================================== ] 2192/3501 62% [====================================== ] 2193/3501 62% [====================================== ] 2194/3501 62% [====================================== ] 2195/3501 62% [====================================== ] 2196/3501 62% [====================================== ] 2197/3501 62% [====================================== ] 2198/3501 62% [====================================== ] 2199/3501 62% [====================================== ] 2200/3501 62% [====================================== ] 2201/3501 62% [====================================== ] 2202/3501 62% [======================================= ] 2203/3501 62% [======================================= ] 2204/3501 62% [======================================= ] 2205/3501 62% [======================================= ] 2206/3501 63% [======================================= ] 2207/3501 63% [======================================= ] 2208/3501 63% [======================================= ] 2209/3501 63% [======================================= ] 2210/3501 63% [======================================= ] 2211/3501 63% [======================================= ] 2212/3501 63% [======================================= ] 2213/3501 63% [======================================= ] 2214/3501 63% [======================================= ] 2215/3501 63% [======================================= ] 2216/3501 63% [======================================= ] 2217/3501 63% [======================================= ] 2218/3501 63% [======================================= ] 2219/3501 63% [======================================= ] 2220/3501 63% [======================================= ] 2221/3501 63% [======================================= ] 2222/3501 63% [======================================= ] 2223/3501 63% [======================================= ] 2224/3501 63% [======================================= ] 2225/3501 63% [======================================= ] 2226/3501 63% [======================================= ] 2227/3501 63% [======================================= ] 2228/3501 63% [======================================= ] 2229/3501 63% [======================================= ] 2230/3501 63% [======================================= ] 2231/3501 63% [======================================= ] 2232/3501 63% [======================================= ] 2233/3501 63% [======================================= ] 2234/3501 63% [======================================= ] 2235/3501 63% [======================================= ] 2236/3501 63% [======================================= ] 2237/3501 63% [======================================= ] 2238/3501 63% [======================================= ] 2239/3501 63% [======================================= ] 2240/3501 63% [======================================= ] 2241/3501 64% [======================================= ] 2242/3501 64% [======================================= ] 2243/3501 64% [======================================= ] 2244/3501 64% [======================================= ] 2245/3501 64% [======================================= ] 2246/3501 64% [======================================= ] 2247/3501 64% [======================================= ] 2248/3501 64% [======================================= ] 2249/3501 64% [======================================= ] 2250/3501 64% [======================================= ] 2251/3501 64% [======================================= ] 2252/3501 64% [======================================= ] 2253/3501 64% [======================================= ] 2254/3501 64% [======================================= ] 2255/3501 64% [======================================= ] 2256/3501 64% [======================================= ] 2257/3501 64% [======================================= ] 2258/3501 64% [======================================== ] 2259/3501 64% [======================================== ] 2260/3501 64% [======================================== ] 2261/3501 64% [======================================== ] 2262/3501 64% [======================================== ] 2263/3501 64% [======================================== ] 2264/3501 64% [======================================== ] 2265/3501 64% [======================================== ] 2266/3501 64% [======================================== ] 2267/3501 64% [======================================== ] 2268/3501 64% [======================================== ] 2269/3501 64% [======================================== ] 2270/3501 64% [======================================== ] 2271/3501 64% [======================================== ] 2272/3501 64% [======================================== ] 2273/3501 64% [======================================== ] 2274/3501 64% [======================================== ] 2275/3501 64% [======================================== ] 2276/3501 65% [======================================== ] 2277/3501 65% [======================================== ] 2278/3501 65% [======================================== ] 2279/3501 65% [======================================== ] 2280/3501 65% [======================================== ] 2281/3501 65% [======================================== ] 2282/3501 65% [======================================== ] 2283/3501 65% [======================================== ] 2284/3501 65% [======================================== ] 2285/3501 65% [======================================== ] 2286/3501 65% [======================================== ] 2287/3501 65% [======================================== ] 2288/3501 65% [======================================== ] 2289/3501 65% [======================================== ] 2290/3501 65% [======================================== ] 2291/3501 65% [======================================== ] 2292/3501 65% [======================================== ] 2293/3501 65% [======================================== ] 2294/3501 65% [======================================== ] 2295/3501 65% [======================================== ] 2296/3501 65% [======================================== ] 2297/3501 65% [======================================== ] 2298/3501 65% [======================================== ] 2299/3501 65% [======================================== ] 2300/3501 65% [======================================== ] 2301/3501 65% [======================================== ] 2302/3501 65% [======================================== ] 2303/3501 65% [======================================== ] 2304/3501 65% [======================================== ] 2305/3501 65% [======================================== ] 2306/3501 65% [======================================== ] 2307/3501 65% [======================================== ] 2308/3501 65% [======================================== ] 2309/3501 65% [======================================== ] 2310/3501 65% [======================================== ] 2311/3501 66% [======================================== ] 2312/3501 66% [======================================== ] 2313/3501 66% [======================================== ] 2314/3501 66% [======================================== ] 2315/3501 66% [========================================= ] 2316/3501 66% [========================================= ] 2317/3501 66% [========================================= ] 2318/3501 66% [========================================= ] 2319/3501 66% [========================================= ] 2320/3501 66% [========================================= ] 2321/3501 66% [========================================= ] 2322/3501 66% [========================================= ] 2323/3501 66% [========================================= ] 2324/3501 66% [========================================= ] 2325/3501 66% [========================================= ] 2326/3501 66% [========================================= ] 2327/3501 66% [========================================= ] 2328/3501 66% [========================================= ] 2329/3501 66% [========================================= ] 2330/3501 66% [========================================= ] 2331/3501 66% [========================================= ] 2332/3501 66% [========================================= ] 2333/3501 66% [========================================= ] 2334/3501 66% [========================================= ] 2335/3501 66% [========================================= ] 2336/3501 66% [========================================= ] 2337/3501 66% [========================================= ] 2338/3501 66% [========================================= ] 2339/3501 66% [========================================= ] 2340/3501 66% [========================================= ] 2341/3501 66% [========================================= ] 2342/3501 66% [========================================= ] 2343/3501 66% [========================================= ] 2344/3501 66% [========================================= ] 2345/3501 66% [========================================= ] 2346/3501 67% [========================================= ] 2347/3501 67% [========================================= ] 2348/3501 67% [========================================= ] 2349/3501 67% [========================================= ] 2350/3501 67% [========================================= ] 2351/3501 67% [========================================= ] 2352/3501 67% [========================================= ] 2353/3501 67% [========================================= ] 2354/3501 67% [========================================= ] 2355/3501 67% [========================================= ] 2356/3501 67% [========================================= ] 2357/3501 67% [========================================= ] 2358/3501 67% [========================================= ] 2359/3501 67% [========================================= ] 2360/3501 67% [========================================= ] 2361/3501 67% [========================================= ] 2362/3501 67% [========================================= ] 2363/3501 67% [========================================= ] 2364/3501 67% [========================================= ] 2365/3501 67% [========================================= ] 2366/3501 67% [========================================= ] 2367/3501 67% [========================================= ] 2368/3501 67% [========================================= ] 2369/3501 67% [========================================= ] 2370/3501 67% [========================================= ] 2371/3501 67% [========================================== ] 2372/3501 67% [========================================== ] 2373/3501 67% [========================================== ] 2374/3501 67% [========================================== ] 2375/3501 67% [========================================== ] 2376/3501 67% [========================================== ] 2377/3501 67% [========================================== ] 2378/3501 67% [========================================== ] 2379/3501 67% [========================================== ] 2380/3501 67% [========================================== ] 2381/3501 68% [========================================== ] 2382/3501 68% [========================================== ] 2383/3501 68% [========================================== ] 2384/3501 68% [========================================== ] 2385/3501 68% [========================================== ] 2386/3501 68% [========================================== ] 2387/3501 68% [========================================== ] 2388/3501 68% [========================================== ] 2389/3501 68% [========================================== ] 2390/3501 68% [========================================== ] 2391/3501 68% [========================================== ] 2392/3501 68% [========================================== ] 2393/3501 68% [========================================== ] 2394/3501 68% [========================================== ] 2395/3501 68% [========================================== ] 2396/3501 68% [========================================== ] 2397/3501 68% [========================================== ] 2398/3501 68% [========================================== ] 2399/3501 68% [========================================== ] 2400/3501 68% [========================================== ] 2401/3501 68% [========================================== ] 2402/3501 68% [========================================== ] 2403/3501 68% [========================================== ] 2404/3501 68% [========================================== ] 2405/3501 68% [========================================== ] 2406/3501 68% [========================================== ] 2407/3501 68% [========================================== ] 2408/3501 68% [========================================== ] 2409/3501 68% [========================================== ] 2410/3501 68% [========================================== ] 2411/3501 68% [========================================== ] 2412/3501 68% [========================================== ] 2413/3501 68% [========================================== ] 2414/3501 68% [========================================== ] 2415/3501 68% [========================================== ] 2416/3501 69% [========================================== ] 2417/3501 69% [========================================== ] 2418/3501 69% [========================================== ] 2419/3501 69% [========================================== ] 2420/3501 69% [========================================== ] 2421/3501 69% [========================================== ] 2422/3501 69% [========================================== ] 2423/3501 69% [========================================== ] 2424/3501 69% [========================================== ] 2425/3501 69% [========================================== ] 2426/3501 69% [========================================== ] 2427/3501 69% [========================================== ] 2428/3501 69% [=========================================== ] 2429/3501 69% [=========================================== ] 2430/3501 69% [=========================================== ] 2431/3501 69% [=========================================== ] 2432/3501 69% [=========================================== ] 2433/3501 69% [=========================================== ] 2434/3501 69% [=========================================== ] 2435/3501 69% [=========================================== ] 2436/3501 69% [=========================================== ] 2437/3501 69% [=========================================== ] 2438/3501 69% [=========================================== ] 2439/3501 69% [=========================================== ] 2440/3501 69% [=========================================== ] 2441/3501 69% [=========================================== ] 2442/3501 69% [=========================================== ] 2443/3501 69% [=========================================== ] 2444/3501 69% [=========================================== ] 2445/3501 69% [=========================================== ] 2446/3501 69% [=========================================== ] 2447/3501 69% [=========================================== ] 2448/3501 69% [=========================================== ] 2449/3501 69% [=========================================== ] 2450/3501 69% [=========================================== ] 2451/3501 70% [=========================================== ] 2452/3501 70% [=========================================== ] 2453/3501 70% [=========================================== ] 2454/3501 70% [=========================================== ] 2455/3501 70% [=========================================== ] 2456/3501 70% [=========================================== ] 2457/3501 70% [=========================================== ] 2458/3501 70% [=========================================== ] 2459/3501 70% [=========================================== ] 2460/3501 70% [=========================================== ] 2461/3501 70% [=========================================== ] 2462/3501 70% [=========================================== ] 2463/3501 70% [=========================================== ] 2464/3501 70% [=========================================== ] 2465/3501 70% [=========================================== ] 2466/3501 70% [=========================================== ] 2467/3501 70% [=========================================== ] 2468/3501 70% [=========================================== ] 2469/3501 70% [=========================================== ] 2470/3501 70% [=========================================== ] 2471/3501 70% [=========================================== ] 2472/3501 70% [=========================================== ] 2473/3501 70% [=========================================== ] 2474/3501 70% [=========================================== ] 2475/3501 70% [=========================================== ] 2476/3501 70% [=========================================== ] 2477/3501 70% [=========================================== ] 2478/3501 70% [=========================================== ] 2479/3501 70% [=========================================== ] 2480/3501 70% [=========================================== ] 2481/3501 70% [=========================================== ] 2482/3501 70% [=========================================== ] 2483/3501 70% [=========================================== ] 2484/3501 70% [============================================ ] 2485/3501 70% [============================================ ] 2486/3501 71% [============================================ ] 2487/3501 71% [============================================ ] 2488/3501 71% [============================================ ] 2489/3501 71% [============================================ ] 2490/3501 71% [============================================ ] 2491/3501 71% [============================================ ] 2492/3501 71% [============================================ ] 2493/3501 71% [============================================ ] 2494/3501 71% [============================================ ] 2495/3501 71% [============================================ ] 2496/3501 71% [============================================ ] 2497/3501 71% [============================================ ] 2498/3501 71% [============================================ ] 2499/3501 71% [============================================ ] 2500/3501 71% [============================================ ] 2501/3501 71% [============================================ ] 2502/3501 71% [============================================ ] 2503/3501 71% [============================================ ] 2504/3501 71% [============================================ ] 2505/3501 71% [============================================ ] 2506/3501 71% [============================================ ] 2507/3501 71% [============================================ ] 2508/3501 71% [============================================ ] 2509/3501 71% [============================================ ] 2510/3501 71% [============================================ ] 2511/3501 71% [============================================ ] 2512/3501 71% [============================================ ] 2513/3501 71% [============================================ ] 2514/3501 71% [============================================ ] 2515/3501 71% [============================================ ] 2516/3501 71% [============================================ ] 2517/3501 71% [============================================ ] 2518/3501 71% [============================================ ] 2519/3501 71% [============================================ ] 2520/3501 71% [============================================ ] 2521/3501 72% [============================================ ] 2522/3501 72% [============================================ ] 2523/3501 72% [============================================ ] 2524/3501 72% [============================================ ] 2525/3501 72% [============================================ ] 2526/3501 72% [============================================ ] 2527/3501 72% [============================================ ] 2528/3501 72% [============================================ ] 2529/3501 72% [============================================ ] 2530/3501 72% [============================================ ] 2531/3501 72% [============================================ ] 2532/3501 72% [============================================ ] 2533/3501 72% [============================================ ] 2534/3501 72% [============================================ ] 2535/3501 72% [============================================ ] 2536/3501 72% [============================================ ] 2537/3501 72% [============================================ ] 2538/3501 72% [============================================ ] 2539/3501 72% [============================================ ] 2540/3501 72% [============================================ ] 2541/3501 72% [============================================= ] 2542/3501 72% [============================================= ] 2543/3501 72% [============================================= ] 2544/3501 72% [============================================= ] 2545/3501 72% [============================================= ] 2546/3501 72% [============================================= ] 2547/3501 72% [============================================= ] 2548/3501 72% [============================================= ] 2549/3501 72% [============================================= ] 2550/3501 72% [============================================= ] 2551/3501 72% [============================================= ] 2552/3501 72% [============================================= ] 2553/3501 72% [============================================= ] 2554/3501 72% [============================================= ] 2555/3501 72% [============================================= ] 2556/3501 73% [============================================= ] 2557/3501 73% [============================================= ] 2558/3501 73% [============================================= ] 2559/3501 73% [============================================= ] 2560/3501 73% [============================================= ] 2561/3501 73% [============================================= ] 2562/3501 73% [============================================= ] 2563/3501 73% [============================================= ] 2564/3501 73% [============================================= ] 2565/3501 73% [============================================= ] 2566/3501 73% [============================================= ] 2567/3501 73% [============================================= ] 2568/3501 73% [============================================= ] 2569/3501 73% [============================================= ] 2570/3501 73% [============================================= ] 2571/3501 73% [============================================= ] 2572/3501 73% [============================================= ] 2573/3501 73% [============================================= ] 2574/3501 73% [============================================= ] 2575/3501 73% [============================================= ] 2576/3501 73% [============================================= ] 2577/3501 73% [============================================= ] 2578/3501 73% [============================================= ] 2579/3501 73% [============================================= ] 2580/3501 73% [============================================= ] 2581/3501 73% [============================================= ] 2582/3501 73% [============================================= ] 2583/3501 73% [============================================= ] 2584/3501 73% [============================================= ] 2585/3501 73% [============================================= ] 2586/3501 73% [============================================= ] 2587/3501 73% [============================================= ] 2588/3501 73% [============================================= ] 2589/3501 73% [============================================= ] 2590/3501 73% [============================================= ] 2591/3501 74% [============================================= ] 2592/3501 74% [============================================= ] 2593/3501 74% [============================================= ] 2594/3501 74% [============================================= ] 2595/3501 74% [============================================= ] 2596/3501 74% [============================================= ] 2597/3501 74% [============================================== ] 2598/3501 74% [============================================== ] 2599/3501 74% [============================================== ] 2600/3501 74% [============================================== ] 2601/3501 74% [============================================== ] 2602/3501 74% [============================================== ] 2603/3501 74% [============================================== ] 2604/3501 74% [============================================== ] 2605/3501 74% [============================================== ] 2606/3501 74% [============================================== ] 2607/3501 74% [============================================== ] 2608/3501 74% [============================================== ] 2609/3501 74% [============================================== ] 2610/3501 74% [============================================== ] 2611/3501 74% [============================================== ] 2612/3501 74% [============================================== ] 2613/3501 74% [============================================== ] 2614/3501 74% [============================================== ] 2615/3501 74% [============================================== ] 2616/3501 74% [============================================== ] 2617/3501 74% [============================================== ] 2618/3501 74% [============================================== ] 2619/3501 74% [============================================== ] 2620/3501 74% [============================================== ] 2621/3501 74% [============================================== ] 2622/3501 74% [============================================== ] 2623/3501 74% [============================================== ] 2624/3501 74% [============================================== ] 2625/3501 74% [============================================== ] 2626/3501 75% [============================================== ] 2627/3501 75% [============================================== ] 2628/3501 75% [============================================== ] 2629/3501 75% [============================================== ] 2630/3501 75% [============================================== ] 2631/3501 75% [============================================== ] 2632/3501 75% [============================================== ] 2633/3501 75% [============================================== ] 2634/3501 75% [============================================== ] 2635/3501 75% [============================================== ] 2636/3501 75% [============================================== ] 2637/3501 75% [============================================== ] 2638/3501 75% [============================================== ] 2639/3501 75% [============================================== ] 2640/3501 75% [============================================== ] 2641/3501 75% [============================================== ] 2642/3501 75% [============================================== ] 2643/3501 75% [============================================== ] 2644/3501 75% [============================================== ] 2645/3501 75% [============================================== ] 2646/3501 75% [============================================== ] 2647/3501 75% [============================================== ] 2648/3501 75% [============================================== ] 2649/3501 75% [============================================== ] 2650/3501 75% [============================================== ] 2651/3501 75% [============================================== ] 2652/3501 75% [============================================== ] 2653/3501 75% [=============================================== ] 2654/3501 75% [=============================================== ] 2655/3501 75% [=============================================== ] 2656/3501 75% [=============================================== ] 2657/3501 75% [=============================================== ] 2658/3501 75% [=============================================== ] 2659/3501 75% [=============================================== ] 2660/3501 75% [=============================================== ] 2661/3501 76% [=============================================== ] 2662/3501 76% [=============================================== ] 2663/3501 76% [=============================================== ] 2664/3501 76% [=============================================== ] 2665/3501 76% [=============================================== ] 2666/3501 76% [=============================================== ] 2667/3501 76% [=============================================== ] 2668/3501 76% [=============================================== ] 2669/3501 76% [=============================================== ] 2670/3501 76% [=============================================== ] 2671/3501 76% [=============================================== ] 2672/3501 76% [=============================================== ] 2673/3501 76% [=============================================== ] 2674/3501 76% [=============================================== ] 2675/3501 76% [=============================================== ] 2676/3501 76% [=============================================== ] 2677/3501 76% [=============================================== ] 2678/3501 76% [=============================================== ] 2679/3501 76% [=============================================== ] 2680/3501 76% [=============================================== ] 2681/3501 76% [=============================================== ] 2682/3501 76% [=============================================== ] 2683/3501 76% [=============================================== ] 2684/3501 76% [=============================================== ] 2685/3501 76% [=============================================== ] 2686/3501 76% [=============================================== ] 2687/3501 76% [=============================================== ] 2688/3501 76% [=============================================== ] 2689/3501 76% [=============================================== ] 2690/3501 76% [=============================================== ] 2691/3501 76% [=============================================== ] 2692/3501 76% [=============================================== ] 2693/3501 76% [=============================================== ] 2694/3501 76% [=============================================== ] 2695/3501 76% [=============================================== ] 2696/3501 77% [=============================================== ] 2697/3501 77% [=============================================== ] 2698/3501 77% [=============================================== ] 2699/3501 77% [=============================================== ] 2700/3501 77% [=============================================== ] 2701/3501 77% [=============================================== ] 2702/3501 77% [=============================================== ] 2703/3501 77% [=============================================== ] 2704/3501 77% [=============================================== ] 2705/3501 77% [=============================================== ] 2706/3501 77% [=============================================== ] 2707/3501 77% [=============================================== ] 2708/3501 77% [=============================================== ] 2709/3501 77% [=============================================== ] 2710/3501 77% [================================================ ] 2711/3501 77% [================================================ ] 2712/3501 77% [================================================ ] 2713/3501 77% [================================================ ] 2714/3501 77% [================================================ ] 2715/3501 77% [================================================ ] 2716/3501 77% [================================================ ] 2717/3501 77% [================================================ ] 2718/3501 77% [================================================ ] 2719/3501 77% [================================================ ] 2720/3501 77% [================================================ ] 2721/3501 77% [================================================ ] 2722/3501 77% [================================================ ] 2723/3501 77% [================================================ ] 2724/3501 77% [================================================ ] 2725/3501 77% [================================================ ] 2726/3501 77% [================================================ ] 2727/3501 77% [================================================ ] 2728/3501 77% [================================================ ] 2729/3501 77% [================================================ ] 2730/3501 77% [================================================ ] 2731/3501 78% [================================================ ] 2732/3501 78% [================================================ ] 2733/3501 78% [================================================ ] 2734/3501 78% [================================================ ] 2735/3501 78% [================================================ ] 2736/3501 78% [================================================ ] 2737/3501 78% [================================================ ] 2738/3501 78% [================================================ ] 2739/3501 78% [================================================ ] 2740/3501 78% [================================================ ] 2741/3501 78% [================================================ ] 2742/3501 78% [================================================ ] 2743/3501 78% [================================================ ] 2744/3501 78% [================================================ ] 2745/3501 78% [================================================ ] 2746/3501 78% [================================================ ] 2747/3501 78% [================================================ ] 2748/3501 78% [================================================ ] 2749/3501 78% [================================================ ] 2750/3501 78% [================================================ ] 2751/3501 78% [================================================ ] 2752/3501 78% [================================================ ] 2753/3501 78% [================================================ ] 2754/3501 78% [================================================ ] 2755/3501 78% [================================================ ] 2756/3501 78% [================================================ ] 2757/3501 78% [================================================ ] 2758/3501 78% [================================================ ] 2759/3501 78% [================================================ ] 2760/3501 78% [================================================ ] 2761/3501 78% [================================================ ] 2762/3501 78% [================================================ ] 2763/3501 78% [================================================ ] 2764/3501 78% [================================================ ] 2765/3501 78% [================================================ ] 2766/3501 79% [================================================= ] 2767/3501 79% [================================================= ] 2768/3501 79% [================================================= ] 2769/3501 79% [================================================= ] 2770/3501 79% [================================================= ] 2771/3501 79% [================================================= ] 2772/3501 79% [================================================= ] 2773/3501 79% [================================================= ] 2774/3501 79% [================================================= ] 2775/3501 79% [================================================= ] 2776/3501 79% [================================================= ] 2777/3501 79% [================================================= ] 2778/3501 79% [================================================= ] 2779/3501 79% [================================================= ] 2780/3501 79% [================================================= ] 2781/3501 79% [================================================= ] 2782/3501 79% [================================================= ] 2783/3501 79% [================================================= ] 2784/3501 79% [================================================= ] 2785/3501 79% [================================================= ] 2786/3501 79% [================================================= ] 2787/3501 79% [================================================= ] 2788/3501 79% [================================================= ] 2789/3501 79% [================================================= ] 2790/3501 79% [================================================= ] 2791/3501 79% [================================================= ] 2792/3501 79% [================================================= ] 2793/3501 79% [================================================= ] 2794/3501 79% [================================================= ] 2795/3501 79% [================================================= ] 2796/3501 79% [================================================= ] 2797/3501 79% [================================================= ] 2798/3501 79% [================================================= ] 2799/3501 79% [================================================= ] 2800/3501 79% [================================================= ] 2801/3501 80% [================================================= ] 2802/3501 80% [================================================= ] 2803/3501 80% [================================================= ] 2804/3501 80% [================================================= ] 2805/3501 80% [================================================= ] 2806/3501 80% [================================================= ] 2807/3501 80% [================================================= ] 2808/3501 80% [================================================= ] 2809/3501 80% [================================================= ] 2810/3501 80% [================================================= ] 2811/3501 80% [================================================= ] 2812/3501 80% [================================================= ] 2813/3501 80% [================================================= ] 2814/3501 80% [================================================= ] 2815/3501 80% [================================================= ] 2816/3501 80% [================================================= ] 2817/3501 80% [================================================= ] 2818/3501 80% [================================================= ] 2819/3501 80% [================================================= ] 2820/3501 80% [================================================= ] 2821/3501 80% [================================================= ] 2822/3501 80% [================================================= ] 2823/3501 80% [================================================== ] 2824/3501 80% [================================================== ] 2825/3501 80% [================================================== ] 2826/3501 80% [================================================== ] 2827/3501 80% [================================================== ] 2828/3501 80% [================================================== ] 2829/3501 80% [================================================== ] 2830/3501 80% [================================================== ] 2831/3501 80% [================================================== ] 2832/3501 80% [================================================== ] 2833/3501 80% [================================================== ] 2834/3501 80% [================================================== ] 2835/3501 80% [================================================== ] 2836/3501 81% [================================================== ] 2837/3501 81% [================================================== ] 2838/3501 81% [================================================== ] 2839/3501 81% [================================================== ] 2840/3501 81% [================================================== ] 2841/3501 81% [================================================== ] 2842/3501 81% [================================================== ] 2843/3501 81% [================================================== ] 2844/3501 81% [================================================== ] 2845/3501 81% [================================================== ] 2846/3501 81% [================================================== ] 2847/3501 81% [================================================== ] 2848/3501 81% [================================================== ] 2849/3501 81% [================================================== ] 2850/3501 81% [================================================== ] 2851/3501 81% [================================================== ] 2852/3501 81% [================================================== ] 2853/3501 81% [================================================== ] 2854/3501 81% [================================================== ] 2855/3501 81% [================================================== ] 2856/3501 81% [================================================== ] 2857/3501 81% [================================================== ] 2858/3501 81% [================================================== ] 2859/3501 81% [================================================== ] 2860/3501 81% [================================================== ] 2861/3501 81% [================================================== ] 2862/3501 81% [================================================== ] 2863/3501 81% [================================================== ] 2864/3501 81% [================================================== ] 2865/3501 81% [================================================== ] 2866/3501 81% [================================================== ] 2867/3501 81% [================================================== ] 2868/3501 81% [================================================== ] 2869/3501 81% [================================================== ] 2870/3501 81% [================================================== ] 2871/3501 82% [================================================== ] 2872/3501 82% [================================================== ] 2873/3501 82% [================================================== ] 2874/3501 82% [================================================== ] 2875/3501 82% [================================================== ] 2876/3501 82% [================================================== ] 2877/3501 82% [================================================== ] 2878/3501 82% [================================================== ] 2879/3501 82% [=================================================== ] 2880/3501 82% [=================================================== ] 2881/3501 82% [=================================================== ] 2882/3501 82% [=================================================== ] 2883/3501 82% [=================================================== ] 2884/3501 82% [=================================================== ] 2885/3501 82% [=================================================== ] 2886/3501 82% [=================================================== ] 2887/3501 82% [=================================================== ] 2888/3501 82% [=================================================== ] 2889/3501 82% [=================================================== ] 2890/3501 82% [=================================================== ] 2891/3501 82% [=================================================== ] 2892/3501 82% [=================================================== ] 2893/3501 82% [=================================================== ] 2894/3501 82% [=================================================== ] 2895/3501 82% [=================================================== ] 2896/3501 82% [=================================================== ] 2897/3501 82% [=================================================== ] 2898/3501 82% [=================================================== ] 2899/3501 82% [=================================================== ] 2900/3501 82% [=================================================== ] 2901/3501 82% [=================================================== ] 2902/3501 82% [=================================================== ] 2903/3501 82% [=================================================== ] 2904/3501 82% [=================================================== ] 2905/3501 82% [=================================================== ] 2906/3501 83% [=================================================== ] 2907/3501 83% [=================================================== ] 2908/3501 83% [=================================================== ] 2909/3501 83% [=================================================== ] 2910/3501 83% [=================================================== ] 2911/3501 83% [=================================================== ] 2912/3501 83% [=================================================== ] 2913/3501 83% [=================================================== ] 2914/3501 83% [=================================================== ] 2915/3501 83% [=================================================== ] 2916/3501 83% [=================================================== ] 2917/3501 83% [=================================================== ] 2918/3501 83% [=================================================== ] 2919/3501 83% [=================================================== ] 2920/3501 83% [=================================================== ] 2921/3501 83% [=================================================== ] 2922/3501 83% [=================================================== ] 2923/3501 83% [=================================================== ] 2924/3501 83% [=================================================== ] 2925/3501 83% [=================================================== ] 2926/3501 83% [=================================================== ] 2927/3501 83% [=================================================== ] 2928/3501 83% [=================================================== ] 2929/3501 83% [=================================================== ] 2930/3501 83% [=================================================== ] 2931/3501 83% [=================================================== ] 2932/3501 83% [=================================================== ] 2933/3501 83% [=================================================== ] 2934/3501 83% [=================================================== ] 2935/3501 83% [=================================================== ] 2936/3501 83% [==================================================== ] 2937/3501 83% [==================================================== ] 2938/3501 83% [==================================================== ] 2939/3501 83% [==================================================== ] 2940/3501 83% [==================================================== ] 2941/3501 84% [==================================================== ] 2942/3501 84% [==================================================== ] 2943/3501 84% [==================================================== ] 2944/3501 84% [==================================================== ] 2945/3501 84% [==================================================== ] 2946/3501 84% [==================================================== ] 2947/3501 84% [==================================================== ] 2948/3501 84% [==================================================== ] 2949/3501 84% [==================================================== ] 2950/3501 84% [==================================================== ] 2951/3501 84% [==================================================== ] 2952/3501 84% [==================================================== ] 2953/3501 84% [==================================================== ] 2954/3501 84% [==================================================== ] 2955/3501 84% [==================================================== ] 2956/3501 84% [==================================================== ] 2957/3501 84% [==================================================== ] 2958/3501 84% [==================================================== ] 2959/3501 84% [==================================================== ] 2960/3501 84% [==================================================== ] 2961/3501 84% [==================================================== ] 2962/3501 84% [==================================================== ] 2963/3501 84% [==================================================== ] 2964/3501 84% [==================================================== ] 2965/3501 84% [==================================================== ] 2966/3501 84% [==================================================== ] 2967/3501 84% [==================================================== ] 2968/3501 84% [==================================================== ] 2969/3501 84% [==================================================== ] 2970/3501 84% [==================================================== ] 2971/3501 84% [==================================================== ] 2972/3501 84% [==================================================== ] 2973/3501 84% [==================================================== ] 2974/3501 84% [==================================================== ] 2975/3501 84% [==================================================== ] 2976/3501 85% [==================================================== ] 2977/3501 85% [==================================================== ] 2978/3501 85% [==================================================== ] 2979/3501 85% [==================================================== ] 2980/3501 85% [==================================================== ] 2981/3501 85% [==================================================== ] 2982/3501 85% [==================================================== ] 2983/3501 85% [==================================================== ] 2984/3501 85% [==================================================== ] 2985/3501 85% [==================================================== ] 2986/3501 85% [==================================================== ] 2987/3501 85% [==================================================== ] 2988/3501 85% [==================================================== ] 2989/3501 85% [==================================================== ] 2990/3501 85% [==================================================== ] 2991/3501 85% [==================================================== ] 2992/3501 85% [===================================================== ] 2993/3501 85% [===================================================== ] 2994/3501 85% [===================================================== ] 2995/3501 85% [===================================================== ] 2996/3501 85% [===================================================== ] 2997/3501 85% [===================================================== ] 2998/3501 85% [===================================================== ] 2999/3501 85% [===================================================== ] 3000/3501 85% [===================================================== ] 3001/3501 85% [===================================================== ] 3002/3501 85% [===================================================== ] 3003/3501 85% [===================================================== ] 3004/3501 85% [===================================================== ] 3005/3501 85% [===================================================== ] 3006/3501 85% [===================================================== ] 3007/3501 85% [===================================================== ] 3008/3501 85% [===================================================== ] 3009/3501 85% [===================================================== ] 3010/3501 85% [===================================================== ] 3011/3501 86% [===================================================== ] 3012/3501 86% [===================================================== ] 3013/3501 86% [===================================================== ] 3014/3501 86% [===================================================== ] 3015/3501 86% [===================================================== ] 3016/3501 86% [===================================================== ] 3017/3501 86% [===================================================== ] 3018/3501 86% [===================================================== ] 3019/3501 86% [===================================================== ] 3020/3501 86% [===================================================== ] 3021/3501 86% [===================================================== ] 3022/3501 86% [===================================================== ] 3023/3501 86% [===================================================== ] 3024/3501 86% [===================================================== ] 3025/3501 86% [===================================================== ] 3026/3501 86% [===================================================== ] 3027/3501 86% [===================================================== ] 3028/3501 86% [===================================================== ] 3029/3501 86% [===================================================== ] 3030/3501 86% [===================================================== ] 3031/3501 86% [===================================================== ] 3032/3501 86% [===================================================== ] 3033/3501 86% [===================================================== ] 3034/3501 86% [===================================================== ] 3035/3501 86% [===================================================== ] 3036/3501 86% [===================================================== ] 3037/3501 86% [===================================================== ] 3038/3501 86% [===================================================== ] 3039/3501 86% [===================================================== ] 3040/3501 86% [===================================================== ] 3041/3501 86% [===================================================== ] 3042/3501 86% [===================================================== ] 3043/3501 86% [===================================================== ] 3044/3501 86% [===================================================== ] 3045/3501 86% [===================================================== ] 3046/3501 87% [===================================================== ] 3047/3501 87% [===================================================== ] 3048/3501 87% [===================================================== ] 3049/3501 87% [====================================================== ] 3050/3501 87% [====================================================== ] 3051/3501 87% [====================================================== ] 3052/3501 87% [====================================================== ] 3053/3501 87% [====================================================== ] 3054/3501 87% [====================================================== ] 3055/3501 87% [====================================================== ] 3056/3501 87% [====================================================== ] 3057/3501 87% [====================================================== ] 3058/3501 87% [====================================================== ] 3059/3501 87% [====================================================== ] 3060/3501 87% [====================================================== ] 3061/3501 87% [====================================================== ] 3062/3501 87% [====================================================== ] 3063/3501 87% [====================================================== ] 3064/3501 87% [====================================================== ] 3065/3501 87% [====================================================== ] 3066/3501 87% [====================================================== ] 3067/3501 87% [====================================================== ] 3068/3501 87% [====================================================== ] 3069/3501 87% [====================================================== ] 3070/3501 87% [====================================================== ] 3071/3501 87% [====================================================== ] 3072/3501 87% [====================================================== ] 3073/3501 87% [====================================================== ] 3074/3501 87% [====================================================== ] 3075/3501 87% [====================================================== ] 3076/3501 87% [====================================================== ] 3077/3501 87% [====================================================== ] 3078/3501 87% [====================================================== ] 3079/3501 87% [====================================================== ] 3080/3501 87% [====================================================== ] 3081/3501 88% [====================================================== ] 3082/3501 88% [====================================================== ] 3083/3501 88% [====================================================== ] 3084/3501 88% [====================================================== ] 3085/3501 88% [====================================================== ] 3086/3501 88% [====================================================== ] 3087/3501 88% [====================================================== ] 3088/3501 88% [====================================================== ] 3089/3501 88% [====================================================== ] 3090/3501 88% [====================================================== ] 3091/3501 88% [====================================================== ] 3092/3501 88% [====================================================== ] 3093/3501 88% [====================================================== ] 3094/3501 88% [====================================================== ] 3095/3501 88% [====================================================== ] 3096/3501 88% [====================================================== ] 3097/3501 88% [====================================================== ] 3098/3501 88% [====================================================== ] 3099/3501 88% [====================================================== ] 3100/3501 88% [====================================================== ] 3101/3501 88% [====================================================== ] 3102/3501 88% [====================================================== ] 3103/3501 88% [====================================================== ] 3104/3501 88% [====================================================== ] 3105/3501 88% [======================================================= ] 3106/3501 88% [======================================================= ] 3107/3501 88% [======================================================= ] 3108/3501 88% [======================================================= ] 3109/3501 88% [======================================================= ] 3110/3501 88% [======================================================= ] 3111/3501 88% [======================================================= ] 3112/3501 88% [======================================================= ] 3113/3501 88% [======================================================= ] 3114/3501 88% [======================================================= ] 3115/3501 88% [======================================================= ] 3116/3501 89% [======================================================= ] 3117/3501 89% [======================================================= ] 3118/3501 89% [======================================================= ] 3119/3501 89% [======================================================= ] 3120/3501 89% [======================================================= ] 3121/3501 89% [======================================================= ] 3122/3501 89% [======================================================= ] 3123/3501 89% [======================================================= ] 3124/3501 89% [======================================================= ] 3125/3501 89% [======================================================= ] 3126/3501 89% [======================================================= ] 3127/3501 89% [======================================================= ] 3128/3501 89% [======================================================= ] 3129/3501 89% [======================================================= ] 3130/3501 89% [======================================================= ] 3131/3501 89% [======================================================= ] 3132/3501 89% [======================================================= ] 3133/3501 89% [======================================================= ] 3134/3501 89% [======================================================= ] 3135/3501 89% [======================================================= ] 3136/3501 89% [======================================================= ] 3137/3501 89% [======================================================= ] 3138/3501 89% [======================================================= ] 3139/3501 89% [======================================================= ] 3140/3501 89% [======================================================= ] 3141/3501 89% [======================================================= ] 3142/3501 89% [======================================================= ] 3143/3501 89% [======================================================= ] 3144/3501 89% [======================================================= ] 3145/3501 89% [======================================================= ] 3146/3501 89% [======================================================= ] 3147/3501 89% [======================================================= ] 3148/3501 89% [======================================================= ] 3149/3501 89% [======================================================= ] 3150/3501 89% [======================================================= ] 3151/3501 90% [======================================================= ] 3152/3501 90% [======================================================= ] 3153/3501 90% [======================================================= ] 3154/3501 90% [======================================================= ] 3155/3501 90% [======================================================= ] 3156/3501 90% [======================================================= ] 3157/3501 90% [======================================================= ] 3158/3501 90% [======================================================= ] 3159/3501 90% [======================================================= ] 3160/3501 90% [======================================================= ] 3161/3501 90% [======================================================= ] 3162/3501 90% [======================================================== ] 3163/3501 90% [======================================================== ] 3164/3501 90% [======================================================== ] 3165/3501 90% [======================================================== ] 3166/3501 90% [======================================================== ] 3167/3501 90% [======================================================== ] 3168/3501 90% [======================================================== ] 3169/3501 90% [======================================================== ] 3170/3501 90% [======================================================== ] 3171/3501 90% [======================================================== ] 3172/3501 90% [======================================================== ] 3173/3501 90% [======================================================== ] 3174/3501 90% [======================================================== ] 3175/3501 90% [======================================================== ] 3176/3501 90% [======================================================== ] 3177/3501 90% [======================================================== ] 3178/3501 90% [======================================================== ] 3179/3501 90% [======================================================== ] 3180/3501 90% [======================================================== ] 3181/3501 90% [======================================================== ] 3182/3501 90% [======================================================== ] 3183/3501 90% [======================================================== ] 3184/3501 90% [======================================================== ] 3185/3501 90% [======================================================== ] 3186/3501 91% [======================================================== ] 3187/3501 91% [======================================================== ] 3188/3501 91% [======================================================== ] 3189/3501 91% [======================================================== ] 3190/3501 91% [======================================================== ] 3191/3501 91% [======================================================== ] 3192/3501 91% [======================================================== ] 3193/3501 91% [======================================================== ] 3194/3501 91% [======================================================== ] 3195/3501 91% [======================================================== ] 3196/3501 91% [======================================================== ] 3197/3501 91% [======================================================== ] 3198/3501 91% [======================================================== ] 3199/3501 91% [======================================================== ] 3200/3501 91% [======================================================== ] 3201/3501 91% [======================================================== ] 3202/3501 91% [======================================================== ] 3203/3501 91% [======================================================== ] 3204/3501 91% [======================================================== ] 3205/3501 91% [======================================================== ] 3206/3501 91% [======================================================== ] 3207/3501 91% [======================================================== ] 3208/3501 91% [======================================================== ] 3209/3501 91% [======================================================== ] 3210/3501 91% [======================================================== ] 3211/3501 91% [======================================================== ] 3212/3501 91% [======================================================== ] 3213/3501 91% [======================================================== ] 3214/3501 91% [======================================================== ] 3215/3501 91% [======================================================== ] 3216/3501 91% [======================================================== ] 3217/3501 91% [======================================================== ] 3218/3501 91% [========================================================= ] 3219/3501 91% [========================================================= ] 3220/3501 91% [========================================================= ] 3221/3501 92% [========================================================= ] 3222/3501 92% [========================================================= ] 3223/3501 92% [========================================================= ] 3224/3501 92% [========================================================= ] 3225/3501 92% [========================================================= ] 3226/3501 92% [========================================================= ] 3227/3501 92% [========================================================= ] 3228/3501 92% [========================================================= ] 3229/3501 92% [========================================================= ] 3230/3501 92% [========================================================= ] 3231/3501 92% [========================================================= ] 3232/3501 92% [========================================================= ] 3233/3501 92% [========================================================= ] 3234/3501 92% [========================================================= ] 3235/3501 92% [========================================================= ] 3236/3501 92% [========================================================= ] 3237/3501 92% [========================================================= ] 3238/3501 92% [========================================================= ] 3239/3501 92% [========================================================= ] 3240/3501 92% [========================================================= ] 3241/3501 92% [========================================================= ] 3242/3501 92% [========================================================= ] 3243/3501 92% [========================================================= ] 3244/3501 92% [========================================================= ] 3245/3501 92% [========================================================= ] 3246/3501 92% [========================================================= ] 3247/3501 92% [========================================================= ] 3248/3501 92% [========================================================= ] 3249/3501 92% [========================================================= ] 3250/3501 92% [========================================================= ] 3251/3501 92% [========================================================= ] 3252/3501 92% [========================================================= ] 3253/3501 92% [========================================================= ] 3254/3501 92% [========================================================= ] 3255/3501 92% [========================================================= ] 3256/3501 93% [========================================================= ] 3257/3501 93% [========================================================= ] 3258/3501 93% [========================================================= ] 3259/3501 93% [========================================================= ] 3260/3501 93% [========================================================= ] 3261/3501 93% [========================================================= ] 3262/3501 93% [========================================================= ] 3263/3501 93% [========================================================= ] 3264/3501 93% [========================================================= ] 3265/3501 93% [========================================================= ] 3266/3501 93% [========================================================= ] 3267/3501 93% [========================================================= ] 3268/3501 93% [========================================================= ] 3269/3501 93% [========================================================= ] 3270/3501 93% [========================================================= ] 3271/3501 93% [========================================================= ] 3272/3501 93% [========================================================= ] 3273/3501 93% [========================================================= ] 3274/3501 93% [========================================================= ] 3275/3501 93% [========================================================== ] 3276/3501 93% [========================================================== ] 3277/3501 93% [========================================================== ] 3278/3501 93% [========================================================== ] 3279/3501 93% [========================================================== ] 3280/3501 93% [========================================================== ] 3281/3501 93% [========================================================== ] 3282/3501 93% [========================================================== ] 3283/3501 93% [========================================================== ] 3284/3501 93% [========================================================== ] 3285/3501 93% [========================================================== ] 3286/3501 93% [========================================================== ] 3287/3501 93% [========================================================== ] 3288/3501 93% [========================================================== ] 3289/3501 93% [========================================================== ] 3290/3501 93% [========================================================== ] 3291/3501 94% [========================================================== ] 3292/3501 94% [========================================================== ] 3293/3501 94% [========================================================== ] 3294/3501 94% [========================================================== ] 3295/3501 94% [========================================================== ] 3296/3501 94% [========================================================== ] 3297/3501 94% [========================================================== ] 3298/3501 94% [========================================================== ] 3299/3501 94% [========================================================== ] 3300/3501 94% [========================================================== ] 3301/3501 94% [========================================================== ] 3302/3501 94% [========================================================== ] 3303/3501 94% [========================================================== ] 3304/3501 94% [========================================================== ] 3305/3501 94% [========================================================== ] 3306/3501 94% [========================================================== ] 3307/3501 94% [========================================================== ] 3308/3501 94% [========================================================== ] 3309/3501 94% [========================================================== ] 3310/3501 94% [========================================================== ] 3311/3501 94% [========================================================== ] 3312/3501 94% [========================================================== ] 3313/3501 94% [========================================================== ] 3314/3501 94% [========================================================== ] 3315/3501 94% [========================================================== ] 3316/3501 94% [========================================================== ] 3317/3501 94% [========================================================== ] 3318/3501 94% [========================================================== ] 3319/3501 94% [========================================================== ] 3320/3501 94% [========================================================== ] 3321/3501 94% [========================================================== ] 3322/3501 94% [========================================================== ] 3323/3501 94% [========================================================== ] 3324/3501 94% [========================================================== ] 3325/3501 94% [========================================================== ] 3326/3501 95% [========================================================== ] 3327/3501 95% [========================================================== ] 3328/3501 95% [========================================================== ] 3329/3501 95% [========================================================== ] 3330/3501 95% [========================================================== ] 3331/3501 95% [=========================================================== ] 3332/3501 95% [=========================================================== ] 3333/3501 95% [=========================================================== ] 3334/3501 95% [=========================================================== ] 3335/3501 95% [=========================================================== ] 3336/3501 95% [=========================================================== ] 3337/3501 95% [=========================================================== ] 3338/3501 95% [=========================================================== ] 3339/3501 95% [=========================================================== ] 3340/3501 95% [=========================================================== ] 3341/3501 95% [=========================================================== ] 3342/3501 95% [=========================================================== ] 3343/3501 95% [=========================================================== ] 3344/3501 95% [=========================================================== ] 3345/3501 95% [=========================================================== ] 3346/3501 95% [=========================================================== ] 3347/3501 95% [=========================================================== ] 3348/3501 95% [=========================================================== ] 3349/3501 95% [=========================================================== ] 3350/3501 95% [=========================================================== ] 3351/3501 95% [=========================================================== ] 3352/3501 95% [=========================================================== ] 3353/3501 95% [=========================================================== ] 3354/3501 95% [=========================================================== ] 3355/3501 95% [=========================================================== ] 3356/3501 95% [=========================================================== ] 3357/3501 95% [=========================================================== ] 3358/3501 95% [=========================================================== ] 3359/3501 95% [=========================================================== ] 3360/3501 95% [=========================================================== ] 3361/3501 96% [=========================================================== ] 3362/3501 96% [=========================================================== ] 3363/3501 96% [=========================================================== ] 3364/3501 96% [=========================================================== ] 3365/3501 96% [=========================================================== ] 3366/3501 96% [=========================================================== ] 3367/3501 96% [=========================================================== ] 3368/3501 96% [=========================================================== ] 3369/3501 96% [=========================================================== ] 3370/3501 96% [=========================================================== ] 3371/3501 96% [=========================================================== ] 3372/3501 96% [=========================================================== ] 3373/3501 96% [=========================================================== ] 3374/3501 96% [=========================================================== ] 3375/3501 96% [=========================================================== ] 3376/3501 96% [=========================================================== ] 3377/3501 96% [=========================================================== ] 3378/3501 96% [=========================================================== ] 3379/3501 96% [=========================================================== ] 3380/3501 96% [=========================================================== ] 3381/3501 96% [=========================================================== ] 3382/3501 96% [=========================================================== ] 3383/3501 96% [=========================================================== ] 3384/3501 96% [=========================================================== ] 3385/3501 96% [=========================================================== ] 3386/3501 96% [=========================================================== ] 3387/3501 96% [=========================================================== ] 3388/3501 96% [============================================================ ] 3389/3501 96% [============================================================ ] 3390/3501 96% [============================================================ ] 3391/3501 96% [============================================================ ] 3392/3501 96% [============================================================ ] 3393/3501 96% [============================================================ ] 3394/3501 96% [============================================================ ] 3395/3501 96% [============================================================ ] 3396/3501 97% [============================================================ ] 3397/3501 97% [============================================================ ] 3398/3501 97% [============================================================ ] 3399/3501 97% [============================================================ ] 3400/3501 97% [============================================================ ] 3401/3501 97% [============================================================ ] 3402/3501 97% [============================================================ ] 3403/3501 97% [============================================================ ] 3404/3501 97% [============================================================ ] 3405/3501 97% [============================================================ ] 3406/3501 97% [============================================================ ] 3407/3501 97% [============================================================ ] 3408/3501 97% [============================================================ ] 3409/3501 97% [============================================================ ] 3410/3501 97% [============================================================ ] 3411/3501 97% [============================================================ ] 3412/3501 97% [============================================================ ] 3413/3501 97% [============================================================ ] 3414/3501 97% [============================================================ ] 3415/3501 97% [============================================================ ] 3416/3501 97% [============================================================ ] 3417/3501 97% [============================================================ ] 3418/3501 97% [============================================================ ] 3419/3501 97% [============================================================ ] 3420/3501 97% [============================================================ ] 3421/3501 97% [============================================================ ] 3422/3501 97% [============================================================ ] 3423/3501 97% [============================================================ ] 3424/3501 97% [============================================================ ] 3425/3501 97% [============================================================ ] 3426/3501 97% [============================================================ ] 3427/3501 97% [============================================================ ] 3428/3501 97% [============================================================ ] 3429/3501 97% [============================================================ ] 3430/3501 97% [============================================================ ] 3431/3501 98% [============================================================ ] 3432/3501 98% [============================================================ ] 3433/3501 98% [============================================================ ] 3434/3501 98% [============================================================ ] 3435/3501 98% [============================================================ ] 3436/3501 98% [============================================================ ] 3437/3501 98% [============================================================ ] 3438/3501 98% [============================================================ ] 3439/3501 98% [============================================================ ] 3440/3501 98% [============================================================ ] 3441/3501 98% [============================================================ ] 3442/3501 98% [============================================================ ] 3443/3501 98% [============================================================ ] 3444/3501 98% [============================================================= ] 3445/3501 98% [============================================================= ] 3446/3501 98% [============================================================= ] 3447/3501 98% [============================================================= ] 3448/3501 98% [============================================================= ] 3449/3501 98% [============================================================= ] 3450/3501 98% [============================================================= ] 3451/3501 98% [============================================================= ] 3452/3501 98% [============================================================= ] 3453/3501 98% [============================================================= ] 3454/3501 98% [============================================================= ] 3455/3501 98% [============================================================= ] 3456/3501 98% [============================================================= ] 3457/3501 98% [============================================================= ] 3458/3501 98% [============================================================= ] 3459/3501 98% [============================================================= ] 3460/3501 98% [============================================================= ] 3461/3501 98% [============================================================= ] 3462/3501 98% [============================================================= ] 3463/3501 98% [============================================================= ] 3464/3501 98% [============================================================= ] 3465/3501 98% [============================================================= ] 3466/3501 99% [============================================================= ] 3467/3501 99% [============================================================= ] 3468/3501 99% [============================================================= ] 3469/3501 99% [============================================================= ] 3470/3501 99% [============================================================= ] 3471/3501 99% [============================================================= ] 3472/3501 99% [============================================================= ] 3473/3501 99% [============================================================= ] 3474/3501 99% [============================================================= ] 3475/3501 99% [============================================================= ] 3476/3501 99% [============================================================= ] 3477/3501 99% [============================================================= ] 3478/3501 99% [============================================================= ] 3479/3501 99% [============================================================= ] 3480/3501 99% [============================================================= ] 3481/3501 99% [============================================================= ] 3482/3501 99% [============================================================= ] 3483/3501 99% [============================================================= ] 3484/3501 99% [============================================================= ] 3485/3501 99% [============================================================= ] 3486/3501 99% [============================================================= ] 3487/3501 99% [============================================================= ] 3488/3501 99% [============================================================= ] 3489/3501 99% [============================================================= ] 3490/3501 99% [============================================================= ] 3491/3501 99% [============================================================= ] 3492/3501 99% [============================================================= ] 3493/3501 99% [============================================================= ] 3494/3501 99% [============================================================= ] 3495/3501 99% [============================================================= ] 3496/3501 99% [============================================================= ] 3497/3501 99% [============================================================= ] 3498/3501 99% [============================================================= ] 3499/3501 99% [============================================================= ] 3500/3501 99% [==============================================================] 3501/3501 100% operation complete, 3501 objects in 59414 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/mips-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-987-g417eb476fd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acpid 2.0.33 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash-completion 2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> 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) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> comix-cursors 0.9.1 Collecting legal info >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables-fixedcolumns 3.3.0 Collecting legal info License.txt: OK (sha256: e8e92f97216f9ea00cb2735b933a91ec8e3869bed37b6d63a90f76f41508f2de) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dhrystone 2 Collecting legal info >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> flashrom 1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jquery-sidebar 3.3.2 Collecting legal info LICENSE: OK (sha256: f3522370f4b6accf9c1344f520bdea35f2388f1cbb124c0c179d2ca2a6a94c76) >>> jquery-ui 1.10.4 Collecting legal info MIT-LICENSE.txt: OK (sha256: ef1fdd608b20fbea7ef269ed03bd24e637717cc193971798a394bf2fa983cd53) >>> jquery 3.5.1 Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> kexec 2.0.24 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> jpeg Collecting legal info >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.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-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> host-mkpasswd Collecting legal info >>> mosquitto 2.0.14 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> obsidian-cursors 1.0 Collecting legal info >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> 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-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_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'