rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/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-8/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-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc1-44-g9b911c8e8f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/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-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 3733 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/3733 0% [ ] 2/3733 0% [ ] 3/3733 0% [ ] 4/3733 0% [ ] 5/3733 0% [ ] 6/3733 0% [ ] 7/3733 0% [ ] 8/3733 0% [ ] 9/3733 0% [ ] 10/3733 0% [ ] 11/3733 0% [ ] 12/3733 0% [ ] 13/3733 0% [ ] 14/3733 0% [ ] 15/3733 0% [ ] 16/3733 0% [ ] 17/3733 0% [ ] 18/3733 0% [ ] 19/3733 0% [ ] 20/3733 0% [ ] 21/3733 0% [ ] 22/3733 0% [ ] 23/3733 0% [ ] 24/3733 0% [ ] 25/3733 0% [ ] 26/3733 0% [ ] 27/3733 0% [ ] 28/3733 0% [ ] 29/3733 0% [ ] 30/3733 0% [ ] 31/3733 0% [ ] 32/3733 0% [ ] 33/3733 0% [ ] 34/3733 0% [ ] 35/3733 0% [ ] 36/3733 0% [ ] 37/3733 0% [ ] 38/3733 1% [ ] 39/3733 1% [ ] 40/3733 1% [ ] 41/3733 1% [ ] 42/3733 1% [ ] 43/3733 1% [ ] 44/3733 1% [ ] 45/3733 1% [ ] 46/3733 1% [ ] 47/3733 1% [ ] 48/3733 1% [ ] 49/3733 1% [ ] 50/3733 1% [ ] 51/3733 1% [ ] 52/3733 1% [ ] 53/3733 1% [ ] 54/3733 1% [ ] 55/3733 1% [ ] 56/3733 1% [ ] 57/3733 1% [ ] 58/3733 1% [ ] 59/3733 1% [ ] 60/3733 1% [= ] 61/3733 1% [= ] 62/3733 1% [= ] 63/3733 1% [= ] 64/3733 1% [= ] 65/3733 1% [= ] 66/3733 1% [= ] 67/3733 1% [= ] 68/3733 1% [= ] 69/3733 1% [= ] 70/3733 1% [= ] 71/3733 1% [= ] 72/3733 1% [= ] 73/3733 1% [= ] 74/3733 1% [= ] 75/3733 2% [= ] 76/3733 2% [= ] 77/3733 2% [= ] 78/3733 2% [= ] 79/3733 2% [= ] 80/3733 2% [= ] 81/3733 2% [= ] 82/3733 2% [= ] 83/3733 2% [= ] 84/3733 2% [= ] 85/3733 2% [= ] 86/3733 2% [= ] 87/3733 2% [= ] 88/3733 2% [= ] 89/3733 2% [= ] 90/3733 2% [= ] 91/3733 2% [= ] 92/3733 2% [= ] 93/3733 2% [= ] 94/3733 2% [= ] 95/3733 2% [= ] 96/3733 2% [= ] 97/3733 2% [= ] 98/3733 2% [= ] 99/3733 2% [= ] 100/3733 2% [= ] 101/3733 2% [= ] 102/3733 2% [= ] 103/3733 2% [= ] 104/3733 2% [= ] 105/3733 2% [= ] 106/3733 2% [= ] 107/3733 2% [= ] 108/3733 2% [= ] 109/3733 2% [= ] 110/3733 2% [= ] 111/3733 2% [= ] 112/3733 3% [= ] 113/3733 3% [= ] 114/3733 3% [= ] 115/3733 3% [= ] 116/3733 3% [= ] 117/3733 3% [= ] 118/3733 3% [= ] 119/3733 3% [= ] 120/3733 3% [== ] 121/3733 3% [== ] 122/3733 3% [== ] 123/3733 3% [== ] 124/3733 3% [== ] 125/3733 3% [== ] 126/3733 3% [== ] 127/3733 3% [== ] 128/3733 3% [== ] 129/3733 3% [== ] 130/3733 3% [== ] 131/3733 3% [== ] 132/3733 3% [== ] 133/3733 3% [== ] 134/3733 3% [== ] 135/3733 3% [== ] 136/3733 3% [== ] 137/3733 3% [== ] 138/3733 3% [== ] 139/3733 3% [== ] 140/3733 3% [== ] 141/3733 3% [== ] 142/3733 3% [== ] 143/3733 3% [== ] 144/3733 3% [== ] 145/3733 3% [== ] 146/3733 3% [== ] 147/3733 3% [== ] 148/3733 3% [== ] 149/3733 3% [== ] 150/3733 4% [== ] 151/3733 4% [== ] 152/3733 4% [== ] 153/3733 4% [== ] 154/3733 4% [== ] 155/3733 4% [== ] 156/3733 4% [== ] 157/3733 4% [== ] 158/3733 4% [== ] 159/3733 4% [== ] 160/3733 4% [== ] 161/3733 4% [== ] 162/3733 4% [== ] 163/3733 4% [== ] 164/3733 4% [== ] 165/3733 4% [== ] 166/3733 4% [== ] 167/3733 4% [== ] 168/3733 4% [== ] 169/3733 4% [== ] 170/3733 4% [== ] 171/3733 4% [== ] 172/3733 4% [== ] 173/3733 4% [== ] 174/3733 4% [== ] 175/3733 4% [== ] 176/3733 4% [== ] 177/3733 4% [== ] 178/3733 4% [== ] 179/3733 4% [== ] 180/3733 4% [=== ] 181/3733 4% [=== ] 182/3733 4% [=== ] 183/3733 4% [=== ] 184/3733 4% [=== ] 185/3733 4% [=== ] 186/3733 4% [=== ] 187/3733 5% [=== ] 188/3733 5% [=== ] 189/3733 5% [=== ] 190/3733 5% [=== ] 191/3733 5% [=== ] 192/3733 5% [=== ] 193/3733 5% [=== ] 194/3733 5% [=== ] 195/3733 5% [=== ] 196/3733 5% [=== ] 197/3733 5% [=== ] 198/3733 5% [=== ] 199/3733 5% [=== ] 200/3733 5% [=== ] 201/3733 5% [=== ] 202/3733 5% [=== ] 203/3733 5% [=== ] 204/3733 5% [=== ] 205/3733 5% [=== ] 206/3733 5% [=== ] 207/3733 5% [=== ] 208/3733 5% [=== ] 209/3733 5% [=== ] 210/3733 5% [=== ] 211/3733 5% [=== ] 212/3733 5% [=== ] 213/3733 5% [=== ] 214/3733 5% [=== ] 215/3733 5% [=== ] 216/3733 5% [=== ] 217/3733 5% [=== ] 218/3733 5% [=== ] 219/3733 5% [=== ] 220/3733 5% [=== ] 221/3733 5% [=== ] 222/3733 5% [=== ] 223/3733 5% [=== ] 224/3733 6% [=== ] 225/3733 6% [=== ] 226/3733 6% [=== ] 227/3733 6% [=== ] 228/3733 6% [=== ] 229/3733 6% [=== ] 230/3733 6% [=== ] 231/3733 6% [=== ] 232/3733 6% [=== ] 233/3733 6% [=== ] 234/3733 6% [=== ] 235/3733 6% [=== ] 236/3733 6% [=== ] 237/3733 6% [=== ] 238/3733 6% [=== ] 239/3733 6% [=== ] 240/3733 6% [==== ] 241/3733 6% [==== ] 242/3733 6% [==== ] 243/3733 6% [==== ] 244/3733 6% [==== ] 245/3733 6% [==== ] 246/3733 6% [==== ] 247/3733 6% [==== ] 248/3733 6% [==== ] 249/3733 6% [==== ] 250/3733 6% [==== ] 251/3733 6% [==== ] 252/3733 6% [==== ] 253/3733 6% [==== ] 254/3733 6% [==== ] 255/3733 6% [==== ] 256/3733 6% [==== ] 257/3733 6% [==== ] 258/3733 6% [==== ] 259/3733 6% [==== ] 260/3733 6% [==== ] 261/3733 6% [==== ] 262/3733 7% [==== ] 263/3733 7% [==== ] 264/3733 7% [==== ] 265/3733 7% [==== ] 266/3733 7% [==== ] 267/3733 7% [==== ] 268/3733 7% [==== ] 269/3733 7% [==== ] 270/3733 7% [==== ] 271/3733 7% [==== ] 272/3733 7% [==== ] 273/3733 7% [==== ] 274/3733 7% [==== ] 275/3733 7% [==== ] 276/3733 7% [==== ] 277/3733 7% [==== ] 278/3733 7% [==== ] 279/3733 7% [==== ] 280/3733 7% [==== ] 281/3733 7% [==== ] 282/3733 7% [==== ] 283/3733 7% [==== ] 284/3733 7% [==== ] 285/3733 7% [==== ] 286/3733 7% [==== ] 287/3733 7% [==== ] 288/3733 7% [==== ] 289/3733 7% [==== ] 290/3733 7% [==== ] 291/3733 7% [==== ] 292/3733 7% [==== ] 293/3733 7% [==== ] 294/3733 7% [==== ] 295/3733 7% [==== ] 296/3733 7% [==== ] 297/3733 7% [==== ] 298/3733 7% [==== ] 299/3733 8% [==== ] 300/3733 8% [==== ] 301/3733 8% [===== ] 302/3733 8% [===== ] 303/3733 8% [===== ] 304/3733 8% [===== ] 305/3733 8% [===== ] 306/3733 8% [===== ] 307/3733 8% [===== ] 308/3733 8% [===== ] 309/3733 8% [===== ] 310/3733 8% [===== ] 311/3733 8% [===== ] 312/3733 8% [===== ] 313/3733 8% [===== ] 314/3733 8% [===== ] 315/3733 8% [===== ] 316/3733 8% [===== ] 317/3733 8% [===== ] 318/3733 8% [===== ] 319/3733 8% [===== ] 320/3733 8% [===== ] 321/3733 8% [===== ] 322/3733 8% [===== ] 323/3733 8% [===== ] 324/3733 8% [===== ] 325/3733 8% [===== ] 326/3733 8% [===== ] 327/3733 8% [===== ] 328/3733 8% [===== ] 329/3733 8% [===== ] 330/3733 8% [===== ] 331/3733 8% [===== ] 332/3733 8% [===== ] 333/3733 8% [===== ] 334/3733 8% [===== ] 335/3733 8% [===== ] 336/3733 9% [===== ] 337/3733 9% [===== ] 338/3733 9% [===== ] 339/3733 9% [===== ] 340/3733 9% [===== ] 341/3733 9% [===== ] 342/3733 9% [===== ] 343/3733 9% [===== ] 344/3733 9% [===== ] 345/3733 9% [===== ] 346/3733 9% [===== ] 347/3733 9% [===== ] 348/3733 9% [===== ] 349/3733 9% [===== ] 350/3733 9% [===== ] 351/3733 9% [===== ] 352/3733 9% [===== ] 353/3733 9% [===== ] 354/3733 9% [===== ] 355/3733 9% [===== ] 356/3733 9% [===== ] 357/3733 9% [===== ] 358/3733 9% [===== ] 359/3733 9% [===== ] 360/3733 9% [===== ] 361/3733 9% [====== ] 362/3733 9% [====== ] 363/3733 9% [====== ] 364/3733 9% [====== ] 365/3733 9% [====== ] 366/3733 9% [====== ] 367/3733 9% [====== ] 368/3733 9% [====== ] 369/3733 9% [====== ] 370/3733 9% [====== ] 371/3733 9% [====== ] 372/3733 9% [====== ] 373/3733 9% [====== ] 374/3733 10% [====== ] 375/3733 10% [====== ] 376/3733 10% [====== ] 377/3733 10% [====== ] 378/3733 10% [====== ] 379/3733 10% [====== ] 380/3733 10% [====== ] 381/3733 10% [====== ] 382/3733 10% [====== ] 383/3733 10% [====== ] 384/3733 10% [====== ] 385/3733 10% [====== ] 386/3733 10% [====== ] 387/3733 10% [====== ] 388/3733 10% [====== ] 389/3733 10% [====== ] 390/3733 10% [====== ] 391/3733 10% [====== ] 392/3733 10% [====== ] 393/3733 10% [====== ] 394/3733 10% [====== ] 395/3733 10% [====== ] 396/3733 10% [====== ] 397/3733 10% [====== ] 398/3733 10% [====== ] 399/3733 10% [====== ] 400/3733 10% [====== ] 401/3733 10% [====== ] 402/3733 10% [====== ] 403/3733 10% [====== ] 404/3733 10% [====== ] 405/3733 10% [====== ] 406/3733 10% [====== ] 407/3733 10% [====== ] 408/3733 10% [====== ] 409/3733 10% [====== ] 410/3733 10% [====== ] 411/3733 11% [====== ] 412/3733 11% [====== ] 413/3733 11% [====== ] 414/3733 11% [====== ] 415/3733 11% [====== ] 416/3733 11% [====== ] 417/3733 11% [====== ] 418/3733 11% [====== ] 419/3733 11% [====== ] 420/3733 11% [====== ] 421/3733 11% [======= ] 422/3733 11% [======= ] 423/3733 11% [======= ] 424/3733 11% [======= ] 425/3733 11% [======= ] 426/3733 11% [======= ] 427/3733 11% [======= ] 428/3733 11% [======= ] 429/3733 11% [======= ] 430/3733 11% [======= ] 431/3733 11% [======= ] 432/3733 11% [======= ] 433/3733 11% [======= ] 434/3733 11% [======= ] 435/3733 11% [======= ] 436/3733 11% [======= ] 437/3733 11% [======= ] 438/3733 11% [======= ] 439/3733 11% [======= ] 440/3733 11% [======= ] 441/3733 11% [======= ] 442/3733 11% [======= ] 443/3733 11% [======= ] 444/3733 11% [======= ] 445/3733 11% [======= ] 446/3733 11% [======= ] 447/3733 11% [======= ] 448/3733 12% [======= ] 449/3733 12% [======= ] 450/3733 12% [======= ] 451/3733 12% [======= ] 452/3733 12% [======= ] 453/3733 12% [======= ] 454/3733 12% [======= ] 455/3733 12% [======= ] 456/3733 12% [======= ] 457/3733 12% [======= ] 458/3733 12% [======= ] 459/3733 12% [======= ] 460/3733 12% [======= ] 461/3733 12% [======= ] 462/3733 12% [======= ] 463/3733 12% [======= ] 464/3733 12% [======= ] 465/3733 12% [======= ] 466/3733 12% [======= ] 467/3733 12% [======= ] 468/3733 12% [======= ] 469/3733 12% [======= ] 470/3733 12% [======= ] 471/3733 12% [======= ] 472/3733 12% [======= ] 473/3733 12% [======= ] 474/3733 12% [======= ] 475/3733 12% [======= ] 476/3733 12% [======= ] 477/3733 12% [======= ] 478/3733 12% [======= ] 479/3733 12% [======= ] 480/3733 12% [======= ] 481/3733 12% [======== ] 482/3733 12% [======== ] 483/3733 12% [======== ] 484/3733 12% [======== ] 485/3733 12% [======== ] 486/3733 13% [======== ] 487/3733 13% [======== ] 488/3733 13% [======== ] 489/3733 13% [======== ] 490/3733 13% [======== ] 491/3733 13% [======== ] 492/3733 13% [======== ] 493/3733 13% [======== ] 494/3733 13% [======== ] 495/3733 13% [======== ] 496/3733 13% [======== ] 497/3733 13% [======== ] 498/3733 13% [======== ] 499/3733 13% [======== ] 500/3733 13% [======== ] 501/3733 13% [======== ] 502/3733 13% [======== ] 503/3733 13% [======== ] 504/3733 13% [======== ] 505/3733 13% [======== ] 506/3733 13% [======== ] 507/3733 13% [======== ] 508/3733 13% [======== ] 509/3733 13% [======== ] 510/3733 13% [======== ] 511/3733 13% [======== ] 512/3733 13% [======== ] 513/3733 13% [======== ] 514/3733 13% [======== ] 515/3733 13% [======== ] 516/3733 13% [======== ] 517/3733 13% [======== ] 518/3733 13% [======== ] 519/3733 13% [======== ] 520/3733 13% [======== ] 521/3733 13% [======== ] 522/3733 13% [======== ] 523/3733 14% [======== ] 524/3733 14% [======== ] 525/3733 14% [======== ] 526/3733 14% [======== ] 527/3733 14% [======== ] 528/3733 14% [======== ] 529/3733 14% [======== ] 530/3733 14% [======== ] 531/3733 14% [======== ] 532/3733 14% [======== ] 533/3733 14% [======== ] 534/3733 14% [======== ] 535/3733 14% [======== ] 536/3733 14% [======== ] 537/3733 14% [======== ] 538/3733 14% [======== ] 539/3733 14% [======== ] 540/3733 14% [======== ] 541/3733 14% [========= ] 542/3733 14% [========= ] 543/3733 14% [========= ] 544/3733 14% [========= ] 545/3733 14% [========= ] 546/3733 14% [========= ] 547/3733 14% [========= ] 548/3733 14% [========= ] 549/3733 14% [========= ] 550/3733 14% [========= ] 551/3733 14% [========= ] 552/3733 14% [========= ] 553/3733 14% [========= ] 554/3733 14% [========= ] 555/3733 14% [========= ] 556/3733 14% [========= ] 557/3733 14% [========= ] 558/3733 14% [========= ] 559/3733 14% [========= ] 560/3733 15% [========= ] 561/3733 15% [========= ] 562/3733 15% [========= ] 563/3733 15% [========= ] 564/3733 15% [========= ] 565/3733 15% [========= ] 566/3733 15% [========= ] 567/3733 15% [========= ] 568/3733 15% [========= ] 569/3733 15% [========= ] 570/3733 15% [========= ] 571/3733 15% [========= ] 572/3733 15% [========= ] 573/3733 15% [========= ] 574/3733 15% [========= ] 575/3733 15% [========= ] 576/3733 15% [========= ] 577/3733 15% [========= ] 578/3733 15% [========= ] 579/3733 15% [========= ] 580/3733 15% [========= ] 581/3733 15% [========= ] 582/3733 15% [========= ] 583/3733 15% [========= ] 584/3733 15% [========= ] 585/3733 15% [========= ] 586/3733 15% [========= ] 587/3733 15% [========= ] 588/3733 15% [========= ] 589/3733 15% [========= ] 590/3733 15% [========= ] 591/3733 15% [========= ] 592/3733 15% [========= ] 593/3733 15% [========= ] 594/3733 15% [========= ] 595/3733 15% [========= ] 596/3733 15% [========= ] 597/3733 15% [========= ] 598/3733 16% [========= ] 599/3733 16% [========= ] 600/3733 16% [========= ] 601/3733 16% [========= ] 602/3733 16% [========== ] 603/3733 16% [========== ] 604/3733 16% [========== ] 605/3733 16% [========== ] 606/3733 16% [========== ] 607/3733 16% [========== ] 608/3733 16% [========== ] 609/3733 16% [========== ] 610/3733 16% [========== ] 611/3733 16% [========== ] 612/3733 16% [========== ] 613/3733 16% [========== ] 614/3733 16% [========== ] 615/3733 16% [========== ] 616/3733 16% [========== ] 617/3733 16% [========== ] 618/3733 16% [========== ] 619/3733 16% [========== ] 620/3733 16% [========== ] 621/3733 16% [========== ] 622/3733 16% [========== ] 623/3733 16% [========== ] 624/3733 16% [========== ] 625/3733 16% [========== ] 626/3733 16% [========== ] 627/3733 16% [========== ] 628/3733 16% [========== ] 629/3733 16% [========== ] 630/3733 16% [========== ] 631/3733 16% [========== ] 632/3733 16% [========== ] 633/3733 16% [========== ] 634/3733 16% [========== ] 635/3733 17% [========== ] 636/3733 17% [========== ] 637/3733 17% [========== ] 638/3733 17% [========== ] 639/3733 17% [========== ] 640/3733 17% [========== ] 641/3733 17% [========== ] 642/3733 17% [========== ] 643/3733 17% [========== ] 644/3733 17% [========== ] 645/3733 17% [========== ] 646/3733 17% [========== ] 647/3733 17% [========== ] 648/3733 17% [========== ] 649/3733 17% [========== ] 650/3733 17% [========== ] 651/3733 17% [========== ] 652/3733 17% [========== ] 653/3733 17% [========== ] 654/3733 17% [========== ] 655/3733 17% [========== ] 656/3733 17% [========== ] 657/3733 17% [========== ] 658/3733 17% [========== ] 659/3733 17% [========== ] 660/3733 17% [========== ] 661/3733 17% [========== ] 662/3733 17% [=========== ] 663/3733 17% [=========== ] 664/3733 17% [=========== ] 665/3733 17% [=========== ] 666/3733 17% [=========== ] 667/3733 17% [=========== ] 668/3733 17% [=========== ] 669/3733 17% [=========== ] 670/3733 17% [=========== ] 671/3733 17% [=========== ] 672/3733 18% [=========== ] 673/3733 18% [=========== ] 674/3733 18% [=========== ] 675/3733 18% [=========== ] 676/3733 18% [=========== ] 677/3733 18% [=========== ] 678/3733 18% [=========== ] 679/3733 18% [=========== ] 680/3733 18% [=========== ] 681/3733 18% [=========== ] 682/3733 18% [=========== ] 683/3733 18% [=========== ] 684/3733 18% [=========== ] 685/3733 18% [=========== ] 686/3733 18% [=========== ] 687/3733 18% [=========== ] 688/3733 18% [=========== ] 689/3733 18% [=========== ] 690/3733 18% [=========== ] 691/3733 18% [=========== ] 692/3733 18% [=========== ] 693/3733 18% [=========== ] 694/3733 18% [=========== ] 695/3733 18% [=========== ] 696/3733 18% [=========== ] 697/3733 18% [=========== ] 698/3733 18% [=========== ] 699/3733 18% [=========== ] 700/3733 18% [=========== ] 701/3733 18% [=========== ] 702/3733 18% [=========== ] 703/3733 18% [=========== ] 704/3733 18% [=========== ] 705/3733 18% [=========== ] 706/3733 18% [=========== ] 707/3733 18% [=========== ] 708/3733 18% [=========== ] 709/3733 18% [=========== ] 710/3733 19% [=========== ] 711/3733 19% [=========== ] 712/3733 19% [=========== ] 713/3733 19% [=========== ] 714/3733 19% [=========== ] 715/3733 19% [=========== ] 716/3733 19% [=========== ] 717/3733 19% [=========== ] 718/3733 19% [=========== ] 719/3733 19% [=========== ] 720/3733 19% [=========== ] 721/3733 19% [=========== ] 722/3733 19% [============ ] 723/3733 19% [============ ] 724/3733 19% [============ ] 725/3733 19% [============ ] 726/3733 19% [============ ] 727/3733 19% [============ ] 728/3733 19% [============ ] 729/3733 19% [============ ] 730/3733 19% [============ ] 731/3733 19% [============ ] 732/3733 19% [============ ] 733/3733 19% [============ ] 734/3733 19% [============ ] 735/3733 19% [============ ] 736/3733 19% [============ ] 737/3733 19% [============ ] 738/3733 19% [============ ] 739/3733 19% [============ ] 740/3733 19% [============ ] 741/3733 19% [============ ] 742/3733 19% [============ ] 743/3733 19% [============ ] 744/3733 19% [============ ] 745/3733 19% [============ ] 746/3733 19% [============ ] 747/3733 20% [============ ] 748/3733 20% [============ ] 749/3733 20% [============ ] 750/3733 20% [============ ] 751/3733 20% [============ ] 752/3733 20% [============ ] 753/3733 20% [============ ] 754/3733 20% [============ ] 755/3733 20% [============ ] 756/3733 20% [============ ] 757/3733 20% [============ ] 758/3733 20% [============ ] 759/3733 20% [============ ] 760/3733 20% [============ ] 761/3733 20% [============ ] 762/3733 20% [============ ] 763/3733 20% [============ ] 764/3733 20% [============ ] 765/3733 20% [============ ] 766/3733 20% [============ ] 767/3733 20% [============ ] 768/3733 20% [============ ] 769/3733 20% [============ ] 770/3733 20% [============ ] 771/3733 20% [============ ] 772/3733 20% [============ ] 773/3733 20% [============ ] 774/3733 20% [============ ] 775/3733 20% [============ ] 776/3733 20% [============ ] 777/3733 20% [============ ] 778/3733 20% [============ ] 779/3733 20% [============ ] 780/3733 20% [============ ] 781/3733 20% [============ ] 782/3733 20% [============= ] 783/3733 20% [============= ] 784/3733 21% [============= ] 785/3733 21% [============= ] 786/3733 21% [============= ] 787/3733 21% [============= ] 788/3733 21% [============= ] 789/3733 21% [============= ] 790/3733 21% [============= ] 791/3733 21% [============= ] 792/3733 21% [============= ] 793/3733 21% [============= ] 794/3733 21% [============= ] 795/3733 21% [============= ] 796/3733 21% [============= ] 797/3733 21% [============= ] 798/3733 21% [============= ] 799/3733 21% [============= ] 800/3733 21% [============= ] 801/3733 21% [============= ] 802/3733 21% [============= ] 803/3733 21% [============= ] 804/3733 21% [============= ] 805/3733 21% [============= ] 806/3733 21% [============= ] 807/3733 21% [============= ] 808/3733 21% [============= ] 809/3733 21% [============= ] 810/3733 21% [============= ] 811/3733 21% [============= ] 812/3733 21% [============= ] 813/3733 21% [============= ] 814/3733 21% [============= ] 815/3733 21% [============= ] 816/3733 21% [============= ] 817/3733 21% [============= ] 818/3733 21% [============= ] 819/3733 21% [============= ] 820/3733 21% [============= ] 821/3733 21% [============= ] 822/3733 22% [============= ] 823/3733 22% [============= ] 824/3733 22% [============= ] 825/3733 22% [============= ] 826/3733 22% [============= ] 827/3733 22% [============= ] 828/3733 22% [============= ] 829/3733 22% [============= ] 830/3733 22% [============= ] 831/3733 22% [============= ] 832/3733 22% [============= ] 833/3733 22% [============= ] 834/3733 22% [============= ] 835/3733 22% [============= ] 836/3733 22% [============= ] 837/3733 22% [============= ] 838/3733 22% [============= ] 839/3733 22% [============= ] 840/3733 22% [============= ] 841/3733 22% [============= ] 842/3733 22% [============== ] 843/3733 22% [============== ] 844/3733 22% [============== ] 845/3733 22% [============== ] 846/3733 22% [============== ] 847/3733 22% [============== ] 848/3733 22% [============== ] 849/3733 22% [============== ] 850/3733 22% [============== ] 851/3733 22% [============== ] 852/3733 22% [============== ] 853/3733 22% [============== ] 854/3733 22% [============== ] 855/3733 22% [============== ] 856/3733 22% [============== ] 857/3733 22% [============== ] 858/3733 22% [============== ] 859/3733 23% [============== ] 860/3733 23% [============== ] 861/3733 23% [============== ] 862/3733 23% [============== ] 863/3733 23% [============== ] 864/3733 23% [============== ] 865/3733 23% [============== ] 866/3733 23% [============== ] 867/3733 23% [============== ] 868/3733 23% [============== ] 869/3733 23% [============== ] 870/3733 23% [============== ] 871/3733 23% [============== ] 872/3733 23% [============== ] 873/3733 23% [============== ] 874/3733 23% [============== ] 875/3733 23% [============== ] 876/3733 23% [============== ] 877/3733 23% [============== ] 878/3733 23% [============== ] 879/3733 23% [============== ] 880/3733 23% [============== ] 881/3733 23% [============== ] 882/3733 23% [============== ] 883/3733 23% [============== ] 884/3733 23% [============== ] 885/3733 23% [============== ] 886/3733 23% [============== ] 887/3733 23% [============== ] 888/3733 23% [============== ] 889/3733 23% [============== ] 890/3733 23% [============== ] 891/3733 23% [============== ] 892/3733 23% [============== ] 893/3733 23% [============== ] 894/3733 23% [============== ] 895/3733 23% [============== ] 896/3733 24% [============== ] 897/3733 24% [============== ] 898/3733 24% [============== ] 899/3733 24% [============== ] 900/3733 24% [============== ] 901/3733 24% [============== ] 902/3733 24% [============== ] 903/3733 24% [=============== ] 904/3733 24% [=============== ] 905/3733 24% [=============== ] 906/3733 24% [=============== ] 907/3733 24% [=============== ] 908/3733 24% [=============== ] 909/3733 24% [=============== ] 910/3733 24% [=============== ] 911/3733 24% [=============== ] 912/3733 24% [=============== ] 913/3733 24% [=============== ] 914/3733 24% [=============== ] 915/3733 24% [=============== ] 916/3733 24% [=============== ] 917/3733 24% [=============== ] 918/3733 24% [=============== ] 919/3733 24% [=============== ] 920/3733 24% [=============== ] 921/3733 24% [=============== ] 922/3733 24% [=============== ] 923/3733 24% [=============== ] 924/3733 24% [=============== ] 925/3733 24% [=============== ] 926/3733 24% [=============== ] 927/3733 24% [=============== ] 928/3733 24% [=============== ] 929/3733 24% [=============== ] 930/3733 24% [=============== ] 931/3733 24% [=============== ] 932/3733 24% [=============== ] 933/3733 24% [=============== ] 934/3733 25% [=============== ] 935/3733 25% [=============== ] 936/3733 25% [=============== ] 937/3733 25% [=============== ] 938/3733 25% [=============== ] 939/3733 25% [=============== ] 940/3733 25% [=============== ] 941/3733 25% [=============== ] 942/3733 25% [=============== ] 943/3733 25% [=============== ] 944/3733 25% [=============== ] 945/3733 25% [=============== ] 946/3733 25% [=============== ] 947/3733 25% [=============== ] 948/3733 25% [=============== ] 949/3733 25% [=============== ] 950/3733 25% [=============== ] 951/3733 25% [=============== ] 952/3733 25% [=============== ] 953/3733 25% [=============== ] 954/3733 25% [=============== ] 955/3733 25% [=============== ] 956/3733 25% [=============== ] 957/3733 25% [=============== ] 958/3733 25% [=============== ] 959/3733 25% [=============== ] 960/3733 25% [=============== ] 961/3733 25% [=============== ] 962/3733 25% [=============== ] 963/3733 25% [================ ] 964/3733 25% [================ ] 965/3733 25% [================ ] 966/3733 25% [================ ] 967/3733 25% [================ ] 968/3733 25% [================ ] 969/3733 25% [================ ] 970/3733 25% [================ ] 971/3733 26% [================ ] 972/3733 26% [================ ] 973/3733 26% [================ ] 974/3733 26% [================ ] 975/3733 26% [================ ] 976/3733 26% [================ ] 977/3733 26% [================ ] 978/3733 26% [================ ] 979/3733 26% [================ ] 980/3733 26% [================ ] 981/3733 26% [================ ] 982/3733 26% [================ ] 983/3733 26% [================ ] 984/3733 26% [================ ] 985/3733 26% [================ ] 986/3733 26% [================ ] 987/3733 26% [================ ] 988/3733 26% [================ ] 989/3733 26% [================ ] 990/3733 26% [================ ] 991/3733 26% [================ ] 992/3733 26% [================ ] 993/3733 26% [================ ] 994/3733 26% [================ ] 995/3733 26% [================ ] 996/3733 26% [================ ] 997/3733 26% [================ ] 998/3733 26% [================ ] 999/3733 26% [================ ] 1000/3733 26% [================ ] 1001/3733 26% [================ ] 1002/3733 26% [================ ] 1003/3733 26% [================ ] 1004/3733 26% [================ ] 1005/3733 26% [================ ] 1006/3733 26% [================ ] 1007/3733 26% [================ ] 1008/3733 27% [================ ] 1009/3733 27% [================ ] 1010/3733 27% [================ ] 1011/3733 27% [================ ] 1012/3733 27% [================ ] 1013/3733 27% [================ ] 1014/3733 27% [================ ] 1015/3733 27% [================ ] 1016/3733 27% [================ ] 1017/3733 27% [================ ] 1018/3733 27% [================ ] 1019/3733 27% [================ ] 1020/3733 27% [================ ] 1021/3733 27% [================ ] 1022/3733 27% [================ ] 1023/3733 27% [================= ] 1024/3733 27% [================= ] 1025/3733 27% [================= ] 1026/3733 27% [================= ] 1027/3733 27% [================= ] 1028/3733 27% [================= ] 1029/3733 27% [================= ] 1030/3733 27% [================= ] 1031/3733 27% [================= ] 1032/3733 27% [================= ] 1033/3733 27% [================= ] 1034/3733 27% [================= ] 1035/3733 27% [================= ] 1036/3733 27% [================= ] 1037/3733 27% [================= ] 1038/3733 27% [================= ] 1039/3733 27% [================= ] 1040/3733 27% [================= ] 1041/3733 27% [================= ] 1042/3733 27% [================= ] 1043/3733 27% [================= ] 1044/3733 27% [================= ] 1045/3733 27% [================= ] 1046/3733 28% [================= ] 1047/3733 28% [================= ] 1048/3733 28% [================= ] 1049/3733 28% [================= ] 1050/3733 28% [================= ] 1051/3733 28% [================= ] 1052/3733 28% [================= ] 1053/3733 28% [================= ] 1054/3733 28% [================= ] 1055/3733 28% [================= ] 1056/3733 28% [================= ] 1057/3733 28% [================= ] 1058/3733 28% [================= ] 1059/3733 28% [================= ] 1060/3733 28% [================= ] 1061/3733 28% [================= ] 1062/3733 28% [================= ] 1063/3733 28% [================= ] 1064/3733 28% [================= ] 1065/3733 28% [================= ] 1066/3733 28% [================= ] 1067/3733 28% [================= ] 1068/3733 28% [================= ] 1069/3733 28% [================= ] 1070/3733 28% [================= ] 1071/3733 28% [================= ] 1072/3733 28% [================= ] 1073/3733 28% [================= ] 1074/3733 28% [================= ] 1075/3733 28% [================= ] 1076/3733 28% [================= ] 1077/3733 28% [================= ] 1078/3733 28% [================= ] 1079/3733 28% [================= ] 1080/3733 28% [================= ] 1081/3733 28% [================= ] 1082/3733 28% [================= ] 1083/3733 29% [================== ] 1084/3733 29% [================== ] 1085/3733 29% [================== ] 1086/3733 29% [================== ] 1087/3733 29% [================== ] 1088/3733 29% [================== ] 1089/3733 29% [================== ] 1090/3733 29% [================== ] 1091/3733 29% [================== ] 1092/3733 29% [================== ] 1093/3733 29% [================== ] 1094/3733 29% [================== ] 1095/3733 29% [================== ] 1096/3733 29% [================== ] 1097/3733 29% [================== ] 1098/3733 29% [================== ] 1099/3733 29% [================== ] 1100/3733 29% [================== ] 1101/3733 29% [================== ] 1102/3733 29% [================== ] 1103/3733 29% [================== ] 1104/3733 29% [================== ] 1105/3733 29% [================== ] 1106/3733 29% [================== ] 1107/3733 29% [================== ] 1108/3733 29% [================== ] 1109/3733 29% [================== ] 1110/3733 29% [================== ] 1111/3733 29% [================== ] 1112/3733 29% [================== ] 1113/3733 29% [================== ] 1114/3733 29% [================== ] 1115/3733 29% [================== ] 1116/3733 29% [================== ] 1117/3733 29% [================== ] 1118/3733 29% [================== ] 1119/3733 29% [================== ] 1120/3733 30% [================== ] 1121/3733 30% [================== ] 1122/3733 30% [================== ] 1123/3733 30% [================== ] 1124/3733 30% [================== ] 1125/3733 30% [================== ] 1126/3733 30% [================== ] 1127/3733 30% [================== ] 1128/3733 30% [================== ] 1129/3733 30% [================== ] 1130/3733 30% [================== ] 1131/3733 30% [================== ] 1132/3733 30% [================== ] 1133/3733 30% [================== ] 1134/3733 30% [================== ] 1135/3733 30% [================== ] 1136/3733 30% [================== ] 1137/3733 30% [================== ] 1138/3733 30% [================== ] 1139/3733 30% [================== ] 1140/3733 30% [================== ] 1141/3733 30% [================== ] 1142/3733 30% [================== ] 1143/3733 30% [=================== ] 1144/3733 30% [=================== ] 1145/3733 30% [=================== ] 1146/3733 30% [=================== ] 1147/3733 30% [=================== ] 1148/3733 30% [=================== ] 1149/3733 30% [=================== ] 1150/3733 30% [=================== ] 1151/3733 30% [=================== ] 1152/3733 30% [=================== ] 1153/3733 30% [=================== ] 1154/3733 30% [=================== ] 1155/3733 30% [=================== ] 1156/3733 30% [=================== ] 1157/3733 30% [=================== ] 1158/3733 31% [=================== ] 1159/3733 31% [=================== ] 1160/3733 31% [=================== ] 1161/3733 31% [=================== ] 1162/3733 31% [=================== ] 1163/3733 31% [=================== ] 1164/3733 31% [=================== ] 1165/3733 31% [=================== ] 1166/3733 31% [=================== ] 1167/3733 31% [=================== ] 1168/3733 31% [=================== ] 1169/3733 31% [=================== ] 1170/3733 31% [=================== ] 1171/3733 31% [=================== ] 1172/3733 31% [=================== ] 1173/3733 31% [=================== ] 1174/3733 31% [=================== ] 1175/3733 31% [=================== ] 1176/3733 31% [=================== ] 1177/3733 31% [=================== ] 1178/3733 31% [=================== ] 1179/3733 31% [=================== ] 1180/3733 31% [=================== ] 1181/3733 31% [=================== ] 1182/3733 31% [=================== ] 1183/3733 31% [=================== ] 1184/3733 31% [=================== ] 1185/3733 31% [=================== ] 1186/3733 31% [=================== ] 1187/3733 31% [=================== ] 1188/3733 31% [=================== ] 1189/3733 31% [=================== ] 1190/3733 31% [=================== ] 1191/3733 31% [=================== ] 1192/3733 31% [=================== ] 1193/3733 31% [=================== ] 1194/3733 31% [=================== ] 1195/3733 32% [=================== ] 1196/3733 32% [=================== ] 1197/3733 32% [=================== ] 1198/3733 32% [=================== ] 1199/3733 32% [=================== ] 1200/3733 32% [=================== ] 1201/3733 32% [=================== ] 1202/3733 32% [=================== ] 1203/3733 32% [=================== ] 1204/3733 32% [==================== ] 1205/3733 32% [==================== ] 1206/3733 32% [==================== ] 1207/3733 32% [==================== ] 1208/3733 32% [==================== ] 1209/3733 32% [==================== ] 1210/3733 32% [==================== ] 1211/3733 32% [==================== ] 1212/3733 32% [==================== ] 1213/3733 32% [==================== ] 1214/3733 32% [==================== ] 1215/3733 32% [==================== ] 1216/3733 32% [==================== ] 1217/3733 32% [==================== ] 1218/3733 32% [==================== ] 1219/3733 32% [==================== ] 1220/3733 32% [==================== ] 1221/3733 32% [==================== ] 1222/3733 32% [==================== ] 1223/3733 32% [==================== ] 1224/3733 32% [==================== ] 1225/3733 32% [==================== ] 1226/3733 32% [==================== ] 1227/3733 32% [==================== ] 1228/3733 32% [==================== ] 1229/3733 32% [==================== ] 1230/3733 32% [==================== ] 1231/3733 32% [==================== ] 1232/3733 33% [==================== ] 1233/3733 33% [==================== ] 1234/3733 33% [==================== ] 1235/3733 33% [==================== ] 1236/3733 33% [==================== ] 1237/3733 33% [==================== ] 1238/3733 33% [==================== ] 1239/3733 33% [==================== ] 1240/3733 33% [==================== ] 1241/3733 33% [==================== ] 1242/3733 33% [==================== ] 1243/3733 33% [==================== ] 1244/3733 33% [==================== ] 1245/3733 33% [==================== ] 1246/3733 33% [==================== ] 1247/3733 33% [==================== ] 1248/3733 33% [==================== ] 1249/3733 33% [==================== ] 1250/3733 33% [==================== ] 1251/3733 33% [==================== ] 1252/3733 33% [==================== ] 1253/3733 33% [==================== ] 1254/3733 33% [==================== ] 1255/3733 33% [==================== ] 1256/3733 33% [==================== ] 1257/3733 33% [==================== ] 1258/3733 33% [==================== ] 1259/3733 33% [==================== ] 1260/3733 33% [==================== ] 1261/3733 33% [==================== ] 1262/3733 33% [==================== ] 1263/3733 33% [==================== ] 1264/3733 33% [===================== ] 1265/3733 33% [===================== ] 1266/3733 33% [===================== ] 1267/3733 33% [===================== ] 1268/3733 33% [===================== ] 1269/3733 33% [===================== ] 1270/3733 34% [===================== ] 1271/3733 34% [===================== ] 1272/3733 34% [===================== ] 1273/3733 34% [===================== ] 1274/3733 34% [===================== ] 1275/3733 34% [===================== ] 1276/3733 34% [===================== ] 1277/3733 34% [===================== ] 1278/3733 34% [===================== ] 1279/3733 34% [===================== ] 1280/3733 34% [===================== ] 1281/3733 34% [===================== ] 1282/3733 34% [===================== ] 1283/3733 34% [===================== ] 1284/3733 34% [===================== ] 1285/3733 34% [===================== ] 1286/3733 34% [===================== ] 1287/3733 34% [===================== ] 1288/3733 34% [===================== ] 1289/3733 34% [===================== ] 1290/3733 34% [===================== ] 1291/3733 34% [===================== ] 1292/3733 34% [===================== ] 1293/3733 34% [===================== ] 1294/3733 34% [===================== ] 1295/3733 34% [===================== ] 1296/3733 34% [===================== ] 1297/3733 34% [===================== ] 1298/3733 34% [===================== ] 1299/3733 34% [===================== ] 1300/3733 34% [===================== ] 1301/3733 34% [===================== ] 1302/3733 34% [===================== ] 1303/3733 34% [===================== ] 1304/3733 34% [===================== ] 1305/3733 34% [===================== ] 1306/3733 34% [===================== ] 1307/3733 35% [===================== ] 1308/3733 35% [===================== ] 1309/3733 35% [===================== ] 1310/3733 35% [===================== ] 1311/3733 35% [===================== ] 1312/3733 35% [===================== ] 1313/3733 35% [===================== ] 1314/3733 35% [===================== ] 1315/3733 35% [===================== ] 1316/3733 35% [===================== ] 1317/3733 35% [===================== ] 1318/3733 35% [===================== ] 1319/3733 35% [===================== ] 1320/3733 35% [===================== ] 1321/3733 35% [===================== ] 1322/3733 35% [===================== ] 1323/3733 35% [===================== ] 1324/3733 35% [====================== ] 1325/3733 35% [====================== ] 1326/3733 35% [====================== ] 1327/3733 35% [====================== ] 1328/3733 35% [====================== ] 1329/3733 35% [====================== ] 1330/3733 35% [====================== ] 1331/3733 35% [====================== ] 1332/3733 35% [====================== ] 1333/3733 35% [====================== ] 1334/3733 35% [====================== ] 1335/3733 35% [====================== ] 1336/3733 35% [====================== ] 1337/3733 35% [====================== ] 1338/3733 35% [====================== ] 1339/3733 35% [====================== ] 1340/3733 35% [====================== ] 1341/3733 35% [====================== ] 1342/3733 35% [====================== ] 1343/3733 35% [====================== ] 1344/3733 36% [====================== ] 1345/3733 36% [====================== ] 1346/3733 36% [====================== ] 1347/3733 36% [====================== ] 1348/3733 36% [====================== ] 1349/3733 36% [====================== ] 1350/3733 36% [====================== ] 1351/3733 36% [====================== ] 1352/3733 36% [====================== ] 1353/3733 36% [====================== ] 1354/3733 36% [====================== ] 1355/3733 36% [====================== ] 1356/3733 36% [====================== ] 1357/3733 36% [====================== ] 1358/3733 36% [====================== ] 1359/3733 36% [====================== ] 1360/3733 36% [====================== ] 1361/3733 36% [====================== ] 1362/3733 36% [====================== ] 1363/3733 36% [====================== ] 1364/3733 36% [====================== ] 1365/3733 36% [====================== ] 1366/3733 36% [====================== ] 1367/3733 36% [====================== ] 1368/3733 36% [====================== ] 1369/3733 36% [====================== ] 1370/3733 36% [====================== ] 1371/3733 36% [====================== ] 1372/3733 36% [====================== ] 1373/3733 36% [====================== ] 1374/3733 36% [====================== ] 1375/3733 36% [====================== ] 1376/3733 36% [====================== ] 1377/3733 36% [====================== ] 1378/3733 36% [====================== ] 1379/3733 36% [====================== ] 1380/3733 36% [====================== ] 1381/3733 36% [====================== ] 1382/3733 37% [====================== ] 1383/3733 37% [====================== ] 1384/3733 37% [======================= ] 1385/3733 37% [======================= ] 1386/3733 37% [======================= ] 1387/3733 37% [======================= ] 1388/3733 37% [======================= ] 1389/3733 37% [======================= ] 1390/3733 37% [======================= ] 1391/3733 37% [======================= ] 1392/3733 37% [======================= ] 1393/3733 37% [======================= ] 1394/3733 37% [======================= ] 1395/3733 37% [======================= ] 1396/3733 37% [======================= ] 1397/3733 37% [======================= ] 1398/3733 37% [======================= ] 1399/3733 37% [======================= ] 1400/3733 37% [======================= ] 1401/3733 37% [======================= ] 1402/3733 37% [======================= ] 1403/3733 37% [======================= ] 1404/3733 37% [======================= ] 1405/3733 37% [======================= ] 1406/3733 37% [======================= ] 1407/3733 37% [======================= ] 1408/3733 37% [======================= ] 1409/3733 37% [======================= ] 1410/3733 37% [======================= ] 1411/3733 37% [======================= ] 1412/3733 37% [======================= ] 1413/3733 37% [======================= ] 1414/3733 37% [======================= ] 1415/3733 37% [======================= ] 1416/3733 37% [======================= ] 1417/3733 37% [======================= ] 1418/3733 37% [======================= ] 1419/3733 38% [======================= ] 1420/3733 38% [======================= ] 1421/3733 38% [======================= ] 1422/3733 38% [======================= ] 1423/3733 38% [======================= ] 1424/3733 38% [======================= ] 1425/3733 38% [======================= ] 1426/3733 38% [======================= ] 1427/3733 38% [======================= ] 1428/3733 38% [======================= ] 1429/3733 38% [======================= ] 1430/3733 38% [======================= ] 1431/3733 38% [======================= ] 1432/3733 38% [======================= ] 1433/3733 38% [======================= ] 1434/3733 38% [======================= ] 1435/3733 38% [======================= ] 1436/3733 38% [======================= ] 1437/3733 38% [======================= ] 1438/3733 38% [======================= ] 1439/3733 38% [======================= ] 1440/3733 38% [======================= ] 1441/3733 38% [======================= ] 1442/3733 38% [======================= ] 1443/3733 38% [======================= ] 1444/3733 38% [======================= ] 1445/3733 38% [======================== ] 1446/3733 38% [======================== ] 1447/3733 38% [======================== ] 1448/3733 38% [======================== ] 1449/3733 38% [======================== ] 1450/3733 38% [======================== ] 1451/3733 38% [======================== ] 1452/3733 38% [======================== ] 1453/3733 38% [======================== ] 1454/3733 38% [======================== ] 1455/3733 38% [======================== ] 1456/3733 39% [======================== ] 1457/3733 39% [======================== ] 1458/3733 39% [======================== ] 1459/3733 39% [======================== ] 1460/3733 39% [======================== ] 1461/3733 39% [======================== ] 1462/3733 39% [======================== ] 1463/3733 39% [======================== ] 1464/3733 39% [======================== ] 1465/3733 39% [======================== ] 1466/3733 39% [======================== ] 1467/3733 39% [======================== ] 1468/3733 39% [======================== ] 1469/3733 39% [======================== ] 1470/3733 39% [======================== ] 1471/3733 39% [======================== ] 1472/3733 39% [======================== ] 1473/3733 39% [======================== ] 1474/3733 39% [======================== ] 1475/3733 39% [======================== ] 1476/3733 39% [======================== ] 1477/3733 39% [======================== ] 1478/3733 39% [======================== ] 1479/3733 39% [======================== ] 1480/3733 39% [======================== ] 1481/3733 39% [======================== ] 1482/3733 39% [======================== ] 1483/3733 39% [======================== ] 1484/3733 39% [======================== ] 1485/3733 39% [======================== ] 1486/3733 39% [======================== ] 1487/3733 39% [======================== ] 1488/3733 39% [======================== ] 1489/3733 39% [======================== ] 1490/3733 39% [======================== ] 1491/3733 39% [======================== ] 1492/3733 39% [======================== ] 1493/3733 39% [======================== ] 1494/3733 40% [======================== ] 1495/3733 40% [======================== ] 1496/3733 40% [======================== ] 1497/3733 40% [======================== ] 1498/3733 40% [======================== ] 1499/3733 40% [======================== ] 1500/3733 40% [======================== ] 1501/3733 40% [======================== ] 1502/3733 40% [======================== ] 1503/3733 40% [======================== ] 1504/3733 40% [======================== ] 1505/3733 40% [========================= ] 1506/3733 40% [========================= ] 1507/3733 40% [========================= ] 1508/3733 40% [========================= ] 1509/3733 40% [========================= ] 1510/3733 40% [========================= ] 1511/3733 40% [========================= ] 1512/3733 40% [========================= ] 1513/3733 40% [========================= ] 1514/3733 40% [========================= ] 1515/3733 40% [========================= ] 1516/3733 40% [========================= ] 1517/3733 40% [========================= ] 1518/3733 40% [========================= ] 1519/3733 40% [========================= ] 1520/3733 40% [========================= ] 1521/3733 40% [========================= ] 1522/3733 40% [========================= ] 1523/3733 40% [========================= ] 1524/3733 40% [========================= ] 1525/3733 40% [========================= ] 1526/3733 40% [========================= ] 1527/3733 40% [========================= ] 1528/3733 40% [========================= ] 1529/3733 40% [========================= ] 1530/3733 40% [========================= ] 1531/3733 41% [========================= ] 1532/3733 41% [========================= ] 1533/3733 41% [========================= ] 1534/3733 41% [========================= ] 1535/3733 41% [========================= ] 1536/3733 41% [========================= ] 1537/3733 41% [========================= ] 1538/3733 41% [========================= ] 1539/3733 41% [========================= ] 1540/3733 41% [========================= ] 1541/3733 41% [========================= ] 1542/3733 41% [========================= ] 1543/3733 41% [========================= ] 1544/3733 41% [========================= ] 1545/3733 41% [========================= ] 1546/3733 41% [========================= ] 1547/3733 41% [========================= ] 1548/3733 41% [========================= ] 1549/3733 41% [========================= ] 1550/3733 41% [========================= ] 1551/3733 41% [========================= ] 1552/3733 41% [========================= ] 1553/3733 41% [========================= ] 1554/3733 41% [========================= ] 1555/3733 41% [========================= ] 1556/3733 41% [========================= ] 1557/3733 41% [========================= ] 1558/3733 41% [========================= ] 1559/3733 41% [========================= ] 1560/3733 41% [========================= ] 1561/3733 41% [========================= ] 1562/3733 41% [========================= ] 1563/3733 41% [========================= ] 1564/3733 41% [========================= ] 1565/3733 41% [========================== ] 1566/3733 41% [========================== ] 1567/3733 41% [========================== ] 1568/3733 42% [========================== ] 1569/3733 42% [========================== ] 1570/3733 42% [========================== ] 1571/3733 42% [========================== ] 1572/3733 42% [========================== ] 1573/3733 42% [========================== ] 1574/3733 42% [========================== ] 1575/3733 42% [========================== ] 1576/3733 42% [========================== ] 1577/3733 42% [========================== ] 1578/3733 42% [========================== ] 1579/3733 42% [========================== ] 1580/3733 42% [========================== ] 1581/3733 42% [========================== ] 1582/3733 42% [========================== ] 1583/3733 42% [========================== ] 1584/3733 42% [========================== ] 1585/3733 42% [========================== ] 1586/3733 42% [========================== ] 1587/3733 42% [========================== ] 1588/3733 42% [========================== ] 1589/3733 42% [========================== ] 1590/3733 42% [========================== ] 1591/3733 42% [========================== ] 1592/3733 42% [========================== ] 1593/3733 42% [========================== ] 1594/3733 42% [========================== ] 1595/3733 42% [========================== ] 1596/3733 42% [========================== ] 1597/3733 42% [========================== ] 1598/3733 42% [========================== ] 1599/3733 42% [========================== ] 1600/3733 42% [========================== ] 1601/3733 42% [========================== ] 1602/3733 42% [========================== ] 1603/3733 42% [========================== ] 1604/3733 42% [========================== ] 1605/3733 42% [========================== ] 1606/3733 43% [========================== ] 1607/3733 43% [========================== ] 1608/3733 43% [========================== ] 1609/3733 43% [========================== ] 1610/3733 43% [========================== ] 1611/3733 43% [========================== ] 1612/3733 43% [========================== ] 1613/3733 43% [========================== ] 1614/3733 43% [========================== ] 1615/3733 43% [========================== ] 1616/3733 43% [========================== ] 1617/3733 43% [========================== ] 1618/3733 43% [========================== ] 1619/3733 43% [========================== ] 1620/3733 43% [========================== ] 1621/3733 43% [========================== ] 1622/3733 43% [========================== ] 1623/3733 43% [========================== ] 1624/3733 43% [========================== ] 1625/3733 43% [=========================== ] 1626/3733 43% [=========================== ] 1627/3733 43% [=========================== ] 1628/3733 43% [=========================== ] 1629/3733 43% [=========================== ] 1630/3733 43% [=========================== ] 1631/3733 43% [=========================== ] 1632/3733 43% [=========================== ] 1633/3733 43% [=========================== ] 1634/3733 43% [=========================== ] 1635/3733 43% [=========================== ] 1636/3733 43% [=========================== ] 1637/3733 43% [=========================== ] 1638/3733 43% [=========================== ] 1639/3733 43% [=========================== ] 1640/3733 43% [=========================== ] 1641/3733 43% [=========================== ] 1642/3733 43% [=========================== ] 1643/3733 44% [=========================== ] 1644/3733 44% [=========================== ] 1645/3733 44% [=========================== ] 1646/3733 44% [=========================== ] 1647/3733 44% [=========================== ] 1648/3733 44% [=========================== ] 1649/3733 44% [=========================== ] 1650/3733 44% [=========================== ] 1651/3733 44% [=========================== ] 1652/3733 44% [=========================== ] 1653/3733 44% [=========================== ] 1654/3733 44% [=========================== ] 1655/3733 44% [=========================== ] 1656/3733 44% [=========================== ] 1657/3733 44% [=========================== ] 1658/3733 44% [=========================== ] 1659/3733 44% [=========================== ] 1660/3733 44% [=========================== ] 1661/3733 44% [=========================== ] 1662/3733 44% [=========================== ] 1663/3733 44% [=========================== ] 1664/3733 44% [=========================== ] 1665/3733 44% [=========================== ] 1666/3733 44% [=========================== ] 1667/3733 44% [=========================== ] 1668/3733 44% [=========================== ] 1669/3733 44% [=========================== ] 1670/3733 44% [=========================== ] 1671/3733 44% [=========================== ] 1672/3733 44% [=========================== ] 1673/3733 44% [=========================== ] 1674/3733 44% [=========================== ] 1675/3733 44% [=========================== ] 1676/3733 44% [=========================== ] 1677/3733 44% [=========================== ] 1678/3733 44% [=========================== ] 1679/3733 44% [=========================== ] 1680/3733 45% [=========================== ] 1681/3733 45% [=========================== ] 1682/3733 45% [=========================== ] 1683/3733 45% [=========================== ] 1684/3733 45% [=========================== ] 1685/3733 45% [============================ ] 1686/3733 45% [============================ ] 1687/3733 45% [============================ ] 1688/3733 45% [============================ ] 1689/3733 45% [============================ ] 1690/3733 45% [============================ ] 1691/3733 45% [============================ ] 1692/3733 45% [============================ ] 1693/3733 45% [============================ ] 1694/3733 45% [============================ ] 1695/3733 45% [============================ ] 1696/3733 45% [============================ ] 1697/3733 45% [============================ ] 1698/3733 45% [============================ ] 1699/3733 45% [============================ ] 1700/3733 45% [============================ ] 1701/3733 45% [============================ ] 1702/3733 45% [============================ ] 1703/3733 45% [============================ ] 1704/3733 45% [============================ ] 1705/3733 45% [============================ ] 1706/3733 45% [============================ ] 1707/3733 45% [============================ ] 1708/3733 45% [============================ ] 1709/3733 45% [============================ ] 1710/3733 45% [============================ ] 1711/3733 45% [============================ ] 1712/3733 45% [============================ ] 1713/3733 45% [============================ ] 1714/3733 45% [============================ ] 1715/3733 45% [============================ ] 1716/3733 45% [============================ ] 1717/3733 45% [============================ ] 1718/3733 46% [============================ ] 1719/3733 46% [============================ ] 1720/3733 46% [============================ ] 1721/3733 46% [============================ ] 1722/3733 46% [============================ ] 1723/3733 46% [============================ ] 1724/3733 46% [============================ ] 1725/3733 46% [============================ ] 1726/3733 46% [============================ ] 1727/3733 46% [============================ ] 1728/3733 46% [============================ ] 1729/3733 46% [============================ ] 1730/3733 46% [============================ ] 1731/3733 46% [============================ ] 1732/3733 46% [============================ ] 1733/3733 46% [============================ ] 1734/3733 46% [============================ ] 1735/3733 46% [============================ ] 1736/3733 46% [============================ ] 1737/3733 46% [============================ ] 1738/3733 46% [============================ ] 1739/3733 46% [============================ ] 1740/3733 46% [============================ ] 1741/3733 46% [============================ ] 1742/3733 46% [============================ ] 1743/3733 46% [============================ ] 1744/3733 46% [============================ ] 1745/3733 46% [============================ ] 1746/3733 46% [============================= ] 1747/3733 46% [============================= ] 1748/3733 46% [============================= ] 1749/3733 46% [============================= ] 1750/3733 46% [============================= ] 1751/3733 46% [============================= ] 1752/3733 46% [============================= ] 1753/3733 46% [============================= ] 1754/3733 46% [============================= ] 1755/3733 47% [============================= ] 1756/3733 47% [============================= ] 1757/3733 47% [============================= ] 1758/3733 47% [============================= ] 1759/3733 47% [============================= ] 1760/3733 47% [============================= ] 1761/3733 47% [============================= ] 1762/3733 47% [============================= ] 1763/3733 47% [============================= ] 1764/3733 47% [============================= ] 1765/3733 47% [============================= ] 1766/3733 47% [============================= ] 1767/3733 47% [============================= ] 1768/3733 47% [============================= ] 1769/3733 47% [============================= ] 1770/3733 47% [============================= ] 1771/3733 47% [============================= ] 1772/3733 47% [============================= ] 1773/3733 47% [============================= ] 1774/3733 47% [============================= ] 1775/3733 47% [============================= ] 1776/3733 47% [============================= ] 1777/3733 47% [============================= ] 1778/3733 47% [============================= ] 1779/3733 47% [============================= ] 1780/3733 47% [============================= ] 1781/3733 47% [============================= ] 1782/3733 47% [============================= ] 1783/3733 47% [============================= ] 1784/3733 47% [============================= ] 1785/3733 47% [============================= ] 1786/3733 47% [============================= ] 1787/3733 47% [============================= ] 1788/3733 47% [============================= ] 1789/3733 47% [============================= ] 1790/3733 47% [============================= ] 1791/3733 47% [============================= ] 1792/3733 48% [============================= ] 1793/3733 48% [============================= ] 1794/3733 48% [============================= ] 1795/3733 48% [============================= ] 1796/3733 48% [============================= ] 1797/3733 48% [============================= ] 1798/3733 48% [============================= ] 1799/3733 48% [============================= ] 1800/3733 48% [============================= ] 1801/3733 48% [============================= ] 1802/3733 48% [============================= ] 1803/3733 48% [============================= ] 1804/3733 48% [============================= ] 1805/3733 48% [============================= ] 1806/3733 48% [============================== ] 1807/3733 48% [============================== ] 1808/3733 48% [============================== ] 1809/3733 48% [============================== ] 1810/3733 48% [============================== ] 1811/3733 48% [============================== ] 1812/3733 48% [============================== ] 1813/3733 48% [============================== ] 1814/3733 48% [============================== ] 1815/3733 48% [============================== ] 1816/3733 48% [============================== ] 1817/3733 48% [============================== ] 1818/3733 48% [============================== ] 1819/3733 48% [============================== ] 1820/3733 48% [============================== ] 1821/3733 48% [============================== ] 1822/3733 48% [============================== ] 1823/3733 48% [============================== ] 1824/3733 48% [============================== ] 1825/3733 48% [============================== ] 1826/3733 48% [============================== ] 1827/3733 48% [============================== ] 1828/3733 48% [============================== ] 1829/3733 48% [============================== ] 1830/3733 49% [============================== ] 1831/3733 49% [============================== ] 1832/3733 49% [============================== ] 1833/3733 49% [============================== ] 1834/3733 49% [============================== ] 1835/3733 49% [============================== ] 1836/3733 49% [============================== ] 1837/3733 49% [============================== ] 1838/3733 49% [============================== ] 1839/3733 49% [============================== ] 1840/3733 49% [============================== ] 1841/3733 49% [============================== ] 1842/3733 49% [============================== ] 1843/3733 49% [============================== ] 1844/3733 49% [============================== ] 1845/3733 49% [============================== ] 1846/3733 49% [============================== ] 1847/3733 49% [============================== ] 1848/3733 49% [============================== ] 1849/3733 49% [============================== ] 1850/3733 49% [============================== ] 1851/3733 49% [============================== ] 1852/3733 49% [============================== ] 1853/3733 49% [============================== ] 1854/3733 49% [============================== ] 1855/3733 49% [============================== ] 1856/3733 49% [============================== ] 1857/3733 49% [============================== ] 1858/3733 49% [============================== ] 1859/3733 49% [============================== ] 1860/3733 49% [============================== ] 1861/3733 49% [============================== ] 1862/3733 49% [============================== ] 1863/3733 49% [============================== ] 1864/3733 49% [============================== ] 1865/3733 49% [============================== ] 1866/3733 49% [=============================== ] 1867/3733 50% [=============================== ] 1868/3733 50% [=============================== ] 1869/3733 50% [=============================== ] 1870/3733 50% [=============================== ] 1871/3733 50% [=============================== ] 1872/3733 50% [=============================== ] 1873/3733 50% [=============================== ] 1874/3733 50% [=============================== ] 1875/3733 50% [=============================== ] 1876/3733 50% [=============================== ] 1877/3733 50% [=============================== ] 1878/3733 50% [=============================== ] 1879/3733 50% [=============================== ] 1880/3733 50% [=============================== ] 1881/3733 50% [=============================== ] 1882/3733 50% [=============================== ] 1883/3733 50% [=============================== ] 1884/3733 50% [=============================== ] 1885/3733 50% [=============================== ] 1886/3733 50% [=============================== ] 1887/3733 50% [=============================== ] 1888/3733 50% [=============================== ] 1889/3733 50% [=============================== ] 1890/3733 50% [=============================== ] 1891/3733 50% [=============================== ] 1892/3733 50% [=============================== ] 1893/3733 50% [=============================== ] 1894/3733 50% [=============================== ] 1895/3733 50% [=============================== ] 1896/3733 50% [=============================== ] 1897/3733 50% [=============================== ] 1898/3733 50% [=============================== ] 1899/3733 50% [=============================== ] 1900/3733 50% [=============================== ] 1901/3733 50% [=============================== ] 1902/3733 50% [=============================== ] 1903/3733 50% [=============================== ] 1904/3733 51% [=============================== ] 1905/3733 51% [=============================== ] 1906/3733 51% [=============================== ] 1907/3733 51% [=============================== ] 1908/3733 51% [=============================== ] 1909/3733 51% [=============================== ] 1910/3733 51% [=============================== ] 1911/3733 51% [=============================== ] 1912/3733 51% [=============================== ] 1913/3733 51% [=============================== ] 1914/3733 51% [=============================== ] 1915/3733 51% [=============================== ] 1916/3733 51% [=============================== ] 1917/3733 51% [=============================== ] 1918/3733 51% [=============================== ] 1919/3733 51% [=============================== ] 1920/3733 51% [=============================== ] 1921/3733 51% [=============================== ] 1922/3733 51% [=============================== ] 1923/3733 51% [=============================== ] 1924/3733 51% [=============================== ] 1925/3733 51% [=============================== ] 1926/3733 51% [================================ ] 1927/3733 51% [================================ ] 1928/3733 51% [================================ ] 1929/3733 51% [================================ ] 1930/3733 51% [================================ ] 1931/3733 51% [================================ ] 1932/3733 51% [================================ ] 1933/3733 51% [================================ ] 1934/3733 51% [================================ ] 1935/3733 51% [================================ ] 1936/3733 51% [================================ ] 1937/3733 51% [================================ ] 1938/3733 51% [================================ ] 1939/3733 51% [================================ ] 1940/3733 51% [================================ ] 1941/3733 51% [================================ ] 1942/3733 52% [================================ ] 1943/3733 52% [================================ ] 1944/3733 52% [================================ ] 1945/3733 52% [================================ ] 1946/3733 52% [================================ ] 1947/3733 52% [================================ ] 1948/3733 52% [================================ ] 1949/3733 52% [================================ ] 1950/3733 52% [================================ ] 1951/3733 52% [================================ ] 1952/3733 52% [================================ ] 1953/3733 52% [================================ ] 1954/3733 52% [================================ ] 1955/3733 52% [================================ ] 1956/3733 52% [================================ ] 1957/3733 52% [================================ ] 1958/3733 52% [================================ ] 1959/3733 52% [================================ ] 1960/3733 52% [================================ ] 1961/3733 52% [================================ ] 1962/3733 52% [================================ ] 1963/3733 52% [================================ ] 1964/3733 52% [================================ ] 1965/3733 52% [================================ ] 1966/3733 52% [================================ ] 1967/3733 52% [================================ ] 1968/3733 52% [================================ ] 1969/3733 52% [================================ ] 1970/3733 52% [================================ ] 1971/3733 52% [================================ ] 1972/3733 52% [================================ ] 1973/3733 52% [================================ ] 1974/3733 52% [================================ ] 1975/3733 52% [================================ ] 1976/3733 52% [================================ ] 1977/3733 52% [================================ ] 1978/3733 52% [================================ ] 1979/3733 53% [================================ ] 1980/3733 53% [================================ ] 1981/3733 53% [================================ ] 1982/3733 53% [================================ ] 1983/3733 53% [================================ ] 1984/3733 53% [================================ ] 1985/3733 53% [================================ ] 1986/3733 53% [================================= ] 1987/3733 53% [================================= ] 1988/3733 53% [================================= ] 1989/3733 53% [================================= ] 1990/3733 53% [================================= ] 1991/3733 53% [================================= ] 1992/3733 53% [================================= ] 1993/3733 53% [================================= ] 1994/3733 53% [================================= ] 1995/3733 53% [================================= ] 1996/3733 53% [================================= ] 1997/3733 53% [================================= ] 1998/3733 53% [================================= ] 1999/3733 53% [================================= ] 2000/3733 53% [================================= ] 2001/3733 53% [================================= ] 2002/3733 53% [================================= ] 2003/3733 53% [================================= ] 2004/3733 53% [================================= ] 2005/3733 53% [================================= ] 2006/3733 53% [================================= ] 2007/3733 53% [================================= ] 2008/3733 53% [================================= ] 2009/3733 53% [================================= ] 2010/3733 53% [================================= ] 2011/3733 53% [================================= ] 2012/3733 53% [================================= ] 2013/3733 53% [================================= ] 2014/3733 53% [================================= ] 2015/3733 53% [================================= ] 2016/3733 54% [================================= ] 2017/3733 54% [================================= ] 2018/3733 54% [================================= ] 2019/3733 54% [================================= ] 2020/3733 54% [================================= ] 2021/3733 54% [================================= ] 2022/3733 54% [================================= ] 2023/3733 54% [================================= ] 2024/3733 54% [================================= ] 2025/3733 54% [================================= ] 2026/3733 54% [================================= ] 2027/3733 54% [================================= ] 2028/3733 54% [================================= ] 2029/3733 54% [================================= ] 2030/3733 54% [================================= ] 2031/3733 54% [================================= ] 2032/3733 54% [================================= ] 2033/3733 54% [================================= ] 2034/3733 54% [================================= ] 2035/3733 54% [================================= ] 2036/3733 54% [================================= ] 2037/3733 54% [================================= ] 2038/3733 54% [================================= ] 2039/3733 54% [================================= ] 2040/3733 54% [================================= ] 2041/3733 54% [================================= ] 2042/3733 54% [================================= ] 2043/3733 54% [================================= ] 2044/3733 54% [================================= ] 2045/3733 54% [================================= ] 2046/3733 54% [================================= ] 2047/3733 54% [================================== ] 2048/3733 54% [================================== ] 2049/3733 54% [================================== ] 2050/3733 54% [================================== ] 2051/3733 54% [================================== ] 2052/3733 54% [================================== ] 2053/3733 54% [================================== ] 2054/3733 55% [================================== ] 2055/3733 55% [================================== ] 2056/3733 55% [================================== ] 2057/3733 55% [================================== ] 2058/3733 55% [================================== ] 2059/3733 55% [================================== ] 2060/3733 55% [================================== ] 2061/3733 55% [================================== ] 2062/3733 55% [================================== ] 2063/3733 55% [================================== ] 2064/3733 55% [================================== ] 2065/3733 55% [================================== ] 2066/3733 55% [================================== ] 2067/3733 55% [================================== ] 2068/3733 55% [================================== ] 2069/3733 55% [================================== ] 2070/3733 55% [================================== ] 2071/3733 55% [================================== ] 2072/3733 55% [================================== ] 2073/3733 55% [================================== ] 2074/3733 55% [================================== ] 2075/3733 55% [================================== ] 2076/3733 55% [================================== ] 2077/3733 55% [================================== ] 2078/3733 55% [================================== ] 2079/3733 55% [================================== ] 2080/3733 55% [================================== ] 2081/3733 55% [================================== ] 2082/3733 55% [================================== ] 2083/3733 55% [================================== ] 2084/3733 55% [================================== ] 2085/3733 55% [================================== ] 2086/3733 55% [================================== ] 2087/3733 55% [================================== ] 2088/3733 55% [================================== ] 2089/3733 55% [================================== ] 2090/3733 55% [================================== ] 2091/3733 56% [================================== ] 2092/3733 56% [================================== ] 2093/3733 56% [================================== ] 2094/3733 56% [================================== ] 2095/3733 56% [================================== ] 2096/3733 56% [================================== ] 2097/3733 56% [================================== ] 2098/3733 56% [================================== ] 2099/3733 56% [================================== ] 2100/3733 56% [================================== ] 2101/3733 56% [================================== ] 2102/3733 56% [================================== ] 2103/3733 56% [================================== ] 2104/3733 56% [================================== ] 2105/3733 56% [================================== ] 2106/3733 56% [================================== ] 2107/3733 56% [=================================== ] 2108/3733 56% [=================================== ] 2109/3733 56% [=================================== ] 2110/3733 56% [=================================== ] 2111/3733 56% [=================================== ] 2112/3733 56% [=================================== ] 2113/3733 56% [=================================== ] 2114/3733 56% [=================================== ] 2115/3733 56% [=================================== ] 2116/3733 56% [=================================== ] 2117/3733 56% [=================================== ] 2118/3733 56% [=================================== ] 2119/3733 56% [=================================== ] 2120/3733 56% [=================================== ] 2121/3733 56% [=================================== ] 2122/3733 56% [=================================== ] 2123/3733 56% [=================================== ] 2124/3733 56% [=================================== ] 2125/3733 56% [=================================== ] 2126/3733 56% [=================================== ] 2127/3733 56% [=================================== ] 2128/3733 57% [=================================== ] 2129/3733 57% [=================================== ] 2130/3733 57% [=================================== ] 2131/3733 57% [=================================== ] 2132/3733 57% [=================================== ] 2133/3733 57% [=================================== ] 2134/3733 57% [=================================== ] 2135/3733 57% [=================================== ] 2136/3733 57% [=================================== ] 2137/3733 57% [=================================== ] 2138/3733 57% [=================================== ] 2139/3733 57% [=================================== ] 2140/3733 57% [=================================== ] 2141/3733 57% [=================================== ] 2142/3733 57% [=================================== ] 2143/3733 57% [=================================== ] 2144/3733 57% [=================================== ] 2145/3733 57% [=================================== ] 2146/3733 57% [=================================== ] 2147/3733 57% [=================================== ] 2148/3733 57% [=================================== ] 2149/3733 57% [=================================== ] 2150/3733 57% [=================================== ] 2151/3733 57% [=================================== ] 2152/3733 57% [=================================== ] 2153/3733 57% [=================================== ] 2154/3733 57% [=================================== ] 2155/3733 57% [=================================== ] 2156/3733 57% [=================================== ] 2157/3733 57% [=================================== ] 2158/3733 57% [=================================== ] 2159/3733 57% [=================================== ] 2160/3733 57% [=================================== ] 2161/3733 57% [=================================== ] 2162/3733 57% [=================================== ] 2163/3733 57% [=================================== ] 2164/3733 57% [=================================== ] 2165/3733 57% [=================================== ] 2166/3733 58% [=================================== ] 2167/3733 58% [==================================== ] 2168/3733 58% [==================================== ] 2169/3733 58% [==================================== ] 2170/3733 58% [==================================== ] 2171/3733 58% [==================================== ] 2172/3733 58% [==================================== ] 2173/3733 58% [==================================== ] 2174/3733 58% [==================================== ] 2175/3733 58% [==================================== ] 2176/3733 58% [==================================== ] 2177/3733 58% [==================================== ] 2178/3733 58% [==================================== ] 2179/3733 58% [==================================== ] 2180/3733 58% [==================================== ] 2181/3733 58% [==================================== ] 2182/3733 58% [==================================== ] 2183/3733 58% [==================================== ] 2184/3733 58% [==================================== ] 2185/3733 58% [==================================== ] 2186/3733 58% [==================================== ] 2187/3733 58% [==================================== ] 2188/3733 58% [==================================== ] 2189/3733 58% [==================================== ] 2190/3733 58% [==================================== ] 2191/3733 58% [==================================== ] 2192/3733 58% [==================================== ] 2193/3733 58% [==================================== ] 2194/3733 58% [==================================== ] 2195/3733 58% [==================================== ] 2196/3733 58% [==================================== ] 2197/3733 58% [==================================== ] 2198/3733 58% [==================================== ] 2199/3733 58% [==================================== ] 2200/3733 58% [==================================== ] 2201/3733 58% [==================================== ] 2202/3733 58% [==================================== ] 2203/3733 59% [==================================== ] 2204/3733 59% [==================================== ] 2205/3733 59% [==================================== ] 2206/3733 59% [==================================== ] 2207/3733 59% [==================================== ] 2208/3733 59% [==================================== ] 2209/3733 59% [==================================== ] 2210/3733 59% [==================================== ] 2211/3733 59% [==================================== ] 2212/3733 59% [==================================== ] 2213/3733 59% [==================================== ] 2214/3733 59% [==================================== ] 2215/3733 59% [==================================== ] 2216/3733 59% [==================================== ] 2217/3733 59% [==================================== ] 2218/3733 59% [==================================== ] 2219/3733 59% [==================================== ] 2220/3733 59% [==================================== ] 2221/3733 59% [==================================== ] 2222/3733 59% [==================================== ] 2223/3733 59% [==================================== ] 2224/3733 59% [==================================== ] 2225/3733 59% [==================================== ] 2226/3733 59% [==================================== ] 2227/3733 59% [===================================== ] 2228/3733 59% [===================================== ] 2229/3733 59% [===================================== ] 2230/3733 59% [===================================== ] 2231/3733 59% [===================================== ] 2232/3733 59% [===================================== ] 2233/3733 59% [===================================== ] 2234/3733 59% [===================================== ] 2235/3733 59% [===================================== ] 2236/3733 59% [===================================== ] 2237/3733 59% [===================================== ] 2238/3733 59% [===================================== ] 2239/3733 59% [===================================== ] 2240/3733 60% [===================================== ] 2241/3733 60% [===================================== ] 2242/3733 60% [===================================== ] 2243/3733 60% [===================================== ] 2244/3733 60% [===================================== ] 2245/3733 60% [===================================== ] 2246/3733 60% [===================================== ] 2247/3733 60% [===================================== ] 2248/3733 60% [===================================== ] 2249/3733 60% [===================================== ] 2250/3733 60% [===================================== ] 2251/3733 60% [===================================== ] 2252/3733 60% [===================================== ] 2253/3733 60% [===================================== ] 2254/3733 60% [===================================== ] 2255/3733 60% [===================================== ] 2256/3733 60% [===================================== ] 2257/3733 60% [===================================== ] 2258/3733 60% [===================================== ] 2259/3733 60% [===================================== ] 2260/3733 60% [===================================== ] 2261/3733 60% [===================================== ] 2262/3733 60% [===================================== ] 2263/3733 60% [===================================== ] 2264/3733 60% [===================================== ] 2265/3733 60% [===================================== ] 2266/3733 60% [===================================== ] 2267/3733 60% [===================================== ] 2268/3733 60% [===================================== ] 2269/3733 60% [===================================== ] 2270/3733 60% [===================================== ] 2271/3733 60% [===================================== ] 2272/3733 60% [===================================== ] 2273/3733 60% [===================================== ] 2274/3733 60% [===================================== ] 2275/3733 60% [===================================== ] 2276/3733 60% [===================================== ] 2277/3733 60% [===================================== ] 2278/3733 61% [===================================== ] 2279/3733 61% [===================================== ] 2280/3733 61% [===================================== ] 2281/3733 61% [===================================== ] 2282/3733 61% [===================================== ] 2283/3733 61% [===================================== ] 2284/3733 61% [===================================== ] 2285/3733 61% [===================================== ] 2286/3733 61% [===================================== ] 2287/3733 61% [====================================== ] 2288/3733 61% [====================================== ] 2289/3733 61% [====================================== ] 2290/3733 61% [====================================== ] 2291/3733 61% [====================================== ] 2292/3733 61% [====================================== ] 2293/3733 61% [====================================== ] 2294/3733 61% [====================================== ] 2295/3733 61% [====================================== ] 2296/3733 61% [====================================== ] 2297/3733 61% [====================================== ] 2298/3733 61% [====================================== ] 2299/3733 61% [====================================== ] 2300/3733 61% [====================================== ] 2301/3733 61% [====================================== ] 2302/3733 61% [====================================== ] 2303/3733 61% [====================================== ] 2304/3733 61% [====================================== ] 2305/3733 61% [====================================== ] 2306/3733 61% [====================================== ] 2307/3733 61% [====================================== ] 2308/3733 61% [====================================== ] 2309/3733 61% [====================================== ] 2310/3733 61% [====================================== ] 2311/3733 61% [====================================== ] 2312/3733 61% [====================================== ] 2313/3733 61% [====================================== ] 2314/3733 61% [====================================== ] 2315/3733 62% [====================================== ] 2316/3733 62% [====================================== ] 2317/3733 62% [====================================== ] 2318/3733 62% [====================================== ] 2319/3733 62% [====================================== ] 2320/3733 62% [====================================== ] 2321/3733 62% [====================================== ] 2322/3733 62% [====================================== ] 2323/3733 62% [====================================== ] 2324/3733 62% [====================================== ] 2325/3733 62% [====================================== ] 2326/3733 62% [====================================== ] 2327/3733 62% [====================================== ] 2328/3733 62% [====================================== ] 2329/3733 62% [====================================== ] 2330/3733 62% [====================================== ] 2331/3733 62% [====================================== ] 2332/3733 62% [====================================== ] 2333/3733 62% [====================================== ] 2334/3733 62% [====================================== ] 2335/3733 62% [====================================== ] 2336/3733 62% [====================================== ] 2337/3733 62% [====================================== ] 2338/3733 62% [====================================== ] 2339/3733 62% [====================================== ] 2340/3733 62% [====================================== ] 2341/3733 62% [====================================== ] 2342/3733 62% [====================================== ] 2343/3733 62% [====================================== ] 2344/3733 62% [====================================== ] 2345/3733 62% [====================================== ] 2346/3733 62% [====================================== ] 2347/3733 62% [====================================== ] 2348/3733 62% [======================================= ] 2349/3733 62% [======================================= ] 2350/3733 62% [======================================= ] 2351/3733 62% [======================================= ] 2352/3733 63% [======================================= ] 2353/3733 63% [======================================= ] 2354/3733 63% [======================================= ] 2355/3733 63% [======================================= ] 2356/3733 63% [======================================= ] 2357/3733 63% [======================================= ] 2358/3733 63% [======================================= ] 2359/3733 63% [======================================= ] 2360/3733 63% [======================================= ] 2361/3733 63% [======================================= ] 2362/3733 63% [======================================= ] 2363/3733 63% [======================================= ] 2364/3733 63% [======================================= ] 2365/3733 63% [======================================= ] 2366/3733 63% [======================================= ] 2367/3733 63% [======================================= ] 2368/3733 63% [======================================= ] 2369/3733 63% [======================================= ] 2370/3733 63% [======================================= ] 2371/3733 63% [======================================= ] 2372/3733 63% [======================================= ] 2373/3733 63% [======================================= ] 2374/3733 63% [======================================= ] 2375/3733 63% [======================================= ] 2376/3733 63% [======================================= ] 2377/3733 63% [======================================= ] 2378/3733 63% [======================================= ] 2379/3733 63% [======================================= ] 2380/3733 63% [======================================= ] 2381/3733 63% [======================================= ] 2382/3733 63% [======================================= ] 2383/3733 63% [======================================= ] 2384/3733 63% [======================================= ] 2385/3733 63% [======================================= ] 2386/3733 63% [======================================= ] 2387/3733 63% [======================================= ] 2388/3733 63% [======================================= ] 2389/3733 63% [======================================= ] 2390/3733 64% [======================================= ] 2391/3733 64% [======================================= ] 2392/3733 64% [======================================= ] 2393/3733 64% [======================================= ] 2394/3733 64% [======================================= ] 2395/3733 64% [======================================= ] 2396/3733 64% [======================================= ] 2397/3733 64% [======================================= ] 2398/3733 64% [======================================= ] 2399/3733 64% [======================================= ] 2400/3733 64% [======================================= ] 2401/3733 64% [======================================= ] 2402/3733 64% [======================================= ] 2403/3733 64% [======================================= ] 2404/3733 64% [======================================= ] 2405/3733 64% [======================================= ] 2406/3733 64% [======================================= ] 2407/3733 64% [======================================= ] 2408/3733 64% [======================================== ] 2409/3733 64% [======================================== ] 2410/3733 64% [======================================== ] 2411/3733 64% [======================================== ] 2412/3733 64% [======================================== ] 2413/3733 64% [======================================== ] 2414/3733 64% [======================================== ] 2415/3733 64% [======================================== ] 2416/3733 64% [======================================== ] 2417/3733 64% [======================================== ] 2418/3733 64% [======================================== ] 2419/3733 64% [======================================== ] 2420/3733 64% [======================================== ] 2421/3733 64% [======================================== ] 2422/3733 64% [======================================== ] 2423/3733 64% [======================================== ] 2424/3733 64% [======================================== ] 2425/3733 64% [======================================== ] 2426/3733 64% [======================================== ] 2427/3733 65% [======================================== ] 2428/3733 65% [======================================== ] 2429/3733 65% [======================================== ] 2430/3733 65% [======================================== ] 2431/3733 65% [======================================== ] 2432/3733 65% [======================================== ] 2433/3733 65% [======================================== ] 2434/3733 65% [======================================== ] 2435/3733 65% [======================================== ] 2436/3733 65% [======================================== ] 2437/3733 65% [======================================== ] 2438/3733 65% [======================================== ] 2439/3733 65% [======================================== ] 2440/3733 65% [======================================== ] 2441/3733 65% [======================================== ] 2442/3733 65% [======================================== ] 2443/3733 65% [======================================== ] 2444/3733 65% [======================================== ] 2445/3733 65% [======================================== ] 2446/3733 65% [======================================== ] 2447/3733 65% [======================================== ] 2448/3733 65% [======================================== ] 2449/3733 65% [======================================== ] 2450/3733 65% [======================================== ] 2451/3733 65% [======================================== ] 2452/3733 65% [======================================== ] 2453/3733 65% [======================================== ] 2454/3733 65% [======================================== ] 2455/3733 65% [======================================== ] 2456/3733 65% [======================================== ] 2457/3733 65% [======================================== ] 2458/3733 65% [======================================== ] 2459/3733 65% [======================================== ] 2460/3733 65% [======================================== ] 2461/3733 65% [======================================== ] 2462/3733 65% [======================================== ] 2463/3733 65% [======================================== ] 2464/3733 66% [======================================== ] 2465/3733 66% [======================================== ] 2466/3733 66% [======================================== ] 2467/3733 66% [======================================== ] 2468/3733 66% [========================================= ] 2469/3733 66% [========================================= ] 2470/3733 66% [========================================= ] 2471/3733 66% [========================================= ] 2472/3733 66% [========================================= ] 2473/3733 66% [========================================= ] 2474/3733 66% [========================================= ] 2475/3733 66% [========================================= ] 2476/3733 66% [========================================= ] 2477/3733 66% [========================================= ] 2478/3733 66% [========================================= ] 2479/3733 66% [========================================= ] 2480/3733 66% [========================================= ] 2481/3733 66% [========================================= ] 2482/3733 66% [========================================= ] 2483/3733 66% [========================================= ] 2484/3733 66% [========================================= ] 2485/3733 66% [========================================= ] 2486/3733 66% [========================================= ] 2487/3733 66% [========================================= ] 2488/3733 66% [========================================= ] 2489/3733 66% [========================================= ] 2490/3733 66% [========================================= ] 2491/3733 66% [========================================= ] 2492/3733 66% [========================================= ] 2493/3733 66% [========================================= ] 2494/3733 66% [========================================= ] 2495/3733 66% [========================================= ] 2496/3733 66% [========================================= ] 2497/3733 66% [========================================= ] 2498/3733 66% [========================================= ] 2499/3733 66% [========================================= ] 2500/3733 66% [========================================= ] 2501/3733 66% [========================================= ] 2502/3733 67% [========================================= ] 2503/3733 67% [========================================= ] 2504/3733 67% [========================================= ] 2505/3733 67% [========================================= ] 2506/3733 67% [========================================= ] 2507/3733 67% [========================================= ] 2508/3733 67% [========================================= ] 2509/3733 67% [========================================= ] 2510/3733 67% [========================================= ] 2511/3733 67% [========================================= ] 2512/3733 67% [========================================= ] 2513/3733 67% [========================================= ] 2514/3733 67% [========================================= ] 2515/3733 67% [========================================= ] 2516/3733 67% [========================================= ] 2517/3733 67% [========================================= ] 2518/3733 67% [========================================= ] 2519/3733 67% [========================================= ] 2520/3733 67% [========================================= ] 2521/3733 67% [========================================= ] 2522/3733 67% [========================================= ] 2523/3733 67% [========================================= ] 2524/3733 67% [========================================= ] 2525/3733 67% [========================================= ] 2526/3733 67% [========================================= ] 2527/3733 67% [========================================= ] 2528/3733 67% [========================================== ] 2529/3733 67% [========================================== ] 2530/3733 67% [========================================== ] 2531/3733 67% [========================================== ] 2532/3733 67% [========================================== ] 2533/3733 67% [========================================== ] 2534/3733 67% [========================================== ] 2535/3733 67% [========================================== ] 2536/3733 67% [========================================== ] 2537/3733 67% [========================================== ] 2538/3733 67% [========================================== ] 2539/3733 68% [========================================== ] 2540/3733 68% [========================================== ] 2541/3733 68% [========================================== ] 2542/3733 68% [========================================== ] 2543/3733 68% [========================================== ] 2544/3733 68% [========================================== ] 2545/3733 68% [========================================== ] 2546/3733 68% [========================================== ] 2547/3733 68% [========================================== ] 2548/3733 68% [========================================== ] 2549/3733 68% [========================================== ] 2550/3733 68% [========================================== ] 2551/3733 68% [========================================== ] 2552/3733 68% [========================================== ] 2553/3733 68% [========================================== ] 2554/3733 68% [========================================== ] 2555/3733 68% [========================================== ] 2556/3733 68% [========================================== ] 2557/3733 68% [========================================== ] 2558/3733 68% [========================================== ] 2559/3733 68% [========================================== ] 2560/3733 68% [========================================== ] 2561/3733 68% [========================================== ] 2562/3733 68% [========================================== ] 2563/3733 68% [========================================== ] 2564/3733 68% [========================================== ] 2565/3733 68% [========================================== ] 2566/3733 68% [========================================== ] 2567/3733 68% [========================================== ] 2568/3733 68% [========================================== ] 2569/3733 68% [========================================== ] 2570/3733 68% [========================================== ] 2571/3733 68% [========================================== ] 2572/3733 68% [========================================== ] 2573/3733 68% [========================================== ] 2574/3733 68% [========================================== ] 2575/3733 68% [========================================== ] 2576/3733 69% [========================================== ] 2577/3733 69% [========================================== ] 2578/3733 69% [========================================== ] 2579/3733 69% [========================================== ] 2580/3733 69% [========================================== ] 2581/3733 69% [========================================== ] 2582/3733 69% [========================================== ] 2583/3733 69% [========================================== ] 2584/3733 69% [========================================== ] 2585/3733 69% [========================================== ] 2586/3733 69% [========================================== ] 2587/3733 69% [========================================== ] 2588/3733 69% [========================================== ] 2589/3733 69% [=========================================== ] 2590/3733 69% [=========================================== ] 2591/3733 69% [=========================================== ] 2592/3733 69% [=========================================== ] 2593/3733 69% [=========================================== ] 2594/3733 69% [=========================================== ] 2595/3733 69% [=========================================== ] 2596/3733 69% [=========================================== ] 2597/3733 69% [=========================================== ] 2598/3733 69% [=========================================== ] 2599/3733 69% [=========================================== ] 2600/3733 69% [=========================================== ] 2601/3733 69% [=========================================== ] 2602/3733 69% [=========================================== ] 2603/3733 69% [=========================================== ] 2604/3733 69% [=========================================== ] 2605/3733 69% [=========================================== ] 2606/3733 69% [=========================================== ] 2607/3733 69% [=========================================== ] 2608/3733 69% [=========================================== ] 2609/3733 69% [=========================================== ] 2610/3733 69% [=========================================== ] 2611/3733 69% [=========================================== ] 2612/3733 69% [=========================================== ] 2613/3733 69% [=========================================== ] 2614/3733 70% [=========================================== ] 2615/3733 70% [=========================================== ] 2616/3733 70% [=========================================== ] 2617/3733 70% [=========================================== ] 2618/3733 70% [=========================================== ] 2619/3733 70% [=========================================== ] 2620/3733 70% [=========================================== ] 2621/3733 70% [=========================================== ] 2622/3733 70% [=========================================== ] 2623/3733 70% [=========================================== ] 2624/3733 70% [=========================================== ] 2625/3733 70% [=========================================== ] 2626/3733 70% [=========================================== ] 2627/3733 70% [=========================================== ] 2628/3733 70% [=========================================== ] 2629/3733 70% [=========================================== ] 2630/3733 70% [=========================================== ] 2631/3733 70% [=========================================== ] 2632/3733 70% [=========================================== ] 2633/3733 70% [=========================================== ] 2634/3733 70% [=========================================== ] 2635/3733 70% [=========================================== ] 2636/3733 70% [=========================================== ] 2637/3733 70% [=========================================== ] 2638/3733 70% [=========================================== ] 2639/3733 70% [=========================================== ] 2640/3733 70% [=========================================== ] 2641/3733 70% [=========================================== ] 2642/3733 70% [=========================================== ] 2643/3733 70% [=========================================== ] 2644/3733 70% [=========================================== ] 2645/3733 70% [=========================================== ] 2646/3733 70% [=========================================== ] 2647/3733 70% [=========================================== ] 2648/3733 70% [=========================================== ] 2649/3733 70% [============================================ ] 2650/3733 70% [============================================ ] 2651/3733 71% [============================================ ] 2652/3733 71% [============================================ ] 2653/3733 71% [============================================ ] 2654/3733 71% [============================================ ] 2655/3733 71% [============================================ ] 2656/3733 71% [============================================ ] 2657/3733 71% [============================================ ] 2658/3733 71% [============================================ ] 2659/3733 71% [============================================ ] 2660/3733 71% [============================================ ] 2661/3733 71% [============================================ ] 2662/3733 71% [============================================ ] 2663/3733 71% [============================================ ] 2664/3733 71% [============================================ ] 2665/3733 71% [============================================ ] 2666/3733 71% [============================================ ] 2667/3733 71% [============================================ ] 2668/3733 71% [============================================ ] 2669/3733 71% [============================================ ] 2670/3733 71% [============================================ ] 2671/3733 71% [============================================ ] 2672/3733 71% [============================================ ] 2673/3733 71% [============================================ ] 2674/3733 71% [============================================ ] 2675/3733 71% [============================================ ] 2676/3733 71% [============================================ ] 2677/3733 71% [============================================ ] 2678/3733 71% [============================================ ] 2679/3733 71% [============================================ ] 2680/3733 71% [============================================ ] 2681/3733 71% [============================================ ] 2682/3733 71% [============================================ ] 2683/3733 71% [============================================ ] 2684/3733 71% [============================================ ] 2685/3733 71% [============================================ ] 2686/3733 71% [============================================ ] 2687/3733 71% [============================================ ] 2688/3733 72% [============================================ ] 2689/3733 72% [============================================ ] 2690/3733 72% [============================================ ] 2691/3733 72% [============================================ ] 2692/3733 72% [============================================ ] 2693/3733 72% [============================================ ] 2694/3733 72% [============================================ ] 2695/3733 72% [============================================ ] 2696/3733 72% [============================================ ] 2697/3733 72% [============================================ ] 2698/3733 72% [============================================ ] 2699/3733 72% [============================================ ] 2700/3733 72% [============================================ ] 2701/3733 72% [============================================ ] 2702/3733 72% [============================================ ] 2703/3733 72% [============================================ ] 2704/3733 72% [============================================ ] 2705/3733 72% [============================================ ] 2706/3733 72% [============================================ ] 2707/3733 72% [============================================ ] 2708/3733 72% [============================================ ] 2709/3733 72% [============================================= ] 2710/3733 72% [============================================= ] 2711/3733 72% [============================================= ] 2712/3733 72% [============================================= ] 2713/3733 72% [============================================= ] 2714/3733 72% [============================================= ] 2715/3733 72% [============================================= ] 2716/3733 72% [============================================= ] 2717/3733 72% [============================================= ] 2718/3733 72% [============================================= ] 2719/3733 72% [============================================= ] 2720/3733 72% [============================================= ] 2721/3733 72% [============================================= ] 2722/3733 72% [============================================= ] 2723/3733 72% [============================================= ] 2724/3733 72% [============================================= ] 2725/3733 72% [============================================= ] 2726/3733 73% [============================================= ] 2727/3733 73% [============================================= ] 2728/3733 73% [============================================= ] 2729/3733 73% [============================================= ] 2730/3733 73% [============================================= ] 2731/3733 73% [============================================= ] 2732/3733 73% [============================================= ] 2733/3733 73% [============================================= ] 2734/3733 73% [============================================= ] 2735/3733 73% [============================================= ] 2736/3733 73% [============================================= ] 2737/3733 73% [============================================= ] 2738/3733 73% [============================================= ] 2739/3733 73% [============================================= ] 2740/3733 73% [============================================= ] 2741/3733 73% [============================================= ] 2742/3733 73% [============================================= ] 2743/3733 73% [============================================= ] 2744/3733 73% [============================================= ] 2745/3733 73% [============================================= ] 2746/3733 73% [============================================= ] 2747/3733 73% [============================================= ] 2748/3733 73% [============================================= ] 2749/3733 73% [============================================= ] 2750/3733 73% [============================================= ] 2751/3733 73% [============================================= ] 2752/3733 73% [============================================= ] 2753/3733 73% [============================================= ] 2754/3733 73% [============================================= ] 2755/3733 73% [============================================= ] 2756/3733 73% [============================================= ] 2757/3733 73% [============================================= ] 2758/3733 73% [============================================= ] 2759/3733 73% [============================================= ] 2760/3733 73% [============================================= ] 2761/3733 73% [============================================= ] 2762/3733 73% [============================================= ] 2763/3733 74% [============================================= ] 2764/3733 74% [============================================= ] 2765/3733 74% [============================================= ] 2766/3733 74% [============================================= ] 2767/3733 74% [============================================= ] 2768/3733 74% [============================================= ] 2769/3733 74% [============================================== ] 2770/3733 74% [============================================== ] 2771/3733 74% [============================================== ] 2772/3733 74% [============================================== ] 2773/3733 74% [============================================== ] 2774/3733 74% [============================================== ] 2775/3733 74% [============================================== ] 2776/3733 74% [============================================== ] 2777/3733 74% [============================================== ] 2778/3733 74% [============================================== ] 2779/3733 74% [============================================== ] 2780/3733 74% [============================================== ] 2781/3733 74% [============================================== ] 2782/3733 74% [============================================== ] 2783/3733 74% [============================================== ] 2784/3733 74% [============================================== ] 2785/3733 74% [============================================== ] 2786/3733 74% [============================================== ] 2787/3733 74% [============================================== ] 2788/3733 74% [============================================== ] 2789/3733 74% [============================================== ] 2790/3733 74% [============================================== ] 2791/3733 74% [============================================== ] 2792/3733 74% [============================================== ] 2793/3733 74% [============================================== ] 2794/3733 74% [============================================== ] 2795/3733 74% [============================================== ] 2796/3733 74% [============================================== ] 2797/3733 74% [============================================== ] 2798/3733 74% [============================================== ] 2799/3733 74% [============================================== ] 2800/3733 75% [============================================== ] 2801/3733 75% [============================================== ] 2802/3733 75% [============================================== ] 2803/3733 75% [============================================== ] 2804/3733 75% [============================================== ] 2805/3733 75% [============================================== ] 2806/3733 75% [============================================== ] 2807/3733 75% [============================================== ] 2808/3733 75% [============================================== ] 2809/3733 75% [============================================== ] 2810/3733 75% [============================================== ] 2811/3733 75% [============================================== ] 2812/3733 75% [============================================== ] 2813/3733 75% [============================================== ] 2814/3733 75% [============================================== ] 2815/3733 75% [============================================== ] 2816/3733 75% [============================================== ] 2817/3733 75% [============================================== ] 2818/3733 75% [============================================== ] 2819/3733 75% [============================================== ] 2820/3733 75% [============================================== ] 2821/3733 75% [============================================== ] 2822/3733 75% [============================================== ] 2823/3733 75% [============================================== ] 2824/3733 75% [============================================== ] 2825/3733 75% [============================================== ] 2826/3733 75% [============================================== ] 2827/3733 75% [============================================== ] 2828/3733 75% [============================================== ] 2829/3733 75% [=============================================== ] 2830/3733 75% [=============================================== ] 2831/3733 75% [=============================================== ] 2832/3733 75% [=============================================== ] 2833/3733 75% [=============================================== ] 2834/3733 75% [=============================================== ] 2835/3733 75% [=============================================== ] 2836/3733 75% [=============================================== ] 2837/3733 75% [=============================================== ] 2838/3733 76% [=============================================== ] 2839/3733 76% [=============================================== ] 2840/3733 76% [=============================================== ] 2841/3733 76% [=============================================== ] 2842/3733 76% [=============================================== ] 2843/3733 76% [=============================================== ] 2844/3733 76% [=============================================== ] 2845/3733 76% [=============================================== ] 2846/3733 76% [=============================================== ] 2847/3733 76% [=============================================== ] 2848/3733 76% [=============================================== ] 2849/3733 76% [=============================================== ] 2850/3733 76% [=============================================== ] 2851/3733 76% [=============================================== ] 2852/3733 76% [=============================================== ] 2853/3733 76% [=============================================== ] 2854/3733 76% [=============================================== ] 2855/3733 76% [=============================================== ] 2856/3733 76% [=============================================== ] 2857/3733 76% [=============================================== ] 2858/3733 76% [=============================================== ] 2859/3733 76% [=============================================== ] 2860/3733 76% [=============================================== ] 2861/3733 76% [=============================================== ] 2862/3733 76% [=============================================== ] 2863/3733 76% [=============================================== ] 2864/3733 76% [=============================================== ] 2865/3733 76% [=============================================== ] 2866/3733 76% [=============================================== ] 2867/3733 76% [=============================================== ] 2868/3733 76% [=============================================== ] 2869/3733 76% [=============================================== ] 2870/3733 76% [=============================================== ] 2871/3733 76% [=============================================== ] 2872/3733 76% [=============================================== ] 2873/3733 76% [=============================================== ] 2874/3733 76% [=============================================== ] 2875/3733 77% [=============================================== ] 2876/3733 77% [=============================================== ] 2877/3733 77% [=============================================== ] 2878/3733 77% [=============================================== ] 2879/3733 77% [=============================================== ] 2880/3733 77% [=============================================== ] 2881/3733 77% [=============================================== ] 2882/3733 77% [=============================================== ] 2883/3733 77% [=============================================== ] 2884/3733 77% [=============================================== ] 2885/3733 77% [=============================================== ] 2886/3733 77% [=============================================== ] 2887/3733 77% [=============================================== ] 2888/3733 77% [=============================================== ] 2889/3733 77% [=============================================== ] 2890/3733 77% [================================================ ] 2891/3733 77% [================================================ ] 2892/3733 77% [================================================ ] 2893/3733 77% [================================================ ] 2894/3733 77% [================================================ ] 2895/3733 77% [================================================ ] 2896/3733 77% [================================================ ] 2897/3733 77% [================================================ ] 2898/3733 77% [================================================ ] 2899/3733 77% [================================================ ] 2900/3733 77% [================================================ ] 2901/3733 77% [================================================ ] 2902/3733 77% [================================================ ] 2903/3733 77% [================================================ ] 2904/3733 77% [================================================ ] 2905/3733 77% [================================================ ] 2906/3733 77% [================================================ ] 2907/3733 77% [================================================ ] 2908/3733 77% [================================================ ] 2909/3733 77% [================================================ ] 2910/3733 77% [================================================ ] 2911/3733 77% [================================================ ] 2912/3733 78% [================================================ ] 2913/3733 78% [================================================ ] 2914/3733 78% [================================================ ] 2915/3733 78% [================================================ ] 2916/3733 78% [================================================ ] 2917/3733 78% [================================================ ] 2918/3733 78% [================================================ ] 2919/3733 78% [================================================ ] 2920/3733 78% [================================================ ] 2921/3733 78% [================================================ ] 2922/3733 78% [================================================ ] 2923/3733 78% [================================================ ] 2924/3733 78% [================================================ ] 2925/3733 78% [================================================ ] 2926/3733 78% [================================================ ] 2927/3733 78% [================================================ ] 2928/3733 78% [================================================ ] 2929/3733 78% [================================================ ] 2930/3733 78% [================================================ ] 2931/3733 78% [================================================ ] 2932/3733 78% [================================================ ] 2933/3733 78% [================================================ ] 2934/3733 78% [================================================ ] 2935/3733 78% [================================================ ] 2936/3733 78% [================================================ ] 2937/3733 78% [================================================ ] 2938/3733 78% [================================================ ] 2939/3733 78% [================================================ ] 2940/3733 78% [================================================ ] 2941/3733 78% [================================================ ] 2942/3733 78% [================================================ ] 2943/3733 78% [================================================ ] 2944/3733 78% [================================================ ] 2945/3733 78% [================================================ ] 2946/3733 78% [================================================ ] 2947/3733 78% [================================================ ] 2948/3733 78% [================================================ ] 2949/3733 78% [================================================ ] 2950/3733 79% [================================================= ] 2951/3733 79% [================================================= ] 2952/3733 79% [================================================= ] 2953/3733 79% [================================================= ] 2954/3733 79% [================================================= ] 2955/3733 79% [================================================= ] 2956/3733 79% [================================================= ] 2957/3733 79% [================================================= ] 2958/3733 79% [================================================= ] 2959/3733 79% [================================================= ] 2960/3733 79% [================================================= ] 2961/3733 79% [================================================= ] 2962/3733 79% [================================================= ] 2963/3733 79% [================================================= ] 2964/3733 79% [================================================= ] 2965/3733 79% [================================================= ] 2966/3733 79% [================================================= ] 2967/3733 79% [================================================= ] 2968/3733 79% [================================================= ] 2969/3733 79% [================================================= ] 2970/3733 79% [================================================= ] 2971/3733 79% [================================================= ] 2972/3733 79% [================================================= ] 2973/3733 79% [================================================= ] 2974/3733 79% [================================================= ] 2975/3733 79% [================================================= ] 2976/3733 79% [================================================= ] 2977/3733 79% [================================================= ] 2978/3733 79% [================================================= ] 2979/3733 79% [================================================= ] 2980/3733 79% [================================================= ] 2981/3733 79% [================================================= ] 2982/3733 79% [================================================= ] 2983/3733 79% [================================================= ] 2984/3733 79% [================================================= ] 2985/3733 79% [================================================= ] 2986/3733 79% [================================================= ] 2987/3733 80% [================================================= ] 2988/3733 80% [================================================= ] 2989/3733 80% [================================================= ] 2990/3733 80% [================================================= ] 2991/3733 80% [================================================= ] 2992/3733 80% [================================================= ] 2993/3733 80% [================================================= ] 2994/3733 80% [================================================= ] 2995/3733 80% [================================================= ] 2996/3733 80% [================================================= ] 2997/3733 80% [================================================= ] 2998/3733 80% [================================================= ] 2999/3733 80% [================================================= ] 3000/3733 80% [================================================= ] 3001/3733 80% [================================================= ] 3002/3733 80% [================================================= ] 3003/3733 80% [================================================= ] 3004/3733 80% [================================================= ] 3005/3733 80% [================================================= ] 3006/3733 80% [================================================= ] 3007/3733 80% [================================================= ] 3008/3733 80% [================================================= ] 3009/3733 80% [================================================= ] 3010/3733 80% [================================================== ] 3011/3733 80% [================================================== ] 3012/3733 80% [================================================== ] 3013/3733 80% [================================================== ] 3014/3733 80% [================================================== ] 3015/3733 80% [================================================== ] 3016/3733 80% [================================================== ] 3017/3733 80% [================================================== ] 3018/3733 80% [================================================== ] 3019/3733 80% [================================================== ] 3020/3733 80% [================================================== ] 3021/3733 80% [================================================== ] 3022/3733 80% [================================================== ] 3023/3733 80% [================================================== ] 3024/3733 81% [================================================== ] 3025/3733 81% [================================================== ] 3026/3733 81% [================================================== ] 3027/3733 81% [================================================== ] 3028/3733 81% [================================================== ] 3029/3733 81% [================================================== ] 3030/3733 81% [================================================== ] 3031/3733 81% [================================================== ] 3032/3733 81% [================================================== ] 3033/3733 81% [================================================== ] 3034/3733 81% [================================================== ] 3035/3733 81% [================================================== ] 3036/3733 81% [================================================== ] 3037/3733 81% [================================================== ] 3038/3733 81% [================================================== ] 3039/3733 81% [================================================== ] 3040/3733 81% [================================================== ] 3041/3733 81% [================================================== ] 3042/3733 81% [================================================== ] 3043/3733 81% [================================================== ] 3044/3733 81% [================================================== ] 3045/3733 81% [================================================== ] 3046/3733 81% [================================================== ] 3047/3733 81% [================================================== ] 3048/3733 81% [================================================== ] 3049/3733 81% [================================================== ] 3050/3733 81% [================================================== ] 3051/3733 81% [================================================== ] 3052/3733 81% [================================================== ] 3053/3733 81% [================================================== ] 3054/3733 81% [================================================== ] 3055/3733 81% [================================================== ] 3056/3733 81% [================================================== ] 3057/3733 81% [================================================== ] 3058/3733 81% [================================================== ] 3059/3733 81% [================================================== ] 3060/3733 81% [================================================== ] 3061/3733 81% [================================================== ] 3062/3733 82% [================================================== ] 3063/3733 82% [================================================== ] 3064/3733 82% [================================================== ] 3065/3733 82% [================================================== ] 3066/3733 82% [================================================== ] 3067/3733 82% [================================================== ] 3068/3733 82% [================================================== ] 3069/3733 82% [================================================== ] 3070/3733 82% [=================================================== ] 3071/3733 82% [=================================================== ] 3072/3733 82% [=================================================== ] 3073/3733 82% [=================================================== ] 3074/3733 82% [=================================================== ] 3075/3733 82% [=================================================== ] 3076/3733 82% [=================================================== ] 3077/3733 82% [=================================================== ] 3078/3733 82% [=================================================== ] 3079/3733 82% [=================================================== ] 3080/3733 82% [=================================================== ] 3081/3733 82% [=================================================== ] 3082/3733 82% [=================================================== ] 3083/3733 82% [=================================================== ] 3084/3733 82% [=================================================== ] 3085/3733 82% [=================================================== ] 3086/3733 82% [=================================================== ] 3087/3733 82% [=================================================== ] 3088/3733 82% [=================================================== ] 3089/3733 82% [=================================================== ] 3090/3733 82% [=================================================== ] 3091/3733 82% [=================================================== ] 3092/3733 82% [=================================================== ] 3093/3733 82% [=================================================== ] 3094/3733 82% [=================================================== ] 3095/3733 82% [=================================================== ] 3096/3733 82% [=================================================== ] 3097/3733 82% [=================================================== ] 3098/3733 82% [=================================================== ] 3099/3733 83% [=================================================== ] 3100/3733 83% [=================================================== ] 3101/3733 83% [=================================================== ] 3102/3733 83% [=================================================== ] 3103/3733 83% [=================================================== ] 3104/3733 83% [=================================================== ] 3105/3733 83% [=================================================== ] 3106/3733 83% [=================================================== ] 3107/3733 83% [=================================================== ] 3108/3733 83% [=================================================== ] 3109/3733 83% [=================================================== ] 3110/3733 83% [=================================================== ] 3111/3733 83% [=================================================== ] 3112/3733 83% [=================================================== ] 3113/3733 83% [=================================================== ] 3114/3733 83% [=================================================== ] 3115/3733 83% [=================================================== ] 3116/3733 83% [=================================================== ] 3117/3733 83% [=================================================== ] 3118/3733 83% [=================================================== ] 3119/3733 83% [=================================================== ] 3120/3733 83% [=================================================== ] 3121/3733 83% [=================================================== ] 3122/3733 83% [=================================================== ] 3123/3733 83% [=================================================== ] 3124/3733 83% [=================================================== ] 3125/3733 83% [=================================================== ] 3126/3733 83% [=================================================== ] 3127/3733 83% [=================================================== ] 3128/3733 83% [=================================================== ] 3129/3733 83% [=================================================== ] 3130/3733 83% [==================================================== ] 3131/3733 83% [==================================================== ] 3132/3733 83% [==================================================== ] 3133/3733 83% [==================================================== ] 3134/3733 83% [==================================================== ] 3135/3733 83% [==================================================== ] 3136/3733 84% [==================================================== ] 3137/3733 84% [==================================================== ] 3138/3733 84% [==================================================== ] 3139/3733 84% [==================================================== ] 3140/3733 84% [==================================================== ] 3141/3733 84% [==================================================== ] 3142/3733 84% [==================================================== ] 3143/3733 84% [==================================================== ] 3144/3733 84% [==================================================== ] 3145/3733 84% [==================================================== ] 3146/3733 84% [==================================================== ] 3147/3733 84% [==================================================== ] 3148/3733 84% [==================================================== ] 3149/3733 84% [==================================================== ] 3150/3733 84% [==================================================== ] 3151/3733 84% [==================================================== ] 3152/3733 84% [==================================================== ] 3153/3733 84% [==================================================== ] 3154/3733 84% [==================================================== ] 3155/3733 84% [==================================================== ] 3156/3733 84% [==================================================== ] 3157/3733 84% [==================================================== ] 3158/3733 84% [==================================================== ] 3159/3733 84% [==================================================== ] 3160/3733 84% [==================================================== ] 3161/3733 84% [==================================================== ] 3162/3733 84% [==================================================== ] 3163/3733 84% [==================================================== ] 3164/3733 84% [==================================================== ] 3165/3733 84% [==================================================== ] 3166/3733 84% [==================================================== ] 3167/3733 84% [==================================================== ] 3168/3733 84% [==================================================== ] 3169/3733 84% [==================================================== ] 3170/3733 84% [==================================================== ] 3171/3733 84% [==================================================== ] 3172/3733 84% [==================================================== ] 3173/3733 84% [==================================================== ] 3174/3733 85% [==================================================== ] 3175/3733 85% [==================================================== ] 3176/3733 85% [==================================================== ] 3177/3733 85% [==================================================== ] 3178/3733 85% [==================================================== ] 3179/3733 85% [==================================================== ] 3180/3733 85% [==================================================== ] 3181/3733 85% [==================================================== ] 3182/3733 85% [==================================================== ] 3183/3733 85% [==================================================== ] 3184/3733 85% [==================================================== ] 3185/3733 85% [==================================================== ] 3186/3733 85% [==================================================== ] 3187/3733 85% [==================================================== ] 3188/3733 85% [==================================================== ] 3189/3733 85% [==================================================== ] 3190/3733 85% [==================================================== ] 3191/3733 85% [===================================================== ] 3192/3733 85% [===================================================== ] 3193/3733 85% [===================================================== ] 3194/3733 85% [===================================================== ] 3195/3733 85% [===================================================== ] 3196/3733 85% [===================================================== ] 3197/3733 85% [===================================================== ] 3198/3733 85% [===================================================== ] 3199/3733 85% [===================================================== ] 3200/3733 85% [===================================================== ] 3201/3733 85% [===================================================== ] 3202/3733 85% [===================================================== ] 3203/3733 85% [===================================================== ] 3204/3733 85% [===================================================== ] 3205/3733 85% [===================================================== ] 3206/3733 85% [===================================================== ] 3207/3733 85% [===================================================== ] 3208/3733 85% [===================================================== ] 3209/3733 85% [===================================================== ] 3210/3733 85% [===================================================== ] 3211/3733 86% [===================================================== ] 3212/3733 86% [===================================================== ] 3213/3733 86% [===================================================== ] 3214/3733 86% [===================================================== ] 3215/3733 86% [===================================================== ] 3216/3733 86% [===================================================== ] 3217/3733 86% [===================================================== ] 3218/3733 86% [===================================================== ] 3219/3733 86% [===================================================== ] 3220/3733 86% [===================================================== ] 3221/3733 86% [===================================================== ] 3222/3733 86% [===================================================== ] 3223/3733 86% [===================================================== ] 3224/3733 86% [===================================================== ] 3225/3733 86% [===================================================== ] 3226/3733 86% [===================================================== ] 3227/3733 86% [===================================================== ] 3228/3733 86% [===================================================== ] 3229/3733 86% [===================================================== ] 3230/3733 86% [===================================================== ] 3231/3733 86% [===================================================== ] 3232/3733 86% [===================================================== ] 3233/3733 86% [===================================================== ] 3234/3733 86% [===================================================== ] 3235/3733 86% [===================================================== ] 3236/3733 86% [===================================================== ] 3237/3733 86% [===================================================== ] 3238/3733 86% [===================================================== ] 3239/3733 86% [===================================================== ] 3240/3733 86% [===================================================== ] 3241/3733 86% [===================================================== ] 3242/3733 86% [===================================================== ] 3243/3733 86% [===================================================== ] 3244/3733 86% [===================================================== ] 3245/3733 86% [===================================================== ] 3246/3733 86% [===================================================== ] 3247/3733 86% [===================================================== ] 3248/3733 87% [===================================================== ] 3249/3733 87% [===================================================== ] 3250/3733 87% [===================================================== ] 3251/3733 87% [====================================================== ] 3252/3733 87% [====================================================== ] 3253/3733 87% [====================================================== ] 3254/3733 87% [====================================================== ] 3255/3733 87% [====================================================== ] 3256/3733 87% [====================================================== ] 3257/3733 87% [====================================================== ] 3258/3733 87% [====================================================== ] 3259/3733 87% [====================================================== ] 3260/3733 87% [====================================================== ] 3261/3733 87% [====================================================== ] 3262/3733 87% [====================================================== ] 3263/3733 87% [====================================================== ] 3264/3733 87% [====================================================== ] 3265/3733 87% [====================================================== ] 3266/3733 87% [====================================================== ] 3267/3733 87% [====================================================== ] 3268/3733 87% [====================================================== ] 3269/3733 87% [====================================================== ] 3270/3733 87% [====================================================== ] 3271/3733 87% [====================================================== ] 3272/3733 87% [====================================================== ] 3273/3733 87% [====================================================== ] 3274/3733 87% [====================================================== ] 3275/3733 87% [====================================================== ] 3276/3733 87% [====================================================== ] 3277/3733 87% [====================================================== ] 3278/3733 87% [====================================================== ] 3279/3733 87% [====================================================== ] 3280/3733 87% [====================================================== ] 3281/3733 87% [====================================================== ] 3282/3733 87% [====================================================== ] 3283/3733 87% [====================================================== ] 3284/3733 87% [====================================================== ] 3285/3733 87% [====================================================== ] 3286/3733 88% [====================================================== ] 3287/3733 88% [====================================================== ] 3288/3733 88% [====================================================== ] 3289/3733 88% [====================================================== ] 3290/3733 88% [====================================================== ] 3291/3733 88% [====================================================== ] 3292/3733 88% [====================================================== ] 3293/3733 88% [====================================================== ] 3294/3733 88% [====================================================== ] 3295/3733 88% [====================================================== ] 3296/3733 88% [====================================================== ] 3297/3733 88% [====================================================== ] 3298/3733 88% [====================================================== ] 3299/3733 88% [====================================================== ] 3300/3733 88% [====================================================== ] 3301/3733 88% [====================================================== ] 3302/3733 88% [====================================================== ] 3303/3733 88% [====================================================== ] 3304/3733 88% [====================================================== ] 3305/3733 88% [====================================================== ] 3306/3733 88% [====================================================== ] 3307/3733 88% [====================================================== ] 3308/3733 88% [====================================================== ] 3309/3733 88% [====================================================== ] 3310/3733 88% [====================================================== ] 3311/3733 88% [======================================================= ] 3312/3733 88% [======================================================= ] 3313/3733 88% [======================================================= ] 3314/3733 88% [======================================================= ] 3315/3733 88% [======================================================= ] 3316/3733 88% [======================================================= ] 3317/3733 88% [======================================================= ] 3318/3733 88% [======================================================= ] 3319/3733 88% [======================================================= ] 3320/3733 88% [======================================================= ] 3321/3733 88% [======================================================= ] 3322/3733 88% [======================================================= ] 3323/3733 89% [======================================================= ] 3324/3733 89% [======================================================= ] 3325/3733 89% [======================================================= ] 3326/3733 89% [======================================================= ] 3327/3733 89% [======================================================= ] 3328/3733 89% [======================================================= ] 3329/3733 89% [======================================================= ] 3330/3733 89% [======================================================= ] 3331/3733 89% [======================================================= ] 3332/3733 89% [======================================================= ] 3333/3733 89% [======================================================= ] 3334/3733 89% [======================================================= ] 3335/3733 89% [======================================================= ] 3336/3733 89% [======================================================= ] 3337/3733 89% [======================================================= ] 3338/3733 89% [======================================================= ] 3339/3733 89% [======================================================= ] 3340/3733 89% [======================================================= ] 3341/3733 89% [======================================================= ] 3342/3733 89% [======================================================= ] 3343/3733 89% [======================================================= ] 3344/3733 89% [======================================================= ] 3345/3733 89% [======================================================= ] 3346/3733 89% [======================================================= ] 3347/3733 89% [======================================================= ] 3348/3733 89% [======================================================= ] 3349/3733 89% [======================================================= ] 3350/3733 89% [======================================================= ] 3351/3733 89% [======================================================= ] 3352/3733 89% [======================================================= ] 3353/3733 89% [======================================================= ] 3354/3733 89% [======================================================= ] 3355/3733 89% [======================================================= ] 3356/3733 89% [======================================================= ] 3357/3733 89% [======================================================= ] 3358/3733 89% [======================================================= ] 3359/3733 89% [======================================================= ] 3360/3733 90% [======================================================= ] 3361/3733 90% [======================================================= ] 3362/3733 90% [======================================================= ] 3363/3733 90% [======================================================= ] 3364/3733 90% [======================================================= ] 3365/3733 90% [======================================================= ] 3366/3733 90% [======================================================= ] 3367/3733 90% [======================================================= ] 3368/3733 90% [======================================================= ] 3369/3733 90% [======================================================= ] 3370/3733 90% [======================================================= ] 3371/3733 90% [======================================================== ] 3372/3733 90% [======================================================== ] 3373/3733 90% [======================================================== ] 3374/3733 90% [======================================================== ] 3375/3733 90% [======================================================== ] 3376/3733 90% [======================================================== ] 3377/3733 90% [======================================================== ] 3378/3733 90% [======================================================== ] 3379/3733 90% [======================================================== ] 3380/3733 90% [======================================================== ] 3381/3733 90% [======================================================== ] 3382/3733 90% [======================================================== ] 3383/3733 90% [======================================================== ] 3384/3733 90% [======================================================== ] 3385/3733 90% [======================================================== ] 3386/3733 90% [======================================================== ] 3387/3733 90% [======================================================== ] 3388/3733 90% [======================================================== ] 3389/3733 90% [======================================================== ] 3390/3733 90% [======================================================== ] 3391/3733 90% [======================================================== ] 3392/3733 90% [======================================================== ] 3393/3733 90% [======================================================== ] 3394/3733 90% [======================================================== ] 3395/3733 90% [======================================================== ] 3396/3733 90% [======================================================== ] 3397/3733 90% [======================================================== ] 3398/3733 91% [======================================================== ] 3399/3733 91% [======================================================== ] 3400/3733 91% [======================================================== ] 3401/3733 91% [======================================================== ] 3402/3733 91% [======================================================== ] 3403/3733 91% [======================================================== ] 3404/3733 91% [======================================================== ] 3405/3733 91% [======================================================== ] 3406/3733 91% [======================================================== ] 3407/3733 91% [======================================================== ] 3408/3733 91% [======================================================== ] 3409/3733 91% [======================================================== ] 3410/3733 91% [======================================================== ] 3411/3733 91% [======================================================== ] 3412/3733 91% [======================================================== ] 3413/3733 91% [======================================================== ] 3414/3733 91% [======================================================== ] 3415/3733 91% [======================================================== ] 3416/3733 91% [======================================================== ] 3417/3733 91% [======================================================== ] 3418/3733 91% [======================================================== ] 3419/3733 91% [======================================================== ] 3420/3733 91% [======================================================== ] 3421/3733 91% [======================================================== ] 3422/3733 91% [======================================================== ] 3423/3733 91% [======================================================== ] 3424/3733 91% [======================================================== ] 3425/3733 91% [======================================================== ] 3426/3733 91% [======================================================== ] 3427/3733 91% [======================================================== ] 3428/3733 91% [======================================================== ] 3429/3733 91% [======================================================== ] 3430/3733 91% [======================================================== ] 3431/3733 91% [========================================================= ] 3432/3733 91% [========================================================= ] 3433/3733 91% [========================================================= ] 3434/3733 91% [========================================================= ] 3435/3733 92% [========================================================= ] 3436/3733 92% [========================================================= ] 3437/3733 92% [========================================================= ] 3438/3733 92% [========================================================= ] 3439/3733 92% [========================================================= ] 3440/3733 92% [========================================================= ] 3441/3733 92% [========================================================= ] 3442/3733 92% [========================================================= ] 3443/3733 92% [========================================================= ] 3444/3733 92% [========================================================= ] 3445/3733 92% [========================================================= ] 3446/3733 92% [========================================================= ] 3447/3733 92% [========================================================= ] 3448/3733 92% [========================================================= ] 3449/3733 92% [========================================================= ] 3450/3733 92% [========================================================= ] 3451/3733 92% [========================================================= ] 3452/3733 92% [========================================================= ] 3453/3733 92% [========================================================= ] 3454/3733 92% [========================================================= ] 3455/3733 92% [========================================================= ] 3456/3733 92% [========================================================= ] 3457/3733 92% [========================================================= ] 3458/3733 92% [========================================================= ] 3459/3733 92% [========================================================= ] 3460/3733 92% [========================================================= ] 3461/3733 92% [========================================================= ] 3462/3733 92% [========================================================= ] 3463/3733 92% [========================================================= ] 3464/3733 92% [========================================================= ] 3465/3733 92% [========================================================= ] 3466/3733 92% [========================================================= ] 3467/3733 92% [========================================================= ] 3468/3733 92% [========================================================= ] 3469/3733 92% [========================================================= ] 3470/3733 92% [========================================================= ] 3471/3733 92% [========================================================= ] 3472/3733 93% [========================================================= ] 3473/3733 93% [========================================================= ] 3474/3733 93% [========================================================= ] 3475/3733 93% [========================================================= ] 3476/3733 93% [========================================================= ] 3477/3733 93% [========================================================= ] 3478/3733 93% [========================================================= ] 3479/3733 93% [========================================================= ] 3480/3733 93% [========================================================= ] 3481/3733 93% [========================================================= ] 3482/3733 93% [========================================================= ] 3483/3733 93% [========================================================= ] 3484/3733 93% [========================================================= ] 3485/3733 93% [========================================================= ] 3486/3733 93% [========================================================= ] 3487/3733 93% [========================================================= ] 3488/3733 93% [========================================================= ] 3489/3733 93% [========================================================= ] 3490/3733 93% [========================================================= ] 3491/3733 93% [========================================================= ] 3492/3733 93% [========================================================== ] 3493/3733 93% [========================================================== ] 3494/3733 93% [========================================================== ] 3495/3733 93% [========================================================== ] 3496/3733 93% [========================================================== ] 3497/3733 93% [========================================================== ] 3498/3733 93% [========================================================== ] 3499/3733 93% [========================================================== ] 3500/3733 93% [========================================================== ] 3501/3733 93% [========================================================== ] 3502/3733 93% [========================================================== ] 3503/3733 93% [========================================================== ] 3504/3733 93% [========================================================== ] 3505/3733 93% [========================================================== ] 3506/3733 93% [========================================================== ] 3507/3733 93% [========================================================== ] 3508/3733 93% [========================================================== ] 3509/3733 93% [========================================================== ] 3510/3733 94% [========================================================== ] 3511/3733 94% [========================================================== ] 3512/3733 94% [========================================================== ] 3513/3733 94% [========================================================== ] 3514/3733 94% [========================================================== ] 3515/3733 94% [========================================================== ] 3516/3733 94% [========================================================== ] 3517/3733 94% [========================================================== ] 3518/3733 94% [========================================================== ] 3519/3733 94% [========================================================== ] 3520/3733 94% [========================================================== ] 3521/3733 94% [========================================================== ] 3522/3733 94% [========================================================== ] 3523/3733 94% [========================================================== ] 3524/3733 94% [========================================================== ] 3525/3733 94% [========================================================== ] 3526/3733 94% [========================================================== ] 3527/3733 94% [========================================================== ] 3528/3733 94% [========================================================== ] 3529/3733 94% [========================================================== ] 3530/3733 94% [========================================================== ] 3531/3733 94% [========================================================== ] 3532/3733 94% [========================================================== ] 3533/3733 94% [========================================================== ] 3534/3733 94% [========================================================== ] 3535/3733 94% [========================================================== ] 3536/3733 94% [========================================================== ] 3537/3733 94% [========================================================== ] 3538/3733 94% [========================================================== ] 3539/3733 94% [========================================================== ] 3540/3733 94% [========================================================== ] 3541/3733 94% [========================================================== ] 3542/3733 94% [========================================================== ] 3543/3733 94% [========================================================== ] 3544/3733 94% [========================================================== ] 3545/3733 94% [========================================================== ] 3546/3733 94% [========================================================== ] 3547/3733 95% [========================================================== ] 3548/3733 95% [========================================================== ] 3549/3733 95% [========================================================== ] 3550/3733 95% [========================================================== ] 3551/3733 95% [========================================================== ] 3552/3733 95% [=========================================================== ] 3553/3733 95% [=========================================================== ] 3554/3733 95% [=========================================================== ] 3555/3733 95% [=========================================================== ] 3556/3733 95% [=========================================================== ] 3557/3733 95% [=========================================================== ] 3558/3733 95% [=========================================================== ] 3559/3733 95% [=========================================================== ] 3560/3733 95% [=========================================================== ] 3561/3733 95% [=========================================================== ] 3562/3733 95% [=========================================================== ] 3563/3733 95% [=========================================================== ] 3564/3733 95% [=========================================================== ] 3565/3733 95% [=========================================================== ] 3566/3733 95% [=========================================================== ] 3567/3733 95% [=========================================================== ] 3568/3733 95% [=========================================================== ] 3569/3733 95% [=========================================================== ] 3570/3733 95% [=========================================================== ] 3571/3733 95% [=========================================================== ] 3572/3733 95% [=========================================================== ] 3573/3733 95% [=========================================================== ] 3574/3733 95% [=========================================================== ] 3575/3733 95% [=========================================================== ] 3576/3733 95% [=========================================================== ] 3577/3733 95% [=========================================================== ] 3578/3733 95% [=========================================================== ] 3579/3733 95% [=========================================================== ] 3580/3733 95% [=========================================================== ] 3581/3733 95% [=========================================================== ] 3582/3733 95% [=========================================================== ] 3583/3733 95% [=========================================================== ] 3584/3733 96% [=========================================================== ] 3585/3733 96% [=========================================================== ] 3586/3733 96% [=========================================================== ] 3587/3733 96% [=========================================================== ] 3588/3733 96% [=========================================================== ] 3589/3733 96% [=========================================================== ] 3590/3733 96% [=========================================================== ] 3591/3733 96% [=========================================================== ] 3592/3733 96% [=========================================================== ] 3593/3733 96% [=========================================================== ] 3594/3733 96% [=========================================================== ] 3595/3733 96% [=========================================================== ] 3596/3733 96% [=========================================================== ] 3597/3733 96% [=========================================================== ] 3598/3733 96% [=========================================================== ] 3599/3733 96% [=========================================================== ] 3600/3733 96% [=========================================================== ] 3601/3733 96% [=========================================================== ] 3602/3733 96% [=========================================================== ] 3603/3733 96% [=========================================================== ] 3604/3733 96% [=========================================================== ] 3605/3733 96% [=========================================================== ] 3606/3733 96% [=========================================================== ] 3607/3733 96% [=========================================================== ] 3608/3733 96% [=========================================================== ] 3609/3733 96% [=========================================================== ] 3610/3733 96% [=========================================================== ] 3611/3733 96% [=========================================================== ] 3612/3733 96% [============================================================ ] 3613/3733 96% [============================================================ ] 3614/3733 96% [============================================================ ] 3615/3733 96% [============================================================ ] 3616/3733 96% [============================================================ ] 3617/3733 96% [============================================================ ] 3618/3733 96% [============================================================ ] 3619/3733 96% [============================================================ ] 3620/3733 96% [============================================================ ] 3621/3733 96% [============================================================ ] 3622/3733 97% [============================================================ ] 3623/3733 97% [============================================================ ] 3624/3733 97% [============================================================ ] 3625/3733 97% [============================================================ ] 3626/3733 97% [============================================================ ] 3627/3733 97% [============================================================ ] 3628/3733 97% [============================================================ ] 3629/3733 97% [============================================================ ] 3630/3733 97% [============================================================ ] 3631/3733 97% [============================================================ ] 3632/3733 97% [============================================================ ] 3633/3733 97% [============================================================ ] 3634/3733 97% [============================================================ ] 3635/3733 97% [============================================================ ] 3636/3733 97% [============================================================ ] 3637/3733 97% [============================================================ ] 3638/3733 97% [============================================================ ] 3639/3733 97% [============================================================ ] 3640/3733 97% [============================================================ ] 3641/3733 97% [============================================================ ] 3642/3733 97% [============================================================ ] 3643/3733 97% [============================================================ ] 3644/3733 97% [============================================================ ] 3645/3733 97% [============================================================ ] 3646/3733 97% [============================================================ ] 3647/3733 97% [============================================================ ] 3648/3733 97% [============================================================ ] 3649/3733 97% [============================================================ ] 3650/3733 97% [============================================================ ] 3651/3733 97% [============================================================ ] 3652/3733 97% [============================================================ ] 3653/3733 97% [============================================================ ] 3654/3733 97% [============================================================ ] 3655/3733 97% [============================================================ ] 3656/3733 97% [============================================================ ] 3657/3733 97% [============================================================ ] 3658/3733 97% [============================================================ ] 3659/3733 98% [============================================================ ] 3660/3733 98% [============================================================ ] 3661/3733 98% [============================================================ ] 3662/3733 98% [============================================================ ] 3663/3733 98% [============================================================ ] 3664/3733 98% [============================================================ ] 3665/3733 98% [============================================================ ] 3666/3733 98% [============================================================ ] 3667/3733 98% [============================================================ ] 3668/3733 98% [============================================================ ] 3669/3733 98% [============================================================ ] 3670/3733 98% [============================================================ ] 3671/3733 98% [============================================================ ] 3672/3733 98% [============================================================= ] 3673/3733 98% [============================================================= ] 3674/3733 98% [============================================================= ] 3675/3733 98% [============================================================= ] 3676/3733 98% [============================================================= ] 3677/3733 98% [============================================================= ] 3678/3733 98% [============================================================= ] 3679/3733 98% [============================================================= ] 3680/3733 98% [============================================================= ] 3681/3733 98% [============================================================= ] 3682/3733 98% [============================================================= ] 3683/3733 98% [============================================================= ] 3684/3733 98% [============================================================= ] 3685/3733 98% [============================================================= ] 3686/3733 98% [============================================================= ] 3687/3733 98% [============================================================= ] 3688/3733 98% [============================================================= ] 3689/3733 98% [============================================================= ] 3690/3733 98% [============================================================= ] 3691/3733 98% [============================================================= ] 3692/3733 98% [============================================================= ] 3693/3733 98% [============================================================= ] 3694/3733 98% [============================================================= ] 3695/3733 98% [============================================================= ] 3696/3733 99% [============================================================= ] 3697/3733 99% [============================================================= ] 3698/3733 99% [============================================================= ] 3699/3733 99% [============================================================= ] 3700/3733 99% [============================================================= ] 3701/3733 99% [============================================================= ] 3702/3733 99% [============================================================= ] 3703/3733 99% [============================================================= ] 3704/3733 99% [============================================================= ] 3705/3733 99% [============================================================= ] 3706/3733 99% [============================================================= ] 3707/3733 99% [============================================================= ] 3708/3733 99% [============================================================= ] 3709/3733 99% [============================================================= ] 3710/3733 99% [============================================================= ] 3711/3733 99% [============================================================= ] 3712/3733 99% [============================================================= ] 3713/3733 99% [============================================================= ] 3714/3733 99% [============================================================= ] 3715/3733 99% [============================================================= ] 3716/3733 99% [============================================================= ] 3717/3733 99% [============================================================= ] 3718/3733 99% [============================================================= ] 3719/3733 99% [============================================================= ] 3720/3733 99% [============================================================= ] 3721/3733 99% [============================================================= ] 3722/3733 99% [============================================================= ] 3723/3733 99% [============================================================= ] 3724/3733 99% [============================================================= ] 3725/3733 99% [============================================================= ] 3726/3733 99% [============================================================= ] 3727/3733 99% [============================================================= ] 3728/3733 99% [============================================================= ] 3729/3733 99% [============================================================= ] 3730/3733 99% [============================================================= ] 3731/3733 99% [============================================================= ] 3732/3733 99% [==============================================================] 3733/3733 100% operation complete, 3733 objects in 146032 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/powerpc-buildroot-linux-uclibcspe/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2023.02-rc1-44-g9b911c8e8f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 4.19.272 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-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.11 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bubblewrap 0.7.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> font-awesome 4.7.0 Collecting legal info >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genpart 1.0.2 Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> haproxy 2.6.5 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libdrm 2.4.115 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.3 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> logsurfer 1.8 Collecting legal info >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-lxml 4.9.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> s6-linux-init 1.0.8.0 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sngrep 1.6.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strace 6.1 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> tz Collecting legal info >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wolftpm 2.7.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs 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-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.272: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'