rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/doc /home/autobuild/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-0/output-1/target/lib/debug /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-107-g749ec74cf9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-0/output-1/per-package /home/autobuild/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs printf ' - - sudo -1 - - - -\n\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-0/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-0/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-0/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-0/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-0/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-0/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubifs"90316800 bytes (86.1 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2677 objects. stage 2: creating image '/home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2677 0% [ ] 2/2677 0% [ ] 3/2677 0% [ ] 4/2677 0% [ ] 5/2677 0% [ ] 6/2677 0% [ ] 7/2677 0% [ ] 8/2677 0% [ ] 9/2677 0% [ ] 10/2677 0% [ ] 11/2677 0% [ ] 12/2677 0% [ ] 13/2677 0% [ ] 14/2677 0% [ ] 15/2677 0% [ ] 16/2677 0% [ ] 17/2677 0% [ ] 18/2677 0% [ ] 19/2677 0% [ ] 20/2677 0% [ ] 21/2677 0% [ ] 22/2677 0% [ ] 23/2677 0% [ ] 24/2677 0% [ ] 25/2677 0% [ ] 26/2677 0% [ ] 27/2677 1% [ ] 28/2677 1% [ ] 29/2677 1% [ ] 30/2677 1% [ ] 31/2677 1% [ ] 32/2677 1% [ ] 33/2677 1% [ ] 34/2677 1% [ ] 35/2677 1% [ ] 36/2677 1% [ ] 37/2677 1% [ ] 38/2677 1% [ ] 39/2677 1% [ ] 40/2677 1% [ ] 41/2677 1% [ ] 42/2677 1% [ ] 43/2677 1% [= ] 44/2677 1% [= ] 45/2677 1% [= ] 46/2677 1% [= ] 47/2677 1% [= ] 48/2677 1% [= ] 49/2677 1% [= ] 50/2677 1% [= ] 51/2677 1% [= ] 52/2677 1% [= ] 53/2677 1% [= ] 54/2677 2% [= ] 55/2677 2% [= ] 56/2677 2% [= ] 57/2677 2% [= ] 58/2677 2% [= ] 59/2677 2% [= ] 60/2677 2% [= ] 61/2677 2% [= ] 62/2677 2% [= ] 63/2677 2% [= ] 64/2677 2% [= ] 65/2677 2% [= ] 66/2677 2% [= ] 67/2677 2% [= ] 68/2677 2% [= ] 69/2677 2% [= ] 70/2677 2% [= ] 71/2677 2% [= ] 72/2677 2% [= ] 73/2677 2% [= ] 74/2677 2% [= ] 75/2677 2% [= ] 76/2677 2% [= ] 77/2677 2% [= ] 78/2677 2% [= ] 79/2677 2% [= ] 80/2677 2% [= ] 81/2677 3% [= ] 82/2677 3% [= ] 83/2677 3% [= ] 84/2677 3% [= ] 85/2677 3% [= ] 86/2677 3% [== ] 87/2677 3% [== ] 88/2677 3% [== ] 89/2677 3% [== ] 90/2677 3% [== ] 91/2677 3% [== ] 92/2677 3% [== ] 93/2677 3% [== ] 94/2677 3% [== ] 95/2677 3% [== ] 96/2677 3% [== ] 97/2677 3% [== ] 98/2677 3% [== ] 99/2677 3% [== ] 100/2677 3% [== ] 101/2677 3% [== ] 102/2677 3% [== ] 103/2677 3% [== ] 104/2677 3% [== ] 105/2677 3% [== ] 106/2677 3% [== ] 107/2677 3% [== ] 108/2677 4% [== ] 109/2677 4% [== ] 110/2677 4% [== ] 111/2677 4% [== ] 112/2677 4% [== ] 113/2677 4% [== ] 114/2677 4% [== ] 115/2677 4% [== ] 116/2677 4% [== ] 117/2677 4% [== ] 118/2677 4% [== ] 119/2677 4% [== ] 120/2677 4% [== ] 121/2677 4% [== ] 122/2677 4% [== ] 123/2677 4% [== ] 124/2677 4% [== ] 125/2677 4% [== ] 126/2677 4% [== ] 127/2677 4% [== ] 128/2677 4% [== ] 129/2677 4% [=== ] 130/2677 4% [=== ] 131/2677 4% [=== ] 132/2677 4% [=== ] 133/2677 4% [=== ] 134/2677 5% [=== ] 135/2677 5% [=== ] 136/2677 5% [=== ] 137/2677 5% [=== ] 138/2677 5% [=== ] 139/2677 5% [=== ] 140/2677 5% [=== ] 141/2677 5% [=== ] 142/2677 5% [=== ] 143/2677 5% [=== ] 144/2677 5% [=== ] 145/2677 5% [=== ] 146/2677 5% [=== ] 147/2677 5% [=== ] 148/2677 5% [=== ] 149/2677 5% [=== ] 150/2677 5% [=== ] 151/2677 5% [=== ] 152/2677 5% [=== ] 153/2677 5% [=== ] 154/2677 5% [=== ] 155/2677 5% [=== ] 156/2677 5% [=== ] 157/2677 5% [=== ] 158/2677 5% [=== ] 159/2677 5% [=== ] 160/2677 5% [=== ] 161/2677 6% [=== ] 162/2677 6% [=== ] 163/2677 6% [=== ] 164/2677 6% [=== ] 165/2677 6% [=== ] 166/2677 6% [=== ] 167/2677 6% [=== ] 168/2677 6% [=== ] 169/2677 6% [=== ] 170/2677 6% [=== ] 171/2677 6% [=== ] 172/2677 6% [==== ] 173/2677 6% [==== ] 174/2677 6% [==== ] 175/2677 6% [==== ] 176/2677 6% [==== ] 177/2677 6% [==== ] 178/2677 6% [==== ] 179/2677 6% [==== ] 180/2677 6% [==== ] 181/2677 6% [==== ] 182/2677 6% [==== ] 183/2677 6% [==== ] 184/2677 6% [==== ] 185/2677 6% [==== ] 186/2677 6% [==== ] 187/2677 6% [==== ] 188/2677 7% [==== ] 189/2677 7% [==== ] 190/2677 7% [==== ] 191/2677 7% [==== ] 192/2677 7% [==== ] 193/2677 7% [==== ] 194/2677 7% [==== ] 195/2677 7% [==== ] 196/2677 7% [==== ] 197/2677 7% [==== ] 198/2677 7% [==== ] 199/2677 7% [==== ] 200/2677 7% [==== ] 201/2677 7% [==== ] 202/2677 7% [==== ] 203/2677 7% [==== ] 204/2677 7% [==== ] 205/2677 7% [==== ] 206/2677 7% [==== ] 207/2677 7% [==== ] 208/2677 7% [==== ] 209/2677 7% [==== ] 210/2677 7% [==== ] 211/2677 7% [==== ] 212/2677 7% [==== ] 213/2677 7% [==== ] 214/2677 7% [==== ] 215/2677 8% [===== ] 216/2677 8% [===== ] 217/2677 8% [===== ] 218/2677 8% [===== ] 219/2677 8% [===== ] 220/2677 8% [===== ] 221/2677 8% [===== ] 222/2677 8% [===== ] 223/2677 8% [===== ] 224/2677 8% [===== ] 225/2677 8% [===== ] 226/2677 8% [===== ] 227/2677 8% [===== ] 228/2677 8% [===== ] 229/2677 8% [===== ] 230/2677 8% [===== ] 231/2677 8% [===== ] 232/2677 8% [===== ] 233/2677 8% [===== ] 234/2677 8% [===== ] 235/2677 8% [===== ] 236/2677 8% [===== ] 237/2677 8% [===== ] 238/2677 8% [===== ] 239/2677 8% [===== ] 240/2677 8% [===== ] 241/2677 9% [===== ] 242/2677 9% [===== ] 243/2677 9% [===== ] 244/2677 9% [===== ] 245/2677 9% [===== ] 246/2677 9% [===== ] 247/2677 9% [===== ] 248/2677 9% [===== ] 249/2677 9% [===== ] 250/2677 9% [===== ] 251/2677 9% [===== ] 252/2677 9% [===== ] 253/2677 9% [===== ] 254/2677 9% [===== ] 255/2677 9% [===== ] 256/2677 9% [===== ] 257/2677 9% [===== ] 258/2677 9% [===== ] 259/2677 9% [====== ] 260/2677 9% [====== ] 261/2677 9% [====== ] 262/2677 9% [====== ] 263/2677 9% [====== ] 264/2677 9% [====== ] 265/2677 9% [====== ] 266/2677 9% [====== ] 267/2677 9% [====== ] 268/2677 10% [====== ] 269/2677 10% [====== ] 270/2677 10% [====== ] 271/2677 10% [====== ] 272/2677 10% [====== ] 273/2677 10% [====== ] 274/2677 10% [====== ] 275/2677 10% [====== ] 276/2677 10% [====== ] 277/2677 10% [====== ] 278/2677 10% [====== ] 279/2677 10% [====== ] 280/2677 10% [====== ] 281/2677 10% [====== ] 282/2677 10% [====== ] 283/2677 10% [====== ] 284/2677 10% [====== ] 285/2677 10% [====== ] 286/2677 10% [====== ] 287/2677 10% [====== ] 288/2677 10% [====== ] 289/2677 10% [====== ] 290/2677 10% [====== ] 291/2677 10% [====== ] 292/2677 10% [====== ] 293/2677 10% [====== ] 294/2677 10% [====== ] 295/2677 11% [====== ] 296/2677 11% [====== ] 297/2677 11% [====== ] 298/2677 11% [====== ] 299/2677 11% [====== ] 300/2677 11% [====== ] 301/2677 11% [====== ] 302/2677 11% [======= ] 303/2677 11% [======= ] 304/2677 11% [======= ] 305/2677 11% [======= ] 306/2677 11% [======= ] 307/2677 11% [======= ] 308/2677 11% [======= ] 309/2677 11% [======= ] 310/2677 11% [======= ] 311/2677 11% [======= ] 312/2677 11% [======= ] 313/2677 11% [======= ] 314/2677 11% [======= ] 315/2677 11% [======= ] 316/2677 11% [======= ] 317/2677 11% [======= ] 318/2677 11% [======= ] 319/2677 11% [======= ] 320/2677 11% [======= ] 321/2677 11% [======= ] 322/2677 12% [======= ] 323/2677 12% [======= ] 324/2677 12% [======= ] 325/2677 12% [======= ] 326/2677 12% [======= ] 327/2677 12% [======= ] 328/2677 12% [======= ] 329/2677 12% [======= ] 330/2677 12% [======= ] 331/2677 12% [======= ] 332/2677 12% [======= ] 333/2677 12% [======= ] 334/2677 12% [======= ] 335/2677 12% [======= ] 336/2677 12% [======= ] 337/2677 12% [======= ] 338/2677 12% [======= ] 339/2677 12% [======= ] 340/2677 12% [======= ] 341/2677 12% [======= ] 342/2677 12% [======= ] 343/2677 12% [======= ] 344/2677 12% [======= ] 345/2677 12% [======== ] 346/2677 12% [======== ] 347/2677 12% [======== ] 348/2677 12% [======== ] 349/2677 13% [======== ] 350/2677 13% [======== ] 351/2677 13% [======== ] 352/2677 13% [======== ] 353/2677 13% [======== ] 354/2677 13% [======== ] 355/2677 13% [======== ] 356/2677 13% [======== ] 357/2677 13% [======== ] 358/2677 13% [======== ] 359/2677 13% [======== ] 360/2677 13% [======== ] 361/2677 13% [======== ] 362/2677 13% [======== ] 363/2677 13% [======== ] 364/2677 13% [======== ] 365/2677 13% [======== ] 366/2677 13% [======== ] 367/2677 13% [======== ] 368/2677 13% [======== ] 369/2677 13% [======== ] 370/2677 13% [======== ] 371/2677 13% [======== ] 372/2677 13% [======== ] 373/2677 13% [======== ] 374/2677 13% [======== ] 375/2677 14% [======== ] 376/2677 14% [======== ] 377/2677 14% [======== ] 378/2677 14% [======== ] 379/2677 14% [======== ] 380/2677 14% [======== ] 381/2677 14% [======== ] 382/2677 14% [======== ] 383/2677 14% [======== ] 384/2677 14% [======== ] 385/2677 14% [======== ] 386/2677 14% [======== ] 387/2677 14% [======== ] 388/2677 14% [========= ] 389/2677 14% [========= ] 390/2677 14% [========= ] 391/2677 14% [========= ] 392/2677 14% [========= ] 393/2677 14% [========= ] 394/2677 14% [========= ] 395/2677 14% [========= ] 396/2677 14% [========= ] 397/2677 14% [========= ] 398/2677 14% [========= ] 399/2677 14% [========= ] 400/2677 14% [========= ] 401/2677 14% [========= ] 402/2677 15% [========= ] 403/2677 15% [========= ] 404/2677 15% [========= ] 405/2677 15% [========= ] 406/2677 15% [========= ] 407/2677 15% [========= ] 408/2677 15% [========= ] 409/2677 15% [========= ] 410/2677 15% [========= ] 411/2677 15% [========= ] 412/2677 15% [========= ] 413/2677 15% [========= ] 414/2677 15% [========= ] 415/2677 15% [========= ] 416/2677 15% [========= ] 417/2677 15% [========= ] 418/2677 15% [========= ] 419/2677 15% [========= ] 420/2677 15% [========= ] 421/2677 15% [========= ] 422/2677 15% [========= ] 423/2677 15% [========= ] 424/2677 15% [========= ] 425/2677 15% [========= ] 426/2677 15% [========= ] 427/2677 15% [========= ] 428/2677 15% [========= ] 429/2677 16% [========= ] 430/2677 16% [========= ] 431/2677 16% [========== ] 432/2677 16% [========== ] 433/2677 16% [========== ] 434/2677 16% [========== ] 435/2677 16% [========== ] 436/2677 16% [========== ] 437/2677 16% [========== ] 438/2677 16% [========== ] 439/2677 16% [========== ] 440/2677 16% [========== ] 441/2677 16% [========== ] 442/2677 16% [========== ] 443/2677 16% [========== ] 444/2677 16% [========== ] 445/2677 16% [========== ] 446/2677 16% [========== ] 447/2677 16% [========== ] 448/2677 16% [========== ] 449/2677 16% [========== ] 450/2677 16% [========== ] 451/2677 16% [========== ] 452/2677 16% [========== ] 453/2677 16% [========== ] 454/2677 16% [========== ] 455/2677 16% [========== ] 456/2677 17% [========== ] 457/2677 17% [========== ] 458/2677 17% [========== ] 459/2677 17% [========== ] 460/2677 17% [========== ] 461/2677 17% [========== ] 462/2677 17% [========== ] 463/2677 17% [========== ] 464/2677 17% [========== ] 465/2677 17% [========== ] 466/2677 17% [========== ] 467/2677 17% [========== ] 468/2677 17% [========== ] 469/2677 17% [========== ] 470/2677 17% [========== ] 471/2677 17% [========== ] 472/2677 17% [========== ] 473/2677 17% [========== ] 474/2677 17% [=========== ] 475/2677 17% [=========== ] 476/2677 17% [=========== ] 477/2677 17% [=========== ] 478/2677 17% [=========== ] 479/2677 17% [=========== ] 480/2677 17% [=========== ] 481/2677 17% [=========== ] 482/2677 18% [=========== ] 483/2677 18% [=========== ] 484/2677 18% [=========== ] 485/2677 18% [=========== ] 486/2677 18% [=========== ] 487/2677 18% [=========== ] 488/2677 18% [=========== ] 489/2677 18% [=========== ] 490/2677 18% [=========== ] 491/2677 18% [=========== ] 492/2677 18% [=========== ] 493/2677 18% [=========== ] 494/2677 18% [=========== ] 495/2677 18% [=========== ] 496/2677 18% [=========== ] 497/2677 18% [=========== ] 498/2677 18% [=========== ] 499/2677 18% [=========== ] 500/2677 18% [=========== ] 501/2677 18% [=========== ] 502/2677 18% [=========== ] 503/2677 18% [=========== ] 504/2677 18% [=========== ] 505/2677 18% [=========== ] 506/2677 18% [=========== ] 507/2677 18% [=========== ] 508/2677 18% [=========== ] 509/2677 19% [=========== ] 510/2677 19% [=========== ] 511/2677 19% [=========== ] 512/2677 19% [=========== ] 513/2677 19% [=========== ] 514/2677 19% [=========== ] 515/2677 19% [=========== ] 516/2677 19% [=========== ] 517/2677 19% [=========== ] 518/2677 19% [============ ] 519/2677 19% [============ ] 520/2677 19% [============ ] 521/2677 19% [============ ] 522/2677 19% [============ ] 523/2677 19% [============ ] 524/2677 19% [============ ] 525/2677 19% [============ ] 526/2677 19% [============ ] 527/2677 19% [============ ] 528/2677 19% [============ ] 529/2677 19% [============ ] 530/2677 19% [============ ] 531/2677 19% [============ ] 532/2677 19% [============ ] 533/2677 19% [============ ] 534/2677 19% [============ ] 535/2677 19% [============ ] 536/2677 20% [============ ] 537/2677 20% [============ ] 538/2677 20% [============ ] 539/2677 20% [============ ] 540/2677 20% [============ ] 541/2677 20% [============ ] 542/2677 20% [============ ] 543/2677 20% [============ ] 544/2677 20% [============ ] 545/2677 20% [============ ] 546/2677 20% [============ ] 547/2677 20% [============ ] 548/2677 20% [============ ] 549/2677 20% [============ ] 550/2677 20% [============ ] 551/2677 20% [============ ] 552/2677 20% [============ ] 553/2677 20% [============ ] 554/2677 20% [============ ] 555/2677 20% [============ ] 556/2677 20% [============ ] 557/2677 20% [============ ] 558/2677 20% [============ ] 559/2677 20% [============ ] 560/2677 20% [============ ] 561/2677 20% [============= ] 562/2677 20% [============= ] 563/2677 21% [============= ] 564/2677 21% [============= ] 565/2677 21% [============= ] 566/2677 21% [============= ] 567/2677 21% [============= ] 568/2677 21% [============= ] 569/2677 21% [============= ] 570/2677 21% [============= ] 571/2677 21% [============= ] 572/2677 21% [============= ] 573/2677 21% [============= ] 574/2677 21% [============= ] 575/2677 21% [============= ] 576/2677 21% [============= ] 577/2677 21% [============= ] 578/2677 21% [============= ] 579/2677 21% [============= ] 580/2677 21% [============= ] 581/2677 21% [============= ] 582/2677 21% [============= ] 583/2677 21% [============= ] 584/2677 21% [============= ] 585/2677 21% [============= ] 586/2677 21% [============= ] 587/2677 21% [============= ] 588/2677 21% [============= ] 589/2677 22% [============= ] 590/2677 22% [============= ] 591/2677 22% [============= ] 592/2677 22% [============= ] 593/2677 22% [============= ] 594/2677 22% [============= ] 595/2677 22% [============= ] 596/2677 22% [============= ] 597/2677 22% [============= ] 598/2677 22% [============= ] 599/2677 22% [============= ] 600/2677 22% [============= ] 601/2677 22% [============= ] 602/2677 22% [============= ] 603/2677 22% [============= ] 604/2677 22% [============== ] 605/2677 22% [============== ] 606/2677 22% [============== ] 607/2677 22% [============== ] 608/2677 22% [============== ] 609/2677 22% [============== ] 610/2677 22% [============== ] 611/2677 22% [============== ] 612/2677 22% [============== ] 613/2677 22% [============== ] 614/2677 22% [============== ] 615/2677 22% [============== ] 616/2677 23% [============== ] 617/2677 23% [============== ] 618/2677 23% [============== ] 619/2677 23% [============== ] 620/2677 23% [============== ] 621/2677 23% [============== ] 622/2677 23% [============== ] 623/2677 23% [============== ] 624/2677 23% [============== ] 625/2677 23% [============== ] 626/2677 23% [============== ] 627/2677 23% [============== ] 628/2677 23% [============== ] 629/2677 23% [============== ] 630/2677 23% [============== ] 631/2677 23% [============== ] 632/2677 23% [============== ] 633/2677 23% [============== ] 634/2677 23% [============== ] 635/2677 23% [============== ] 636/2677 23% [============== ] 637/2677 23% [============== ] 638/2677 23% [============== ] 639/2677 23% [============== ] 640/2677 23% [============== ] 641/2677 23% [============== ] 642/2677 23% [============== ] 643/2677 24% [============== ] 644/2677 24% [============== ] 645/2677 24% [============== ] 646/2677 24% [============== ] 647/2677 24% [=============== ] 648/2677 24% [=============== ] 649/2677 24% [=============== ] 650/2677 24% [=============== ] 651/2677 24% [=============== ] 652/2677 24% [=============== ] 653/2677 24% [=============== ] 654/2677 24% [=============== ] 655/2677 24% [=============== ] 656/2677 24% [=============== ] 657/2677 24% [=============== ] 658/2677 24% [=============== ] 659/2677 24% [=============== ] 660/2677 24% [=============== ] 661/2677 24% [=============== ] 662/2677 24% [=============== ] 663/2677 24% [=============== ] 664/2677 24% [=============== ] 665/2677 24% [=============== ] 666/2677 24% [=============== ] 667/2677 24% [=============== ] 668/2677 24% [=============== ] 669/2677 24% [=============== ] 670/2677 25% [=============== ] 671/2677 25% [=============== ] 672/2677 25% [=============== ] 673/2677 25% [=============== ] 674/2677 25% [=============== ] 675/2677 25% [=============== ] 676/2677 25% [=============== ] 677/2677 25% [=============== ] 678/2677 25% [=============== ] 679/2677 25% [=============== ] 680/2677 25% [=============== ] 681/2677 25% [=============== ] 682/2677 25% [=============== ] 683/2677 25% [=============== ] 684/2677 25% [=============== ] 685/2677 25% [=============== ] 686/2677 25% [=============== ] 687/2677 25% [=============== ] 688/2677 25% [=============== ] 689/2677 25% [=============== ] 690/2677 25% [================ ] 691/2677 25% [================ ] 692/2677 25% [================ ] 693/2677 25% [================ ] 694/2677 25% [================ ] 695/2677 25% [================ ] 696/2677 25% [================ ] 697/2677 26% [================ ] 698/2677 26% [================ ] 699/2677 26% [================ ] 700/2677 26% [================ ] 701/2677 26% [================ ] 702/2677 26% [================ ] 703/2677 26% [================ ] 704/2677 26% [================ ] 705/2677 26% [================ ] 706/2677 26% [================ ] 707/2677 26% [================ ] 708/2677 26% [================ ] 709/2677 26% [================ ] 710/2677 26% [================ ] 711/2677 26% [================ ] 712/2677 26% [================ ] 713/2677 26% [================ ] 714/2677 26% [================ ] 715/2677 26% [================ ] 716/2677 26% [================ ] 717/2677 26% [================ ] 718/2677 26% [================ ] 719/2677 26% [================ ] 720/2677 26% [================ ] 721/2677 26% [================ ] 722/2677 26% [================ ] 723/2677 27% [================ ] 724/2677 27% [================ ] 725/2677 27% [================ ] 726/2677 27% [================ ] 727/2677 27% [================ ] 728/2677 27% [================ ] 729/2677 27% [================ ] 730/2677 27% [================ ] 731/2677 27% [================ ] 732/2677 27% [================ ] 733/2677 27% [================ ] 734/2677 27% [================= ] 735/2677 27% [================= ] 736/2677 27% [================= ] 737/2677 27% [================= ] 738/2677 27% [================= ] 739/2677 27% [================= ] 740/2677 27% [================= ] 741/2677 27% [================= ] 742/2677 27% [================= ] 743/2677 27% [================= ] 744/2677 27% [================= ] 745/2677 27% [================= ] 746/2677 27% [================= ] 747/2677 27% [================= ] 748/2677 27% [================= ] 749/2677 27% [================= ] 750/2677 28% [================= ] 751/2677 28% [================= ] 752/2677 28% [================= ] 753/2677 28% [================= ] 754/2677 28% [================= ] 755/2677 28% [================= ] 756/2677 28% [================= ] 757/2677 28% [================= ] 758/2677 28% [================= ] 759/2677 28% [================= ] 760/2677 28% [================= ] 761/2677 28% [================= ] 762/2677 28% [================= ] 763/2677 28% [================= ] 764/2677 28% [================= ] 765/2677 28% [================= ] 766/2677 28% [================= ] 767/2677 28% [================= ] 768/2677 28% [================= ] 769/2677 28% [================= ] 770/2677 28% [================= ] 771/2677 28% [================= ] 772/2677 28% [================= ] 773/2677 28% [================= ] 774/2677 28% [================= ] 775/2677 28% [================= ] 776/2677 28% [================= ] 777/2677 29% [================== ] 778/2677 29% [================== ] 779/2677 29% [================== ] 780/2677 29% [================== ] 781/2677 29% [================== ] 782/2677 29% [================== ] 783/2677 29% [================== ] 784/2677 29% [================== ] 785/2677 29% [================== ] 786/2677 29% [================== ] 787/2677 29% [================== ] 788/2677 29% [================== ] 789/2677 29% [================== ] 790/2677 29% [================== ] 791/2677 29% [================== ] 792/2677 29% [================== ] 793/2677 29% [================== ] 794/2677 29% [================== ] 795/2677 29% [================== ] 796/2677 29% [================== ] 797/2677 29% [================== ] 798/2677 29% [================== ] 799/2677 29% [================== ] 800/2677 29% [================== ] 801/2677 29% [================== ] 802/2677 29% [================== ] 803/2677 29% [================== ] 804/2677 30% [================== ] 805/2677 30% [================== ] 806/2677 30% [================== ] 807/2677 30% [================== ] 808/2677 30% [================== ] 809/2677 30% [================== ] 810/2677 30% [================== ] 811/2677 30% [================== ] 812/2677 30% [================== ] 813/2677 30% [================== ] 814/2677 30% [================== ] 815/2677 30% [================== ] 816/2677 30% [================== ] 817/2677 30% [================== ] 818/2677 30% [================== ] 819/2677 30% [================== ] 820/2677 30% [=================== ] 821/2677 30% [=================== ] 822/2677 30% [=================== ] 823/2677 30% [=================== ] 824/2677 30% [=================== ] 825/2677 30% [=================== ] 826/2677 30% [=================== ] 827/2677 30% [=================== ] 828/2677 30% [=================== ] 829/2677 30% [=================== ] 830/2677 31% [=================== ] 831/2677 31% [=================== ] 832/2677 31% [=================== ] 833/2677 31% [=================== ] 834/2677 31% [=================== ] 835/2677 31% [=================== ] 836/2677 31% [=================== ] 837/2677 31% [=================== ] 838/2677 31% [=================== ] 839/2677 31% [=================== ] 840/2677 31% [=================== ] 841/2677 31% [=================== ] 842/2677 31% [=================== ] 843/2677 31% [=================== ] 844/2677 31% [=================== ] 845/2677 31% [=================== ] 846/2677 31% [=================== ] 847/2677 31% [=================== ] 848/2677 31% [=================== ] 849/2677 31% [=================== ] 850/2677 31% [=================== ] 851/2677 31% [=================== ] 852/2677 31% [=================== ] 853/2677 31% [=================== ] 854/2677 31% [=================== ] 855/2677 31% [=================== ] 856/2677 31% [=================== ] 857/2677 32% [=================== ] 858/2677 32% [=================== ] 859/2677 32% [=================== ] 860/2677 32% [=================== ] 861/2677 32% [=================== ] 862/2677 32% [=================== ] 863/2677 32% [==================== ] 864/2677 32% [==================== ] 865/2677 32% [==================== ] 866/2677 32% [==================== ] 867/2677 32% [==================== ] 868/2677 32% [==================== ] 869/2677 32% [==================== ] 870/2677 32% [==================== ] 871/2677 32% [==================== ] 872/2677 32% [==================== ] 873/2677 32% [==================== ] 874/2677 32% [==================== ] 875/2677 32% [==================== ] 876/2677 32% [==================== ] 877/2677 32% [==================== ] 878/2677 32% [==================== ] 879/2677 32% [==================== ] 880/2677 32% [==================== ] 881/2677 32% [==================== ] 882/2677 32% [==================== ] 883/2677 32% [==================== ] 884/2677 33% [==================== ] 885/2677 33% [==================== ] 886/2677 33% [==================== ] 887/2677 33% [==================== ] 888/2677 33% [==================== ] 889/2677 33% [==================== ] 890/2677 33% [==================== ] 891/2677 33% [==================== ] 892/2677 33% [==================== ] 893/2677 33% [==================== ] 894/2677 33% [==================== ] 895/2677 33% [==================== ] 896/2677 33% [==================== ] 897/2677 33% [==================== ] 898/2677 33% [==================== ] 899/2677 33% [==================== ] 900/2677 33% [==================== ] 901/2677 33% [==================== ] 902/2677 33% [==================== ] 903/2677 33% [==================== ] 904/2677 33% [==================== ] 905/2677 33% [==================== ] 906/2677 33% [===================== ] 907/2677 33% [===================== ] 908/2677 33% [===================== ] 909/2677 33% [===================== ] 910/2677 33% [===================== ] 911/2677 34% [===================== ] 912/2677 34% [===================== ] 913/2677 34% [===================== ] 914/2677 34% [===================== ] 915/2677 34% [===================== ] 916/2677 34% [===================== ] 917/2677 34% [===================== ] 918/2677 34% [===================== ] 919/2677 34% [===================== ] 920/2677 34% [===================== ] 921/2677 34% [===================== ] 922/2677 34% [===================== ] 923/2677 34% [===================== ] 924/2677 34% [===================== ] 925/2677 34% [===================== ] 926/2677 34% [===================== ] 927/2677 34% [===================== ] 928/2677 34% [===================== ] 929/2677 34% [===================== ] 930/2677 34% [===================== ] 931/2677 34% [===================== ] 932/2677 34% [===================== ] 933/2677 34% [===================== ] 934/2677 34% [===================== ] 935/2677 34% [===================== ] 936/2677 34% [===================== ] 937/2677 35% [===================== ] 938/2677 35% [===================== ] 939/2677 35% [===================== ] 940/2677 35% [===================== ] 941/2677 35% [===================== ] 942/2677 35% [===================== ] 943/2677 35% [===================== ] 944/2677 35% [===================== ] 945/2677 35% [===================== ] 946/2677 35% [===================== ] 947/2677 35% [===================== ] 948/2677 35% [===================== ] 949/2677 35% [====================== ] 950/2677 35% [====================== ] 951/2677 35% [====================== ] 952/2677 35% [====================== ] 953/2677 35% [====================== ] 954/2677 35% [====================== ] 955/2677 35% [====================== ] 956/2677 35% [====================== ] 957/2677 35% [====================== ] 958/2677 35% [====================== ] 959/2677 35% [====================== ] 960/2677 35% [====================== ] 961/2677 35% [====================== ] 962/2677 35% [====================== ] 963/2677 35% [====================== ] 964/2677 36% [====================== ] 965/2677 36% [====================== ] 966/2677 36% [====================== ] 967/2677 36% [====================== ] 968/2677 36% [====================== ] 969/2677 36% [====================== ] 970/2677 36% [====================== ] 971/2677 36% [====================== ] 972/2677 36% [====================== ] 973/2677 36% [====================== ] 974/2677 36% [====================== ] 975/2677 36% [====================== ] 976/2677 36% [====================== ] 977/2677 36% [====================== ] 978/2677 36% [====================== ] 979/2677 36% [====================== ] 980/2677 36% [====================== ] 981/2677 36% [====================== ] 982/2677 36% [====================== ] 983/2677 36% [====================== ] 984/2677 36% [====================== ] 985/2677 36% [====================== ] 986/2677 36% [====================== ] 987/2677 36% [====================== ] 988/2677 36% [====================== ] 989/2677 36% [====================== ] 990/2677 36% [====================== ] 991/2677 37% [====================== ] 992/2677 37% [====================== ] 993/2677 37% [======================= ] 994/2677 37% [======================= ] 995/2677 37% [======================= ] 996/2677 37% [======================= ] 997/2677 37% [======================= ] 998/2677 37% [======================= ] 999/2677 37% [======================= ] 1000/2677 37% [======================= ] 1001/2677 37% [======================= ] 1002/2677 37% [======================= ] 1003/2677 37% [======================= ] 1004/2677 37% [======================= ] 1005/2677 37% [======================= ] 1006/2677 37% [======================= ] 1007/2677 37% [======================= ] 1008/2677 37% [======================= ] 1009/2677 37% [======================= ] 1010/2677 37% [======================= ] 1011/2677 37% [======================= ] 1012/2677 37% [======================= ] 1013/2677 37% [======================= ] 1014/2677 37% [======================= ] 1015/2677 37% [======================= ] 1016/2677 37% [======================= ] 1017/2677 37% [======================= ] 1018/2677 38% [======================= ] 1019/2677 38% [======================= ] 1020/2677 38% [======================= ] 1021/2677 38% [======================= ] 1022/2677 38% [======================= ] 1023/2677 38% [======================= ] 1024/2677 38% [======================= ] 1025/2677 38% [======================= ] 1026/2677 38% [======================= ] 1027/2677 38% [======================= ] 1028/2677 38% [======================= ] 1029/2677 38% [======================= ] 1030/2677 38% [======================= ] 1031/2677 38% [======================= ] 1032/2677 38% [======================= ] 1033/2677 38% [======================= ] 1034/2677 38% [======================= ] 1035/2677 38% [======================= ] 1036/2677 38% [======================== ] 1037/2677 38% [======================== ] 1038/2677 38% [======================== ] 1039/2677 38% [======================== ] 1040/2677 38% [======================== ] 1041/2677 38% [======================== ] 1042/2677 38% [======================== ] 1043/2677 38% [======================== ] 1044/2677 38% [======================== ] 1045/2677 39% [======================== ] 1046/2677 39% [======================== ] 1047/2677 39% [======================== ] 1048/2677 39% [======================== ] 1049/2677 39% [======================== ] 1050/2677 39% [======================== ] 1051/2677 39% [======================== ] 1052/2677 39% [======================== ] 1053/2677 39% [======================== ] 1054/2677 39% [======================== ] 1055/2677 39% [======================== ] 1056/2677 39% [======================== ] 1057/2677 39% [======================== ] 1058/2677 39% [======================== ] 1059/2677 39% [======================== ] 1060/2677 39% [======================== ] 1061/2677 39% [======================== ] 1062/2677 39% [======================== ] 1063/2677 39% [======================== ] 1064/2677 39% [======================== ] 1065/2677 39% [======================== ] 1066/2677 39% [======================== ] 1067/2677 39% [======================== ] 1068/2677 39% [======================== ] 1069/2677 39% [======================== ] 1070/2677 39% [======================== ] 1071/2677 40% [======================== ] 1072/2677 40% [======================== ] 1073/2677 40% [======================== ] 1074/2677 40% [======================== ] 1075/2677 40% [======================== ] 1076/2677 40% [======================== ] 1077/2677 40% [======================== ] 1078/2677 40% [======================== ] 1079/2677 40% [========================= ] 1080/2677 40% [========================= ] 1081/2677 40% [========================= ] 1082/2677 40% [========================= ] 1083/2677 40% [========================= ] 1084/2677 40% [========================= ] 1085/2677 40% [========================= ] 1086/2677 40% [========================= ] 1087/2677 40% [========================= ] 1088/2677 40% [========================= ] 1089/2677 40% [========================= ] 1090/2677 40% [========================= ] 1091/2677 40% [========================= ] 1092/2677 40% [========================= ] 1093/2677 40% [========================= ] 1094/2677 40% [========================= ] 1095/2677 40% [========================= ] 1096/2677 40% [========================= ] 1097/2677 40% [========================= ] 1098/2677 41% [========================= ] 1099/2677 41% [========================= ] 1100/2677 41% [========================= ] 1101/2677 41% [========================= ] 1102/2677 41% [========================= ] 1103/2677 41% [========================= ] 1104/2677 41% [========================= ] 1105/2677 41% [========================= ] 1106/2677 41% [========================= ] 1107/2677 41% [========================= ] 1108/2677 41% [========================= ] 1109/2677 41% [========================= ] 1110/2677 41% [========================= ] 1111/2677 41% [========================= ] 1112/2677 41% [========================= ] 1113/2677 41% [========================= ] 1114/2677 41% [========================= ] 1115/2677 41% [========================= ] 1116/2677 41% [========================= ] 1117/2677 41% [========================= ] 1118/2677 41% [========================= ] 1119/2677 41% [========================= ] 1120/2677 41% [========================= ] 1121/2677 41% [========================= ] 1122/2677 41% [========================== ] 1123/2677 41% [========================== ] 1124/2677 41% [========================== ] 1125/2677 42% [========================== ] 1126/2677 42% [========================== ] 1127/2677 42% [========================== ] 1128/2677 42% [========================== ] 1129/2677 42% [========================== ] 1130/2677 42% [========================== ] 1131/2677 42% [========================== ] 1132/2677 42% [========================== ] 1133/2677 42% [========================== ] 1134/2677 42% [========================== ] 1135/2677 42% [========================== ] 1136/2677 42% [========================== ] 1137/2677 42% [========================== ] 1138/2677 42% [========================== ] 1139/2677 42% [========================== ] 1140/2677 42% [========================== ] 1141/2677 42% [========================== ] 1142/2677 42% [========================== ] 1143/2677 42% [========================== ] 1144/2677 42% [========================== ] 1145/2677 42% [========================== ] 1146/2677 42% [========================== ] 1147/2677 42% [========================== ] 1148/2677 42% [========================== ] 1149/2677 42% [========================== ] 1150/2677 42% [========================== ] 1151/2677 42% [========================== ] 1152/2677 43% [========================== ] 1153/2677 43% [========================== ] 1154/2677 43% [========================== ] 1155/2677 43% [========================== ] 1156/2677 43% [========================== ] 1157/2677 43% [========================== ] 1158/2677 43% [========================== ] 1159/2677 43% [========================== ] 1160/2677 43% [========================== ] 1161/2677 43% [========================== ] 1162/2677 43% [========================== ] 1163/2677 43% [========================== ] 1164/2677 43% [========================== ] 1165/2677 43% [=========================== ] 1166/2677 43% [=========================== ] 1167/2677 43% [=========================== ] 1168/2677 43% [=========================== ] 1169/2677 43% [=========================== ] 1170/2677 43% [=========================== ] 1171/2677 43% [=========================== ] 1172/2677 43% [=========================== ] 1173/2677 43% [=========================== ] 1174/2677 43% [=========================== ] 1175/2677 43% [=========================== ] 1176/2677 43% [=========================== ] 1177/2677 43% [=========================== ] 1178/2677 44% [=========================== ] 1179/2677 44% [=========================== ] 1180/2677 44% [=========================== ] 1181/2677 44% [=========================== ] 1182/2677 44% [=========================== ] 1183/2677 44% [=========================== ] 1184/2677 44% [=========================== ] 1185/2677 44% [=========================== ] 1186/2677 44% [=========================== ] 1187/2677 44% [=========================== ] 1188/2677 44% [=========================== ] 1189/2677 44% [=========================== ] 1190/2677 44% [=========================== ] 1191/2677 44% [=========================== ] 1192/2677 44% [=========================== ] 1193/2677 44% [=========================== ] 1194/2677 44% [=========================== ] 1195/2677 44% [=========================== ] 1196/2677 44% [=========================== ] 1197/2677 44% [=========================== ] 1198/2677 44% [=========================== ] 1199/2677 44% [=========================== ] 1200/2677 44% [=========================== ] 1201/2677 44% [=========================== ] 1202/2677 44% [=========================== ] 1203/2677 44% [=========================== ] 1204/2677 44% [=========================== ] 1205/2677 45% [=========================== ] 1206/2677 45% [=========================== ] 1207/2677 45% [=========================== ] 1208/2677 45% [============================ ] 1209/2677 45% [============================ ] 1210/2677 45% [============================ ] 1211/2677 45% [============================ ] 1212/2677 45% [============================ ] 1213/2677 45% [============================ ] 1214/2677 45% [============================ ] 1215/2677 45% [============================ ] 1216/2677 45% [============================ ] 1217/2677 45% [============================ ] 1218/2677 45% [============================ ] 1219/2677 45% [============================ ] 1220/2677 45% [============================ ] 1221/2677 45% [============================ ] 1222/2677 45% [============================ ] 1223/2677 45% [============================ ] 1224/2677 45% [============================ ] 1225/2677 45% [============================ ] 1226/2677 45% [============================ ] 1227/2677 45% [============================ ] 1228/2677 45% [============================ ] 1229/2677 45% [============================ ] 1230/2677 45% [============================ ] 1231/2677 45% [============================ ] 1232/2677 46% [============================ ] 1233/2677 46% [============================ ] 1234/2677 46% [============================ ] 1235/2677 46% [============================ ] 1236/2677 46% [============================ ] 1237/2677 46% [============================ ] 1238/2677 46% [============================ ] 1239/2677 46% [============================ ] 1240/2677 46% [============================ ] 1241/2677 46% [============================ ] 1242/2677 46% [============================ ] 1243/2677 46% [============================ ] 1244/2677 46% [============================ ] 1245/2677 46% [============================ ] 1246/2677 46% [============================ ] 1247/2677 46% [============================ ] 1248/2677 46% [============================ ] 1249/2677 46% [============================ ] 1250/2677 46% [============================ ] 1251/2677 46% [============================ ] 1252/2677 46% [============================= ] 1253/2677 46% [============================= ] 1254/2677 46% [============================= ] 1255/2677 46% [============================= ] 1256/2677 46% [============================= ] 1257/2677 46% [============================= ] 1258/2677 46% [============================= ] 1259/2677 47% [============================= ] 1260/2677 47% [============================= ] 1261/2677 47% [============================= ] 1262/2677 47% [============================= ] 1263/2677 47% [============================= ] 1264/2677 47% [============================= ] 1265/2677 47% [============================= ] 1266/2677 47% [============================= ] 1267/2677 47% [============================= ] 1268/2677 47% [============================= ] 1269/2677 47% [============================= ] 1270/2677 47% [============================= ] 1271/2677 47% [============================= ] 1272/2677 47% [============================= ] 1273/2677 47% [============================= ] 1274/2677 47% [============================= ] 1275/2677 47% [============================= ] 1276/2677 47% [============================= ] 1277/2677 47% [============================= ] 1278/2677 47% [============================= ] 1279/2677 47% [============================= ] 1280/2677 47% [============================= ] 1281/2677 47% [============================= ] 1282/2677 47% [============================= ] 1283/2677 47% [============================= ] 1284/2677 47% [============================= ] 1285/2677 48% [============================= ] 1286/2677 48% [============================= ] 1287/2677 48% [============================= ] 1288/2677 48% [============================= ] 1289/2677 48% [============================= ] 1290/2677 48% [============================= ] 1291/2677 48% [============================= ] 1292/2677 48% [============================= ] 1293/2677 48% [============================= ] 1294/2677 48% [============================= ] 1295/2677 48% [============================== ] 1296/2677 48% [============================== ] 1297/2677 48% [============================== ] 1298/2677 48% [============================== ] 1299/2677 48% [============================== ] 1300/2677 48% [============================== ] 1301/2677 48% [============================== ] 1302/2677 48% [============================== ] 1303/2677 48% [============================== ] 1304/2677 48% [============================== ] 1305/2677 48% [============================== ] 1306/2677 48% [============================== ] 1307/2677 48% [============================== ] 1308/2677 48% [============================== ] 1309/2677 48% [============================== ] 1310/2677 48% [============================== ] 1311/2677 48% [============================== ] 1312/2677 49% [============================== ] 1313/2677 49% [============================== ] 1314/2677 49% [============================== ] 1315/2677 49% [============================== ] 1316/2677 49% [============================== ] 1317/2677 49% [============================== ] 1318/2677 49% [============================== ] 1319/2677 49% [============================== ] 1320/2677 49% [============================== ] 1321/2677 49% [============================== ] 1322/2677 49% [============================== ] 1323/2677 49% [============================== ] 1324/2677 49% [============================== ] 1325/2677 49% [============================== ] 1326/2677 49% [============================== ] 1327/2677 49% [============================== ] 1328/2677 49% [============================== ] 1329/2677 49% [============================== ] 1330/2677 49% [============================== ] 1331/2677 49% [============================== ] 1332/2677 49% [============================== ] 1333/2677 49% [============================== ] 1334/2677 49% [============================== ] 1335/2677 49% [============================== ] 1336/2677 49% [============================== ] 1337/2677 49% [============================== ] 1338/2677 49% [=============================== ] 1339/2677 50% [=============================== ] 1340/2677 50% [=============================== ] 1341/2677 50% [=============================== ] 1342/2677 50% [=============================== ] 1343/2677 50% [=============================== ] 1344/2677 50% [=============================== ] 1345/2677 50% [=============================== ] 1346/2677 50% [=============================== ] 1347/2677 50% [=============================== ] 1348/2677 50% [=============================== ] 1349/2677 50% [=============================== ] 1350/2677 50% [=============================== ] 1351/2677 50% [=============================== ] 1352/2677 50% [=============================== ] 1353/2677 50% [=============================== ] 1354/2677 50% [=============================== ] 1355/2677 50% [=============================== ] 1356/2677 50% [=============================== ] 1357/2677 50% [=============================== ] 1358/2677 50% [=============================== ] 1359/2677 50% [=============================== ] 1360/2677 50% [=============================== ] 1361/2677 50% [=============================== ] 1362/2677 50% [=============================== ] 1363/2677 50% [=============================== ] 1364/2677 50% [=============================== ] 1365/2677 50% [=============================== ] 1366/2677 51% [=============================== ] 1367/2677 51% [=============================== ] 1368/2677 51% [=============================== ] 1369/2677 51% [=============================== ] 1370/2677 51% [=============================== ] 1371/2677 51% [=============================== ] 1372/2677 51% [=============================== ] 1373/2677 51% [=============================== ] 1374/2677 51% [=============================== ] 1375/2677 51% [=============================== ] 1376/2677 51% [=============================== ] 1377/2677 51% [=============================== ] 1378/2677 51% [=============================== ] 1379/2677 51% [=============================== ] 1380/2677 51% [=============================== ] 1381/2677 51% [================================ ] 1382/2677 51% [================================ ] 1383/2677 51% [================================ ] 1384/2677 51% [================================ ] 1385/2677 51% [================================ ] 1386/2677 51% [================================ ] 1387/2677 51% [================================ ] 1388/2677 51% [================================ ] 1389/2677 51% [================================ ] 1390/2677 51% [================================ ] 1391/2677 51% [================================ ] 1392/2677 51% [================================ ] 1393/2677 52% [================================ ] 1394/2677 52% [================================ ] 1395/2677 52% [================================ ] 1396/2677 52% [================================ ] 1397/2677 52% [================================ ] 1398/2677 52% [================================ ] 1399/2677 52% [================================ ] 1400/2677 52% [================================ ] 1401/2677 52% [================================ ] 1402/2677 52% [================================ ] 1403/2677 52% [================================ ] 1404/2677 52% [================================ ] 1405/2677 52% [================================ ] 1406/2677 52% [================================ ] 1407/2677 52% [================================ ] 1408/2677 52% [================================ ] 1409/2677 52% [================================ ] 1410/2677 52% [================================ ] 1411/2677 52% [================================ ] 1412/2677 52% [================================ ] 1413/2677 52% [================================ ] 1414/2677 52% [================================ ] 1415/2677 52% [================================ ] 1416/2677 52% [================================ ] 1417/2677 52% [================================ ] 1418/2677 52% [================================ ] 1419/2677 53% [================================ ] 1420/2677 53% [================================ ] 1421/2677 53% [================================ ] 1422/2677 53% [================================ ] 1423/2677 53% [================================ ] 1424/2677 53% [================================= ] 1425/2677 53% [================================= ] 1426/2677 53% [================================= ] 1427/2677 53% [================================= ] 1428/2677 53% [================================= ] 1429/2677 53% [================================= ] 1430/2677 53% [================================= ] 1431/2677 53% [================================= ] 1432/2677 53% [================================= ] 1433/2677 53% [================================= ] 1434/2677 53% [================================= ] 1435/2677 53% [================================= ] 1436/2677 53% [================================= ] 1437/2677 53% [================================= ] 1438/2677 53% [================================= ] 1439/2677 53% [================================= ] 1440/2677 53% [================================= ] 1441/2677 53% [================================= ] 1442/2677 53% [================================= ] 1443/2677 53% [================================= ] 1444/2677 53% [================================= ] 1445/2677 53% [================================= ] 1446/2677 54% [================================= ] 1447/2677 54% [================================= ] 1448/2677 54% [================================= ] 1449/2677 54% [================================= ] 1450/2677 54% [================================= ] 1451/2677 54% [================================= ] 1452/2677 54% [================================= ] 1453/2677 54% [================================= ] 1454/2677 54% [================================= ] 1455/2677 54% [================================= ] 1456/2677 54% [================================= ] 1457/2677 54% [================================= ] 1458/2677 54% [================================= ] 1459/2677 54% [================================= ] 1460/2677 54% [================================= ] 1461/2677 54% [================================= ] 1462/2677 54% [================================= ] 1463/2677 54% [================================= ] 1464/2677 54% [================================= ] 1465/2677 54% [================================= ] 1466/2677 54% [================================= ] 1467/2677 54% [================================= ] 1468/2677 54% [================================== ] 1469/2677 54% [================================== ] 1470/2677 54% [================================== ] 1471/2677 54% [================================== ] 1472/2677 54% [================================== ] 1473/2677 55% [================================== ] 1474/2677 55% [================================== ] 1475/2677 55% [================================== ] 1476/2677 55% [================================== ] 1477/2677 55% [================================== ] 1478/2677 55% [================================== ] 1479/2677 55% [================================== ] 1480/2677 55% [================================== ] 1481/2677 55% [================================== ] 1482/2677 55% [================================== ] 1483/2677 55% [================================== ] 1484/2677 55% [================================== ] 1485/2677 55% [================================== ] 1486/2677 55% [================================== ] 1487/2677 55% [================================== ] 1488/2677 55% [================================== ] 1489/2677 55% [================================== ] 1490/2677 55% [================================== ] 1491/2677 55% [================================== ] 1492/2677 55% [================================== ] 1493/2677 55% [================================== ] 1494/2677 55% [================================== ] 1495/2677 55% [================================== ] 1496/2677 55% [================================== ] 1497/2677 55% [================================== ] 1498/2677 55% [================================== ] 1499/2677 55% [================================== ] 1500/2677 56% [================================== ] 1501/2677 56% [================================== ] 1502/2677 56% [================================== ] 1503/2677 56% [================================== ] 1504/2677 56% [================================== ] 1505/2677 56% [================================== ] 1506/2677 56% [================================== ] 1507/2677 56% [================================== ] 1508/2677 56% [================================== ] 1509/2677 56% [================================== ] 1510/2677 56% [================================== ] 1511/2677 56% [=================================== ] 1512/2677 56% [=================================== ] 1513/2677 56% [=================================== ] 1514/2677 56% [=================================== ] 1515/2677 56% [=================================== ] 1516/2677 56% [=================================== ] 1517/2677 56% [=================================== ] 1518/2677 56% [=================================== ] 1519/2677 56% [=================================== ] 1520/2677 56% [=================================== ] 1521/2677 56% [=================================== ] 1522/2677 56% [=================================== ] 1523/2677 56% [=================================== ] 1524/2677 56% [=================================== ] 1525/2677 56% [=================================== ] 1526/2677 57% [=================================== ] 1527/2677 57% [=================================== ] 1528/2677 57% [=================================== ] 1529/2677 57% [=================================== ] 1530/2677 57% [=================================== ] 1531/2677 57% [=================================== ] 1532/2677 57% [=================================== ] 1533/2677 57% [=================================== ] 1534/2677 57% [=================================== ] 1535/2677 57% [=================================== ] 1536/2677 57% [=================================== ] 1537/2677 57% [=================================== ] 1538/2677 57% [=================================== ] 1539/2677 57% [=================================== ] 1540/2677 57% [=================================== ] 1541/2677 57% [=================================== ] 1542/2677 57% [=================================== ] 1543/2677 57% [=================================== ] 1544/2677 57% [=================================== ] 1545/2677 57% [=================================== ] 1546/2677 57% [=================================== ] 1547/2677 57% [=================================== ] 1548/2677 57% [=================================== ] 1549/2677 57% [=================================== ] 1550/2677 57% [=================================== ] 1551/2677 57% [=================================== ] 1552/2677 57% [=================================== ] 1553/2677 58% [=================================== ] 1554/2677 58% [==================================== ] 1555/2677 58% [==================================== ] 1556/2677 58% [==================================== ] 1557/2677 58% [==================================== ] 1558/2677 58% [==================================== ] 1559/2677 58% [==================================== ] 1560/2677 58% [==================================== ] 1561/2677 58% [==================================== ] 1562/2677 58% [==================================== ] 1563/2677 58% [==================================== ] 1564/2677 58% [==================================== ] 1565/2677 58% [==================================== ] 1566/2677 58% [==================================== ] 1567/2677 58% [==================================== ] 1568/2677 58% [==================================== ] 1569/2677 58% [==================================== ] 1570/2677 58% [==================================== ] 1571/2677 58% [==================================== ] 1572/2677 58% [==================================== ] 1573/2677 58% [==================================== ] 1574/2677 58% [==================================== ] 1575/2677 58% [==================================== ] 1576/2677 58% [==================================== ] 1577/2677 58% [==================================== ] 1578/2677 58% [==================================== ] 1579/2677 58% [==================================== ] 1580/2677 59% [==================================== ] 1581/2677 59% [==================================== ] 1582/2677 59% [==================================== ] 1583/2677 59% [==================================== ] 1584/2677 59% [==================================== ] 1585/2677 59% [==================================== ] 1586/2677 59% [==================================== ] 1587/2677 59% [==================================== ] 1588/2677 59% [==================================== ] 1589/2677 59% [==================================== ] 1590/2677 59% [==================================== ] 1591/2677 59% [==================================== ] 1592/2677 59% [==================================== ] 1593/2677 59% [==================================== ] 1594/2677 59% [==================================== ] 1595/2677 59% [==================================== ] 1596/2677 59% [==================================== ] 1597/2677 59% [===================================== ] 1598/2677 59% [===================================== ] 1599/2677 59% [===================================== ] 1600/2677 59% [===================================== ] 1601/2677 59% [===================================== ] 1602/2677 59% [===================================== ] 1603/2677 59% [===================================== ] 1604/2677 59% [===================================== ] 1605/2677 59% [===================================== ] 1606/2677 59% [===================================== ] 1607/2677 60% [===================================== ] 1608/2677 60% [===================================== ] 1609/2677 60% [===================================== ] 1610/2677 60% [===================================== ] 1611/2677 60% [===================================== ] 1612/2677 60% [===================================== ] 1613/2677 60% [===================================== ] 1614/2677 60% [===================================== ] 1615/2677 60% [===================================== ] 1616/2677 60% [===================================== ] 1617/2677 60% [===================================== ] 1618/2677 60% [===================================== ] 1619/2677 60% [===================================== ] 1620/2677 60% [===================================== ] 1621/2677 60% [===================================== ] 1622/2677 60% [===================================== ] 1623/2677 60% [===================================== ] 1624/2677 60% [===================================== ] 1625/2677 60% [===================================== ] 1626/2677 60% [===================================== ] 1627/2677 60% [===================================== ] 1628/2677 60% [===================================== ] 1629/2677 60% [===================================== ] 1630/2677 60% [===================================== ] 1631/2677 60% [===================================== ] 1632/2677 60% [===================================== ] 1633/2677 61% [===================================== ] 1634/2677 61% [===================================== ] 1635/2677 61% [===================================== ] 1636/2677 61% [===================================== ] 1637/2677 61% [===================================== ] 1638/2677 61% [===================================== ] 1639/2677 61% [===================================== ] 1640/2677 61% [====================================== ] 1641/2677 61% [====================================== ] 1642/2677 61% [====================================== ] 1643/2677 61% [====================================== ] 1644/2677 61% [====================================== ] 1645/2677 61% [====================================== ] 1646/2677 61% [====================================== ] 1647/2677 61% [====================================== ] 1648/2677 61% [====================================== ] 1649/2677 61% [====================================== ] 1650/2677 61% [====================================== ] 1651/2677 61% [====================================== ] 1652/2677 61% [====================================== ] 1653/2677 61% [====================================== ] 1654/2677 61% [====================================== ] 1655/2677 61% [====================================== ] 1656/2677 61% [====================================== ] 1657/2677 61% [====================================== ] 1658/2677 61% [====================================== ] 1659/2677 61% [====================================== ] 1660/2677 62% [====================================== ] 1661/2677 62% [====================================== ] 1662/2677 62% [====================================== ] 1663/2677 62% [====================================== ] 1664/2677 62% [====================================== ] 1665/2677 62% [====================================== ] 1666/2677 62% [====================================== ] 1667/2677 62% [====================================== ] 1668/2677 62% [====================================== ] 1669/2677 62% [====================================== ] 1670/2677 62% [====================================== ] 1671/2677 62% [====================================== ] 1672/2677 62% [====================================== ] 1673/2677 62% [====================================== ] 1674/2677 62% [====================================== ] 1675/2677 62% [====================================== ] 1676/2677 62% [====================================== ] 1677/2677 62% [====================================== ] 1678/2677 62% [====================================== ] 1679/2677 62% [====================================== ] 1680/2677 62% [====================================== ] 1681/2677 62% [====================================== ] 1682/2677 62% [====================================== ] 1683/2677 62% [======================================= ] 1684/2677 62% [======================================= ] 1685/2677 62% [======================================= ] 1686/2677 62% [======================================= ] 1687/2677 63% [======================================= ] 1688/2677 63% [======================================= ] 1689/2677 63% [======================================= ] 1690/2677 63% [======================================= ] 1691/2677 63% [======================================= ] 1692/2677 63% [======================================= ] 1693/2677 63% [======================================= ] 1694/2677 63% [======================================= ] 1695/2677 63% [======================================= ] 1696/2677 63% [======================================= ] 1697/2677 63% [======================================= ] 1698/2677 63% [======================================= ] 1699/2677 63% [======================================= ] 1700/2677 63% [======================================= ] 1701/2677 63% [======================================= ] 1702/2677 63% [======================================= ] 1703/2677 63% [======================================= ] 1704/2677 63% [======================================= ] 1705/2677 63% [======================================= ] 1706/2677 63% [======================================= ] 1707/2677 63% [======================================= ] 1708/2677 63% [======================================= ] 1709/2677 63% [======================================= ] 1710/2677 63% [======================================= ] 1711/2677 63% [======================================= ] 1712/2677 63% [======================================= ] 1713/2677 63% [======================================= ] 1714/2677 64% [======================================= ] 1715/2677 64% [======================================= ] 1716/2677 64% [======================================= ] 1717/2677 64% [======================================= ] 1718/2677 64% [======================================= ] 1719/2677 64% [======================================= ] 1720/2677 64% [======================================= ] 1721/2677 64% [======================================= ] 1722/2677 64% [======================================= ] 1723/2677 64% [======================================= ] 1724/2677 64% [======================================= ] 1725/2677 64% [======================================= ] 1726/2677 64% [======================================= ] 1727/2677 64% [======================================== ] 1728/2677 64% [======================================== ] 1729/2677 64% [======================================== ] 1730/2677 64% [======================================== ] 1731/2677 64% [======================================== ] 1732/2677 64% [======================================== ] 1733/2677 64% [======================================== ] 1734/2677 64% [======================================== ] 1735/2677 64% [======================================== ] 1736/2677 64% [======================================== ] 1737/2677 64% [======================================== ] 1738/2677 64% [======================================== ] 1739/2677 64% [======================================== ] 1740/2677 64% [======================================== ] 1741/2677 65% [======================================== ] 1742/2677 65% [======================================== ] 1743/2677 65% [======================================== ] 1744/2677 65% [======================================== ] 1745/2677 65% [======================================== ] 1746/2677 65% [======================================== ] 1747/2677 65% [======================================== ] 1748/2677 65% [======================================== ] 1749/2677 65% [======================================== ] 1750/2677 65% [======================================== ] 1751/2677 65% [======================================== ] 1752/2677 65% [======================================== ] 1753/2677 65% [======================================== ] 1754/2677 65% [======================================== ] 1755/2677 65% [======================================== ] 1756/2677 65% [======================================== ] 1757/2677 65% [======================================== ] 1758/2677 65% [======================================== ] 1759/2677 65% [======================================== ] 1760/2677 65% [======================================== ] 1761/2677 65% [======================================== ] 1762/2677 65% [======================================== ] 1763/2677 65% [======================================== ] 1764/2677 65% [======================================== ] 1765/2677 65% [======================================== ] 1766/2677 65% [======================================== ] 1767/2677 66% [======================================== ] 1768/2677 66% [======================================== ] 1769/2677 66% [======================================== ] 1770/2677 66% [========================================= ] 1771/2677 66% [========================================= ] 1772/2677 66% [========================================= ] 1773/2677 66% [========================================= ] 1774/2677 66% [========================================= ] 1775/2677 66% [========================================= ] 1776/2677 66% [========================================= ] 1777/2677 66% [========================================= ] 1778/2677 66% [========================================= ] 1779/2677 66% [========================================= ] 1780/2677 66% [========================================= ] 1781/2677 66% [========================================= ] 1782/2677 66% [========================================= ] 1783/2677 66% [========================================= ] 1784/2677 66% [========================================= ] 1785/2677 66% [========================================= ] 1786/2677 66% [========================================= ] 1787/2677 66% [========================================= ] 1788/2677 66% [========================================= ] 1789/2677 66% [========================================= ] 1790/2677 66% [========================================= ] 1791/2677 66% [========================================= ] 1792/2677 66% [========================================= ] 1793/2677 66% [========================================= ] 1794/2677 67% [========================================= ] 1795/2677 67% [========================================= ] 1796/2677 67% [========================================= ] 1797/2677 67% [========================================= ] 1798/2677 67% [========================================= ] 1799/2677 67% [========================================= ] 1800/2677 67% [========================================= ] 1801/2677 67% [========================================= ] 1802/2677 67% [========================================= ] 1803/2677 67% [========================================= ] 1804/2677 67% [========================================= ] 1805/2677 67% [========================================= ] 1806/2677 67% [========================================= ] 1807/2677 67% [========================================= ] 1808/2677 67% [========================================= ] 1809/2677 67% [========================================= ] 1810/2677 67% [========================================= ] 1811/2677 67% [========================================= ] 1812/2677 67% [========================================= ] 1813/2677 67% [========================================== ] 1814/2677 67% [========================================== ] 1815/2677 67% [========================================== ] 1816/2677 67% [========================================== ] 1817/2677 67% [========================================== ] 1818/2677 67% [========================================== ] 1819/2677 67% [========================================== ] 1820/2677 67% [========================================== ] 1821/2677 68% [========================================== ] 1822/2677 68% [========================================== ] 1823/2677 68% [========================================== ] 1824/2677 68% [========================================== ] 1825/2677 68% [========================================== ] 1826/2677 68% [========================================== ] 1827/2677 68% [========================================== ] 1828/2677 68% [========================================== ] 1829/2677 68% [========================================== ] 1830/2677 68% [========================================== ] 1831/2677 68% [========================================== ] 1832/2677 68% [========================================== ] 1833/2677 68% [========================================== ] 1834/2677 68% [========================================== ] 1835/2677 68% [========================================== ] 1836/2677 68% [========================================== ] 1837/2677 68% [========================================== ] 1838/2677 68% [========================================== ] 1839/2677 68% [========================================== ] 1840/2677 68% [========================================== ] 1841/2677 68% [========================================== ] 1842/2677 68% [========================================== ] 1843/2677 68% [========================================== ] 1844/2677 68% [========================================== ] 1845/2677 68% [========================================== ] 1846/2677 68% [========================================== ] 1847/2677 68% [========================================== ] 1848/2677 69% [========================================== ] 1849/2677 69% [========================================== ] 1850/2677 69% [========================================== ] 1851/2677 69% [========================================== ] 1852/2677 69% [========================================== ] 1853/2677 69% [========================================== ] 1854/2677 69% [========================================== ] 1855/2677 69% [========================================== ] 1856/2677 69% [=========================================== ] 1857/2677 69% [=========================================== ] 1858/2677 69% [=========================================== ] 1859/2677 69% [=========================================== ] 1860/2677 69% [=========================================== ] 1861/2677 69% [=========================================== ] 1862/2677 69% [=========================================== ] 1863/2677 69% [=========================================== ] 1864/2677 69% [=========================================== ] 1865/2677 69% [=========================================== ] 1866/2677 69% [=========================================== ] 1867/2677 69% [=========================================== ] 1868/2677 69% [=========================================== ] 1869/2677 69% [=========================================== ] 1870/2677 69% [=========================================== ] 1871/2677 69% [=========================================== ] 1872/2677 69% [=========================================== ] 1873/2677 69% [=========================================== ] 1874/2677 70% [=========================================== ] 1875/2677 70% [=========================================== ] 1876/2677 70% [=========================================== ] 1877/2677 70% [=========================================== ] 1878/2677 70% [=========================================== ] 1879/2677 70% [=========================================== ] 1880/2677 70% [=========================================== ] 1881/2677 70% [=========================================== ] 1882/2677 70% [=========================================== ] 1883/2677 70% [=========================================== ] 1884/2677 70% [=========================================== ] 1885/2677 70% [=========================================== ] 1886/2677 70% [=========================================== ] 1887/2677 70% [=========================================== ] 1888/2677 70% [=========================================== ] 1889/2677 70% [=========================================== ] 1890/2677 70% [=========================================== ] 1891/2677 70% [=========================================== ] 1892/2677 70% [=========================================== ] 1893/2677 70% [=========================================== ] 1894/2677 70% [=========================================== ] 1895/2677 70% [=========================================== ] 1896/2677 70% [=========================================== ] 1897/2677 70% [=========================================== ] 1898/2677 70% [=========================================== ] 1899/2677 70% [============================================ ] 1900/2677 70% [============================================ ] 1901/2677 71% [============================================ ] 1902/2677 71% [============================================ ] 1903/2677 71% [============================================ ] 1904/2677 71% [============================================ ] 1905/2677 71% [============================================ ] 1906/2677 71% [============================================ ] 1907/2677 71% [============================================ ] 1908/2677 71% [============================================ ] 1909/2677 71% [============================================ ] 1910/2677 71% [============================================ ] 1911/2677 71% [============================================ ] 1912/2677 71% [============================================ ] 1913/2677 71% [============================================ ] 1914/2677 71% [============================================ ] 1915/2677 71% [============================================ ] 1916/2677 71% [============================================ ] 1917/2677 71% [============================================ ] 1918/2677 71% [============================================ ] 1919/2677 71% [============================================ ] 1920/2677 71% [============================================ ] 1921/2677 71% [============================================ ] 1922/2677 71% [============================================ ] 1923/2677 71% [============================================ ] 1924/2677 71% [============================================ ] 1925/2677 71% [============================================ ] 1926/2677 71% [============================================ ] 1927/2677 71% [============================================ ] 1928/2677 72% [============================================ ] 1929/2677 72% [============================================ ] 1930/2677 72% [============================================ ] 1931/2677 72% [============================================ ] 1932/2677 72% [============================================ ] 1933/2677 72% [============================================ ] 1934/2677 72% [============================================ ] 1935/2677 72% [============================================ ] 1936/2677 72% [============================================ ] 1937/2677 72% [============================================ ] 1938/2677 72% [============================================ ] 1939/2677 72% [============================================ ] 1940/2677 72% [============================================ ] 1941/2677 72% [============================================ ] 1942/2677 72% [============================================= ] 1943/2677 72% [============================================= ] 1944/2677 72% [============================================= ] 1945/2677 72% [============================================= ] 1946/2677 72% [============================================= ] 1947/2677 72% [============================================= ] 1948/2677 72% [============================================= ] 1949/2677 72% [============================================= ] 1950/2677 72% [============================================= ] 1951/2677 72% [============================================= ] 1952/2677 72% [============================================= ] 1953/2677 72% [============================================= ] 1954/2677 72% [============================================= ] 1955/2677 73% [============================================= ] 1956/2677 73% [============================================= ] 1957/2677 73% [============================================= ] 1958/2677 73% [============================================= ] 1959/2677 73% [============================================= ] 1960/2677 73% [============================================= ] 1961/2677 73% [============================================= ] 1962/2677 73% [============================================= ] 1963/2677 73% [============================================= ] 1964/2677 73% [============================================= ] 1965/2677 73% [============================================= ] 1966/2677 73% [============================================= ] 1967/2677 73% [============================================= ] 1968/2677 73% [============================================= ] 1969/2677 73% [============================================= ] 1970/2677 73% [============================================= ] 1971/2677 73% [============================================= ] 1972/2677 73% [============================================= ] 1973/2677 73% [============================================= ] 1974/2677 73% [============================================= ] 1975/2677 73% [============================================= ] 1976/2677 73% [============================================= ] 1977/2677 73% [============================================= ] 1978/2677 73% [============================================= ] 1979/2677 73% [============================================= ] 1980/2677 73% [============================================= ] 1981/2677 74% [============================================= ] 1982/2677 74% [============================================= ] 1983/2677 74% [============================================= ] 1984/2677 74% [============================================= ] 1985/2677 74% [============================================= ] 1986/2677 74% [============================================== ] 1987/2677 74% [============================================== ] 1988/2677 74% [============================================== ] 1989/2677 74% [============================================== ] 1990/2677 74% [============================================== ] 1991/2677 74% [============================================== ] 1992/2677 74% [============================================== ] 1993/2677 74% [============================================== ] 1994/2677 74% [============================================== ] 1995/2677 74% [============================================== ] 1996/2677 74% [============================================== ] 1997/2677 74% [============================================== ] 1998/2677 74% [============================================== ] 1999/2677 74% [============================================== ] 2000/2677 74% [============================================== ] 2001/2677 74% [============================================== ] 2002/2677 74% [============================================== ] 2003/2677 74% [============================================== ] 2004/2677 74% [============================================== ] 2005/2677 74% [============================================== ] 2006/2677 74% [============================================== ] 2007/2677 74% [============================================== ] 2008/2677 75% [============================================== ] 2009/2677 75% [============================================== ] 2010/2677 75% [============================================== ] 2011/2677 75% [============================================== ] 2012/2677 75% [============================================== ] 2013/2677 75% [============================================== ] 2014/2677 75% [============================================== ] 2015/2677 75% [============================================== ] 2016/2677 75% [============================================== ] 2017/2677 75% [============================================== ] 2018/2677 75% [============================================== ] 2019/2677 75% [============================================== ] 2020/2677 75% [============================================== ] 2021/2677 75% [============================================== ] 2022/2677 75% [============================================== ] 2023/2677 75% [============================================== ] 2024/2677 75% [============================================== ] 2025/2677 75% [============================================== ] 2026/2677 75% [============================================== ] 2027/2677 75% [============================================== ] 2028/2677 75% [============================================== ] 2029/2677 75% [=============================================== ] 2030/2677 75% [=============================================== ] 2031/2677 75% [=============================================== ] 2032/2677 75% [=============================================== ] 2033/2677 75% [=============================================== ] 2034/2677 75% [=============================================== ] 2035/2677 76% [=============================================== ] 2036/2677 76% [=============================================== ] 2037/2677 76% [=============================================== ] 2038/2677 76% [=============================================== ] 2039/2677 76% [=============================================== ] 2040/2677 76% [=============================================== ] 2041/2677 76% [=============================================== ] 2042/2677 76% [=============================================== ] 2043/2677 76% [=============================================== ] 2044/2677 76% [=============================================== ] 2045/2677 76% [=============================================== ] 2046/2677 76% [=============================================== ] 2047/2677 76% [=============================================== ] 2048/2677 76% [=============================================== ] 2049/2677 76% [=============================================== ] 2050/2677 76% [=============================================== ] 2051/2677 76% [=============================================== ] 2052/2677 76% [=============================================== ] 2053/2677 76% [=============================================== ] 2054/2677 76% [=============================================== ] 2055/2677 76% [=============================================== ] 2056/2677 76% [=============================================== ] 2057/2677 76% [=============================================== ] 2058/2677 76% [=============================================== ] 2059/2677 76% [=============================================== ] 2060/2677 76% [=============================================== ] 2061/2677 76% [=============================================== ] 2062/2677 77% [=============================================== ] 2063/2677 77% [=============================================== ] 2064/2677 77% [=============================================== ] 2065/2677 77% [=============================================== ] 2066/2677 77% [=============================================== ] 2067/2677 77% [=============================================== ] 2068/2677 77% [=============================================== ] 2069/2677 77% [=============================================== ] 2070/2677 77% [=============================================== ] 2071/2677 77% [=============================================== ] 2072/2677 77% [================================================ ] 2073/2677 77% [================================================ ] 2074/2677 77% [================================================ ] 2075/2677 77% [================================================ ] 2076/2677 77% [================================================ ] 2077/2677 77% [================================================ ] 2078/2677 77% [================================================ ] 2079/2677 77% [================================================ ] 2080/2677 77% [================================================ ] 2081/2677 77% [================================================ ] 2082/2677 77% [================================================ ] 2083/2677 77% [================================================ ] 2084/2677 77% [================================================ ] 2085/2677 77% [================================================ ] 2086/2677 77% [================================================ ] 2087/2677 77% [================================================ ] 2088/2677 77% [================================================ ] 2089/2677 78% [================================================ ] 2090/2677 78% [================================================ ] 2091/2677 78% [================================================ ] 2092/2677 78% [================================================ ] 2093/2677 78% [================================================ ] 2094/2677 78% [================================================ ] 2095/2677 78% [================================================ ] 2096/2677 78% [================================================ ] 2097/2677 78% [================================================ ] 2098/2677 78% [================================================ ] 2099/2677 78% [================================================ ] 2100/2677 78% [================================================ ] 2101/2677 78% [================================================ ] 2102/2677 78% [================================================ ] 2103/2677 78% [================================================ ] 2104/2677 78% [================================================ ] 2105/2677 78% [================================================ ] 2106/2677 78% [================================================ ] 2107/2677 78% [================================================ ] 2108/2677 78% [================================================ ] 2109/2677 78% [================================================ ] 2110/2677 78% [================================================ ] 2111/2677 78% [================================================ ] 2112/2677 78% [================================================ ] 2113/2677 78% [================================================ ] 2114/2677 78% [================================================ ] 2115/2677 79% [================================================= ] 2116/2677 79% [================================================= ] 2117/2677 79% [================================================= ] 2118/2677 79% [================================================= ] 2119/2677 79% [================================================= ] 2120/2677 79% [================================================= ] 2121/2677 79% [================================================= ] 2122/2677 79% [================================================= ] 2123/2677 79% [================================================= ] 2124/2677 79% [================================================= ] 2125/2677 79% [================================================= ] 2126/2677 79% [================================================= ] 2127/2677 79% [================================================= ] 2128/2677 79% [================================================= ] 2129/2677 79% [================================================= ] 2130/2677 79% [================================================= ] 2131/2677 79% [================================================= ] 2132/2677 79% [================================================= ] 2133/2677 79% [================================================= ] 2134/2677 79% [================================================= ] 2135/2677 79% [================================================= ] 2136/2677 79% [================================================= ] 2137/2677 79% [================================================= ] 2138/2677 79% [================================================= ] 2139/2677 79% [================================================= ] 2140/2677 79% [================================================= ] 2141/2677 79% [================================================= ] 2142/2677 80% [================================================= ] 2143/2677 80% [================================================= ] 2144/2677 80% [================================================= ] 2145/2677 80% [================================================= ] 2146/2677 80% [================================================= ] 2147/2677 80% [================================================= ] 2148/2677 80% [================================================= ] 2149/2677 80% [================================================= ] 2150/2677 80% [================================================= ] 2151/2677 80% [================================================= ] 2152/2677 80% [================================================= ] 2153/2677 80% [================================================= ] 2154/2677 80% [================================================= ] 2155/2677 80% [================================================= ] 2156/2677 80% [================================================= ] 2157/2677 80% [================================================= ] 2158/2677 80% [================================================== ] 2159/2677 80% [================================================== ] 2160/2677 80% [================================================== ] 2161/2677 80% [================================================== ] 2162/2677 80% [================================================== ] 2163/2677 80% [================================================== ] 2164/2677 80% [================================================== ] 2165/2677 80% [================================================== ] 2166/2677 80% [================================================== ] 2167/2677 80% [================================================== ] 2168/2677 80% [================================================== ] 2169/2677 81% [================================================== ] 2170/2677 81% [================================================== ] 2171/2677 81% [================================================== ] 2172/2677 81% [================================================== ] 2173/2677 81% [================================================== ] 2174/2677 81% [================================================== ] 2175/2677 81% [================================================== ] 2176/2677 81% [================================================== ] 2177/2677 81% [================================================== ] 2178/2677 81% [================================================== ] 2179/2677 81% [================================================== ] 2180/2677 81% [================================================== ] 2181/2677 81% [================================================== ] 2182/2677 81% [================================================== ] 2183/2677 81% [================================================== ] 2184/2677 81% [================================================== ] 2185/2677 81% [================================================== ] 2186/2677 81% [================================================== ] 2187/2677 81% [================================================== ] 2188/2677 81% [================================================== ] 2189/2677 81% [================================================== ] 2190/2677 81% [================================================== ] 2191/2677 81% [================================================== ] 2192/2677 81% [================================================== ] 2193/2677 81% [================================================== ] 2194/2677 81% [================================================== ] 2195/2677 81% [================================================== ] 2196/2677 82% [================================================== ] 2197/2677 82% [================================================== ] 2198/2677 82% [================================================== ] 2199/2677 82% [================================================== ] 2200/2677 82% [================================================== ] 2201/2677 82% [================================================== ] 2202/2677 82% [=================================================== ] 2203/2677 82% [=================================================== ] 2204/2677 82% [=================================================== ] 2205/2677 82% [=================================================== ] 2206/2677 82% [=================================================== ] 2207/2677 82% [=================================================== ] 2208/2677 82% [=================================================== ] 2209/2677 82% [=================================================== ] 2210/2677 82% [=================================================== ] 2211/2677 82% [=================================================== ] 2212/2677 82% [=================================================== ] 2213/2677 82% [=================================================== ] 2214/2677 82% [=================================================== ] 2215/2677 82% [=================================================== ] 2216/2677 82% [=================================================== ] 2217/2677 82% [=================================================== ] 2218/2677 82% [=================================================== ] 2219/2677 82% [=================================================== ] 2220/2677 82% [=================================================== ] 2221/2677 82% [=================================================== ] 2222/2677 83% [=================================================== ] 2223/2677 83% [=================================================== ] 2224/2677 83% [=================================================== ] 2225/2677 83% [=================================================== ] 2226/2677 83% [=================================================== ] 2227/2677 83% [=================================================== ] 2228/2677 83% [=================================================== ] 2229/2677 83% [=================================================== ] 2230/2677 83% [=================================================== ] 2231/2677 83% [=================================================== ] 2232/2677 83% [=================================================== ] 2233/2677 83% [=================================================== ] 2234/2677 83% [=================================================== ] 2235/2677 83% [=================================================== ] 2236/2677 83% [=================================================== ] 2237/2677 83% [=================================================== ] 2238/2677 83% [=================================================== ] 2239/2677 83% [=================================================== ] 2240/2677 83% [=================================================== ] 2241/2677 83% [=================================================== ] 2242/2677 83% [=================================================== ] 2243/2677 83% [=================================================== ] 2244/2677 83% [=================================================== ] 2245/2677 83% [==================================================== ] 2246/2677 83% [==================================================== ] 2247/2677 83% [==================================================== ] 2248/2677 83% [==================================================== ] 2249/2677 84% [==================================================== ] 2250/2677 84% [==================================================== ] 2251/2677 84% [==================================================== ] 2252/2677 84% [==================================================== ] 2253/2677 84% [==================================================== ] 2254/2677 84% [==================================================== ] 2255/2677 84% [==================================================== ] 2256/2677 84% [==================================================== ] 2257/2677 84% [==================================================== ] 2258/2677 84% [==================================================== ] 2259/2677 84% [==================================================== ] 2260/2677 84% [==================================================== ] 2261/2677 84% [==================================================== ] 2262/2677 84% [==================================================== ] 2263/2677 84% [==================================================== ] 2264/2677 84% [==================================================== ] 2265/2677 84% [==================================================== ] 2266/2677 84% [==================================================== ] 2267/2677 84% [==================================================== ] 2268/2677 84% [==================================================== ] 2269/2677 84% [==================================================== ] 2270/2677 84% [==================================================== ] 2271/2677 84% [==================================================== ] 2272/2677 84% [==================================================== ] 2273/2677 84% [==================================================== ] 2274/2677 84% [==================================================== ] 2275/2677 84% [==================================================== ] 2276/2677 85% [==================================================== ] 2277/2677 85% [==================================================== ] 2278/2677 85% [==================================================== ] 2279/2677 85% [==================================================== ] 2280/2677 85% [==================================================== ] 2281/2677 85% [==================================================== ] 2282/2677 85% [==================================================== ] 2283/2677 85% [==================================================== ] 2284/2677 85% [==================================================== ] 2285/2677 85% [==================================================== ] 2286/2677 85% [==================================================== ] 2287/2677 85% [==================================================== ] 2288/2677 85% [===================================================== ] 2289/2677 85% [===================================================== ] 2290/2677 85% [===================================================== ] 2291/2677 85% [===================================================== ] 2292/2677 85% [===================================================== ] 2293/2677 85% [===================================================== ] 2294/2677 85% [===================================================== ] 2295/2677 85% [===================================================== ] 2296/2677 85% [===================================================== ] 2297/2677 85% [===================================================== ] 2298/2677 85% [===================================================== ] 2299/2677 85% [===================================================== ] 2300/2677 85% [===================================================== ] 2301/2677 85% [===================================================== ] 2302/2677 85% [===================================================== ] 2303/2677 86% [===================================================== ] 2304/2677 86% [===================================================== ] 2305/2677 86% [===================================================== ] 2306/2677 86% [===================================================== ] 2307/2677 86% [===================================================== ] 2308/2677 86% [===================================================== ] 2309/2677 86% [===================================================== ] 2310/2677 86% [===================================================== ] 2311/2677 86% [===================================================== ] 2312/2677 86% [===================================================== ] 2313/2677 86% [===================================================== ] 2314/2677 86% [===================================================== ] 2315/2677 86% [===================================================== ] 2316/2677 86% [===================================================== ] 2317/2677 86% [===================================================== ] 2318/2677 86% [===================================================== ] 2319/2677 86% [===================================================== ] 2320/2677 86% [===================================================== ] 2321/2677 86% [===================================================== ] 2322/2677 86% [===================================================== ] 2323/2677 86% [===================================================== ] 2324/2677 86% [===================================================== ] 2325/2677 86% [===================================================== ] 2326/2677 86% [===================================================== ] 2327/2677 86% [===================================================== ] 2328/2677 86% [===================================================== ] 2329/2677 87% [===================================================== ] 2330/2677 87% [===================================================== ] 2331/2677 87% [====================================================== ] 2332/2677 87% [====================================================== ] 2333/2677 87% [====================================================== ] 2334/2677 87% [====================================================== ] 2335/2677 87% [====================================================== ] 2336/2677 87% [====================================================== ] 2337/2677 87% [====================================================== ] 2338/2677 87% [====================================================== ] 2339/2677 87% [====================================================== ] 2340/2677 87% [====================================================== ] 2341/2677 87% [====================================================== ] 2342/2677 87% [====================================================== ] 2343/2677 87% [====================================================== ] 2344/2677 87% [====================================================== ] 2345/2677 87% [====================================================== ] 2346/2677 87% [====================================================== ] 2347/2677 87% [====================================================== ] 2348/2677 87% [====================================================== ] 2349/2677 87% [====================================================== ] 2350/2677 87% [====================================================== ] 2351/2677 87% [====================================================== ] 2352/2677 87% [====================================================== ] 2353/2677 87% [====================================================== ] 2354/2677 87% [====================================================== ] 2355/2677 87% [====================================================== ] 2356/2677 88% [====================================================== ] 2357/2677 88% [====================================================== ] 2358/2677 88% [====================================================== ] 2359/2677 88% [====================================================== ] 2360/2677 88% [====================================================== ] 2361/2677 88% [====================================================== ] 2362/2677 88% [====================================================== ] 2363/2677 88% [====================================================== ] 2364/2677 88% [====================================================== ] 2365/2677 88% [====================================================== ] 2366/2677 88% [====================================================== ] 2367/2677 88% [====================================================== ] 2368/2677 88% [====================================================== ] 2369/2677 88% [====================================================== ] 2370/2677 88% [====================================================== ] 2371/2677 88% [====================================================== ] 2372/2677 88% [====================================================== ] 2373/2677 88% [====================================================== ] 2374/2677 88% [======================================================= ] 2375/2677 88% [======================================================= ] 2376/2677 88% [======================================================= ] 2377/2677 88% [======================================================= ] 2378/2677 88% [======================================================= ] 2379/2677 88% [======================================================= ] 2380/2677 88% [======================================================= ] 2381/2677 88% [======================================================= ] 2382/2677 88% [======================================================= ] 2383/2677 89% [======================================================= ] 2384/2677 89% [======================================================= ] 2385/2677 89% [======================================================= ] 2386/2677 89% [======================================================= ] 2387/2677 89% [======================================================= ] 2388/2677 89% [======================================================= ] 2389/2677 89% [======================================================= ] 2390/2677 89% [======================================================= ] 2391/2677 89% [======================================================= ] 2392/2677 89% [======================================================= ] 2393/2677 89% [======================================================= ] 2394/2677 89% [======================================================= ] 2395/2677 89% [======================================================= ] 2396/2677 89% [======================================================= ] 2397/2677 89% [======================================================= ] 2398/2677 89% [======================================================= ] 2399/2677 89% [======================================================= ] 2400/2677 89% [======================================================= ] 2401/2677 89% [======================================================= ] 2402/2677 89% [======================================================= ] 2403/2677 89% [======================================================= ] 2404/2677 89% [======================================================= ] 2405/2677 89% [======================================================= ] 2406/2677 89% [======================================================= ] 2407/2677 89% [======================================================= ] 2408/2677 89% [======================================================= ] 2409/2677 89% [======================================================= ] 2410/2677 90% [======================================================= ] 2411/2677 90% [======================================================= ] 2412/2677 90% [======================================================= ] 2413/2677 90% [======================================================= ] 2414/2677 90% [======================================================= ] 2415/2677 90% [======================================================= ] 2416/2677 90% [======================================================= ] 2417/2677 90% [======================================================== ] 2418/2677 90% [======================================================== ] 2419/2677 90% [======================================================== ] 2420/2677 90% [======================================================== ] 2421/2677 90% [======================================================== ] 2422/2677 90% [======================================================== ] 2423/2677 90% [======================================================== ] 2424/2677 90% [======================================================== ] 2425/2677 90% [======================================================== ] 2426/2677 90% [======================================================== ] 2427/2677 90% [======================================================== ] 2428/2677 90% [======================================================== ] 2429/2677 90% [======================================================== ] 2430/2677 90% [======================================================== ] 2431/2677 90% [======================================================== ] 2432/2677 90% [======================================================== ] 2433/2677 90% [======================================================== ] 2434/2677 90% [======================================================== ] 2435/2677 90% [======================================================== ] 2436/2677 90% [======================================================== ] 2437/2677 91% [======================================================== ] 2438/2677 91% [======================================================== ] 2439/2677 91% [======================================================== ] 2440/2677 91% [======================================================== ] 2441/2677 91% [======================================================== ] 2442/2677 91% [======================================================== ] 2443/2677 91% [======================================================== ] 2444/2677 91% [======================================================== ] 2445/2677 91% [======================================================== ] 2446/2677 91% [======================================================== ] 2447/2677 91% [======================================================== ] 2448/2677 91% [======================================================== ] 2449/2677 91% [======================================================== ] 2450/2677 91% [======================================================== ] 2451/2677 91% [======================================================== ] 2452/2677 91% [======================================================== ] 2453/2677 91% [======================================================== ] 2454/2677 91% [======================================================== ] 2455/2677 91% [======================================================== ] 2456/2677 91% [======================================================== ] 2457/2677 91% [======================================================== ] 2458/2677 91% [======================================================== ] 2459/2677 91% [======================================================== ] 2460/2677 91% [======================================================== ] 2461/2677 91% [========================================================= ] 2462/2677 91% [========================================================= ] 2463/2677 92% [========================================================= ] 2464/2677 92% [========================================================= ] 2465/2677 92% [========================================================= ] 2466/2677 92% [========================================================= ] 2467/2677 92% [========================================================= ] 2468/2677 92% [========================================================= ] 2469/2677 92% [========================================================= ] 2470/2677 92% [========================================================= ] 2471/2677 92% [========================================================= ] 2472/2677 92% [========================================================= ] 2473/2677 92% [========================================================= ] 2474/2677 92% [========================================================= ] 2475/2677 92% [========================================================= ] 2476/2677 92% [========================================================= ] 2477/2677 92% [========================================================= ] 2478/2677 92% [========================================================= ] 2479/2677 92% [========================================================= ] 2480/2677 92% [========================================================= ] 2481/2677 92% [========================================================= ] 2482/2677 92% [========================================================= ] 2483/2677 92% [========================================================= ] 2484/2677 92% [========================================================= ] 2485/2677 92% [========================================================= ] 2486/2677 92% [========================================================= ] 2487/2677 92% [========================================================= ] 2488/2677 92% [========================================================= ] 2489/2677 92% [========================================================= ] 2490/2677 93% [========================================================= ] 2491/2677 93% [========================================================= ] 2492/2677 93% [========================================================= ] 2493/2677 93% [========================================================= ] 2494/2677 93% [========================================================= ] 2495/2677 93% [========================================================= ] 2496/2677 93% [========================================================= ] 2497/2677 93% [========================================================= ] 2498/2677 93% [========================================================= ] 2499/2677 93% [========================================================= ] 2500/2677 93% [========================================================= ] 2501/2677 93% [========================================================= ] 2502/2677 93% [========================================================= ] 2503/2677 93% [========================================================= ] 2504/2677 93% [========================================================== ] 2505/2677 93% [========================================================== ] 2506/2677 93% [========================================================== ] 2507/2677 93% [========================================================== ] 2508/2677 93% [========================================================== ] 2509/2677 93% [========================================================== ] 2510/2677 93% [========================================================== ] 2511/2677 93% [========================================================== ] 2512/2677 93% [========================================================== ] 2513/2677 93% [========================================================== ] 2514/2677 93% [========================================================== ] 2515/2677 93% [========================================================== ] 2516/2677 93% [========================================================== ] 2517/2677 94% [========================================================== ] 2518/2677 94% [========================================================== ] 2519/2677 94% [========================================================== ] 2520/2677 94% [========================================================== ] 2521/2677 94% [========================================================== ] 2522/2677 94% [========================================================== ] 2523/2677 94% [========================================================== ] 2524/2677 94% [========================================================== ] 2525/2677 94% [========================================================== ] 2526/2677 94% [========================================================== ] 2527/2677 94% [========================================================== ] 2528/2677 94% [========================================================== ] 2529/2677 94% [========================================================== ] 2530/2677 94% [========================================================== ] 2531/2677 94% [========================================================== ] 2532/2677 94% [========================================================== ] 2533/2677 94% [========================================================== ] 2534/2677 94% [========================================================== ] 2535/2677 94% [========================================================== ] 2536/2677 94% [========================================================== ] 2537/2677 94% [========================================================== ] 2538/2677 94% [========================================================== ] 2539/2677 94% [========================================================== ] 2540/2677 94% [========================================================== ] 2541/2677 94% [========================================================== ] 2542/2677 94% [========================================================== ] 2543/2677 94% [========================================================== ] 2544/2677 95% [========================================================== ] 2545/2677 95% [========================================================== ] 2546/2677 95% [========================================================== ] 2547/2677 95% [=========================================================== ] 2548/2677 95% [=========================================================== ] 2549/2677 95% [=========================================================== ] 2550/2677 95% [=========================================================== ] 2551/2677 95% [=========================================================== ] 2552/2677 95% [=========================================================== ] 2553/2677 95% [=========================================================== ] 2554/2677 95% [=========================================================== ] 2555/2677 95% [=========================================================== ] 2556/2677 95% [=========================================================== ] 2557/2677 95% [=========================================================== ] 2558/2677 95% [=========================================================== ] 2559/2677 95% [=========================================================== ] 2560/2677 95% [=========================================================== ] 2561/2677 95% [=========================================================== ] 2562/2677 95% [=========================================================== ] 2563/2677 95% [=========================================================== ] 2564/2677 95% [=========================================================== ] 2565/2677 95% [=========================================================== ] 2566/2677 95% [=========================================================== ] 2567/2677 95% [=========================================================== ] 2568/2677 95% [=========================================================== ] 2569/2677 95% [=========================================================== ] 2570/2677 96% [=========================================================== ] 2571/2677 96% [=========================================================== ] 2572/2677 96% [=========================================================== ] 2573/2677 96% [=========================================================== ] 2574/2677 96% [=========================================================== ] 2575/2677 96% [=========================================================== ] 2576/2677 96% [=========================================================== ] 2577/2677 96% [=========================================================== ] 2578/2677 96% [=========================================================== ] 2579/2677 96% [=========================================================== ] 2580/2677 96% [=========================================================== ] 2581/2677 96% [=========================================================== ] 2582/2677 96% [=========================================================== ] 2583/2677 96% [=========================================================== ] 2584/2677 96% [=========================================================== ] 2585/2677 96% [=========================================================== ] 2586/2677 96% [=========================================================== ] 2587/2677 96% [=========================================================== ] 2588/2677 96% [=========================================================== ] 2589/2677 96% [=========================================================== ] 2590/2677 96% [============================================================ ] 2591/2677 96% [============================================================ ] 2592/2677 96% [============================================================ ] 2593/2677 96% [============================================================ ] 2594/2677 96% [============================================================ ] 2595/2677 96% [============================================================ ] 2596/2677 96% [============================================================ ] 2597/2677 97% [============================================================ ] 2598/2677 97% [============================================================ ] 2599/2677 97% [============================================================ ] 2600/2677 97% [============================================================ ] 2601/2677 97% [============================================================ ] 2602/2677 97% [============================================================ ] 2603/2677 97% [============================================================ ] 2604/2677 97% [============================================================ ] 2605/2677 97% [============================================================ ] 2606/2677 97% [============================================================ ] 2607/2677 97% [============================================================ ] 2608/2677 97% [============================================================ ] 2609/2677 97% [============================================================ ] 2610/2677 97% [============================================================ ] 2611/2677 97% [============================================================ ] 2612/2677 97% [============================================================ ] 2613/2677 97% [============================================================ ] 2614/2677 97% [============================================================ ] 2615/2677 97% [============================================================ ] 2616/2677 97% [============================================================ ] 2617/2677 97% [============================================================ ] 2618/2677 97% [============================================================ ] 2619/2677 97% [============================================================ ] 2620/2677 97% [============================================================ ] 2621/2677 97% [============================================================ ] 2622/2677 97% [============================================================ ] 2623/2677 97% [============================================================ ] 2624/2677 98% [============================================================ ] 2625/2677 98% [============================================================ ] 2626/2677 98% [============================================================ ] 2627/2677 98% [============================================================ ] 2628/2677 98% [============================================================ ] 2629/2677 98% [============================================================ ] 2630/2677 98% [============================================================ ] 2631/2677 98% [============================================================ ] 2632/2677 98% [============================================================ ] 2633/2677 98% [============================================================= ] 2634/2677 98% [============================================================= ] 2635/2677 98% [============================================================= ] 2636/2677 98% [============================================================= ] 2637/2677 98% [============================================================= ] 2638/2677 98% [============================================================= ] 2639/2677 98% [============================================================= ] 2640/2677 98% [============================================================= ] 2641/2677 98% [============================================================= ] 2642/2677 98% [============================================================= ] 2643/2677 98% [============================================================= ] 2644/2677 98% [============================================================= ] 2645/2677 98% [============================================================= ] 2646/2677 98% [============================================================= ] 2647/2677 98% [============================================================= ] 2648/2677 98% [============================================================= ] 2649/2677 98% [============================================================= ] 2650/2677 98% [============================================================= ] 2651/2677 99% [============================================================= ] 2652/2677 99% [============================================================= ] 2653/2677 99% [============================================================= ] 2654/2677 99% [============================================================= ] 2655/2677 99% [============================================================= ] 2656/2677 99% [============================================================= ] 2657/2677 99% [============================================================= ] 2658/2677 99% [============================================================= ] 2659/2677 99% [============================================================= ] 2660/2677 99% [============================================================= ] 2661/2677 99% [============================================================= ] 2662/2677 99% [============================================================= ] 2663/2677 99% [============================================================= ] 2664/2677 99% [============================================================= ] 2665/2677 99% [============================================================= ] 2666/2677 99% [============================================================= ] 2667/2677 99% [============================================================= ] 2668/2677 99% [============================================================= ] 2669/2677 99% [============================================================= ] 2670/2677 99% [============================================================= ] 2671/2677 99% [============================================================= ] 2672/2677 99% [============================================================= ] 2673/2677 99% [============================================================= ] 2674/2677 99% [============================================================= ] 2675/2677 99% [============================================================= ] 2676/2677 99% [==============================================================] 2677/2677 100% operation complete, 2677 objects in 47856 NAND pages. ln -snf /home/autobuild/autobuild/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-0/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-0/buildroot' >>> Buildroot 2022.05-107-g749ec74cf9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 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 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-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) >>> bird 2.0.8 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genpart 1.0.2 Collecting legal info >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.55.0 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.4 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jszip 3.2.2 Collecting legal info LICENSE.markdown: OK (sha256: 14450c78405ad2a2173e25740b56406556779149df9c4c83523a8c63d0686210) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> memtester 4.5.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openblas 0.3.20 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pahole 73383b3a39afe86b22e098773e47b8546c48a649 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libbpf 0.8.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-pigz 2.6 Collecting legal info README: OK (sha256: 830b3e1b05cc20f443d89d7d8703a3c63fd64c57ab716f5e81fd178517df1e11) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> spice-protocol 0.14.3 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sudo 1.9.8p2 Collecting legal info doc/LICENSE: OK (sha256: b678438594f04a7070a5fd125f7edffc871e13234baad318690b647bfc60705d) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'