>>> Generating filesystem image rootfs.tar mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1660525372\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/thomas/autobuild/instance-1/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/tar/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubifs mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -print0 | xargs -0 -r touch -hd @1660525372\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/thomas/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/output-1/host/bin/lzma -9 -c /home/thomas/autobuild/instance-1/output-1/images/rootfs.ubifs > /home/thomas/autobuild/instance-1/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.ubi mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target -print0 | xargs -0 -r touch -hd @1660525372\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/thomas/autobuild/instance-1/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/thomas/autobuild/instance-1/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/thomas/autobuild/instance-1/output-1/build/ubinize.cfg\n /home/thomas/autobuild/instance-1/output-1/host/sbin/ubinize -o /home/thomas/autobuild/instance-1/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/thomas/autobuild/instance-1/output-1/build/ubinize.cfg\n rm /home/thomas/autobuild/instance-1/output-1/build/ubinize.cfg\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/thomas/autobuild/instance-1/output-1/images/rootfs.ubifs"31997952 bytes (30.5 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1660525372\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 3735 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3735 0% [ ] 2/3735 0% [ ] 3/3735 0% [ ] 4/3735 0% [ ] 5/3735 0% [ ] 6/3735 0% [ ] 7/3735 0% [ ] 8/3735 0% [ ] 9/3735 0% [ ] 10/3735 0% [ ] 11/3735 0% [ ] 12/3735 0% [ ] 13/3735 0% [ ] 14/3735 0% [ ] 15/3735 0% [ ] 16/3735 0% [ ] 17/3735 0% [ ] 18/3735 0% [ ] 19/3735 0% [ ] 20/3735 0% [ ] 21/3735 0% [ ] 22/3735 0% [ ] 23/3735 0% [ ] 24/3735 0% [ ] 25/3735 0% [ ] 26/3735 0% [ ] 27/3735 0% [ ] 28/3735 0% [ ] 29/3735 0% [ ] 30/3735 0% [ ] 31/3735 0% [ ] 32/3735 0% [ ] 33/3735 0% [ ] 34/3735 0% [ ] 35/3735 0% [ ] 36/3735 0% [ ] 37/3735 0% [ ] 38/3735 1% [ ] 39/3735 1% [ ] 40/3735 1% [ ] 41/3735 1% [ ] 42/3735 1% [ ] 43/3735 1% [ ] 44/3735 1% [ ] 45/3735 1% [ ] 46/3735 1% [ ] 47/3735 1% [ ] 48/3735 1% [ ] 49/3735 1% [ ] 50/3735 1% [ ] 51/3735 1% [ ] 52/3735 1% [ ] 53/3735 1% [ ] 54/3735 1% [ ] 55/3735 1% [ ] 56/3735 1% [ ] 57/3735 1% [ ] 58/3735 1% [ ] 59/3735 1% [ ] 60/3735 1% [= ] 61/3735 1% [= ] 62/3735 1% [= ] 63/3735 1% [= ] 64/3735 1% [= ] 65/3735 1% [= ] 66/3735 1% [= ] 67/3735 1% [= ] 68/3735 1% [= ] 69/3735 1% [= ] 70/3735 1% [= ] 71/3735 1% [= ] 72/3735 1% [= ] 73/3735 1% [= ] 74/3735 1% [= ] 75/3735 2% [= ] 76/3735 2% [= ] 77/3735 2% [= ] 78/3735 2% [= ] 79/3735 2% [= ] 80/3735 2% [= ] 81/3735 2% [= ] 82/3735 2% [= ] 83/3735 2% [= ] 84/3735 2% [= ] 85/3735 2% [= ] 86/3735 2% [= ] 87/3735 2% [= ] 88/3735 2% [= ] 89/3735 2% [= ] 90/3735 2% [= ] 91/3735 2% [= ] 92/3735 2% [= ] 93/3735 2% [= ] 94/3735 2% [= ] 95/3735 2% [= ] 96/3735 2% [= ] 97/3735 2% [= ] 98/3735 2% [= ] 99/3735 2% [= ] 100/3735 2% [= ] 101/3735 2% [= ] 102/3735 2% [= ] 103/3735 2% [= ] 104/3735 2% [= ] 105/3735 2% [= ] 106/3735 2% [= ] 107/3735 2% [= ] 108/3735 2% [= ] 109/3735 2% [= ] 110/3735 2% [= ] 111/3735 2% [= ] 112/3735 2% [= ] 113/3735 3% [= ] 114/3735 3% [= ] 115/3735 3% [= ] 116/3735 3% [= ] 117/3735 3% [= ] 118/3735 3% [= ] 119/3735 3% [= ] 120/3735 3% [== ] 121/3735 3% [== ] 122/3735 3% [== ] 123/3735 3% [== ] 124/3735 3% [== ] 125/3735 3% [== ] 126/3735 3% [== ] 127/3735 3% [== ] 128/3735 3% [== ] 129/3735 3% [== ] 130/3735 3% [== ] 131/3735 3% [== ] 132/3735 3% [== ] 133/3735 3% [== ] 134/3735 3% [== ] 135/3735 3% [== ] 136/3735 3% [== ] 137/3735 3% [== ] 138/3735 3% [== ] 139/3735 3% [== ] 140/3735 3% [== ] 141/3735 3% [== ] 142/3735 3% [== ] 143/3735 3% [== ] 144/3735 3% [== ] 145/3735 3% [== ] 146/3735 3% [== ] 147/3735 3% [== ] 148/3735 3% [== ] 149/3735 3% [== ] 150/3735 4% [== ] 151/3735 4% [== ] 152/3735 4% [== ] 153/3735 4% [== ] 154/3735 4% [== ] 155/3735 4% [== ] 156/3735 4% [== ] 157/3735 4% [== ] 158/3735 4% [== ] 159/3735 4% [== ] 160/3735 4% [== ] 161/3735 4% [== ] 162/3735 4% [== ] 163/3735 4% [== ] 164/3735 4% [== ] 165/3735 4% [== ] 166/3735 4% [== ] 167/3735 4% [== ] 168/3735 4% [== ] 169/3735 4% [== ] 170/3735 4% [== ] 171/3735 4% [== ] 172/3735 4% [== ] 173/3735 4% [== ] 174/3735 4% [== ] 175/3735 4% [== ] 176/3735 4% [== ] 177/3735 4% [== ] 178/3735 4% [== ] 179/3735 4% [== ] 180/3735 4% [=== ] 181/3735 4% [=== ] 182/3735 4% [=== ] 183/3735 4% [=== ] 184/3735 4% [=== ] 185/3735 4% [=== ] 186/3735 4% [=== ] 187/3735 5% [=== ] 188/3735 5% [=== ] 189/3735 5% [=== ] 190/3735 5% [=== ] 191/3735 5% [=== ] 192/3735 5% [=== ] 193/3735 5% [=== ] 194/3735 5% [=== ] 195/3735 5% [=== ] 196/3735 5% [=== ] 197/3735 5% [=== ] 198/3735 5% [=== ] 199/3735 5% [=== ] 200/3735 5% [=== ] 201/3735 5% [=== ] 202/3735 5% [=== ] 203/3735 5% [=== ] 204/3735 5% [=== ] 205/3735 5% [=== ] 206/3735 5% [=== ] 207/3735 5% [=== ] 208/3735 5% [=== ] 209/3735 5% [=== ] 210/3735 5% [=== ] 211/3735 5% [=== ] 212/3735 5% [=== ] 213/3735 5% [=== ] 214/3735 5% [=== ] 215/3735 5% [=== ] 216/3735 5% [=== ] 217/3735 5% [=== ] 218/3735 5% [=== ] 219/3735 5% [=== ] 220/3735 5% [=== ] 221/3735 5% [=== ] 222/3735 5% [=== ] 223/3735 5% [=== ] 224/3735 5% [=== ] 225/3735 6% [=== ] 226/3735 6% [=== ] 227/3735 6% [=== ] 228/3735 6% [=== ] 229/3735 6% [=== ] 230/3735 6% [=== ] 231/3735 6% [=== ] 232/3735 6% [=== ] 233/3735 6% [=== ] 234/3735 6% [=== ] 235/3735 6% [=== ] 236/3735 6% [=== ] 237/3735 6% [=== ] 238/3735 6% [=== ] 239/3735 6% [=== ] 240/3735 6% [==== ] 241/3735 6% [==== ] 242/3735 6% [==== ] 243/3735 6% [==== ] 244/3735 6% [==== ] 245/3735 6% [==== ] 246/3735 6% [==== ] 247/3735 6% [==== ] 248/3735 6% [==== ] 249/3735 6% [==== ] 250/3735 6% [==== ] 251/3735 6% [==== ] 252/3735 6% [==== ] 253/3735 6% [==== ] 254/3735 6% [==== ] 255/3735 6% [==== ] 256/3735 6% [==== ] 257/3735 6% [==== ] 258/3735 6% [==== ] 259/3735 6% [==== ] 260/3735 6% [==== ] 261/3735 6% [==== ] 262/3735 7% [==== ] 263/3735 7% [==== ] 264/3735 7% [==== ] 265/3735 7% [==== ] 266/3735 7% [==== ] 267/3735 7% [==== ] 268/3735 7% [==== ] 269/3735 7% [==== ] 270/3735 7% [==== ] 271/3735 7% [==== ] 272/3735 7% [==== ] 273/3735 7% [==== ] 274/3735 7% [==== ] 275/3735 7% [==== ] 276/3735 7% [==== ] 277/3735 7% [==== ] 278/3735 7% [==== ] 279/3735 7% [==== ] 280/3735 7% [==== ] 281/3735 7% [==== ] 282/3735 7% [==== ] 283/3735 7% [==== ] 284/3735 7% [==== ] 285/3735 7% [==== ] 286/3735 7% [==== ] 287/3735 7% [==== ] 288/3735 7% [==== ] 289/3735 7% [==== ] 290/3735 7% [==== ] 291/3735 7% [==== ] 292/3735 7% [==== ] 293/3735 7% [==== ] 294/3735 7% [==== ] 295/3735 7% [==== ] 296/3735 7% [==== ] 297/3735 7% [==== ] 298/3735 7% [==== ] 299/3735 8% [==== ] 300/3735 8% [==== ] 301/3735 8% [===== ] 302/3735 8% [===== ] 303/3735 8% [===== ] 304/3735 8% [===== ] 305/3735 8% [===== ] 306/3735 8% [===== ] 307/3735 8% [===== ] 308/3735 8% [===== ] 309/3735 8% [===== ] 310/3735 8% [===== ] 311/3735 8% [===== ] 312/3735 8% [===== ] 313/3735 8% [===== ] 314/3735 8% [===== ] 315/3735 8% [===== ] 316/3735 8% [===== ] 317/3735 8% [===== ] 318/3735 8% [===== ] 319/3735 8% [===== ] 320/3735 8% [===== ] 321/3735 8% [===== ] 322/3735 8% [===== ] 323/3735 8% [===== ] 324/3735 8% [===== ] 325/3735 8% [===== ] 326/3735 8% [===== ] 327/3735 8% [===== ] 328/3735 8% [===== ] 329/3735 8% [===== ] 330/3735 8% [===== ] 331/3735 8% [===== ] 332/3735 8% [===== ] 333/3735 8% [===== ] 334/3735 8% [===== ] 335/3735 8% [===== ] 336/3735 8% [===== ] 337/3735 9% [===== ] 338/3735 9% [===== ] 339/3735 9% [===== ] 340/3735 9% [===== ] 341/3735 9% [===== ] 342/3735 9% [===== ] 343/3735 9% [===== ] 344/3735 9% [===== ] 345/3735 9% [===== ] 346/3735 9% [===== ] 347/3735 9% [===== ] 348/3735 9% [===== ] 349/3735 9% [===== ] 350/3735 9% [===== ] 351/3735 9% [===== ] 352/3735 9% [===== ] 353/3735 9% [===== ] 354/3735 9% [===== ] 355/3735 9% [===== ] 356/3735 9% [===== ] 357/3735 9% [===== ] 358/3735 9% [===== ] 359/3735 9% [===== ] 360/3735 9% [===== ] 361/3735 9% [====== ] 362/3735 9% [====== ] 363/3735 9% [====== ] 364/3735 9% [====== ] 365/3735 9% [====== ] 366/3735 9% [====== ] 367/3735 9% [====== ] 368/3735 9% [====== ] 369/3735 9% [====== ] 370/3735 9% [====== ] 371/3735 9% [====== ] 372/3735 9% [====== ] 373/3735 9% [====== ] 374/3735 10% [====== ] 375/3735 10% [====== ] 376/3735 10% [====== ] 377/3735 10% [====== ] 378/3735 10% [====== ] 379/3735 10% [====== ] 380/3735 10% [====== ] 381/3735 10% [====== ] 382/3735 10% [====== ] 383/3735 10% [====== ] 384/3735 10% [====== ] 385/3735 10% [====== ] 386/3735 10% [====== ] 387/3735 10% [====== ] 388/3735 10% [====== ] 389/3735 10% [====== ] 390/3735 10% [====== ] 391/3735 10% [====== ] 392/3735 10% [====== ] 393/3735 10% [====== ] 394/3735 10% [====== ] 395/3735 10% [====== ] 396/3735 10% [====== ] 397/3735 10% [====== ] 398/3735 10% [====== ] 399/3735 10% [====== ] 400/3735 10% [====== ] 401/3735 10% [====== ] 402/3735 10% [====== ] 403/3735 10% [====== ] 404/3735 10% [====== ] 405/3735 10% [====== ] 406/3735 10% [====== ] 407/3735 10% [====== ] 408/3735 10% [====== ] 409/3735 10% [====== ] 410/3735 10% [====== ] 411/3735 11% [====== ] 412/3735 11% [====== ] 413/3735 11% [====== ] 414/3735 11% [====== ] 415/3735 11% [====== ] 416/3735 11% [====== ] 417/3735 11% [====== ] 418/3735 11% [====== ] 419/3735 11% [====== ] 420/3735 11% [====== ] 421/3735 11% [======= ] 422/3735 11% [======= ] 423/3735 11% [======= ] 424/3735 11% [======= ] 425/3735 11% [======= ] 426/3735 11% [======= ] 427/3735 11% [======= ] 428/3735 11% [======= ] 429/3735 11% [======= ] 430/3735 11% [======= ] 431/3735 11% [======= ] 432/3735 11% [======= ] 433/3735 11% [======= ] 434/3735 11% [======= ] 435/3735 11% [======= ] 436/3735 11% [======= ] 437/3735 11% [======= ] 438/3735 11% [======= ] 439/3735 11% [======= ] 440/3735 11% [======= ] 441/3735 11% [======= ] 442/3735 11% [======= ] 443/3735 11% [======= ] 444/3735 11% [======= ] 445/3735 11% [======= ] 446/3735 11% [======= ] 447/3735 11% [======= ] 448/3735 11% [======= ] 449/3735 12% [======= ] 450/3735 12% [======= ] 451/3735 12% [======= ] 452/3735 12% [======= ] 453/3735 12% [======= ] 454/3735 12% [======= ] 455/3735 12% [======= ] 456/3735 12% [======= ] 457/3735 12% [======= ] 458/3735 12% [======= ] 459/3735 12% [======= ] 460/3735 12% [======= ] 461/3735 12% [======= ] 462/3735 12% [======= ] 463/3735 12% [======= ] 464/3735 12% [======= ] 465/3735 12% [======= ] 466/3735 12% [======= ] 467/3735 12% [======= ] 468/3735 12% [======= ] 469/3735 12% [======= ] 470/3735 12% [======= ] 471/3735 12% [======= ] 472/3735 12% [======= ] 473/3735 12% [======= ] 474/3735 12% [======= ] 475/3735 12% [======= ] 476/3735 12% [======= ] 477/3735 12% [======= ] 478/3735 12% [======= ] 479/3735 12% [======= ] 480/3735 12% [======= ] 481/3735 12% [======== ] 482/3735 12% [======== ] 483/3735 12% [======== ] 484/3735 12% [======== ] 485/3735 12% [======== ] 486/3735 13% [======== ] 487/3735 13% [======== ] 488/3735 13% [======== ] 489/3735 13% [======== ] 490/3735 13% [======== ] 491/3735 13% [======== ] 492/3735 13% [======== ] 493/3735 13% [======== ] 494/3735 13% [======== ] 495/3735 13% [======== ] 496/3735 13% [======== ] 497/3735 13% [======== ] 498/3735 13% [======== ] 499/3735 13% [======== ] 500/3735 13% [======== ] 501/3735 13% [======== ] 502/3735 13% [======== ] 503/3735 13% [======== ] 504/3735 13% [======== ] 505/3735 13% [======== ] 506/3735 13% [======== ] 507/3735 13% [======== ] 508/3735 13% [======== ] 509/3735 13% [======== ] 510/3735 13% [======== ] 511/3735 13% [======== ] 512/3735 13% [======== ] 513/3735 13% [======== ] 514/3735 13% [======== ] 515/3735 13% [======== ] 516/3735 13% [======== ] 517/3735 13% [======== ] 518/3735 13% [======== ] 519/3735 13% [======== ] 520/3735 13% [======== ] 521/3735 13% [======== ] 522/3735 13% [======== ] 523/3735 14% [======== ] 524/3735 14% [======== ] 525/3735 14% [======== ] 526/3735 14% [======== ] 527/3735 14% [======== ] 528/3735 14% [======== ] 529/3735 14% [======== ] 530/3735 14% [======== ] 531/3735 14% [======== ] 532/3735 14% [======== ] 533/3735 14% [======== ] 534/3735 14% [======== ] 535/3735 14% [======== ] 536/3735 14% [======== ] 537/3735 14% [======== ] 538/3735 14% [======== ] 539/3735 14% [======== ] 540/3735 14% [======== ] 541/3735 14% [======== ] 542/3735 14% [========= ] 543/3735 14% [========= ] 544/3735 14% [========= ] 545/3735 14% [========= ] 546/3735 14% [========= ] 547/3735 14% [========= ] 548/3735 14% [========= ] 549/3735 14% [========= ] 550/3735 14% [========= ] 551/3735 14% [========= ] 552/3735 14% [========= ] 553/3735 14% [========= ] 554/3735 14% [========= ] 555/3735 14% [========= ] 556/3735 14% [========= ] 557/3735 14% [========= ] 558/3735 14% [========= ] 559/3735 14% [========= ] 560/3735 14% [========= ] 561/3735 15% [========= ] 562/3735 15% [========= ] 563/3735 15% [========= ] 564/3735 15% [========= ] 565/3735 15% [========= ] 566/3735 15% [========= ] 567/3735 15% [========= ] 568/3735 15% [========= ] 569/3735 15% [========= ] 570/3735 15% [========= ] 571/3735 15% [========= ] 572/3735 15% [========= ] 573/3735 15% [========= ] 574/3735 15% [========= ] 575/3735 15% [========= ] 576/3735 15% [========= ] 577/3735 15% [========= ] 578/3735 15% [========= ] 579/3735 15% [========= ] 580/3735 15% [========= ] 581/3735 15% [========= ] 582/3735 15% [========= ] 583/3735 15% [========= ] 584/3735 15% [========= ] 585/3735 15% [========= ] 586/3735 15% [========= ] 587/3735 15% [========= ] 588/3735 15% [========= ] 589/3735 15% [========= ] 590/3735 15% [========= ] 591/3735 15% [========= ] 592/3735 15% [========= ] 593/3735 15% [========= ] 594/3735 15% [========= ] 595/3735 15% [========= ] 596/3735 15% [========= ] 597/3735 15% [========= ] 598/3735 16% [========= ] 599/3735 16% [========= ] 600/3735 16% [========= ] 601/3735 16% [========= ] 602/3735 16% [========== ] 603/3735 16% [========== ] 604/3735 16% [========== ] 605/3735 16% [========== ] 606/3735 16% [========== ] 607/3735 16% [========== ] 608/3735 16% [========== ] 609/3735 16% [========== ] 610/3735 16% [========== ] 611/3735 16% [========== ] 612/3735 16% [========== ] 613/3735 16% [========== ] 614/3735 16% [========== ] 615/3735 16% [========== ] 616/3735 16% [========== ] 617/3735 16% [========== ] 618/3735 16% [========== ] 619/3735 16% [========== ] 620/3735 16% [========== ] 621/3735 16% [========== ] 622/3735 16% [========== ] 623/3735 16% [========== ] 624/3735 16% [========== ] 625/3735 16% [========== ] 626/3735 16% [========== ] 627/3735 16% [========== ] 628/3735 16% [========== ] 629/3735 16% [========== ] 630/3735 16% [========== ] 631/3735 16% [========== ] 632/3735 16% [========== ] 633/3735 16% [========== ] 634/3735 16% [========== ] 635/3735 17% [========== ] 636/3735 17% [========== ] 637/3735 17% [========== ] 638/3735 17% [========== ] 639/3735 17% [========== ] 640/3735 17% [========== ] 641/3735 17% [========== ] 642/3735 17% [========== ] 643/3735 17% [========== ] 644/3735 17% [========== ] 645/3735 17% [========== ] 646/3735 17% [========== ] 647/3735 17% [========== ] 648/3735 17% [========== ] 649/3735 17% [========== ] 650/3735 17% [========== ] 651/3735 17% [========== ] 652/3735 17% [========== ] 653/3735 17% [========== ] 654/3735 17% [========== ] 655/3735 17% [========== ] 656/3735 17% [========== ] 657/3735 17% [========== ] 658/3735 17% [========== ] 659/3735 17% [========== ] 660/3735 17% [========== ] 661/3735 17% [========== ] 662/3735 17% [=========== ] 663/3735 17% [=========== ] 664/3735 17% [=========== ] 665/3735 17% [=========== ] 666/3735 17% [=========== ] 667/3735 17% [=========== ] 668/3735 17% [=========== ] 669/3735 17% [=========== ] 670/3735 17% [=========== ] 671/3735 17% [=========== ] 672/3735 17% [=========== ] 673/3735 18% [=========== ] 674/3735 18% [=========== ] 675/3735 18% [=========== ] 676/3735 18% [=========== ] 677/3735 18% [=========== ] 678/3735 18% [=========== ] 679/3735 18% [=========== ] 680/3735 18% [=========== ] 681/3735 18% [=========== ] 682/3735 18% [=========== ] 683/3735 18% [=========== ] 684/3735 18% [=========== ] 685/3735 18% [=========== ] 686/3735 18% [=========== ] 687/3735 18% [=========== ] 688/3735 18% [=========== ] 689/3735 18% [=========== ] 690/3735 18% [=========== ] 691/3735 18% [=========== ] 692/3735 18% [=========== ] 693/3735 18% [=========== ] 694/3735 18% [=========== ] 695/3735 18% [=========== ] 696/3735 18% [=========== ] 697/3735 18% [=========== ] 698/3735 18% [=========== ] 699/3735 18% [=========== ] 700/3735 18% [=========== ] 701/3735 18% [=========== ] 702/3735 18% [=========== ] 703/3735 18% [=========== ] 704/3735 18% [=========== ] 705/3735 18% [=========== ] 706/3735 18% [=========== ] 707/3735 18% [=========== ] 708/3735 18% [=========== ] 709/3735 18% [=========== ] 710/3735 19% [=========== ] 711/3735 19% [=========== ] 712/3735 19% [=========== ] 713/3735 19% [=========== ] 714/3735 19% [=========== ] 715/3735 19% [=========== ] 716/3735 19% [=========== ] 717/3735 19% [=========== ] 718/3735 19% [=========== ] 719/3735 19% [=========== ] 720/3735 19% [=========== ] 721/3735 19% [=========== ] 722/3735 19% [============ ] 723/3735 19% [============ ] 724/3735 19% [============ ] 725/3735 19% [============ ] 726/3735 19% [============ ] 727/3735 19% [============ ] 728/3735 19% [============ ] 729/3735 19% [============ ] 730/3735 19% [============ ] 731/3735 19% [============ ] 732/3735 19% [============ ] 733/3735 19% [============ ] 734/3735 19% [============ ] 735/3735 19% [============ ] 736/3735 19% [============ ] 737/3735 19% [============ ] 738/3735 19% [============ ] 739/3735 19% [============ ] 740/3735 19% [============ ] 741/3735 19% [============ ] 742/3735 19% [============ ] 743/3735 19% [============ ] 744/3735 19% [============ ] 745/3735 19% [============ ] 746/3735 19% [============ ] 747/3735 20% [============ ] 748/3735 20% [============ ] 749/3735 20% [============ ] 750/3735 20% [============ ] 751/3735 20% [============ ] 752/3735 20% [============ ] 753/3735 20% [============ ] 754/3735 20% [============ ] 755/3735 20% [============ ] 756/3735 20% [============ ] 757/3735 20% [============ ] 758/3735 20% [============ ] 759/3735 20% [============ ] 760/3735 20% [============ ] 761/3735 20% [============ ] 762/3735 20% [============ ] 763/3735 20% [============ ] 764/3735 20% [============ ] 765/3735 20% [============ ] 766/3735 20% [============ ] 767/3735 20% [============ ] 768/3735 20% [============ ] 769/3735 20% [============ ] 770/3735 20% [============ ] 771/3735 20% [============ ] 772/3735 20% [============ ] 773/3735 20% [============ ] 774/3735 20% [============ ] 775/3735 20% [============ ] 776/3735 20% [============ ] 777/3735 20% [============ ] 778/3735 20% [============ ] 779/3735 20% [============ ] 780/3735 20% [============ ] 781/3735 20% [============ ] 782/3735 20% [============ ] 783/3735 20% [============= ] 784/3735 20% [============= ] 785/3735 21% [============= ] 786/3735 21% [============= ] 787/3735 21% [============= ] 788/3735 21% [============= ] 789/3735 21% [============= ] 790/3735 21% [============= ] 791/3735 21% [============= ] 792/3735 21% [============= ] 793/3735 21% [============= ] 794/3735 21% [============= ] 795/3735 21% [============= ] 796/3735 21% [============= ] 797/3735 21% [============= ] 798/3735 21% [============= ] 799/3735 21% [============= ] 800/3735 21% [============= ] 801/3735 21% [============= ] 802/3735 21% [============= ] 803/3735 21% [============= ] 804/3735 21% [============= ] 805/3735 21% [============= ] 806/3735 21% [============= ] 807/3735 21% [============= ] 808/3735 21% [============= ] 809/3735 21% [============= ] 810/3735 21% [============= ] 811/3735 21% [============= ] 812/3735 21% [============= ] 813/3735 21% [============= ] 814/3735 21% [============= ] 815/3735 21% [============= ] 816/3735 21% [============= ] 817/3735 21% [============= ] 818/3735 21% [============= ] 819/3735 21% [============= ] 820/3735 21% [============= ] 821/3735 21% [============= ] 822/3735 22% [============= ] 823/3735 22% [============= ] 824/3735 22% [============= ] 825/3735 22% [============= ] 826/3735 22% [============= ] 827/3735 22% [============= ] 828/3735 22% [============= ] 829/3735 22% [============= ] 830/3735 22% [============= ] 831/3735 22% [============= ] 832/3735 22% [============= ] 833/3735 22% [============= ] 834/3735 22% [============= ] 835/3735 22% [============= ] 836/3735 22% [============= ] 837/3735 22% [============= ] 838/3735 22% [============= ] 839/3735 22% [============= ] 840/3735 22% [============= ] 841/3735 22% [============= ] 842/3735 22% [============= ] 843/3735 22% [============== ] 844/3735 22% [============== ] 845/3735 22% [============== ] 846/3735 22% [============== ] 847/3735 22% [============== ] 848/3735 22% [============== ] 849/3735 22% [============== ] 850/3735 22% [============== ] 851/3735 22% [============== ] 852/3735 22% [============== ] 853/3735 22% [============== ] 854/3735 22% [============== ] 855/3735 22% [============== ] 856/3735 22% [============== ] 857/3735 22% [============== ] 858/3735 22% [============== ] 859/3735 22% [============== ] 860/3735 23% [============== ] 861/3735 23% [============== ] 862/3735 23% [============== ] 863/3735 23% [============== ] 864/3735 23% [============== ] 865/3735 23% [============== ] 866/3735 23% [============== ] 867/3735 23% [============== ] 868/3735 23% [============== ] 869/3735 23% [============== ] 870/3735 23% [============== ] 871/3735 23% [============== ] 872/3735 23% [============== ] 873/3735 23% [============== ] 874/3735 23% [============== ] 875/3735 23% [============== ] 876/3735 23% [============== ] 877/3735 23% [============== ] 878/3735 23% [============== ] 879/3735 23% [============== ] 880/3735 23% [============== ] 881/3735 23% [============== ] 882/3735 23% [============== ] 883/3735 23% [============== ] 884/3735 23% [============== ] 885/3735 23% [============== ] 886/3735 23% [============== ] 887/3735 23% [============== ] 888/3735 23% [============== ] 889/3735 23% [============== ] 890/3735 23% [============== ] 891/3735 23% [============== ] 892/3735 23% [============== ] 893/3735 23% [============== ] 894/3735 23% [============== ] 895/3735 23% [============== ] 896/3735 23% [============== ] 897/3735 24% [============== ] 898/3735 24% [============== ] 899/3735 24% [============== ] 900/3735 24% [============== ] 901/3735 24% [============== ] 902/3735 24% [============== ] 903/3735 24% [=============== ] 904/3735 24% [=============== ] 905/3735 24% [=============== ] 906/3735 24% [=============== ] 907/3735 24% [=============== ] 908/3735 24% [=============== ] 909/3735 24% [=============== ] 910/3735 24% [=============== ] 911/3735 24% [=============== ] 912/3735 24% [=============== ] 913/3735 24% [=============== ] 914/3735 24% [=============== ] 915/3735 24% [=============== ] 916/3735 24% [=============== ] 917/3735 24% [=============== ] 918/3735 24% [=============== ] 919/3735 24% [=============== ] 920/3735 24% [=============== ] 921/3735 24% [=============== ] 922/3735 24% [=============== ] 923/3735 24% [=============== ] 924/3735 24% [=============== ] 925/3735 24% [=============== ] 926/3735 24% [=============== ] 927/3735 24% [=============== ] 928/3735 24% [=============== ] 929/3735 24% [=============== ] 930/3735 24% [=============== ] 931/3735 24% [=============== ] 932/3735 24% [=============== ] 933/3735 24% [=============== ] 934/3735 25% [=============== ] 935/3735 25% [=============== ] 936/3735 25% [=============== ] 937/3735 25% [=============== ] 938/3735 25% [=============== ] 939/3735 25% [=============== ] 940/3735 25% [=============== ] 941/3735 25% [=============== ] 942/3735 25% [=============== ] 943/3735 25% [=============== ] 944/3735 25% [=============== ] 945/3735 25% [=============== ] 946/3735 25% [=============== ] 947/3735 25% [=============== ] 948/3735 25% [=============== ] 949/3735 25% [=============== ] 950/3735 25% [=============== ] 951/3735 25% [=============== ] 952/3735 25% [=============== ] 953/3735 25% [=============== ] 954/3735 25% [=============== ] 955/3735 25% [=============== ] 956/3735 25% [=============== ] 957/3735 25% [=============== ] 958/3735 25% [=============== ] 959/3735 25% [=============== ] 960/3735 25% [=============== ] 961/3735 25% [=============== ] 962/3735 25% [=============== ] 963/3735 25% [================ ] 964/3735 25% [================ ] 965/3735 25% [================ ] 966/3735 25% [================ ] 967/3735 25% [================ ] 968/3735 25% [================ ] 969/3735 25% [================ ] 970/3735 25% [================ ] 971/3735 25% [================ ] 972/3735 26% [================ ] 973/3735 26% [================ ] 974/3735 26% [================ ] 975/3735 26% [================ ] 976/3735 26% [================ ] 977/3735 26% [================ ] 978/3735 26% [================ ] 979/3735 26% [================ ] 980/3735 26% [================ ] 981/3735 26% [================ ] 982/3735 26% [================ ] 983/3735 26% [================ ] 984/3735 26% [================ ] 985/3735 26% [================ ] 986/3735 26% [================ ] 987/3735 26% [================ ] 988/3735 26% [================ ] 989/3735 26% [================ ] 990/3735 26% [================ ] 991/3735 26% [================ ] 992/3735 26% [================ ] 993/3735 26% [================ ] 994/3735 26% [================ ] 995/3735 26% [================ ] 996/3735 26% [================ ] 997/3735 26% [================ ] 998/3735 26% [================ ] 999/3735 26% [================ ] 1000/3735 26% [================ ] 1001/3735 26% [================ ] 1002/3735 26% [================ ] 1003/3735 26% [================ ] 1004/3735 26% [================ ] 1005/3735 26% [================ ] 1006/3735 26% [================ ] 1007/3735 26% [================ ] 1008/3735 26% [================ ] 1009/3735 27% [================ ] 1010/3735 27% [================ ] 1011/3735 27% [================ ] 1012/3735 27% [================ ] 1013/3735 27% [================ ] 1014/3735 27% [================ ] 1015/3735 27% [================ ] 1016/3735 27% [================ ] 1017/3735 27% [================ ] 1018/3735 27% [================ ] 1019/3735 27% [================ ] 1020/3735 27% [================ ] 1021/3735 27% [================ ] 1022/3735 27% [================ ] 1023/3735 27% [================ ] 1024/3735 27% [================= ] 1025/3735 27% [================= ] 1026/3735 27% [================= ] 1027/3735 27% [================= ] 1028/3735 27% [================= ] 1029/3735 27% [================= ] 1030/3735 27% [================= ] 1031/3735 27% [================= ] 1032/3735 27% [================= ] 1033/3735 27% [================= ] 1034/3735 27% [================= ] 1035/3735 27% [================= ] 1036/3735 27% [================= ] 1037/3735 27% [================= ] 1038/3735 27% [================= ] 1039/3735 27% [================= ] 1040/3735 27% [================= ] 1041/3735 27% [================= ] 1042/3735 27% [================= ] 1043/3735 27% [================= ] 1044/3735 27% [================= ] 1045/3735 27% [================= ] 1046/3735 28% [================= ] 1047/3735 28% [================= ] 1048/3735 28% [================= ] 1049/3735 28% [================= ] 1050/3735 28% [================= ] 1051/3735 28% [================= ] 1052/3735 28% [================= ] 1053/3735 28% [================= ] 1054/3735 28% [================= ] 1055/3735 28% [================= ] 1056/3735 28% [================= ] 1057/3735 28% [================= ] 1058/3735 28% [================= ] 1059/3735 28% [================= ] 1060/3735 28% [================= ] 1061/3735 28% [================= ] 1062/3735 28% [================= ] 1063/3735 28% [================= ] 1064/3735 28% [================= ] 1065/3735 28% [================= ] 1066/3735 28% [================= ] 1067/3735 28% [================= ] 1068/3735 28% [================= ] 1069/3735 28% [================= ] 1070/3735 28% [================= ] 1071/3735 28% [================= ] 1072/3735 28% [================= ] 1073/3735 28% [================= ] 1074/3735 28% [================= ] 1075/3735 28% [================= ] 1076/3735 28% [================= ] 1077/3735 28% [================= ] 1078/3735 28% [================= ] 1079/3735 28% [================= ] 1080/3735 28% [================= ] 1081/3735 28% [================= ] 1082/3735 28% [================= ] 1083/3735 28% [================= ] 1084/3735 29% [================== ] 1085/3735 29% [================== ] 1086/3735 29% [================== ] 1087/3735 29% [================== ] 1088/3735 29% [================== ] 1089/3735 29% [================== ] 1090/3735 29% [================== ] 1091/3735 29% [================== ] 1092/3735 29% [================== ] 1093/3735 29% [================== ] 1094/3735 29% [================== ] 1095/3735 29% [================== ] 1096/3735 29% [================== ] 1097/3735 29% [================== ] 1098/3735 29% [================== ] 1099/3735 29% [================== ] 1100/3735 29% [================== ] 1101/3735 29% [================== ] 1102/3735 29% [================== ] 1103/3735 29% [================== ] 1104/3735 29% [================== ] 1105/3735 29% [================== ] 1106/3735 29% [================== ] 1107/3735 29% [================== ] 1108/3735 29% [================== ] 1109/3735 29% [================== ] 1110/3735 29% [================== ] 1111/3735 29% [================== ] 1112/3735 29% [================== ] 1113/3735 29% [================== ] 1114/3735 29% [================== ] 1115/3735 29% [================== ] 1116/3735 29% [================== ] 1117/3735 29% [================== ] 1118/3735 29% [================== ] 1119/3735 29% [================== ] 1120/3735 29% [================== ] 1121/3735 30% [================== ] 1122/3735 30% [================== ] 1123/3735 30% [================== ] 1124/3735 30% [================== ] 1125/3735 30% [================== ] 1126/3735 30% [================== ] 1127/3735 30% [================== ] 1128/3735 30% [================== ] 1129/3735 30% [================== ] 1130/3735 30% [================== ] 1131/3735 30% [================== ] 1132/3735 30% [================== ] 1133/3735 30% [================== ] 1134/3735 30% [================== ] 1135/3735 30% [================== ] 1136/3735 30% [================== ] 1137/3735 30% [================== ] 1138/3735 30% [================== ] 1139/3735 30% [================== ] 1140/3735 30% [================== ] 1141/3735 30% [================== ] 1142/3735 30% [================== ] 1143/3735 30% [================== ] 1144/3735 30% [=================== ] 1145/3735 30% [=================== ] 1146/3735 30% [=================== ] 1147/3735 30% [=================== ] 1148/3735 30% [=================== ] 1149/3735 30% [=================== ] 1150/3735 30% [=================== ] 1151/3735 30% [=================== ] 1152/3735 30% [=================== ] 1153/3735 30% [=================== ] 1154/3735 30% [=================== ] 1155/3735 30% [=================== ] 1156/3735 30% [=================== ] 1157/3735 30% [=================== ] 1158/3735 31% [=================== ] 1159/3735 31% [=================== ] 1160/3735 31% [=================== ] 1161/3735 31% [=================== ] 1162/3735 31% [=================== ] 1163/3735 31% [=================== ] 1164/3735 31% [=================== ] 1165/3735 31% [=================== ] 1166/3735 31% [=================== ] 1167/3735 31% [=================== ] 1168/3735 31% [=================== ] 1169/3735 31% [=================== ] 1170/3735 31% [=================== ] 1171/3735 31% [=================== ] 1172/3735 31% [=================== ] 1173/3735 31% [=================== ] 1174/3735 31% [=================== ] 1175/3735 31% [=================== ] 1176/3735 31% [=================== ] 1177/3735 31% [=================== ] 1178/3735 31% [=================== ] 1179/3735 31% [=================== ] 1180/3735 31% [=================== ] 1181/3735 31% [=================== ] 1182/3735 31% [=================== ] 1183/3735 31% [=================== ] 1184/3735 31% [=================== ] 1185/3735 31% [=================== ] 1186/3735 31% [=================== ] 1187/3735 31% [=================== ] 1188/3735 31% [=================== ] 1189/3735 31% [=================== ] 1190/3735 31% [=================== ] 1191/3735 31% [=================== ] 1192/3735 31% [=================== ] 1193/3735 31% [=================== ] 1194/3735 31% [=================== ] 1195/3735 31% [=================== ] 1196/3735 32% [=================== ] 1197/3735 32% [=================== ] 1198/3735 32% [=================== ] 1199/3735 32% [=================== ] 1200/3735 32% [=================== ] 1201/3735 32% [=================== ] 1202/3735 32% [=================== ] 1203/3735 32% [=================== ] 1204/3735 32% [==================== ] 1205/3735 32% [==================== ] 1206/3735 32% [==================== ] 1207/3735 32% [==================== ] 1208/3735 32% [==================== ] 1209/3735 32% [==================== ] 1210/3735 32% [==================== ] 1211/3735 32% [==================== ] 1212/3735 32% [==================== ] 1213/3735 32% [==================== ] 1214/3735 32% [==================== ] 1215/3735 32% [==================== ] 1216/3735 32% [==================== ] 1217/3735 32% [==================== ] 1218/3735 32% [==================== ] 1219/3735 32% [==================== ] 1220/3735 32% [==================== ] 1221/3735 32% [==================== ] 1222/3735 32% [==================== ] 1223/3735 32% [==================== ] 1224/3735 32% [==================== ] 1225/3735 32% [==================== ] 1226/3735 32% [==================== ] 1227/3735 32% [==================== ] 1228/3735 32% [==================== ] 1229/3735 32% [==================== ] 1230/3735 32% [==================== ] 1231/3735 32% [==================== ] 1232/3735 32% [==================== ] 1233/3735 33% [==================== ] 1234/3735 33% [==================== ] 1235/3735 33% [==================== ] 1236/3735 33% [==================== ] 1237/3735 33% [==================== ] 1238/3735 33% [==================== ] 1239/3735 33% [==================== ] 1240/3735 33% [==================== ] 1241/3735 33% [==================== ] 1242/3735 33% [==================== ] 1243/3735 33% [==================== ] 1244/3735 33% [==================== ] 1245/3735 33% [==================== ] 1246/3735 33% [==================== ] 1247/3735 33% [==================== ] 1248/3735 33% [==================== ] 1249/3735 33% [==================== ] 1250/3735 33% [==================== ] 1251/3735 33% [==================== ] 1252/3735 33% [==================== ] 1253/3735 33% [==================== ] 1254/3735 33% [==================== ] 1255/3735 33% [==================== ] 1256/3735 33% [==================== ] 1257/3735 33% [==================== ] 1258/3735 33% [==================== ] 1259/3735 33% [==================== ] 1260/3735 33% [==================== ] 1261/3735 33% [==================== ] 1262/3735 33% [==================== ] 1263/3735 33% [==================== ] 1264/3735 33% [==================== ] 1265/3735 33% [===================== ] 1266/3735 33% [===================== ] 1267/3735 33% [===================== ] 1268/3735 33% [===================== ] 1269/3735 33% [===================== ] 1270/3735 34% [===================== ] 1271/3735 34% [===================== ] 1272/3735 34% [===================== ] 1273/3735 34% [===================== ] 1274/3735 34% [===================== ] 1275/3735 34% [===================== ] 1276/3735 34% [===================== ] 1277/3735 34% [===================== ] 1278/3735 34% [===================== ] 1279/3735 34% [===================== ] 1280/3735 34% [===================== ] 1281/3735 34% [===================== ] 1282/3735 34% [===================== ] 1283/3735 34% [===================== ] 1284/3735 34% [===================== ] 1285/3735 34% [===================== ] 1286/3735 34% [===================== ] 1287/3735 34% [===================== ] 1288/3735 34% [===================== ] 1289/3735 34% [===================== ] 1290/3735 34% [===================== ] 1291/3735 34% [===================== ] 1292/3735 34% [===================== ] 1293/3735 34% [===================== ] 1294/3735 34% [===================== ] 1295/3735 34% [===================== ] 1296/3735 34% [===================== ] 1297/3735 34% [===================== ] 1298/3735 34% [===================== ] 1299/3735 34% [===================== ] 1300/3735 34% [===================== ] 1301/3735 34% [===================== ] 1302/3735 34% [===================== ] 1303/3735 34% [===================== ] 1304/3735 34% [===================== ] 1305/3735 34% [===================== ] 1306/3735 34% [===================== ] 1307/3735 34% [===================== ] 1308/3735 35% [===================== ] 1309/3735 35% [===================== ] 1310/3735 35% [===================== ] 1311/3735 35% [===================== ] 1312/3735 35% [===================== ] 1313/3735 35% [===================== ] 1314/3735 35% [===================== ] 1315/3735 35% [===================== ] 1316/3735 35% [===================== ] 1317/3735 35% [===================== ] 1318/3735 35% [===================== ] 1319/3735 35% [===================== ] 1320/3735 35% [===================== ] 1321/3735 35% [===================== ] 1322/3735 35% [===================== ] 1323/3735 35% [===================== ] 1324/3735 35% [===================== ] 1325/3735 35% [====================== ] 1326/3735 35% [====================== ] 1327/3735 35% [====================== ] 1328/3735 35% [====================== ] 1329/3735 35% [====================== ] 1330/3735 35% [====================== ] 1331/3735 35% [====================== ] 1332/3735 35% [====================== ] 1333/3735 35% [====================== ] 1334/3735 35% [====================== ] 1335/3735 35% [====================== ] 1336/3735 35% [====================== ] 1337/3735 35% [====================== ] 1338/3735 35% [====================== ] 1339/3735 35% [====================== ] 1340/3735 35% [====================== ] 1341/3735 35% [====================== ] 1342/3735 35% [====================== ] 1343/3735 35% [====================== ] 1344/3735 35% [====================== ] 1345/3735 36% [====================== ] 1346/3735 36% [====================== ] 1347/3735 36% [====================== ] 1348/3735 36% [====================== ] 1349/3735 36% [====================== ] 1350/3735 36% [====================== ] 1351/3735 36% [====================== ] 1352/3735 36% [====================== ] 1353/3735 36% [====================== ] 1354/3735 36% [====================== ] 1355/3735 36% [====================== ] 1356/3735 36% [====================== ] 1357/3735 36% [====================== ] 1358/3735 36% [====================== ] 1359/3735 36% [====================== ] 1360/3735 36% [====================== ] 1361/3735 36% [====================== ] 1362/3735 36% [====================== ] 1363/3735 36% [====================== ] 1364/3735 36% [====================== ] 1365/3735 36% [====================== ] 1366/3735 36% [====================== ] 1367/3735 36% [====================== ] 1368/3735 36% [====================== ] 1369/3735 36% [====================== ] 1370/3735 36% [====================== ] 1371/3735 36% [====================== ] 1372/3735 36% [====================== ] 1373/3735 36% [====================== ] 1374/3735 36% [====================== ] 1375/3735 36% [====================== ] 1376/3735 36% [====================== ] 1377/3735 36% [====================== ] 1378/3735 36% [====================== ] 1379/3735 36% [====================== ] 1380/3735 36% [====================== ] 1381/3735 36% [====================== ] 1382/3735 37% [====================== ] 1383/3735 37% [====================== ] 1384/3735 37% [====================== ] 1385/3735 37% [======================= ] 1386/3735 37% [======================= ] 1387/3735 37% [======================= ] 1388/3735 37% [======================= ] 1389/3735 37% [======================= ] 1390/3735 37% [======================= ] 1391/3735 37% [======================= ] 1392/3735 37% [======================= ] 1393/3735 37% [======================= ] 1394/3735 37% [======================= ] 1395/3735 37% [======================= ] 1396/3735 37% [======================= ] 1397/3735 37% [======================= ] 1398/3735 37% [======================= ] 1399/3735 37% [======================= ] 1400/3735 37% [======================= ] 1401/3735 37% [======================= ] 1402/3735 37% [======================= ] 1403/3735 37% [======================= ] 1404/3735 37% [======================= ] 1405/3735 37% [======================= ] 1406/3735 37% [======================= ] 1407/3735 37% [======================= ] 1408/3735 37% [======================= ] 1409/3735 37% [======================= ] 1410/3735 37% [======================= ] 1411/3735 37% [======================= ] 1412/3735 37% [======================= ] 1413/3735 37% [======================= ] 1414/3735 37% [======================= ] 1415/3735 37% [======================= ] 1416/3735 37% [======================= ] 1417/3735 37% [======================= ] 1418/3735 37% [======================= ] 1419/3735 37% [======================= ] 1420/3735 38% [======================= ] 1421/3735 38% [======================= ] 1422/3735 38% [======================= ] 1423/3735 38% [======================= ] 1424/3735 38% [======================= ] 1425/3735 38% [======================= ] 1426/3735 38% [======================= ] 1427/3735 38% [======================= ] 1428/3735 38% [======================= ] 1429/3735 38% [======================= ] 1430/3735 38% [======================= ] 1431/3735 38% [======================= ] 1432/3735 38% [======================= ] 1433/3735 38% [======================= ] 1434/3735 38% [======================= ] 1435/3735 38% [======================= ] 1436/3735 38% [======================= ] 1437/3735 38% [======================= ] 1438/3735 38% [======================= ] 1439/3735 38% [======================= ] 1440/3735 38% [======================= ] 1441/3735 38% [======================= ] 1442/3735 38% [======================= ] 1443/3735 38% [======================= ] 1444/3735 38% [======================= ] 1445/3735 38% [======================== ] 1446/3735 38% [======================== ] 1447/3735 38% [======================== ] 1448/3735 38% [======================== ] 1449/3735 38% [======================== ] 1450/3735 38% [======================== ] 1451/3735 38% [======================== ] 1452/3735 38% [======================== ] 1453/3735 38% [======================== ] 1454/3735 38% [======================== ] 1455/3735 38% [======================== ] 1456/3735 38% [======================== ] 1457/3735 39% [======================== ] 1458/3735 39% [======================== ] 1459/3735 39% [======================== ] 1460/3735 39% [======================== ] 1461/3735 39% [======================== ] 1462/3735 39% [======================== ] 1463/3735 39% [======================== ] 1464/3735 39% [======================== ] 1465/3735 39% [======================== ] 1466/3735 39% [======================== ] 1467/3735 39% [======================== ] 1468/3735 39% [======================== ] 1469/3735 39% [======================== ] 1470/3735 39% [======================== ] 1471/3735 39% [======================== ] 1472/3735 39% [======================== ] 1473/3735 39% [======================== ] 1474/3735 39% [======================== ] 1475/3735 39% [======================== ] 1476/3735 39% [======================== ] 1477/3735 39% [======================== ] 1478/3735 39% [======================== ] 1479/3735 39% [======================== ] 1480/3735 39% [======================== ] 1481/3735 39% [======================== ] 1482/3735 39% [======================== ] 1483/3735 39% [======================== ] 1484/3735 39% [======================== ] 1485/3735 39% [======================== ] 1486/3735 39% [======================== ] 1487/3735 39% [======================== ] 1488/3735 39% [======================== ] 1489/3735 39% [======================== ] 1490/3735 39% [======================== ] 1491/3735 39% [======================== ] 1492/3735 39% [======================== ] 1493/3735 39% [======================== ] 1494/3735 40% [======================== ] 1495/3735 40% [======================== ] 1496/3735 40% [======================== ] 1497/3735 40% [======================== ] 1498/3735 40% [======================== ] 1499/3735 40% [======================== ] 1500/3735 40% [======================== ] 1501/3735 40% [======================== ] 1502/3735 40% [======================== ] 1503/3735 40% [======================== ] 1504/3735 40% [======================== ] 1505/3735 40% [======================== ] 1506/3735 40% [========================= ] 1507/3735 40% [========================= ] 1508/3735 40% [========================= ] 1509/3735 40% [========================= ] 1510/3735 40% [========================= ] 1511/3735 40% [========================= ] 1512/3735 40% [========================= ] 1513/3735 40% [========================= ] 1514/3735 40% [========================= ] 1515/3735 40% [========================= ] 1516/3735 40% [========================= ] 1517/3735 40% [========================= ] 1518/3735 40% [========================= ] 1519/3735 40% [========================= ] 1520/3735 40% [========================= ] 1521/3735 40% [========================= ] 1522/3735 40% [========================= ] 1523/3735 40% [========================= ] 1524/3735 40% [========================= ] 1525/3735 40% [========================= ] 1526/3735 40% [========================= ] 1527/3735 40% [========================= ] 1528/3735 40% [========================= ] 1529/3735 40% [========================= ] 1530/3735 40% [========================= ] 1531/3735 40% [========================= ] 1532/3735 41% [========================= ] 1533/3735 41% [========================= ] 1534/3735 41% [========================= ] 1535/3735 41% [========================= ] 1536/3735 41% [========================= ] 1537/3735 41% [========================= ] 1538/3735 41% [========================= ] 1539/3735 41% [========================= ] 1540/3735 41% [========================= ] 1541/3735 41% [========================= ] 1542/3735 41% [========================= ] 1543/3735 41% [========================= ] 1544/3735 41% [========================= ] 1545/3735 41% [========================= ] 1546/3735 41% [========================= ] 1547/3735 41% [========================= ] 1548/3735 41% [========================= ] 1549/3735 41% [========================= ] 1550/3735 41% [========================= ] 1551/3735 41% [========================= ] 1552/3735 41% [========================= ] 1553/3735 41% [========================= ] 1554/3735 41% [========================= ] 1555/3735 41% [========================= ] 1556/3735 41% [========================= ] 1557/3735 41% [========================= ] 1558/3735 41% [========================= ] 1559/3735 41% [========================= ] 1560/3735 41% [========================= ] 1561/3735 41% [========================= ] 1562/3735 41% [========================= ] 1563/3735 41% [========================= ] 1564/3735 41% [========================= ] 1565/3735 41% [========================= ] 1566/3735 41% [========================== ] 1567/3735 41% [========================== ] 1568/3735 41% [========================== ] 1569/3735 42% [========================== ] 1570/3735 42% [========================== ] 1571/3735 42% [========================== ] 1572/3735 42% [========================== ] 1573/3735 42% [========================== ] 1574/3735 42% [========================== ] 1575/3735 42% [========================== ] 1576/3735 42% [========================== ] 1577/3735 42% [========================== ] 1578/3735 42% [========================== ] 1579/3735 42% [========================== ] 1580/3735 42% [========================== ] 1581/3735 42% [========================== ] 1582/3735 42% [========================== ] 1583/3735 42% [========================== ] 1584/3735 42% [========================== ] 1585/3735 42% [========================== ] 1586/3735 42% [========================== ] 1587/3735 42% [========================== ] 1588/3735 42% [========================== ] 1589/3735 42% [========================== ] 1590/3735 42% [========================== ] 1591/3735 42% [========================== ] 1592/3735 42% [========================== ] 1593/3735 42% [========================== ] 1594/3735 42% [========================== ] 1595/3735 42% [========================== ] 1596/3735 42% [========================== ] 1597/3735 42% [========================== ] 1598/3735 42% [========================== ] 1599/3735 42% [========================== ] 1600/3735 42% [========================== ] 1601/3735 42% [========================== ] 1602/3735 42% [========================== ] 1603/3735 42% [========================== ] 1604/3735 42% [========================== ] 1605/3735 42% [========================== ] 1606/3735 42% [========================== ] 1607/3735 43% [========================== ] 1608/3735 43% [========================== ] 1609/3735 43% [========================== ] 1610/3735 43% [========================== ] 1611/3735 43% [========================== ] 1612/3735 43% [========================== ] 1613/3735 43% [========================== ] 1614/3735 43% [========================== ] 1615/3735 43% [========================== ] 1616/3735 43% [========================== ] 1617/3735 43% [========================== ] 1618/3735 43% [========================== ] 1619/3735 43% [========================== ] 1620/3735 43% [========================== ] 1621/3735 43% [========================== ] 1622/3735 43% [========================== ] 1623/3735 43% [========================== ] 1624/3735 43% [========================== ] 1625/3735 43% [========================== ] 1626/3735 43% [=========================== ] 1627/3735 43% [=========================== ] 1628/3735 43% [=========================== ] 1629/3735 43% [=========================== ] 1630/3735 43% [=========================== ] 1631/3735 43% [=========================== ] 1632/3735 43% [=========================== ] 1633/3735 43% [=========================== ] 1634/3735 43% [=========================== ] 1635/3735 43% [=========================== ] 1636/3735 43% [=========================== ] 1637/3735 43% [=========================== ] 1638/3735 43% [=========================== ] 1639/3735 43% [=========================== ] 1640/3735 43% [=========================== ] 1641/3735 43% [=========================== ] 1642/3735 43% [=========================== ] 1643/3735 43% [=========================== ] 1644/3735 44% [=========================== ] 1645/3735 44% [=========================== ] 1646/3735 44% [=========================== ] 1647/3735 44% [=========================== ] 1648/3735 44% [=========================== ] 1649/3735 44% [=========================== ] 1650/3735 44% [=========================== ] 1651/3735 44% [=========================== ] 1652/3735 44% [=========================== ] 1653/3735 44% [=========================== ] 1654/3735 44% [=========================== ] 1655/3735 44% [=========================== ] 1656/3735 44% [=========================== ] 1657/3735 44% [=========================== ] 1658/3735 44% [=========================== ] 1659/3735 44% [=========================== ] 1660/3735 44% [=========================== ] 1661/3735 44% [=========================== ] 1662/3735 44% [=========================== ] 1663/3735 44% [=========================== ] 1664/3735 44% [=========================== ] 1665/3735 44% [=========================== ] 1666/3735 44% [=========================== ] 1667/3735 44% [=========================== ] 1668/3735 44% [=========================== ] 1669/3735 44% [=========================== ] 1670/3735 44% [=========================== ] 1671/3735 44% [=========================== ] 1672/3735 44% [=========================== ] 1673/3735 44% [=========================== ] 1674/3735 44% [=========================== ] 1675/3735 44% [=========================== ] 1676/3735 44% [=========================== ] 1677/3735 44% [=========================== ] 1678/3735 44% [=========================== ] 1679/3735 44% [=========================== ] 1680/3735 44% [=========================== ] 1681/3735 45% [=========================== ] 1682/3735 45% [=========================== ] 1683/3735 45% [=========================== ] 1684/3735 45% [=========================== ] 1685/3735 45% [=========================== ] 1686/3735 45% [============================ ] 1687/3735 45% [============================ ] 1688/3735 45% [============================ ] 1689/3735 45% [============================ ] 1690/3735 45% [============================ ] 1691/3735 45% [============================ ] 1692/3735 45% [============================ ] 1693/3735 45% [============================ ] 1694/3735 45% [============================ ] 1695/3735 45% [============================ ] 1696/3735 45% [============================ ] 1697/3735 45% [============================ ] 1698/3735 45% [============================ ] 1699/3735 45% [============================ ] 1700/3735 45% [============================ ] 1701/3735 45% [============================ ] 1702/3735 45% [============================ ] 1703/3735 45% [============================ ] 1704/3735 45% [============================ ] 1705/3735 45% [============================ ] 1706/3735 45% [============================ ] 1707/3735 45% [============================ ] 1708/3735 45% [============================ ] 1709/3735 45% [============================ ] 1710/3735 45% [============================ ] 1711/3735 45% [============================ ] 1712/3735 45% [============================ ] 1713/3735 45% [============================ ] 1714/3735 45% [============================ ] 1715/3735 45% [============================ ] 1716/3735 45% [============================ ] 1717/3735 45% [============================ ] 1718/3735 45% [============================ ] 1719/3735 46% [============================ ] 1720/3735 46% [============================ ] 1721/3735 46% [============================ ] 1722/3735 46% [============================ ] 1723/3735 46% [============================ ] 1724/3735 46% [============================ ] 1725/3735 46% [============================ ] 1726/3735 46% [============================ ] 1727/3735 46% [============================ ] 1728/3735 46% [============================ ] 1729/3735 46% [============================ ] 1730/3735 46% [============================ ] 1731/3735 46% [============================ ] 1732/3735 46% [============================ ] 1733/3735 46% [============================ ] 1734/3735 46% [============================ ] 1735/3735 46% [============================ ] 1736/3735 46% [============================ ] 1737/3735 46% [============================ ] 1738/3735 46% [============================ ] 1739/3735 46% [============================ ] 1740/3735 46% [============================ ] 1741/3735 46% [============================ ] 1742/3735 46% [============================ ] 1743/3735 46% [============================ ] 1744/3735 46% [============================ ] 1745/3735 46% [============================ ] 1746/3735 46% [============================ ] 1747/3735 46% [============================= ] 1748/3735 46% [============================= ] 1749/3735 46% [============================= ] 1750/3735 46% [============================= ] 1751/3735 46% [============================= ] 1752/3735 46% [============================= ] 1753/3735 46% [============================= ] 1754/3735 46% [============================= ] 1755/3735 46% [============================= ] 1756/3735 47% [============================= ] 1757/3735 47% [============================= ] 1758/3735 47% [============================= ] 1759/3735 47% [============================= ] 1760/3735 47% [============================= ] 1761/3735 47% [============================= ] 1762/3735 47% [============================= ] 1763/3735 47% [============================= ] 1764/3735 47% [============================= ] 1765/3735 47% [============================= ] 1766/3735 47% [============================= ] 1767/3735 47% [============================= ] 1768/3735 47% [============================= ] 1769/3735 47% [============================= ] 1770/3735 47% [============================= ] 1771/3735 47% [============================= ] 1772/3735 47% [============================= ] 1773/3735 47% [============================= ] 1774/3735 47% [============================= ] 1775/3735 47% [============================= ] 1776/3735 47% [============================= ] 1777/3735 47% [============================= ] 1778/3735 47% [============================= ] 1779/3735 47% [============================= ] 1780/3735 47% [============================= ] 1781/3735 47% [============================= ] 1782/3735 47% [============================= ] 1783/3735 47% [============================= ] 1784/3735 47% [============================= ] 1785/3735 47% [============================= ] 1786/3735 47% [============================= ] 1787/3735 47% [============================= ] 1788/3735 47% [============================= ] 1789/3735 47% [============================= ] 1790/3735 47% [============================= ] 1791/3735 47% [============================= ] 1792/3735 47% [============================= ] 1793/3735 48% [============================= ] 1794/3735 48% [============================= ] 1795/3735 48% [============================= ] 1796/3735 48% [============================= ] 1797/3735 48% [============================= ] 1798/3735 48% [============================= ] 1799/3735 48% [============================= ] 1800/3735 48% [============================= ] 1801/3735 48% [============================= ] 1802/3735 48% [============================= ] 1803/3735 48% [============================= ] 1804/3735 48% [============================= ] 1805/3735 48% [============================= ] 1806/3735 48% [============================= ] 1807/3735 48% [============================== ] 1808/3735 48% [============================== ] 1809/3735 48% [============================== ] 1810/3735 48% [============================== ] 1811/3735 48% [============================== ] 1812/3735 48% [============================== ] 1813/3735 48% [============================== ] 1814/3735 48% [============================== ] 1815/3735 48% [============================== ] 1816/3735 48% [============================== ] 1817/3735 48% [============================== ] 1818/3735 48% [============================== ] 1819/3735 48% [============================== ] 1820/3735 48% [============================== ] 1821/3735 48% [============================== ] 1822/3735 48% [============================== ] 1823/3735 48% [============================== ] 1824/3735 48% [============================== ] 1825/3735 48% [============================== ] 1826/3735 48% [============================== ] 1827/3735 48% [============================== ] 1828/3735 48% [============================== ] 1829/3735 48% [============================== ] 1830/3735 48% [============================== ] 1831/3735 49% [============================== ] 1832/3735 49% [============================== ] 1833/3735 49% [============================== ] 1834/3735 49% [============================== ] 1835/3735 49% [============================== ] 1836/3735 49% [============================== ] 1837/3735 49% [============================== ] 1838/3735 49% [============================== ] 1839/3735 49% [============================== ] 1840/3735 49% [============================== ] 1841/3735 49% [============================== ] 1842/3735 49% [============================== ] 1843/3735 49% [============================== ] 1844/3735 49% [============================== ] 1845/3735 49% [============================== ] 1846/3735 49% [============================== ] 1847/3735 49% [============================== ] 1848/3735 49% [============================== ] 1849/3735 49% [============================== ] 1850/3735 49% [============================== ] 1851/3735 49% [============================== ] 1852/3735 49% [============================== ] 1853/3735 49% [============================== ] 1854/3735 49% [============================== ] 1855/3735 49% [============================== ] 1856/3735 49% [============================== ] 1857/3735 49% [============================== ] 1858/3735 49% [============================== ] 1859/3735 49% [============================== ] 1860/3735 49% [============================== ] 1861/3735 49% [============================== ] 1862/3735 49% [============================== ] 1863/3735 49% [============================== ] 1864/3735 49% [============================== ] 1865/3735 49% [============================== ] 1866/3735 49% [============================== ] 1867/3735 49% [=============================== ] 1868/3735 50% [=============================== ] 1869/3735 50% [=============================== ] 1870/3735 50% [=============================== ] 1871/3735 50% [=============================== ] 1872/3735 50% [=============================== ] 1873/3735 50% [=============================== ] 1874/3735 50% [=============================== ] 1875/3735 50% [=============================== ] 1876/3735 50% [=============================== ] 1877/3735 50% [=============================== ] 1878/3735 50% [=============================== ] 1879/3735 50% [=============================== ] 1880/3735 50% [=============================== ] 1881/3735 50% [=============================== ] 1882/3735 50% [=============================== ] 1883/3735 50% [=============================== ] 1884/3735 50% [=============================== ] 1885/3735 50% [=============================== ] 1886/3735 50% [=============================== ] 1887/3735 50% [=============================== ] 1888/3735 50% [=============================== ] 1889/3735 50% [=============================== ] 1890/3735 50% [=============================== ] 1891/3735 50% [=============================== ] 1892/3735 50% [=============================== ] 1893/3735 50% [=============================== ] 1894/3735 50% [=============================== ] 1895/3735 50% [=============================== ] 1896/3735 50% [=============================== ] 1897/3735 50% [=============================== ] 1898/3735 50% [=============================== ] 1899/3735 50% [=============================== ] 1900/3735 50% [=============================== ] 1901/3735 50% [=============================== ] 1902/3735 50% [=============================== ] 1903/3735 50% [=============================== ] 1904/3735 50% [=============================== ] 1905/3735 51% [=============================== ] 1906/3735 51% [=============================== ] 1907/3735 51% [=============================== ] 1908/3735 51% [=============================== ] 1909/3735 51% [=============================== ] 1910/3735 51% [=============================== ] 1911/3735 51% [=============================== ] 1912/3735 51% [=============================== ] 1913/3735 51% [=============================== ] 1914/3735 51% [=============================== ] 1915/3735 51% [=============================== ] 1916/3735 51% [=============================== ] 1917/3735 51% [=============================== ] 1918/3735 51% [=============================== ] 1919/3735 51% [=============================== ] 1920/3735 51% [=============================== ] 1921/3735 51% [=============================== ] 1922/3735 51% [=============================== ] 1923/3735 51% [=============================== ] 1924/3735 51% [=============================== ] 1925/3735 51% [=============================== ] 1926/3735 51% [=============================== ] 1927/3735 51% [================================ ] 1928/3735 51% [================================ ] 1929/3735 51% [================================ ] 1930/3735 51% [================================ ] 1931/3735 51% [================================ ] 1932/3735 51% [================================ ] 1933/3735 51% [================================ ] 1934/3735 51% [================================ ] 1935/3735 51% [================================ ] 1936/3735 51% [================================ ] 1937/3735 51% [================================ ] 1938/3735 51% [================================ ] 1939/3735 51% [================================ ] 1940/3735 51% [================================ ] 1941/3735 51% [================================ ] 1942/3735 51% [================================ ] 1943/3735 52% [================================ ] 1944/3735 52% [================================ ] 1945/3735 52% [================================ ] 1946/3735 52% [================================ ] 1947/3735 52% [================================ ] 1948/3735 52% [================================ ] 1949/3735 52% [================================ ] 1950/3735 52% [================================ ] 1951/3735 52% [================================ ] 1952/3735 52% [================================ ] 1953/3735 52% [================================ ] 1954/3735 52% [================================ ] 1955/3735 52% [================================ ] 1956/3735 52% [================================ ] 1957/3735 52% [================================ ] 1958/3735 52% [================================ ] 1959/3735 52% [================================ ] 1960/3735 52% [================================ ] 1961/3735 52% [================================ ] 1962/3735 52% [================================ ] 1963/3735 52% [================================ ] 1964/3735 52% [================================ ] 1965/3735 52% [================================ ] 1966/3735 52% [================================ ] 1967/3735 52% [================================ ] 1968/3735 52% [================================ ] 1969/3735 52% [================================ ] 1970/3735 52% [================================ ] 1971/3735 52% [================================ ] 1972/3735 52% [================================ ] 1973/3735 52% [================================ ] 1974/3735 52% [================================ ] 1975/3735 52% [================================ ] 1976/3735 52% [================================ ] 1977/3735 52% [================================ ] 1978/3735 52% [================================ ] 1979/3735 52% [================================ ] 1980/3735 53% [================================ ] 1981/3735 53% [================================ ] 1982/3735 53% [================================ ] 1983/3735 53% [================================ ] 1984/3735 53% [================================ ] 1985/3735 53% [================================ ] 1986/3735 53% [================================ ] 1987/3735 53% [================================= ] 1988/3735 53% [================================= ] 1989/3735 53% [================================= ] 1990/3735 53% [================================= ] 1991/3735 53% [================================= ] 1992/3735 53% [================================= ] 1993/3735 53% [================================= ] 1994/3735 53% [================================= ] 1995/3735 53% [================================= ] 1996/3735 53% [================================= ] 1997/3735 53% [================================= ] 1998/3735 53% [================================= ] 1999/3735 53% [================================= ] 2000/3735 53% [================================= ] 2001/3735 53% [================================= ] 2002/3735 53% [================================= ] 2003/3735 53% [================================= ] 2004/3735 53% [================================= ] 2005/3735 53% [================================= ] 2006/3735 53% [================================= ] 2007/3735 53% [================================= ] 2008/3735 53% [================================= ] 2009/3735 53% [================================= ] 2010/3735 53% [================================= ] 2011/3735 53% [================================= ] 2012/3735 53% [================================= ] 2013/3735 53% [================================= ] 2014/3735 53% [================================= ] 2015/3735 53% [================================= ] 2016/3735 53% [================================= ] 2017/3735 54% [================================= ] 2018/3735 54% [================================= ] 2019/3735 54% [================================= ] 2020/3735 54% [================================= ] 2021/3735 54% [================================= ] 2022/3735 54% [================================= ] 2023/3735 54% [================================= ] 2024/3735 54% [================================= ] 2025/3735 54% [================================= ] 2026/3735 54% [================================= ] 2027/3735 54% [================================= ] 2028/3735 54% [================================= ] 2029/3735 54% [================================= ] 2030/3735 54% [================================= ] 2031/3735 54% [================================= ] 2032/3735 54% [================================= ] 2033/3735 54% [================================= ] 2034/3735 54% [================================= ] 2035/3735 54% [================================= ] 2036/3735 54% [================================= ] 2037/3735 54% [================================= ] 2038/3735 54% [================================= ] 2039/3735 54% [================================= ] 2040/3735 54% [================================= ] 2041/3735 54% [================================= ] 2042/3735 54% [================================= ] 2043/3735 54% [================================= ] 2044/3735 54% [================================= ] 2045/3735 54% [================================= ] 2046/3735 54% [================================= ] 2047/3735 54% [================================= ] 2048/3735 54% [================================== ] 2049/3735 54% [================================== ] 2050/3735 54% [================================== ] 2051/3735 54% [================================== ] 2052/3735 54% [================================== ] 2053/3735 54% [================================== ] 2054/3735 54% [================================== ] 2055/3735 55% [================================== ] 2056/3735 55% [================================== ] 2057/3735 55% [================================== ] 2058/3735 55% [================================== ] 2059/3735 55% [================================== ] 2060/3735 55% [================================== ] 2061/3735 55% [================================== ] 2062/3735 55% [================================== ] 2063/3735 55% [================================== ] 2064/3735 55% [================================== ] 2065/3735 55% [================================== ] 2066/3735 55% [================================== ] 2067/3735 55% [================================== ] 2068/3735 55% [================================== ] 2069/3735 55% [================================== ] 2070/3735 55% [================================== ] 2071/3735 55% [================================== ] 2072/3735 55% [================================== ] 2073/3735 55% [================================== ] 2074/3735 55% [================================== ] 2075/3735 55% [================================== ] 2076/3735 55% [================================== ] 2077/3735 55% [================================== ] 2078/3735 55% [================================== ] 2079/3735 55% [================================== ] 2080/3735 55% [================================== ] 2081/3735 55% [================================== ] 2082/3735 55% [================================== ] 2083/3735 55% [================================== ] 2084/3735 55% [================================== ] 2085/3735 55% [================================== ] 2086/3735 55% [================================== ] 2087/3735 55% [================================== ] 2088/3735 55% [================================== ] 2089/3735 55% [================================== ] 2090/3735 55% [================================== ] 2091/3735 55% [================================== ] 2092/3735 56% [================================== ] 2093/3735 56% [================================== ] 2094/3735 56% [================================== ] 2095/3735 56% [================================== ] 2096/3735 56% [================================== ] 2097/3735 56% [================================== ] 2098/3735 56% [================================== ] 2099/3735 56% [================================== ] 2100/3735 56% [================================== ] 2101/3735 56% [================================== ] 2102/3735 56% [================================== ] 2103/3735 56% [================================== ] 2104/3735 56% [================================== ] 2105/3735 56% [================================== ] 2106/3735 56% [================================== ] 2107/3735 56% [================================== ] 2108/3735 56% [=================================== ] 2109/3735 56% [=================================== ] 2110/3735 56% [=================================== ] 2111/3735 56% [=================================== ] 2112/3735 56% [=================================== ] 2113/3735 56% [=================================== ] 2114/3735 56% [=================================== ] 2115/3735 56% [=================================== ] 2116/3735 56% [=================================== ] 2117/3735 56% [=================================== ] 2118/3735 56% [=================================== ] 2119/3735 56% [=================================== ] 2120/3735 56% [=================================== ] 2121/3735 56% [=================================== ] 2122/3735 56% [=================================== ] 2123/3735 56% [=================================== ] 2124/3735 56% [=================================== ] 2125/3735 56% [=================================== ] 2126/3735 56% [=================================== ] 2127/3735 56% [=================================== ] 2128/3735 56% [=================================== ] 2129/3735 57% [=================================== ] 2130/3735 57% [=================================== ] 2131/3735 57% [=================================== ] 2132/3735 57% [=================================== ] 2133/3735 57% [=================================== ] 2134/3735 57% [=================================== ] 2135/3735 57% [=================================== ] 2136/3735 57% [=================================== ] 2137/3735 57% [=================================== ] 2138/3735 57% [=================================== ] 2139/3735 57% [=================================== ] 2140/3735 57% [=================================== ] 2141/3735 57% [=================================== ] 2142/3735 57% [=================================== ] 2143/3735 57% [=================================== ] 2144/3735 57% [=================================== ] 2145/3735 57% [=================================== ] 2146/3735 57% [=================================== ] 2147/3735 57% [=================================== ] 2148/3735 57% [=================================== ] 2149/3735 57% [=================================== ] 2150/3735 57% [=================================== ] 2151/3735 57% [=================================== ] 2152/3735 57% [=================================== ] 2153/3735 57% [=================================== ] 2154/3735 57% [=================================== ] 2155/3735 57% [=================================== ] 2156/3735 57% [=================================== ] 2157/3735 57% [=================================== ] 2158/3735 57% [=================================== ] 2159/3735 57% [=================================== ] 2160/3735 57% [=================================== ] 2161/3735 57% [=================================== ] 2162/3735 57% [=================================== ] 2163/3735 57% [=================================== ] 2164/3735 57% [=================================== ] 2165/3735 57% [=================================== ] 2166/3735 57% [=================================== ] 2167/3735 58% [=================================== ] 2168/3735 58% [==================================== ] 2169/3735 58% [==================================== ] 2170/3735 58% [==================================== ] 2171/3735 58% [==================================== ] 2172/3735 58% [==================================== ] 2173/3735 58% [==================================== ] 2174/3735 58% [==================================== ] 2175/3735 58% [==================================== ] 2176/3735 58% [==================================== ] 2177/3735 58% [==================================== ] 2178/3735 58% [==================================== ] 2179/3735 58% [==================================== ] 2180/3735 58% [==================================== ] 2181/3735 58% [==================================== ] 2182/3735 58% [==================================== ] 2183/3735 58% [==================================== ] 2184/3735 58% [==================================== ] 2185/3735 58% [==================================== ] 2186/3735 58% [==================================== ] 2187/3735 58% [==================================== ] 2188/3735 58% [==================================== ] 2189/3735 58% [==================================== ] 2190/3735 58% [==================================== ] 2191/3735 58% [==================================== ] 2192/3735 58% [==================================== ] 2193/3735 58% [==================================== ] 2194/3735 58% [==================================== ] 2195/3735 58% [==================================== ] 2196/3735 58% [==================================== ] 2197/3735 58% [==================================== ] 2198/3735 58% [==================================== ] 2199/3735 58% [==================================== ] 2200/3735 58% [==================================== ] 2201/3735 58% [==================================== ] 2202/3735 58% [==================================== ] 2203/3735 58% [==================================== ] 2204/3735 59% [==================================== ] 2205/3735 59% [==================================== ] 2206/3735 59% [==================================== ] 2207/3735 59% [==================================== ] 2208/3735 59% [==================================== ] 2209/3735 59% [==================================== ] 2210/3735 59% [==================================== ] 2211/3735 59% [==================================== ] 2212/3735 59% [==================================== ] 2213/3735 59% [==================================== ] 2214/3735 59% [==================================== ] 2215/3735 59% [==================================== ] 2216/3735 59% [==================================== ] 2217/3735 59% [==================================== ] 2218/3735 59% [==================================== ] 2219/3735 59% [==================================== ] 2220/3735 59% [==================================== ] 2221/3735 59% [==================================== ] 2222/3735 59% [==================================== ] 2223/3735 59% [==================================== ] 2224/3735 59% [==================================== ] 2225/3735 59% [==================================== ] 2226/3735 59% [==================================== ] 2227/3735 59% [==================================== ] 2228/3735 59% [===================================== ] 2229/3735 59% [===================================== ] 2230/3735 59% [===================================== ] 2231/3735 59% [===================================== ] 2232/3735 59% [===================================== ] 2233/3735 59% [===================================== ] 2234/3735 59% [===================================== ] 2235/3735 59% [===================================== ] 2236/3735 59% [===================================== ] 2237/3735 59% [===================================== ] 2238/3735 59% [===================================== ] 2239/3735 59% [===================================== ] 2240/3735 59% [===================================== ] 2241/3735 60% [===================================== ] 2242/3735 60% [===================================== ] 2243/3735 60% [===================================== ] 2244/3735 60% [===================================== ] 2245/3735 60% [===================================== ] 2246/3735 60% [===================================== ] 2247/3735 60% [===================================== ] 2248/3735 60% [===================================== ] 2249/3735 60% [===================================== ] 2250/3735 60% [===================================== ] 2251/3735 60% [===================================== ] 2252/3735 60% [===================================== ] 2253/3735 60% [===================================== ] 2254/3735 60% [===================================== ] 2255/3735 60% [===================================== ] 2256/3735 60% [===================================== ] 2257/3735 60% [===================================== ] 2258/3735 60% [===================================== ] 2259/3735 60% [===================================== ] 2260/3735 60% [===================================== ] 2261/3735 60% [===================================== ] 2262/3735 60% [===================================== ] 2263/3735 60% [===================================== ] 2264/3735 60% [===================================== ] 2265/3735 60% [===================================== ] 2266/3735 60% [===================================== ] 2267/3735 60% [===================================== ] 2268/3735 60% [===================================== ] 2269/3735 60% [===================================== ] 2270/3735 60% [===================================== ] 2271/3735 60% [===================================== ] 2272/3735 60% [===================================== ] 2273/3735 60% [===================================== ] 2274/3735 60% [===================================== ] 2275/3735 60% [===================================== ] 2276/3735 60% [===================================== ] 2277/3735 60% [===================================== ] 2278/3735 60% [===================================== ] 2279/3735 61% [===================================== ] 2280/3735 61% [===================================== ] 2281/3735 61% [===================================== ] 2282/3735 61% [===================================== ] 2283/3735 61% [===================================== ] 2284/3735 61% [===================================== ] 2285/3735 61% [===================================== ] 2286/3735 61% [===================================== ] 2287/3735 61% [===================================== ] 2288/3735 61% [===================================== ] 2289/3735 61% [====================================== ] 2290/3735 61% [====================================== ] 2291/3735 61% [====================================== ] 2292/3735 61% [====================================== ] 2293/3735 61% [====================================== ] 2294/3735 61% [====================================== ] 2295/3735 61% [====================================== ] 2296/3735 61% [====================================== ] 2297/3735 61% [====================================== ] 2298/3735 61% [====================================== ] 2299/3735 61% [====================================== ] 2300/3735 61% [====================================== ] 2301/3735 61% [====================================== ] 2302/3735 61% [====================================== ] 2303/3735 61% [====================================== ] 2304/3735 61% [====================================== ] 2305/3735 61% [====================================== ] 2306/3735 61% [====================================== ] 2307/3735 61% [====================================== ] 2308/3735 61% [====================================== ] 2309/3735 61% [====================================== ] 2310/3735 61% [====================================== ] 2311/3735 61% [====================================== ] 2312/3735 61% [====================================== ] 2313/3735 61% [====================================== ] 2314/3735 61% [====================================== ] 2315/3735 61% [====================================== ] 2316/3735 62% [====================================== ] 2317/3735 62% [====================================== ] 2318/3735 62% [====================================== ] 2319/3735 62% [====================================== ] 2320/3735 62% [====================================== ] 2321/3735 62% [====================================== ] 2322/3735 62% [====================================== ] 2323/3735 62% [====================================== ] 2324/3735 62% [====================================== ] 2325/3735 62% [====================================== ] 2326/3735 62% [====================================== ] 2327/3735 62% [====================================== ] 2328/3735 62% [====================================== ] 2329/3735 62% [====================================== ] 2330/3735 62% [====================================== ] 2331/3735 62% [====================================== ] 2332/3735 62% [====================================== ] 2333/3735 62% [====================================== ] 2334/3735 62% [====================================== ] 2335/3735 62% [====================================== ] 2336/3735 62% [====================================== ] 2337/3735 62% [====================================== ] 2338/3735 62% [====================================== ] 2339/3735 62% [====================================== ] 2340/3735 62% [====================================== ] 2341/3735 62% [====================================== ] 2342/3735 62% [====================================== ] 2343/3735 62% [====================================== ] 2344/3735 62% [====================================== ] 2345/3735 62% [====================================== ] 2346/3735 62% [====================================== ] 2347/3735 62% [====================================== ] 2348/3735 62% [====================================== ] 2349/3735 62% [======================================= ] 2350/3735 62% [======================================= ] 2351/3735 62% [======================================= ] 2352/3735 62% [======================================= ] 2353/3735 62% [======================================= ] 2354/3735 63% [======================================= ] 2355/3735 63% [======================================= ] 2356/3735 63% [======================================= ] 2357/3735 63% [======================================= ] 2358/3735 63% [======================================= ] 2359/3735 63% [======================================= ] 2360/3735 63% [======================================= ] 2361/3735 63% [======================================= ] 2362/3735 63% [======================================= ] 2363/3735 63% [======================================= ] 2364/3735 63% [======================================= ] 2365/3735 63% [======================================= ] 2366/3735 63% [======================================= ] 2367/3735 63% [======================================= ] 2368/3735 63% [======================================= ] 2369/3735 63% [======================================= ] 2370/3735 63% [======================================= ] 2371/3735 63% [======================================= ] 2372/3735 63% [======================================= ] 2373/3735 63% [======================================= ] 2374/3735 63% [======================================= ] 2375/3735 63% [======================================= ] 2376/3735 63% [======================================= ] 2377/3735 63% [======================================= ] 2378/3735 63% [======================================= ] 2379/3735 63% [======================================= ] 2380/3735 63% [======================================= ] 2381/3735 63% [======================================= ] 2382/3735 63% [======================================= ] 2383/3735 63% [======================================= ] 2384/3735 63% [======================================= ] 2385/3735 63% [======================================= ] 2386/3735 63% [======================================= ] 2387/3735 63% [======================================= ] 2388/3735 63% [======================================= ] 2389/3735 63% [======================================= ] 2390/3735 63% [======================================= ] 2391/3735 64% [======================================= ] 2392/3735 64% [======================================= ] 2393/3735 64% [======================================= ] 2394/3735 64% [======================================= ] 2395/3735 64% [======================================= ] 2396/3735 64% [======================================= ] 2397/3735 64% [======================================= ] 2398/3735 64% [======================================= ] 2399/3735 64% [======================================= ] 2400/3735 64% [======================================= ] 2401/3735 64% [======================================= ] 2402/3735 64% [======================================= ] 2403/3735 64% [======================================= ] 2404/3735 64% [======================================= ] 2405/3735 64% [======================================= ] 2406/3735 64% [======================================= ] 2407/3735 64% [======================================= ] 2408/3735 64% [======================================= ] 2409/3735 64% [======================================== ] 2410/3735 64% [======================================== ] 2411/3735 64% [======================================== ] 2412/3735 64% [======================================== ] 2413/3735 64% [======================================== ] 2414/3735 64% [======================================== ] 2415/3735 64% [======================================== ] 2416/3735 64% [======================================== ] 2417/3735 64% [======================================== ] 2418/3735 64% [======================================== ] 2419/3735 64% [======================================== ] 2420/3735 64% [======================================== ] 2421/3735 64% [======================================== ] 2422/3735 64% [======================================== ] 2423/3735 64% [======================================== ] 2424/3735 64% [======================================== ] 2425/3735 64% [======================================== ] 2426/3735 64% [======================================== ] 2427/3735 64% [======================================== ] 2428/3735 65% [======================================== ] 2429/3735 65% [======================================== ] 2430/3735 65% [======================================== ] 2431/3735 65% [======================================== ] 2432/3735 65% [======================================== ] 2433/3735 65% [======================================== ] 2434/3735 65% [======================================== ] 2435/3735 65% [======================================== ] 2436/3735 65% [======================================== ] 2437/3735 65% [======================================== ] 2438/3735 65% [======================================== ] 2439/3735 65% [======================================== ] 2440/3735 65% [======================================== ] 2441/3735 65% [======================================== ] 2442/3735 65% [======================================== ] 2443/3735 65% [======================================== ] 2444/3735 65% [======================================== ] 2445/3735 65% [======================================== ] 2446/3735 65% [======================================== ] 2447/3735 65% [======================================== ] 2448/3735 65% [======================================== ] 2449/3735 65% [======================================== ] 2450/3735 65% [======================================== ] 2451/3735 65% [======================================== ] 2452/3735 65% [======================================== ] 2453/3735 65% [======================================== ] 2454/3735 65% [======================================== ] 2455/3735 65% [======================================== ] 2456/3735 65% [======================================== ] 2457/3735 65% [======================================== ] 2458/3735 65% [======================================== ] 2459/3735 65% [======================================== ] 2460/3735 65% [======================================== ] 2461/3735 65% [======================================== ] 2462/3735 65% [======================================== ] 2463/3735 65% [======================================== ] 2464/3735 65% [======================================== ] 2465/3735 65% [======================================== ] 2466/3735 66% [======================================== ] 2467/3735 66% [======================================== ] 2468/3735 66% [======================================== ] 2469/3735 66% [========================================= ] 2470/3735 66% [========================================= ] 2471/3735 66% [========================================= ] 2472/3735 66% [========================================= ] 2473/3735 66% [========================================= ] 2474/3735 66% [========================================= ] 2475/3735 66% [========================================= ] 2476/3735 66% [========================================= ] 2477/3735 66% [========================================= ] 2478/3735 66% [========================================= ] 2479/3735 66% [========================================= ] 2480/3735 66% [========================================= ] 2481/3735 66% [========================================= ] 2482/3735 66% [========================================= ] 2483/3735 66% [========================================= ] 2484/3735 66% [========================================= ] 2485/3735 66% [========================================= ] 2486/3735 66% [========================================= ] 2487/3735 66% [========================================= ] 2488/3735 66% [========================================= ] 2489/3735 66% [========================================= ] 2490/3735 66% [========================================= ] 2491/3735 66% [========================================= ] 2492/3735 66% [========================================= ] 2493/3735 66% [========================================= ] 2494/3735 66% [========================================= ] 2495/3735 66% [========================================= ] 2496/3735 66% [========================================= ] 2497/3735 66% [========================================= ] 2498/3735 66% [========================================= ] 2499/3735 66% [========================================= ] 2500/3735 66% [========================================= ] 2501/3735 66% [========================================= ] 2502/3735 66% [========================================= ] 2503/3735 67% [========================================= ] 2504/3735 67% [========================================= ] 2505/3735 67% [========================================= ] 2506/3735 67% [========================================= ] 2507/3735 67% [========================================= ] 2508/3735 67% [========================================= ] 2509/3735 67% [========================================= ] 2510/3735 67% [========================================= ] 2511/3735 67% [========================================= ] 2512/3735 67% [========================================= ] 2513/3735 67% [========================================= ] 2514/3735 67% [========================================= ] 2515/3735 67% [========================================= ] 2516/3735 67% [========================================= ] 2517/3735 67% [========================================= ] 2518/3735 67% [========================================= ] 2519/3735 67% [========================================= ] 2520/3735 67% [========================================= ] 2521/3735 67% [========================================= ] 2522/3735 67% [========================================= ] 2523/3735 67% [========================================= ] 2524/3735 67% [========================================= ] 2525/3735 67% [========================================= ] 2526/3735 67% [========================================= ] 2527/3735 67% [========================================= ] 2528/3735 67% [========================================= ] 2529/3735 67% [========================================= ] 2530/3735 67% [========================================== ] 2531/3735 67% [========================================== ] 2532/3735 67% [========================================== ] 2533/3735 67% [========================================== ] 2534/3735 67% [========================================== ] 2535/3735 67% [========================================== ] 2536/3735 67% [========================================== ] 2537/3735 67% [========================================== ] 2538/3735 67% [========================================== ] 2539/3735 67% [========================================== ] 2540/3735 68% [========================================== ] 2541/3735 68% [========================================== ] 2542/3735 68% [========================================== ] 2543/3735 68% [========================================== ] 2544/3735 68% [========================================== ] 2545/3735 68% [========================================== ] 2546/3735 68% [========================================== ] 2547/3735 68% [========================================== ] 2548/3735 68% [========================================== ] 2549/3735 68% [========================================== ] 2550/3735 68% [========================================== ] 2551/3735 68% [========================================== ] 2552/3735 68% [========================================== ] 2553/3735 68% [========================================== ] 2554/3735 68% [========================================== ] 2555/3735 68% [========================================== ] 2556/3735 68% [========================================== ] 2557/3735 68% [========================================== ] 2558/3735 68% [========================================== ] 2559/3735 68% [========================================== ] 2560/3735 68% [========================================== ] 2561/3735 68% [========================================== ] 2562/3735 68% [========================================== ] 2563/3735 68% [========================================== ] 2564/3735 68% [========================================== ] 2565/3735 68% [========================================== ] 2566/3735 68% [========================================== ] 2567/3735 68% [========================================== ] 2568/3735 68% [========================================== ] 2569/3735 68% [========================================== ] 2570/3735 68% [========================================== ] 2571/3735 68% [========================================== ] 2572/3735 68% [========================================== ] 2573/3735 68% [========================================== ] 2574/3735 68% [========================================== ] 2575/3735 68% [========================================== ] 2576/3735 68% [========================================== ] 2577/3735 68% [========================================== ] 2578/3735 69% [========================================== ] 2579/3735 69% [========================================== ] 2580/3735 69% [========================================== ] 2581/3735 69% [========================================== ] 2582/3735 69% [========================================== ] 2583/3735 69% [========================================== ] 2584/3735 69% [========================================== ] 2585/3735 69% [========================================== ] 2586/3735 69% [========================================== ] 2587/3735 69% [========================================== ] 2588/3735 69% [========================================== ] 2589/3735 69% [========================================== ] 2590/3735 69% [=========================================== ] 2591/3735 69% [=========================================== ] 2592/3735 69% [=========================================== ] 2593/3735 69% [=========================================== ] 2594/3735 69% [=========================================== ] 2595/3735 69% [=========================================== ] 2596/3735 69% [=========================================== ] 2597/3735 69% [=========================================== ] 2598/3735 69% [=========================================== ] 2599/3735 69% [=========================================== ] 2600/3735 69% [=========================================== ] 2601/3735 69% [=========================================== ] 2602/3735 69% [=========================================== ] 2603/3735 69% [=========================================== ] 2604/3735 69% [=========================================== ] 2605/3735 69% [=========================================== ] 2606/3735 69% [=========================================== ] 2607/3735 69% [=========================================== ] 2608/3735 69% [=========================================== ] 2609/3735 69% [=========================================== ] 2610/3735 69% [=========================================== ] 2611/3735 69% [=========================================== ] 2612/3735 69% [=========================================== ] 2613/3735 69% [=========================================== ] 2614/3735 69% [=========================================== ] 2615/3735 70% [=========================================== ] 2616/3735 70% [=========================================== ] 2617/3735 70% [=========================================== ] 2618/3735 70% [=========================================== ] 2619/3735 70% [=========================================== ] 2620/3735 70% [=========================================== ] 2621/3735 70% [=========================================== ] 2622/3735 70% [=========================================== ] 2623/3735 70% [=========================================== ] 2624/3735 70% [=========================================== ] 2625/3735 70% [=========================================== ] 2626/3735 70% [=========================================== ] 2627/3735 70% [=========================================== ] 2628/3735 70% [=========================================== ] 2629/3735 70% [=========================================== ] 2630/3735 70% [=========================================== ] 2631/3735 70% [=========================================== ] 2632/3735 70% [=========================================== ] 2633/3735 70% [=========================================== ] 2634/3735 70% [=========================================== ] 2635/3735 70% [=========================================== ] 2636/3735 70% [=========================================== ] 2637/3735 70% [=========================================== ] 2638/3735 70% [=========================================== ] 2639/3735 70% [=========================================== ] 2640/3735 70% [=========================================== ] 2641/3735 70% [=========================================== ] 2642/3735 70% [=========================================== ] 2643/3735 70% [=========================================== ] 2644/3735 70% [=========================================== ] 2645/3735 70% [=========================================== ] 2646/3735 70% [=========================================== ] 2647/3735 70% [=========================================== ] 2648/3735 70% [=========================================== ] 2649/3735 70% [=========================================== ] 2650/3735 70% [============================================ ] 2651/3735 70% [============================================ ] 2652/3735 71% [============================================ ] 2653/3735 71% [============================================ ] 2654/3735 71% [============================================ ] 2655/3735 71% [============================================ ] 2656/3735 71% [============================================ ] 2657/3735 71% [============================================ ] 2658/3735 71% [============================================ ] 2659/3735 71% [============================================ ] 2660/3735 71% [============================================ ] 2661/3735 71% [============================================ ] 2662/3735 71% [============================================ ] 2663/3735 71% [============================================ ] 2664/3735 71% [============================================ ] 2665/3735 71% [============================================ ] 2666/3735 71% [============================================ ] 2667/3735 71% [============================================ ] 2668/3735 71% [============================================ ] 2669/3735 71% [============================================ ] 2670/3735 71% [============================================ ] 2671/3735 71% [============================================ ] 2672/3735 71% [============================================ ] 2673/3735 71% [============================================ ] 2674/3735 71% [============================================ ] 2675/3735 71% [============================================ ] 2676/3735 71% [============================================ ] 2677/3735 71% [============================================ ] 2678/3735 71% [============================================ ] 2679/3735 71% [============================================ ] 2680/3735 71% [============================================ ] 2681/3735 71% [============================================ ] 2682/3735 71% [============================================ ] 2683/3735 71% [============================================ ] 2684/3735 71% [============================================ ] 2685/3735 71% [============================================ ] 2686/3735 71% [============================================ ] 2687/3735 71% [============================================ ] 2688/3735 71% [============================================ ] 2689/3735 71% [============================================ ] 2690/3735 72% [============================================ ] 2691/3735 72% [============================================ ] 2692/3735 72% [============================================ ] 2693/3735 72% [============================================ ] 2694/3735 72% [============================================ ] 2695/3735 72% [============================================ ] 2696/3735 72% [============================================ ] 2697/3735 72% [============================================ ] 2698/3735 72% [============================================ ] 2699/3735 72% [============================================ ] 2700/3735 72% [============================================ ] 2701/3735 72% [============================================ ] 2702/3735 72% [============================================ ] 2703/3735 72% [============================================ ] 2704/3735 72% [============================================ ] 2705/3735 72% [============================================ ] 2706/3735 72% [============================================ ] 2707/3735 72% [============================================ ] 2708/3735 72% [============================================ ] 2709/3735 72% [============================================ ] 2710/3735 72% [============================================= ] 2711/3735 72% [============================================= ] 2712/3735 72% [============================================= ] 2713/3735 72% [============================================= ] 2714/3735 72% [============================================= ] 2715/3735 72% [============================================= ] 2716/3735 72% [============================================= ] 2717/3735 72% [============================================= ] 2718/3735 72% [============================================= ] 2719/3735 72% [============================================= ] 2720/3735 72% [============================================= ] 2721/3735 72% [============================================= ] 2722/3735 72% [============================================= ] 2723/3735 72% [============================================= ] 2724/3735 72% [============================================= ] 2725/3735 72% [============================================= ] 2726/3735 72% [============================================= ] 2727/3735 73% [============================================= ] 2728/3735 73% [============================================= ] 2729/3735 73% [============================================= ] 2730/3735 73% [============================================= ] 2731/3735 73% [============================================= ] 2732/3735 73% [============================================= ] 2733/3735 73% [============================================= ] 2734/3735 73% [============================================= ] 2735/3735 73% [============================================= ] 2736/3735 73% [============================================= ] 2737/3735 73% [============================================= ] 2738/3735 73% [============================================= ] 2739/3735 73% [============================================= ] 2740/3735 73% [============================================= ] 2741/3735 73% [============================================= ] 2742/3735 73% [============================================= ] 2743/3735 73% [============================================= ] 2744/3735 73% [============================================= ] 2745/3735 73% [============================================= ] 2746/3735 73% [============================================= ] 2747/3735 73% [============================================= ] 2748/3735 73% [============================================= ] 2749/3735 73% [============================================= ] 2750/3735 73% [============================================= ] 2751/3735 73% [============================================= ] 2752/3735 73% [============================================= ] 2753/3735 73% [============================================= ] 2754/3735 73% [============================================= ] 2755/3735 73% [============================================= ] 2756/3735 73% [============================================= ] 2757/3735 73% [============================================= ] 2758/3735 73% [============================================= ] 2759/3735 73% [============================================= ] 2760/3735 73% [============================================= ] 2761/3735 73% [============================================= ] 2762/3735 73% [============================================= ] 2763/3735 73% [============================================= ] 2764/3735 74% [============================================= ] 2765/3735 74% [============================================= ] 2766/3735 74% [============================================= ] 2767/3735 74% [============================================= ] 2768/3735 74% [============================================= ] 2769/3735 74% [============================================= ] 2770/3735 74% [============================================= ] 2771/3735 74% [============================================== ] 2772/3735 74% [============================================== ] 2773/3735 74% [============================================== ] 2774/3735 74% [============================================== ] 2775/3735 74% [============================================== ] 2776/3735 74% [============================================== ] 2777/3735 74% [============================================== ] 2778/3735 74% [============================================== ] 2779/3735 74% [============================================== ] 2780/3735 74% [============================================== ] 2781/3735 74% [============================================== ] 2782/3735 74% [============================================== ] 2783/3735 74% [============================================== ] 2784/3735 74% [============================================== ] 2785/3735 74% [============================================== ] 2786/3735 74% [============================================== ] 2787/3735 74% [============================================== ] 2788/3735 74% [============================================== ] 2789/3735 74% [============================================== ] 2790/3735 74% [============================================== ] 2791/3735 74% [============================================== ] 2792/3735 74% [============================================== ] 2793/3735 74% [============================================== ] 2794/3735 74% [============================================== ] 2795/3735 74% [============================================== ] 2796/3735 74% [============================================== ] 2797/3735 74% [============================================== ] 2798/3735 74% [============================================== ] 2799/3735 74% [============================================== ] 2800/3735 74% [============================================== ] 2801/3735 74% [============================================== ] 2802/3735 75% [============================================== ] 2803/3735 75% [============================================== ] 2804/3735 75% [============================================== ] 2805/3735 75% [============================================== ] 2806/3735 75% [============================================== ] 2807/3735 75% [============================================== ] 2808/3735 75% [============================================== ] 2809/3735 75% [============================================== ] 2810/3735 75% [============================================== ] 2811/3735 75% [============================================== ] 2812/3735 75% [============================================== ] 2813/3735 75% [============================================== ] 2814/3735 75% [============================================== ] 2815/3735 75% [============================================== ] 2816/3735 75% [============================================== ] 2817/3735 75% [============================================== ] 2818/3735 75% [============================================== ] 2819/3735 75% [============================================== ] 2820/3735 75% [============================================== ] 2821/3735 75% [============================================== ] 2822/3735 75% [============================================== ] 2823/3735 75% [============================================== ] 2824/3735 75% [============================================== ] 2825/3735 75% [============================================== ] 2826/3735 75% [============================================== ] 2827/3735 75% [============================================== ] 2828/3735 75% [============================================== ] 2829/3735 75% [============================================== ] 2830/3735 75% [============================================== ] 2831/3735 75% [=============================================== ] 2832/3735 75% [=============================================== ] 2833/3735 75% [=============================================== ] 2834/3735 75% [=============================================== ] 2835/3735 75% [=============================================== ] 2836/3735 75% [=============================================== ] 2837/3735 75% [=============================================== ] 2838/3735 75% [=============================================== ] 2839/3735 76% [=============================================== ] 2840/3735 76% [=============================================== ] 2841/3735 76% [=============================================== ] 2842/3735 76% [=============================================== ] 2843/3735 76% [=============================================== ] 2844/3735 76% [=============================================== ] 2845/3735 76% [=============================================== ] 2846/3735 76% [=============================================== ] 2847/3735 76% [=============================================== ] 2848/3735 76% [=============================================== ] 2849/3735 76% [=============================================== ] 2850/3735 76% [=============================================== ] 2851/3735 76% [=============================================== ] 2852/3735 76% [=============================================== ] 2853/3735 76% [=============================================== ] 2854/3735 76% [=============================================== ] 2855/3735 76% [=============================================== ] 2856/3735 76% [=============================================== ] 2857/3735 76% [=============================================== ] 2858/3735 76% [=============================================== ] 2859/3735 76% [=============================================== ] 2860/3735 76% [=============================================== ] 2861/3735 76% [=============================================== ] 2862/3735 76% [=============================================== ] 2863/3735 76% [=============================================== ] 2864/3735 76% [=============================================== ] 2865/3735 76% [=============================================== ] 2866/3735 76% [=============================================== ] 2867/3735 76% [=============================================== ] 2868/3735 76% [=============================================== ] 2869/3735 76% [=============================================== ] 2870/3735 76% [=============================================== ] 2871/3735 76% [=============================================== ] 2872/3735 76% [=============================================== ] 2873/3735 76% [=============================================== ] 2874/3735 76% [=============================================== ] 2875/3735 76% [=============================================== ] 2876/3735 77% [=============================================== ] 2877/3735 77% [=============================================== ] 2878/3735 77% [=============================================== ] 2879/3735 77% [=============================================== ] 2880/3735 77% [=============================================== ] 2881/3735 77% [=============================================== ] 2882/3735 77% [=============================================== ] 2883/3735 77% [=============================================== ] 2884/3735 77% [=============================================== ] 2885/3735 77% [=============================================== ] 2886/3735 77% [=============================================== ] 2887/3735 77% [=============================================== ] 2888/3735 77% [=============================================== ] 2889/3735 77% [=============================================== ] 2890/3735 77% [=============================================== ] 2891/3735 77% [================================================ ] 2892/3735 77% [================================================ ] 2893/3735 77% [================================================ ] 2894/3735 77% [================================================ ] 2895/3735 77% [================================================ ] 2896/3735 77% [================================================ ] 2897/3735 77% [================================================ ] 2898/3735 77% [================================================ ] 2899/3735 77% [================================================ ] 2900/3735 77% [================================================ ] 2901/3735 77% [================================================ ] 2902/3735 77% [================================================ ] 2903/3735 77% [================================================ ] 2904/3735 77% [================================================ ] 2905/3735 77% [================================================ ] 2906/3735 77% [================================================ ] 2907/3735 77% [================================================ ] 2908/3735 77% [================================================ ] 2909/3735 77% [================================================ ] 2910/3735 77% [================================================ ] 2911/3735 77% [================================================ ] 2912/3735 77% [================================================ ] 2913/3735 77% [================================================ ] 2914/3735 78% [================================================ ] 2915/3735 78% [================================================ ] 2916/3735 78% [================================================ ] 2917/3735 78% [================================================ ] 2918/3735 78% [================================================ ] 2919/3735 78% [================================================ ] 2920/3735 78% [================================================ ] 2921/3735 78% [================================================ ] 2922/3735 78% [================================================ ] 2923/3735 78% [================================================ ] 2924/3735 78% [================================================ ] 2925/3735 78% [================================================ ] 2926/3735 78% [================================================ ] 2927/3735 78% [================================================ ] 2928/3735 78% [================================================ ] 2929/3735 78% [================================================ ] 2930/3735 78% [================================================ ] 2931/3735 78% [================================================ ] 2932/3735 78% [================================================ ] 2933/3735 78% [================================================ ] 2934/3735 78% [================================================ ] 2935/3735 78% [================================================ ] 2936/3735 78% [================================================ ] 2937/3735 78% [================================================ ] 2938/3735 78% [================================================ ] 2939/3735 78% [================================================ ] 2940/3735 78% [================================================ ] 2941/3735 78% [================================================ ] 2942/3735 78% [================================================ ] 2943/3735 78% [================================================ ] 2944/3735 78% [================================================ ] 2945/3735 78% [================================================ ] 2946/3735 78% [================================================ ] 2947/3735 78% [================================================ ] 2948/3735 78% [================================================ ] 2949/3735 78% [================================================ ] 2950/3735 78% [================================================ ] 2951/3735 79% [================================================= ] 2952/3735 79% [================================================= ] 2953/3735 79% [================================================= ] 2954/3735 79% [================================================= ] 2955/3735 79% [================================================= ] 2956/3735 79% [================================================= ] 2957/3735 79% [================================================= ] 2958/3735 79% [================================================= ] 2959/3735 79% [================================================= ] 2960/3735 79% [================================================= ] 2961/3735 79% [================================================= ] 2962/3735 79% [================================================= ] 2963/3735 79% [================================================= ] 2964/3735 79% [================================================= ] 2965/3735 79% [================================================= ] 2966/3735 79% [================================================= ] 2967/3735 79% [================================================= ] 2968/3735 79% [================================================= ] 2969/3735 79% [================================================= ] 2970/3735 79% [================================================= ] 2971/3735 79% [================================================= ] 2972/3735 79% [================================================= ] 2973/3735 79% [================================================= ] 2974/3735 79% [================================================= ] 2975/3735 79% [================================================= ] 2976/3735 79% [================================================= ] 2977/3735 79% [================================================= ] 2978/3735 79% [================================================= ] 2979/3735 79% [================================================= ] 2980/3735 79% [================================================= ] 2981/3735 79% [================================================= ] 2982/3735 79% [================================================= ] 2983/3735 79% [================================================= ] 2984/3735 79% [================================================= ] 2985/3735 79% [================================================= ] 2986/3735 79% [================================================= ] 2987/3735 79% [================================================= ] 2988/3735 80% [================================================= ] 2989/3735 80% [================================================= ] 2990/3735 80% [================================================= ] 2991/3735 80% [================================================= ] 2992/3735 80% [================================================= ] 2993/3735 80% [================================================= ] 2994/3735 80% [================================================= ] 2995/3735 80% [================================================= ] 2996/3735 80% [================================================= ] 2997/3735 80% [================================================= ] 2998/3735 80% [================================================= ] 2999/3735 80% [================================================= ] 3000/3735 80% [================================================= ] 3001/3735 80% [================================================= ] 3002/3735 80% [================================================= ] 3003/3735 80% [================================================= ] 3004/3735 80% [================================================= ] 3005/3735 80% [================================================= ] 3006/3735 80% [================================================= ] 3007/3735 80% [================================================= ] 3008/3735 80% [================================================= ] 3009/3735 80% [================================================= ] 3010/3735 80% [================================================= ] 3011/3735 80% [================================================= ] 3012/3735 80% [================================================== ] 3013/3735 80% [================================================== ] 3014/3735 80% [================================================== ] 3015/3735 80% [================================================== ] 3016/3735 80% [================================================== ] 3017/3735 80% [================================================== ] 3018/3735 80% [================================================== ] 3019/3735 80% [================================================== ] 3020/3735 80% [================================================== ] 3021/3735 80% [================================================== ] 3022/3735 80% [================================================== ] 3023/3735 80% [================================================== ] 3024/3735 80% [================================================== ] 3025/3735 80% [================================================== ] 3026/3735 81% [================================================== ] 3027/3735 81% [================================================== ] 3028/3735 81% [================================================== ] 3029/3735 81% [================================================== ] 3030/3735 81% [================================================== ] 3031/3735 81% [================================================== ] 3032/3735 81% [================================================== ] 3033/3735 81% [================================================== ] 3034/3735 81% [================================================== ] 3035/3735 81% [================================================== ] 3036/3735 81% [================================================== ] 3037/3735 81% [================================================== ] 3038/3735 81% [================================================== ] 3039/3735 81% [================================================== ] 3040/3735 81% [================================================== ] 3041/3735 81% [================================================== ] 3042/3735 81% [================================================== ] 3043/3735 81% [================================================== ] 3044/3735 81% [================================================== ] 3045/3735 81% [================================================== ] 3046/3735 81% [================================================== ] 3047/3735 81% [================================================== ] 3048/3735 81% [================================================== ] 3049/3735 81% [================================================== ] 3050/3735 81% [================================================== ] 3051/3735 81% [================================================== ] 3052/3735 81% [================================================== ] 3053/3735 81% [================================================== ] 3054/3735 81% [================================================== ] 3055/3735 81% [================================================== ] 3056/3735 81% [================================================== ] 3057/3735 81% [================================================== ] 3058/3735 81% [================================================== ] 3059/3735 81% [================================================== ] 3060/3735 81% [================================================== ] 3061/3735 81% [================================================== ] 3062/3735 81% [================================================== ] 3063/3735 82% [================================================== ] 3064/3735 82% [================================================== ] 3065/3735 82% [================================================== ] 3066/3735 82% [================================================== ] 3067/3735 82% [================================================== ] 3068/3735 82% [================================================== ] 3069/3735 82% [================================================== ] 3070/3735 82% [================================================== ] 3071/3735 82% [================================================== ] 3072/3735 82% [=================================================== ] 3073/3735 82% [=================================================== ] 3074/3735 82% [=================================================== ] 3075/3735 82% [=================================================== ] 3076/3735 82% [=================================================== ] 3077/3735 82% [=================================================== ] 3078/3735 82% [=================================================== ] 3079/3735 82% [=================================================== ] 3080/3735 82% [=================================================== ] 3081/3735 82% [=================================================== ] 3082/3735 82% [=================================================== ] 3083/3735 82% [=================================================== ] 3084/3735 82% [=================================================== ] 3085/3735 82% [=================================================== ] 3086/3735 82% [=================================================== ] 3087/3735 82% [=================================================== ] 3088/3735 82% [=================================================== ] 3089/3735 82% [=================================================== ] 3090/3735 82% [=================================================== ] 3091/3735 82% [=================================================== ] 3092/3735 82% [=================================================== ] 3093/3735 82% [=================================================== ] 3094/3735 82% [=================================================== ] 3095/3735 82% [=================================================== ] 3096/3735 82% [=================================================== ] 3097/3735 82% [=================================================== ] 3098/3735 82% [=================================================== ] 3099/3735 82% [=================================================== ] 3100/3735 82% [=================================================== ] 3101/3735 83% [=================================================== ] 3102/3735 83% [=================================================== ] 3103/3735 83% [=================================================== ] 3104/3735 83% [=================================================== ] 3105/3735 83% [=================================================== ] 3106/3735 83% [=================================================== ] 3107/3735 83% [=================================================== ] 3108/3735 83% [=================================================== ] 3109/3735 83% [=================================================== ] 3110/3735 83% [=================================================== ] 3111/3735 83% [=================================================== ] 3112/3735 83% [=================================================== ] 3113/3735 83% [=================================================== ] 3114/3735 83% [=================================================== ] 3115/3735 83% [=================================================== ] 3116/3735 83% [=================================================== ] 3117/3735 83% [=================================================== ] 3118/3735 83% [=================================================== ] 3119/3735 83% [=================================================== ] 3120/3735 83% [=================================================== ] 3121/3735 83% [=================================================== ] 3122/3735 83% [=================================================== ] 3123/3735 83% [=================================================== ] 3124/3735 83% [=================================================== ] 3125/3735 83% [=================================================== ] 3126/3735 83% [=================================================== ] 3127/3735 83% [=================================================== ] 3128/3735 83% [=================================================== ] 3129/3735 83% [=================================================== ] 3130/3735 83% [=================================================== ] 3131/3735 83% [=================================================== ] 3132/3735 83% [==================================================== ] 3133/3735 83% [==================================================== ] 3134/3735 83% [==================================================== ] 3135/3735 83% [==================================================== ] 3136/3735 83% [==================================================== ] 3137/3735 83% [==================================================== ] 3138/3735 84% [==================================================== ] 3139/3735 84% [==================================================== ] 3140/3735 84% [==================================================== ] 3141/3735 84% [==================================================== ] 3142/3735 84% [==================================================== ] 3143/3735 84% [==================================================== ] 3144/3735 84% [==================================================== ] 3145/3735 84% [==================================================== ] 3146/3735 84% [==================================================== ] 3147/3735 84% [==================================================== ] 3148/3735 84% [==================================================== ] 3149/3735 84% [==================================================== ] 3150/3735 84% [==================================================== ] 3151/3735 84% [==================================================== ] 3152/3735 84% [==================================================== ] 3153/3735 84% [==================================================== ] 3154/3735 84% [==================================================== ] 3155/3735 84% [==================================================== ] 3156/3735 84% [==================================================== ] 3157/3735 84% [==================================================== ] 3158/3735 84% [==================================================== ] 3159/3735 84% [==================================================== ] 3160/3735 84% [==================================================== ] 3161/3735 84% [==================================================== ] 3162/3735 84% [==================================================== ] 3163/3735 84% [==================================================== ] 3164/3735 84% [==================================================== ] 3165/3735 84% [==================================================== ] 3166/3735 84% [==================================================== ] 3167/3735 84% [==================================================== ] 3168/3735 84% [==================================================== ] 3169/3735 84% [==================================================== ] 3170/3735 84% [==================================================== ] 3171/3735 84% [==================================================== ] 3172/3735 84% [==================================================== ] 3173/3735 84% [==================================================== ] 3174/3735 84% [==================================================== ] 3175/3735 85% [==================================================== ] 3176/3735 85% [==================================================== ] 3177/3735 85% [==================================================== ] 3178/3735 85% [==================================================== ] 3179/3735 85% [==================================================== ] 3180/3735 85% [==================================================== ] 3181/3735 85% [==================================================== ] 3182/3735 85% [==================================================== ] 3183/3735 85% [==================================================== ] 3184/3735 85% [==================================================== ] 3185/3735 85% [==================================================== ] 3186/3735 85% [==================================================== ] 3187/3735 85% [==================================================== ] 3188/3735 85% [==================================================== ] 3189/3735 85% [==================================================== ] 3190/3735 85% [==================================================== ] 3191/3735 85% [==================================================== ] 3192/3735 85% [===================================================== ] 3193/3735 85% [===================================================== ] 3194/3735 85% [===================================================== ] 3195/3735 85% [===================================================== ] 3196/3735 85% [===================================================== ] 3197/3735 85% [===================================================== ] 3198/3735 85% [===================================================== ] 3199/3735 85% [===================================================== ] 3200/3735 85% [===================================================== ] 3201/3735 85% [===================================================== ] 3202/3735 85% [===================================================== ] 3203/3735 85% [===================================================== ] 3204/3735 85% [===================================================== ] 3205/3735 85% [===================================================== ] 3206/3735 85% [===================================================== ] 3207/3735 85% [===================================================== ] 3208/3735 85% [===================================================== ] 3209/3735 85% [===================================================== ] 3210/3735 85% [===================================================== ] 3211/3735 85% [===================================================== ] 3212/3735 85% [===================================================== ] 3213/3735 86% [===================================================== ] 3214/3735 86% [===================================================== ] 3215/3735 86% [===================================================== ] 3216/3735 86% [===================================================== ] 3217/3735 86% [===================================================== ] 3218/3735 86% [===================================================== ] 3219/3735 86% [===================================================== ] 3220/3735 86% [===================================================== ] 3221/3735 86% [===================================================== ] 3222/3735 86% [===================================================== ] 3223/3735 86% [===================================================== ] 3224/3735 86% [===================================================== ] 3225/3735 86% [===================================================== ] 3226/3735 86% [===================================================== ] 3227/3735 86% [===================================================== ] 3228/3735 86% [===================================================== ] 3229/3735 86% [===================================================== ] 3230/3735 86% [===================================================== ] 3231/3735 86% [===================================================== ] 3232/3735 86% [===================================================== ] 3233/3735 86% [===================================================== ] 3234/3735 86% [===================================================== ] 3235/3735 86% [===================================================== ] 3236/3735 86% [===================================================== ] 3237/3735 86% [===================================================== ] 3238/3735 86% [===================================================== ] 3239/3735 86% [===================================================== ] 3240/3735 86% [===================================================== ] 3241/3735 86% [===================================================== ] 3242/3735 86% [===================================================== ] 3243/3735 86% [===================================================== ] 3244/3735 86% [===================================================== ] 3245/3735 86% [===================================================== ] 3246/3735 86% [===================================================== ] 3247/3735 86% [===================================================== ] 3248/3735 86% [===================================================== ] 3249/3735 86% [===================================================== ] 3250/3735 87% [===================================================== ] 3251/3735 87% [===================================================== ] 3252/3735 87% [===================================================== ] 3253/3735 87% [====================================================== ] 3254/3735 87% [====================================================== ] 3255/3735 87% [====================================================== ] 3256/3735 87% [====================================================== ] 3257/3735 87% [====================================================== ] 3258/3735 87% [====================================================== ] 3259/3735 87% [====================================================== ] 3260/3735 87% [====================================================== ] 3261/3735 87% [====================================================== ] 3262/3735 87% [====================================================== ] 3263/3735 87% [====================================================== ] 3264/3735 87% [====================================================== ] 3265/3735 87% [====================================================== ] 3266/3735 87% [====================================================== ] 3267/3735 87% [====================================================== ] 3268/3735 87% [====================================================== ] 3269/3735 87% [====================================================== ] 3270/3735 87% [====================================================== ] 3271/3735 87% [====================================================== ] 3272/3735 87% [====================================================== ] 3273/3735 87% [====================================================== ] 3274/3735 87% [====================================================== ] 3275/3735 87% [====================================================== ] 3276/3735 87% [====================================================== ] 3277/3735 87% [====================================================== ] 3278/3735 87% [====================================================== ] 3279/3735 87% [====================================================== ] 3280/3735 87% [====================================================== ] 3281/3735 87% [====================================================== ] 3282/3735 87% [====================================================== ] 3283/3735 87% [====================================================== ] 3284/3735 87% [====================================================== ] 3285/3735 87% [====================================================== ] 3286/3735 87% [====================================================== ] 3287/3735 88% [====================================================== ] 3288/3735 88% [====================================================== ] 3289/3735 88% [====================================================== ] 3290/3735 88% [====================================================== ] 3291/3735 88% [====================================================== ] 3292/3735 88% [====================================================== ] 3293/3735 88% [====================================================== ] 3294/3735 88% [====================================================== ] 3295/3735 88% [====================================================== ] 3296/3735 88% [====================================================== ] 3297/3735 88% [====================================================== ] 3298/3735 88% [====================================================== ] 3299/3735 88% [====================================================== ] 3300/3735 88% [====================================================== ] 3301/3735 88% [====================================================== ] 3302/3735 88% [====================================================== ] 3303/3735 88% [====================================================== ] 3304/3735 88% [====================================================== ] 3305/3735 88% [====================================================== ] 3306/3735 88% [====================================================== ] 3307/3735 88% [====================================================== ] 3308/3735 88% [====================================================== ] 3309/3735 88% [====================================================== ] 3310/3735 88% [====================================================== ] 3311/3735 88% [====================================================== ] 3312/3735 88% [====================================================== ] 3313/3735 88% [======================================================= ] 3314/3735 88% [======================================================= ] 3315/3735 88% [======================================================= ] 3316/3735 88% [======================================================= ] 3317/3735 88% [======================================================= ] 3318/3735 88% [======================================================= ] 3319/3735 88% [======================================================= ] 3320/3735 88% [======================================================= ] 3321/3735 88% [======================================================= ] 3322/3735 88% [======================================================= ] 3323/3735 88% [======================================================= ] 3324/3735 88% [======================================================= ] 3325/3735 89% [======================================================= ] 3326/3735 89% [======================================================= ] 3327/3735 89% [======================================================= ] 3328/3735 89% [======================================================= ] 3329/3735 89% [======================================================= ] 3330/3735 89% [======================================================= ] 3331/3735 89% [======================================================= ] 3332/3735 89% [======================================================= ] 3333/3735 89% [======================================================= ] 3334/3735 89% [======================================================= ] 3335/3735 89% [======================================================= ] 3336/3735 89% [======================================================= ] 3337/3735 89% [======================================================= ] 3338/3735 89% [======================================================= ] 3339/3735 89% [======================================================= ] 3340/3735 89% [======================================================= ] 3341/3735 89% [======================================================= ] 3342/3735 89% [======================================================= ] 3343/3735 89% [======================================================= ] 3344/3735 89% [======================================================= ] 3345/3735 89% [======================================================= ] 3346/3735 89% [======================================================= ] 3347/3735 89% [======================================================= ] 3348/3735 89% [======================================================= ] 3349/3735 89% [======================================================= ] 3350/3735 89% [======================================================= ] 3351/3735 89% [======================================================= ] 3352/3735 89% [======================================================= ] 3353/3735 89% [======================================================= ] 3354/3735 89% [======================================================= ] 3355/3735 89% [======================================================= ] 3356/3735 89% [======================================================= ] 3357/3735 89% [======================================================= ] 3358/3735 89% [======================================================= ] 3359/3735 89% [======================================================= ] 3360/3735 89% [======================================================= ] 3361/3735 89% [======================================================= ] 3362/3735 90% [======================================================= ] 3363/3735 90% [======================================================= ] 3364/3735 90% [======================================================= ] 3365/3735 90% [======================================================= ] 3366/3735 90% [======================================================= ] 3367/3735 90% [======================================================= ] 3368/3735 90% [======================================================= ] 3369/3735 90% [======================================================= ] 3370/3735 90% [======================================================= ] 3371/3735 90% [======================================================= ] 3372/3735 90% [======================================================= ] 3373/3735 90% [======================================================== ] 3374/3735 90% [======================================================== ] 3375/3735 90% [======================================================== ] 3376/3735 90% [======================================================== ] 3377/3735 90% [======================================================== ] 3378/3735 90% [======================================================== ] 3379/3735 90% [======================================================== ] 3380/3735 90% [======================================================== ] 3381/3735 90% [======================================================== ] 3382/3735 90% [======================================================== ] 3383/3735 90% [======================================================== ] 3384/3735 90% [======================================================== ] 3385/3735 90% [======================================================== ] 3386/3735 90% [======================================================== ] 3387/3735 90% [======================================================== ] 3388/3735 90% [======================================================== ] 3389/3735 90% [======================================================== ] 3390/3735 90% [======================================================== ] 3391/3735 90% [======================================================== ] 3392/3735 90% [======================================================== ] 3393/3735 90% [======================================================== ] 3394/3735 90% [======================================================== ] 3395/3735 90% [======================================================== ] 3396/3735 90% [======================================================== ] 3397/3735 90% [======================================================== ] 3398/3735 90% [======================================================== ] 3399/3735 91% [======================================================== ] 3400/3735 91% [======================================================== ] 3401/3735 91% [======================================================== ] 3402/3735 91% [======================================================== ] 3403/3735 91% [======================================================== ] 3404/3735 91% [======================================================== ] 3405/3735 91% [======================================================== ] 3406/3735 91% [======================================================== ] 3407/3735 91% [======================================================== ] 3408/3735 91% [======================================================== ] 3409/3735 91% [======================================================== ] 3410/3735 91% [======================================================== ] 3411/3735 91% [======================================================== ] 3412/3735 91% [======================================================== ] 3413/3735 91% [======================================================== ] 3414/3735 91% [======================================================== ] 3415/3735 91% [======================================================== ] 3416/3735 91% [======================================================== ] 3417/3735 91% [======================================================== ] 3418/3735 91% [======================================================== ] 3419/3735 91% [======================================================== ] 3420/3735 91% [======================================================== ] 3421/3735 91% [======================================================== ] 3422/3735 91% [======================================================== ] 3423/3735 91% [======================================================== ] 3424/3735 91% [======================================================== ] 3425/3735 91% [======================================================== ] 3426/3735 91% [======================================================== ] 3427/3735 91% [======================================================== ] 3428/3735 91% [======================================================== ] 3429/3735 91% [======================================================== ] 3430/3735 91% [======================================================== ] 3431/3735 91% [======================================================== ] 3432/3735 91% [======================================================== ] 3433/3735 91% [========================================================= ] 3434/3735 91% [========================================================= ] 3435/3735 91% [========================================================= ] 3436/3735 91% [========================================================= ] 3437/3735 92% [========================================================= ] 3438/3735 92% [========================================================= ] 3439/3735 92% [========================================================= ] 3440/3735 92% [========================================================= ] 3441/3735 92% [========================================================= ] 3442/3735 92% [========================================================= ] 3443/3735 92% [========================================================= ] 3444/3735 92% [========================================================= ] 3445/3735 92% [========================================================= ] 3446/3735 92% [========================================================= ] 3447/3735 92% [========================================================= ] 3448/3735 92% [========================================================= ] 3449/3735 92% [========================================================= ] 3450/3735 92% [========================================================= ] 3451/3735 92% [========================================================= ] 3452/3735 92% [========================================================= ] 3453/3735 92% [========================================================= ] 3454/3735 92% [========================================================= ] 3455/3735 92% [========================================================= ] 3456/3735 92% [========================================================= ] 3457/3735 92% [========================================================= ] 3458/3735 92% [========================================================= ] 3459/3735 92% [========================================================= ] 3460/3735 92% [========================================================= ] 3461/3735 92% [========================================================= ] 3462/3735 92% [========================================================= ] 3463/3735 92% [========================================================= ] 3464/3735 92% [========================================================= ] 3465/3735 92% [========================================================= ] 3466/3735 92% [========================================================= ] 3467/3735 92% [========================================================= ] 3468/3735 92% [========================================================= ] 3469/3735 92% [========================================================= ] 3470/3735 92% [========================================================= ] 3471/3735 92% [========================================================= ] 3472/3735 92% [========================================================= ] 3473/3735 92% [========================================================= ] 3474/3735 93% [========================================================= ] 3475/3735 93% [========================================================= ] 3476/3735 93% [========================================================= ] 3477/3735 93% [========================================================= ] 3478/3735 93% [========================================================= ] 3479/3735 93% [========================================================= ] 3480/3735 93% [========================================================= ] 3481/3735 93% [========================================================= ] 3482/3735 93% [========================================================= ] 3483/3735 93% [========================================================= ] 3484/3735 93% [========================================================= ] 3485/3735 93% [========================================================= ] 3486/3735 93% [========================================================= ] 3487/3735 93% [========================================================= ] 3488/3735 93% [========================================================= ] 3489/3735 93% [========================================================= ] 3490/3735 93% [========================================================= ] 3491/3735 93% [========================================================= ] 3492/3735 93% [========================================================= ] 3493/3735 93% [========================================================= ] 3494/3735 93% [========================================================== ] 3495/3735 93% [========================================================== ] 3496/3735 93% [========================================================== ] 3497/3735 93% [========================================================== ] 3498/3735 93% [========================================================== ] 3499/3735 93% [========================================================== ] 3500/3735 93% [========================================================== ] 3501/3735 93% [========================================================== ] 3502/3735 93% [========================================================== ] 3503/3735 93% [========================================================== ] 3504/3735 93% [========================================================== ] 3505/3735 93% [========================================================== ] 3506/3735 93% [========================================================== ] 3507/3735 93% [========================================================== ] 3508/3735 93% [========================================================== ] 3509/3735 93% [========================================================== ] 3510/3735 93% [========================================================== ] 3511/3735 94% [========================================================== ] 3512/3735 94% [========================================================== ] 3513/3735 94% [========================================================== ] 3514/3735 94% [========================================================== ] 3515/3735 94% [========================================================== ] 3516/3735 94% [========================================================== ] 3517/3735 94% [========================================================== ] 3518/3735 94% [========================================================== ] 3519/3735 94% [========================================================== ] 3520/3735 94% [========================================================== ] 3521/3735 94% [========================================================== ] 3522/3735 94% [========================================================== ] 3523/3735 94% [========================================================== ] 3524/3735 94% [========================================================== ] 3525/3735 94% [========================================================== ] 3526/3735 94% [========================================================== ] 3527/3735 94% [========================================================== ] 3528/3735 94% [========================================================== ] 3529/3735 94% [========================================================== ] 3530/3735 94% [========================================================== ] 3531/3735 94% [========================================================== ] 3532/3735 94% [========================================================== ] 3533/3735 94% [========================================================== ] 3534/3735 94% [========================================================== ] 3535/3735 94% [========================================================== ] 3536/3735 94% [========================================================== ] 3537/3735 94% [========================================================== ] 3538/3735 94% [========================================================== ] 3539/3735 94% [========================================================== ] 3540/3735 94% [========================================================== ] 3541/3735 94% [========================================================== ] 3542/3735 94% [========================================================== ] 3543/3735 94% [========================================================== ] 3544/3735 94% [========================================================== ] 3545/3735 94% [========================================================== ] 3546/3735 94% [========================================================== ] 3547/3735 94% [========================================================== ] 3548/3735 94% [========================================================== ] 3549/3735 95% [========================================================== ] 3550/3735 95% [========================================================== ] 3551/3735 95% [========================================================== ] 3552/3735 95% [========================================================== ] 3553/3735 95% [========================================================== ] 3554/3735 95% [=========================================================== ] 3555/3735 95% [=========================================================== ] 3556/3735 95% [=========================================================== ] 3557/3735 95% [=========================================================== ] 3558/3735 95% [=========================================================== ] 3559/3735 95% [=========================================================== ] 3560/3735 95% [=========================================================== ] 3561/3735 95% [=========================================================== ] 3562/3735 95% [=========================================================== ] 3563/3735 95% [=========================================================== ] 3564/3735 95% [=========================================================== ] 3565/3735 95% [=========================================================== ] 3566/3735 95% [=========================================================== ] 3567/3735 95% [=========================================================== ] 3568/3735 95% [=========================================================== ] 3569/3735 95% [=========================================================== ] 3570/3735 95% [=========================================================== ] 3571/3735 95% [=========================================================== ] 3572/3735 95% [=========================================================== ] 3573/3735 95% [=========================================================== ] 3574/3735 95% [=========================================================== ] 3575/3735 95% [=========================================================== ] 3576/3735 95% [=========================================================== ] 3577/3735 95% [=========================================================== ] 3578/3735 95% [=========================================================== ] 3579/3735 95% [=========================================================== ] 3580/3735 95% [=========================================================== ] 3581/3735 95% [=========================================================== ] 3582/3735 95% [=========================================================== ] 3583/3735 95% [=========================================================== ] 3584/3735 95% [=========================================================== ] 3585/3735 95% [=========================================================== ] 3586/3735 96% [=========================================================== ] 3587/3735 96% [=========================================================== ] 3588/3735 96% [=========================================================== ] 3589/3735 96% [=========================================================== ] 3590/3735 96% [=========================================================== ] 3591/3735 96% [=========================================================== ] 3592/3735 96% [=========================================================== ] 3593/3735 96% [=========================================================== ] 3594/3735 96% [=========================================================== ] 3595/3735 96% [=========================================================== ] 3596/3735 96% [=========================================================== ] 3597/3735 96% [=========================================================== ] 3598/3735 96% [=========================================================== ] 3599/3735 96% [=========================================================== ] 3600/3735 96% [=========================================================== ] 3601/3735 96% [=========================================================== ] 3602/3735 96% [=========================================================== ] 3603/3735 96% [=========================================================== ] 3604/3735 96% [=========================================================== ] 3605/3735 96% [=========================================================== ] 3606/3735 96% [=========================================================== ] 3607/3735 96% [=========================================================== ] 3608/3735 96% [=========================================================== ] 3609/3735 96% [=========================================================== ] 3610/3735 96% [=========================================================== ] 3611/3735 96% [=========================================================== ] 3612/3735 96% [=========================================================== ] 3613/3735 96% [=========================================================== ] 3614/3735 96% [============================================================ ] 3615/3735 96% [============================================================ ] 3616/3735 96% [============================================================ ] 3617/3735 96% [============================================================ ] 3618/3735 96% [============================================================ ] 3619/3735 96% [============================================================ ] 3620/3735 96% [============================================================ ] 3621/3735 96% [============================================================ ] 3622/3735 96% [============================================================ ] 3623/3735 97% [============================================================ ] 3624/3735 97% [============================================================ ] 3625/3735 97% [============================================================ ] 3626/3735 97% [============================================================ ] 3627/3735 97% [============================================================ ] 3628/3735 97% [============================================================ ] 3629/3735 97% [============================================================ ] 3630/3735 97% [============================================================ ] 3631/3735 97% [============================================================ ] 3632/3735 97% [============================================================ ] 3633/3735 97% [============================================================ ] 3634/3735 97% [============================================================ ] 3635/3735 97% [============================================================ ] 3636/3735 97% [============================================================ ] 3637/3735 97% [============================================================ ] 3638/3735 97% [============================================================ ] 3639/3735 97% [============================================================ ] 3640/3735 97% [============================================================ ] 3641/3735 97% [============================================================ ] 3642/3735 97% [============================================================ ] 3643/3735 97% [============================================================ ] 3644/3735 97% [============================================================ ] 3645/3735 97% [============================================================ ] 3646/3735 97% [============================================================ ] 3647/3735 97% [============================================================ ] 3648/3735 97% [============================================================ ] 3649/3735 97% [============================================================ ] 3650/3735 97% [============================================================ ] 3651/3735 97% [============================================================ ] 3652/3735 97% [============================================================ ] 3653/3735 97% [============================================================ ] 3654/3735 97% [============================================================ ] 3655/3735 97% [============================================================ ] 3656/3735 97% [============================================================ ] 3657/3735 97% [============================================================ ] 3658/3735 97% [============================================================ ] 3659/3735 97% [============================================================ ] 3660/3735 97% [============================================================ ] 3661/3735 98% [============================================================ ] 3662/3735 98% [============================================================ ] 3663/3735 98% [============================================================ ] 3664/3735 98% [============================================================ ] 3665/3735 98% [============================================================ ] 3666/3735 98% [============================================================ ] 3667/3735 98% [============================================================ ] 3668/3735 98% [============================================================ ] 3669/3735 98% [============================================================ ] 3670/3735 98% [============================================================ ] 3671/3735 98% [============================================================ ] 3672/3735 98% [============================================================ ] 3673/3735 98% [============================================================ ] 3674/3735 98% [============================================================= ] 3675/3735 98% [============================================================= ] 3676/3735 98% [============================================================= ] 3677/3735 98% [============================================================= ] 3678/3735 98% [============================================================= ] 3679/3735 98% [============================================================= ] 3680/3735 98% [============================================================= ] 3681/3735 98% [============================================================= ] 3682/3735 98% [============================================================= ] 3683/3735 98% [============================================================= ] 3684/3735 98% [============================================================= ] 3685/3735 98% [============================================================= ] 3686/3735 98% [============================================================= ] 3687/3735 98% [============================================================= ] 3688/3735 98% [============================================================= ] 3689/3735 98% [============================================================= ] 3690/3735 98% [============================================================= ] 3691/3735 98% [============================================================= ] 3692/3735 98% [============================================================= ] 3693/3735 98% [============================================================= ] 3694/3735 98% [============================================================= ] 3695/3735 98% [============================================================= ] 3696/3735 98% [============================================================= ] 3697/3735 98% [============================================================= ] 3698/3735 99% [============================================================= ] 3699/3735 99% [============================================================= ] 3700/3735 99% [============================================================= ] 3701/3735 99% [============================================================= ] 3702/3735 99% [============================================================= ] 3703/3735 99% [============================================================= ] 3704/3735 99% [============================================================= ] 3705/3735 99% [============================================================= ] 3706/3735 99% [============================================================= ] 3707/3735 99% [============================================================= ] 3708/3735 99% [============================================================= ] 3709/3735 99% [============================================================= ] 3710/3735 99% [============================================================= ] 3711/3735 99% [============================================================= ] 3712/3735 99% [============================================================= ] 3713/3735 99% [============================================================= ] 3714/3735 99% [============================================================= ] 3715/3735 99% [============================================================= ] 3716/3735 99% [============================================================= ] 3717/3735 99% [============================================================= ] 3718/3735 99% [============================================================= ] 3719/3735 99% [============================================================= ] 3720/3735 99% [============================================================= ] 3721/3735 99% [============================================================= ] 3722/3735 99% [============================================================= ] 3723/3735 99% [============================================================= ] 3724/3735 99% [============================================================= ] 3725/3735 99% [============================================================= ] 3726/3735 99% [============================================================= ] 3727/3735 99% [============================================================= ] 3728/3735 99% [============================================================= ] 3729/3735 99% [============================================================= ] 3730/3735 99% [============================================================= ] 3731/3735 99% [============================================================= ] 3732/3735 99% [============================================================= ] 3733/3735 99% [============================================================= ] 3734/3735 99% [==============================================================] 3735/3735 100% operation complete, 3735 objects in 35205 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-127-g2ebf652589 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-fakedate Collecting legal info >>> 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 12.1.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.1.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-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) >>> 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) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> 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-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 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-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> davfs2 1.6.1 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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-environment-setup Collecting legal info >>> ethtool 5.18 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> 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) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genpart 1.0.2 Collecting legal info >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-moby-buildkit 0.10.0 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.18.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> nginx-naxsi 1.3 Collecting legal info LICENSE: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) naxsi_src/ext/libinjection/COPYING: OK (sha256: d0732bc23658db5b9749e3f9cd4fe0f9b3e132b5955adccb08821845fe2a21c8) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> host-runc 1.1.3 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ubus a72457b61df045d3c499a6211362b751710590d7 Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.1.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.1.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'