test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-6884-g2a592f0b2a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-0/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3376 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3376 0% [ ] 2/3376 0% [ ] 3/3376 0% [ ] 4/3376 0% [ ] 5/3376 0% [ ] 6/3376 0% [ ] 7/3376 0% [ ] 8/3376 0% [ ] 9/3376 0% [ ] 10/3376 0% [ ] 11/3376 0% [ ] 12/3376 0% [ ] 13/3376 0% [ ] 14/3376 0% [ ] 15/3376 0% [ ] 16/3376 0% [ ] 17/3376 0% [ ] 18/3376 0% [ ] 19/3376 0% [ ] 20/3376 0% [ ] 21/3376 0% [ ] 22/3376 0% [ ] 23/3376 0% [ ] 24/3376 0% [ ] 25/3376 0% [ ] 26/3376 0% [ ] 27/3376 0% [ ] 28/3376 0% [ ] 29/3376 0% [ ] 30/3376 0% [ ] 31/3376 0% [ ] 32/3376 0% [ ] 33/3376 0% [ ] 34/3376 1% [ ] 35/3376 1% [ ] 36/3376 1% [ ] 37/3376 1% [ ] 38/3376 1% [ ] 39/3376 1% [ ] 40/3376 1% [ ] 41/3376 1% [ ] 42/3376 1% [ ] 43/3376 1% [ ] 44/3376 1% [ ] 45/3376 1% [ ] 46/3376 1% [ ] 47/3376 1% [ ] 48/3376 1% [ ] 49/3376 1% [ ] 50/3376 1% [ ] 51/3376 1% [ ] 52/3376 1% [ ] 53/3376 1% [ ] 54/3376 1% [= ] 55/3376 1% [= ] 56/3376 1% [= ] 57/3376 1% [= ] 58/3376 1% [= ] 59/3376 1% [= ] 60/3376 1% [= ] 61/3376 1% [= ] 62/3376 1% [= ] 63/3376 1% [= ] 64/3376 1% [= ] 65/3376 1% [= ] 66/3376 1% [= ] 67/3376 1% [= ] 68/3376 2% [= ] 69/3376 2% [= ] 70/3376 2% [= ] 71/3376 2% [= ] 72/3376 2% [= ] 73/3376 2% [= ] 74/3376 2% [= ] 75/3376 2% [= ] 76/3376 2% [= ] 77/3376 2% [= ] 78/3376 2% [= ] 79/3376 2% [= ] 80/3376 2% [= ] 81/3376 2% [= ] 82/3376 2% [= ] 83/3376 2% [= ] 84/3376 2% [= ] 85/3376 2% [= ] 86/3376 2% [= ] 87/3376 2% [= ] 88/3376 2% [= ] 89/3376 2% [= ] 90/3376 2% [= ] 91/3376 2% [= ] 92/3376 2% [= ] 93/3376 2% [= ] 94/3376 2% [= ] 95/3376 2% [= ] 96/3376 2% [= ] 97/3376 2% [= ] 98/3376 2% [= ] 99/3376 2% [= ] 100/3376 2% [= ] 101/3376 2% [= ] 102/3376 3% [= ] 103/3376 3% [= ] 104/3376 3% [= ] 105/3376 3% [= ] 106/3376 3% [= ] 107/3376 3% [= ] 108/3376 3% [== ] 109/3376 3% [== ] 110/3376 3% [== ] 111/3376 3% [== ] 112/3376 3% [== ] 113/3376 3% [== ] 114/3376 3% [== ] 115/3376 3% [== ] 116/3376 3% [== ] 117/3376 3% [== ] 118/3376 3% [== ] 119/3376 3% [== ] 120/3376 3% [== ] 121/3376 3% [== ] 122/3376 3% [== ] 123/3376 3% [== ] 124/3376 3% [== ] 125/3376 3% [== ] 126/3376 3% [== ] 127/3376 3% [== ] 128/3376 3% [== ] 129/3376 3% [== ] 130/3376 3% [== ] 131/3376 3% [== ] 132/3376 3% [== ] 133/3376 3% [== ] 134/3376 3% [== ] 135/3376 3% [== ] 136/3376 4% [== ] 137/3376 4% [== ] 138/3376 4% [== ] 139/3376 4% [== ] 140/3376 4% [== ] 141/3376 4% [== ] 142/3376 4% [== ] 143/3376 4% [== ] 144/3376 4% [== ] 145/3376 4% [== ] 146/3376 4% [== ] 147/3376 4% [== ] 148/3376 4% [== ] 149/3376 4% [== ] 150/3376 4% [== ] 151/3376 4% [== ] 152/3376 4% [== ] 153/3376 4% [== ] 154/3376 4% [== ] 155/3376 4% [== ] 156/3376 4% [== ] 157/3376 4% [== ] 158/3376 4% [== ] 159/3376 4% [== ] 160/3376 4% [== ] 161/3376 4% [== ] 162/3376 4% [== ] 163/3376 4% [=== ] 164/3376 4% [=== ] 165/3376 4% [=== ] 166/3376 4% [=== ] 167/3376 4% [=== ] 168/3376 4% [=== ] 169/3376 5% [=== ] 170/3376 5% [=== ] 171/3376 5% [=== ] 172/3376 5% [=== ] 173/3376 5% [=== ] 174/3376 5% [=== ] 175/3376 5% [=== ] 176/3376 5% [=== ] 177/3376 5% [=== ] 178/3376 5% [=== ] 179/3376 5% [=== ] 180/3376 5% [=== ] 181/3376 5% [=== ] 182/3376 5% [=== ] 183/3376 5% [=== ] 184/3376 5% [=== ] 185/3376 5% [=== ] 186/3376 5% [=== ] 187/3376 5% [=== ] 188/3376 5% [=== ] 189/3376 5% [=== ] 190/3376 5% [=== ] 191/3376 5% [=== ] 192/3376 5% [=== ] 193/3376 5% [=== ] 194/3376 5% [=== ] 195/3376 5% [=== ] 196/3376 5% [=== ] 197/3376 5% [=== ] 198/3376 5% [=== ] 199/3376 5% [=== ] 200/3376 5% [=== ] 201/3376 5% [=== ] 202/3376 5% [=== ] 203/3376 6% [=== ] 204/3376 6% [=== ] 205/3376 6% [=== ] 206/3376 6% [=== ] 207/3376 6% [=== ] 208/3376 6% [=== ] 209/3376 6% [=== ] 210/3376 6% [=== ] 211/3376 6% [=== ] 212/3376 6% [=== ] 213/3376 6% [=== ] 214/3376 6% [=== ] 215/3376 6% [=== ] 216/3376 6% [=== ] 217/3376 6% [==== ] 218/3376 6% [==== ] 219/3376 6% [==== ] 220/3376 6% [==== ] 221/3376 6% [==== ] 222/3376 6% [==== ] 223/3376 6% [==== ] 224/3376 6% [==== ] 225/3376 6% [==== ] 226/3376 6% [==== ] 227/3376 6% [==== ] 228/3376 6% [==== ] 229/3376 6% [==== ] 230/3376 6% [==== ] 231/3376 6% [==== ] 232/3376 6% [==== ] 233/3376 6% [==== ] 234/3376 6% [==== ] 235/3376 6% [==== ] 236/3376 6% [==== ] 237/3376 7% [==== ] 238/3376 7% [==== ] 239/3376 7% [==== ] 240/3376 7% [==== ] 241/3376 7% [==== ] 242/3376 7% [==== ] 243/3376 7% [==== ] 244/3376 7% [==== ] 245/3376 7% [==== ] 246/3376 7% [==== ] 247/3376 7% [==== ] 248/3376 7% [==== ] 249/3376 7% [==== ] 250/3376 7% [==== ] 251/3376 7% [==== ] 252/3376 7% [==== ] 253/3376 7% [==== ] 254/3376 7% [==== ] 255/3376 7% [==== ] 256/3376 7% [==== ] 257/3376 7% [==== ] 258/3376 7% [==== ] 259/3376 7% [==== ] 260/3376 7% [==== ] 261/3376 7% [==== ] 262/3376 7% [==== ] 263/3376 7% [==== ] 264/3376 7% [==== ] 265/3376 7% [==== ] 266/3376 7% [==== ] 267/3376 7% [==== ] 268/3376 7% [==== ] 269/3376 7% [==== ] 270/3376 7% [==== ] 271/3376 8% [==== ] 272/3376 8% [===== ] 273/3376 8% [===== ] 274/3376 8% [===== ] 275/3376 8% [===== ] 276/3376 8% [===== ] 277/3376 8% [===== ] 278/3376 8% [===== ] 279/3376 8% [===== ] 280/3376 8% [===== ] 281/3376 8% [===== ] 282/3376 8% [===== ] 283/3376 8% [===== ] 284/3376 8% [===== ] 285/3376 8% [===== ] 286/3376 8% [===== ] 287/3376 8% [===== ] 288/3376 8% [===== ] 289/3376 8% [===== ] 290/3376 8% [===== ] 291/3376 8% [===== ] 292/3376 8% [===== ] 293/3376 8% [===== ] 294/3376 8% [===== ] 295/3376 8% [===== ] 296/3376 8% [===== ] 297/3376 8% [===== ] 298/3376 8% [===== ] 299/3376 8% [===== ] 300/3376 8% [===== ] 301/3376 8% [===== ] 302/3376 8% [===== ] 303/3376 8% [===== ] 304/3376 9% [===== ] 305/3376 9% [===== ] 306/3376 9% [===== ] 307/3376 9% [===== ] 308/3376 9% [===== ] 309/3376 9% [===== ] 310/3376 9% [===== ] 311/3376 9% [===== ] 312/3376 9% [===== ] 313/3376 9% [===== ] 314/3376 9% [===== ] 315/3376 9% [===== ] 316/3376 9% [===== ] 317/3376 9% [===== ] 318/3376 9% [===== ] 319/3376 9% [===== ] 320/3376 9% [===== ] 321/3376 9% [===== ] 322/3376 9% [===== ] 323/3376 9% [===== ] 324/3376 9% [===== ] 325/3376 9% [===== ] 326/3376 9% [====== ] 327/3376 9% [====== ] 328/3376 9% [====== ] 329/3376 9% [====== ] 330/3376 9% [====== ] 331/3376 9% [====== ] 332/3376 9% [====== ] 333/3376 9% [====== ] 334/3376 9% [====== ] 335/3376 9% [====== ] 336/3376 9% [====== ] 337/3376 9% [====== ] 338/3376 10% [====== ] 339/3376 10% [====== ] 340/3376 10% [====== ] 341/3376 10% [====== ] 342/3376 10% [====== ] 343/3376 10% [====== ] 344/3376 10% [====== ] 345/3376 10% [====== ] 346/3376 10% [====== ] 347/3376 10% [====== ] 348/3376 10% [====== ] 349/3376 10% [====== ] 350/3376 10% [====== ] 351/3376 10% [====== ] 352/3376 10% [====== ] 353/3376 10% [====== ] 354/3376 10% [====== ] 355/3376 10% [====== ] 356/3376 10% [====== ] 357/3376 10% [====== ] 358/3376 10% [====== ] 359/3376 10% [====== ] 360/3376 10% [====== ] 361/3376 10% [====== ] 362/3376 10% [====== ] 363/3376 10% [====== ] 364/3376 10% [====== ] 365/3376 10% [====== ] 366/3376 10% [====== ] 367/3376 10% [====== ] 368/3376 10% [====== ] 369/3376 10% [====== ] 370/3376 10% [====== ] 371/3376 10% [====== ] 372/3376 11% [====== ] 373/3376 11% [====== ] 374/3376 11% [====== ] 375/3376 11% [====== ] 376/3376 11% [====== ] 377/3376 11% [====== ] 378/3376 11% [====== ] 379/3376 11% [====== ] 380/3376 11% [====== ] 381/3376 11% [======= ] 382/3376 11% [======= ] 383/3376 11% [======= ] 384/3376 11% [======= ] 385/3376 11% [======= ] 386/3376 11% [======= ] 387/3376 11% [======= ] 388/3376 11% [======= ] 389/3376 11% [======= ] 390/3376 11% [======= ] 391/3376 11% [======= ] 392/3376 11% [======= ] 393/3376 11% [======= ] 394/3376 11% [======= ] 395/3376 11% [======= ] 396/3376 11% [======= ] 397/3376 11% [======= ] 398/3376 11% [======= ] 399/3376 11% [======= ] 400/3376 11% [======= ] 401/3376 11% [======= ] 402/3376 11% [======= ] 403/3376 11% [======= ] 404/3376 11% [======= ] 405/3376 11% [======= ] 406/3376 12% [======= ] 407/3376 12% [======= ] 408/3376 12% [======= ] 409/3376 12% [======= ] 410/3376 12% [======= ] 411/3376 12% [======= ] 412/3376 12% [======= ] 413/3376 12% [======= ] 414/3376 12% [======= ] 415/3376 12% [======= ] 416/3376 12% [======= ] 417/3376 12% [======= ] 418/3376 12% [======= ] 419/3376 12% [======= ] 420/3376 12% [======= ] 421/3376 12% [======= ] 422/3376 12% [======= ] 423/3376 12% [======= ] 424/3376 12% [======= ] 425/3376 12% [======= ] 426/3376 12% [======= ] 427/3376 12% [======= ] 428/3376 12% [======= ] 429/3376 12% [======= ] 430/3376 12% [======= ] 431/3376 12% [======= ] 432/3376 12% [======= ] 433/3376 12% [======= ] 434/3376 12% [======= ] 435/3376 12% [======== ] 436/3376 12% [======== ] 437/3376 12% [======== ] 438/3376 12% [======== ] 439/3376 13% [======== ] 440/3376 13% [======== ] 441/3376 13% [======== ] 442/3376 13% [======== ] 443/3376 13% [======== ] 444/3376 13% [======== ] 445/3376 13% [======== ] 446/3376 13% [======== ] 447/3376 13% [======== ] 448/3376 13% [======== ] 449/3376 13% [======== ] 450/3376 13% [======== ] 451/3376 13% [======== ] 452/3376 13% [======== ] 453/3376 13% [======== ] 454/3376 13% [======== ] 455/3376 13% [======== ] 456/3376 13% [======== ] 457/3376 13% [======== ] 458/3376 13% [======== ] 459/3376 13% [======== ] 460/3376 13% [======== ] 461/3376 13% [======== ] 462/3376 13% [======== ] 463/3376 13% [======== ] 464/3376 13% [======== ] 465/3376 13% [======== ] 466/3376 13% [======== ] 467/3376 13% [======== ] 468/3376 13% [======== ] 469/3376 13% [======== ] 470/3376 13% [======== ] 471/3376 13% [======== ] 472/3376 13% [======== ] 473/3376 14% [======== ] 474/3376 14% [======== ] 475/3376 14% [======== ] 476/3376 14% [======== ] 477/3376 14% [======== ] 478/3376 14% [======== ] 479/3376 14% [======== ] 480/3376 14% [======== ] 481/3376 14% [======== ] 482/3376 14% [======== ] 483/3376 14% [======== ] 484/3376 14% [======== ] 485/3376 14% [======== ] 486/3376 14% [======== ] 487/3376 14% [======== ] 488/3376 14% [======== ] 489/3376 14% [======== ] 490/3376 14% [========= ] 491/3376 14% [========= ] 492/3376 14% [========= ] 493/3376 14% [========= ] 494/3376 14% [========= ] 495/3376 14% [========= ] 496/3376 14% [========= ] 497/3376 14% [========= ] 498/3376 14% [========= ] 499/3376 14% [========= ] 500/3376 14% [========= ] 501/3376 14% [========= ] 502/3376 14% [========= ] 503/3376 14% [========= ] 504/3376 14% [========= ] 505/3376 14% [========= ] 506/3376 14% [========= ] 507/3376 15% [========= ] 508/3376 15% [========= ] 509/3376 15% [========= ] 510/3376 15% [========= ] 511/3376 15% [========= ] 512/3376 15% [========= ] 513/3376 15% [========= ] 514/3376 15% [========= ] 515/3376 15% [========= ] 516/3376 15% [========= ] 517/3376 15% [========= ] 518/3376 15% [========= ] 519/3376 15% [========= ] 520/3376 15% [========= ] 521/3376 15% [========= ] 522/3376 15% [========= ] 523/3376 15% [========= ] 524/3376 15% [========= ] 525/3376 15% [========= ] 526/3376 15% [========= ] 527/3376 15% [========= ] 528/3376 15% [========= ] 529/3376 15% [========= ] 530/3376 15% [========= ] 531/3376 15% [========= ] 532/3376 15% [========= ] 533/3376 15% [========= ] 534/3376 15% [========= ] 535/3376 15% [========= ] 536/3376 15% [========= ] 537/3376 15% [========= ] 538/3376 15% [========= ] 539/3376 15% [========= ] 540/3376 15% [========= ] 541/3376 16% [========= ] 542/3376 16% [========= ] 543/3376 16% [========= ] 544/3376 16% [========== ] 545/3376 16% [========== ] 546/3376 16% [========== ] 547/3376 16% [========== ] 548/3376 16% [========== ] 549/3376 16% [========== ] 550/3376 16% [========== ] 551/3376 16% [========== ] 552/3376 16% [========== ] 553/3376 16% [========== ] 554/3376 16% [========== ] 555/3376 16% [========== ] 556/3376 16% [========== ] 557/3376 16% [========== ] 558/3376 16% [========== ] 559/3376 16% [========== ] 560/3376 16% [========== ] 561/3376 16% [========== ] 562/3376 16% [========== ] 563/3376 16% [========== ] 564/3376 16% [========== ] 565/3376 16% [========== ] 566/3376 16% [========== ] 567/3376 16% [========== ] 568/3376 16% [========== ] 569/3376 16% [========== ] 570/3376 16% [========== ] 571/3376 16% [========== ] 572/3376 16% [========== ] 573/3376 16% [========== ] 574/3376 17% [========== ] 575/3376 17% [========== ] 576/3376 17% [========== ] 577/3376 17% [========== ] 578/3376 17% [========== ] 579/3376 17% [========== ] 580/3376 17% [========== ] 581/3376 17% [========== ] 582/3376 17% [========== ] 583/3376 17% [========== ] 584/3376 17% [========== ] 585/3376 17% [========== ] 586/3376 17% [========== ] 587/3376 17% [========== ] 588/3376 17% [========== ] 589/3376 17% [========== ] 590/3376 17% [========== ] 591/3376 17% [========== ] 592/3376 17% [========== ] 593/3376 17% [========== ] 594/3376 17% [========== ] 595/3376 17% [========== ] 596/3376 17% [========== ] 597/3376 17% [========== ] 598/3376 17% [=========== ] 599/3376 17% [=========== ] 600/3376 17% [=========== ] 601/3376 17% [=========== ] 602/3376 17% [=========== ] 603/3376 17% [=========== ] 604/3376 17% [=========== ] 605/3376 17% [=========== ] 606/3376 17% [=========== ] 607/3376 17% [=========== ] 608/3376 18% [=========== ] 609/3376 18% [=========== ] 610/3376 18% [=========== ] 611/3376 18% [=========== ] 612/3376 18% [=========== ] 613/3376 18% [=========== ] 614/3376 18% [=========== ] 615/3376 18% [=========== ] 616/3376 18% [=========== ] 617/3376 18% [=========== ] 618/3376 18% [=========== ] 619/3376 18% [=========== ] 620/3376 18% [=========== ] 621/3376 18% [=========== ] 622/3376 18% [=========== ] 623/3376 18% [=========== ] 624/3376 18% [=========== ] 625/3376 18% [=========== ] 626/3376 18% [=========== ] 627/3376 18% [=========== ] 628/3376 18% [=========== ] 629/3376 18% [=========== ] 630/3376 18% [=========== ] 631/3376 18% [=========== ] 632/3376 18% [=========== ] 633/3376 18% [=========== ] 634/3376 18% [=========== ] 635/3376 18% [=========== ] 636/3376 18% [=========== ] 637/3376 18% [=========== ] 638/3376 18% [=========== ] 639/3376 18% [=========== ] 640/3376 18% [=========== ] 641/3376 18% [=========== ] 642/3376 19% [=========== ] 643/3376 19% [=========== ] 644/3376 19% [=========== ] 645/3376 19% [=========== ] 646/3376 19% [=========== ] 647/3376 19% [=========== ] 648/3376 19% [=========== ] 649/3376 19% [=========== ] 650/3376 19% [=========== ] 651/3376 19% [=========== ] 652/3376 19% [=========== ] 653/3376 19% [============ ] 654/3376 19% [============ ] 655/3376 19% [============ ] 656/3376 19% [============ ] 657/3376 19% [============ ] 658/3376 19% [============ ] 659/3376 19% [============ ] 660/3376 19% [============ ] 661/3376 19% [============ ] 662/3376 19% [============ ] 663/3376 19% [============ ] 664/3376 19% [============ ] 665/3376 19% [============ ] 666/3376 19% [============ ] 667/3376 19% [============ ] 668/3376 19% [============ ] 669/3376 19% [============ ] 670/3376 19% [============ ] 671/3376 19% [============ ] 672/3376 19% [============ ] 673/3376 19% [============ ] 674/3376 19% [============ ] 675/3376 19% [============ ] 676/3376 20% [============ ] 677/3376 20% [============ ] 678/3376 20% [============ ] 679/3376 20% [============ ] 680/3376 20% [============ ] 681/3376 20% [============ ] 682/3376 20% [============ ] 683/3376 20% [============ ] 684/3376 20% [============ ] 685/3376 20% [============ ] 686/3376 20% [============ ] 687/3376 20% [============ ] 688/3376 20% [============ ] 689/3376 20% [============ ] 690/3376 20% [============ ] 691/3376 20% [============ ] 692/3376 20% [============ ] 693/3376 20% [============ ] 694/3376 20% [============ ] 695/3376 20% [============ ] 696/3376 20% [============ ] 697/3376 20% [============ ] 698/3376 20% [============ ] 699/3376 20% [============ ] 700/3376 20% [============ ] 701/3376 20% [============ ] 702/3376 20% [============ ] 703/3376 20% [============ ] 704/3376 20% [============ ] 705/3376 20% [============ ] 706/3376 20% [============ ] 707/3376 20% [============= ] 708/3376 20% [============= ] 709/3376 21% [============= ] 710/3376 21% [============= ] 711/3376 21% [============= ] 712/3376 21% [============= ] 713/3376 21% [============= ] 714/3376 21% [============= ] 715/3376 21% [============= ] 716/3376 21% [============= ] 717/3376 21% [============= ] 718/3376 21% [============= ] 719/3376 21% [============= ] 720/3376 21% [============= ] 721/3376 21% [============= ] 722/3376 21% [============= ] 723/3376 21% [============= ] 724/3376 21% [============= ] 725/3376 21% [============= ] 726/3376 21% [============= ] 727/3376 21% [============= ] 728/3376 21% [============= ] 729/3376 21% [============= ] 730/3376 21% [============= ] 731/3376 21% [============= ] 732/3376 21% [============= ] 733/3376 21% [============= ] 734/3376 21% [============= ] 735/3376 21% [============= ] 736/3376 21% [============= ] 737/3376 21% [============= ] 738/3376 21% [============= ] 739/3376 21% [============= ] 740/3376 21% [============= ] 741/3376 21% [============= ] 742/3376 21% [============= ] 743/3376 22% [============= ] 744/3376 22% [============= ] 745/3376 22% [============= ] 746/3376 22% [============= ] 747/3376 22% [============= ] 748/3376 22% [============= ] 749/3376 22% [============= ] 750/3376 22% [============= ] 751/3376 22% [============= ] 752/3376 22% [============= ] 753/3376 22% [============= ] 754/3376 22% [============= ] 755/3376 22% [============= ] 756/3376 22% [============= ] 757/3376 22% [============= ] 758/3376 22% [============= ] 759/3376 22% [============= ] 760/3376 22% [============= ] 761/3376 22% [============= ] 762/3376 22% [============== ] 763/3376 22% [============== ] 764/3376 22% [============== ] 765/3376 22% [============== ] 766/3376 22% [============== ] 767/3376 22% [============== ] 768/3376 22% [============== ] 769/3376 22% [============== ] 770/3376 22% [============== ] 771/3376 22% [============== ] 772/3376 22% [============== ] 773/3376 22% [============== ] 774/3376 22% [============== ] 775/3376 22% [============== ] 776/3376 22% [============== ] 777/3376 23% [============== ] 778/3376 23% [============== ] 779/3376 23% [============== ] 780/3376 23% [============== ] 781/3376 23% [============== ] 782/3376 23% [============== ] 783/3376 23% [============== ] 784/3376 23% [============== ] 785/3376 23% [============== ] 786/3376 23% [============== ] 787/3376 23% [============== ] 788/3376 23% [============== ] 789/3376 23% [============== ] 790/3376 23% [============== ] 791/3376 23% [============== ] 792/3376 23% [============== ] 793/3376 23% [============== ] 794/3376 23% [============== ] 795/3376 23% [============== ] 796/3376 23% [============== ] 797/3376 23% [============== ] 798/3376 23% [============== ] 799/3376 23% [============== ] 800/3376 23% [============== ] 801/3376 23% [============== ] 802/3376 23% [============== ] 803/3376 23% [============== ] 804/3376 23% [============== ] 805/3376 23% [============== ] 806/3376 23% [============== ] 807/3376 23% [============== ] 808/3376 23% [============== ] 809/3376 23% [============== ] 810/3376 23% [============== ] 811/3376 24% [============== ] 812/3376 24% [============== ] 813/3376 24% [============== ] 814/3376 24% [============== ] 815/3376 24% [============== ] 816/3376 24% [=============== ] 817/3376 24% [=============== ] 818/3376 24% [=============== ] 819/3376 24% [=============== ] 820/3376 24% [=============== ] 821/3376 24% [=============== ] 822/3376 24% [=============== ] 823/3376 24% [=============== ] 824/3376 24% [=============== ] 825/3376 24% [=============== ] 826/3376 24% [=============== ] 827/3376 24% [=============== ] 828/3376 24% [=============== ] 829/3376 24% [=============== ] 830/3376 24% [=============== ] 831/3376 24% [=============== ] 832/3376 24% [=============== ] 833/3376 24% [=============== ] 834/3376 24% [=============== ] 835/3376 24% [=============== ] 836/3376 24% [=============== ] 837/3376 24% [=============== ] 838/3376 24% [=============== ] 839/3376 24% [=============== ] 840/3376 24% [=============== ] 841/3376 24% [=============== ] 842/3376 24% [=============== ] 843/3376 24% [=============== ] 844/3376 25% [=============== ] 845/3376 25% [=============== ] 846/3376 25% [=============== ] 847/3376 25% [=============== ] 848/3376 25% [=============== ] 849/3376 25% [=============== ] 850/3376 25% [=============== ] 851/3376 25% [=============== ] 852/3376 25% [=============== ] 853/3376 25% [=============== ] 854/3376 25% [=============== ] 855/3376 25% [=============== ] 856/3376 25% [=============== ] 857/3376 25% [=============== ] 858/3376 25% [=============== ] 859/3376 25% [=============== ] 860/3376 25% [=============== ] 861/3376 25% [=============== ] 862/3376 25% [=============== ] 863/3376 25% [=============== ] 864/3376 25% [=============== ] 865/3376 25% [=============== ] 866/3376 25% [=============== ] 867/3376 25% [=============== ] 868/3376 25% [=============== ] 869/3376 25% [=============== ] 870/3376 25% [=============== ] 871/3376 25% [================ ] 872/3376 25% [================ ] 873/3376 25% [================ ] 874/3376 25% [================ ] 875/3376 25% [================ ] 876/3376 25% [================ ] 877/3376 25% [================ ] 878/3376 26% [================ ] 879/3376 26% [================ ] 880/3376 26% [================ ] 881/3376 26% [================ ] 882/3376 26% [================ ] 883/3376 26% [================ ] 884/3376 26% [================ ] 885/3376 26% [================ ] 886/3376 26% [================ ] 887/3376 26% [================ ] 888/3376 26% [================ ] 889/3376 26% [================ ] 890/3376 26% [================ ] 891/3376 26% [================ ] 892/3376 26% [================ ] 893/3376 26% [================ ] 894/3376 26% [================ ] 895/3376 26% [================ ] 896/3376 26% [================ ] 897/3376 26% [================ ] 898/3376 26% [================ ] 899/3376 26% [================ ] 900/3376 26% [================ ] 901/3376 26% [================ ] 902/3376 26% [================ ] 903/3376 26% [================ ] 904/3376 26% [================ ] 905/3376 26% [================ ] 906/3376 26% [================ ] 907/3376 26% [================ ] 908/3376 26% [================ ] 909/3376 26% [================ ] 910/3376 26% [================ ] 911/3376 26% [================ ] 912/3376 27% [================ ] 913/3376 27% [================ ] 914/3376 27% [================ ] 915/3376 27% [================ ] 916/3376 27% [================ ] 917/3376 27% [================ ] 918/3376 27% [================ ] 919/3376 27% [================ ] 920/3376 27% [================ ] 921/3376 27% [================ ] 922/3376 27% [================ ] 923/3376 27% [================ ] 924/3376 27% [================ ] 925/3376 27% [================= ] 926/3376 27% [================= ] 927/3376 27% [================= ] 928/3376 27% [================= ] 929/3376 27% [================= ] 930/3376 27% [================= ] 931/3376 27% [================= ] 932/3376 27% [================= ] 933/3376 27% [================= ] 934/3376 27% [================= ] 935/3376 27% [================= ] 936/3376 27% [================= ] 937/3376 27% [================= ] 938/3376 27% [================= ] 939/3376 27% [================= ] 940/3376 27% [================= ] 941/3376 27% [================= ] 942/3376 27% [================= ] 943/3376 27% [================= ] 944/3376 27% [================= ] 945/3376 27% [================= ] 946/3376 28% [================= ] 947/3376 28% [================= ] 948/3376 28% [================= ] 949/3376 28% [================= ] 950/3376 28% [================= ] 951/3376 28% [================= ] 952/3376 28% [================= ] 953/3376 28% [================= ] 954/3376 28% [================= ] 955/3376 28% [================= ] 956/3376 28% [================= ] 957/3376 28% [================= ] 958/3376 28% [================= ] 959/3376 28% [================= ] 960/3376 28% [================= ] 961/3376 28% [================= ] 962/3376 28% [================= ] 963/3376 28% [================= ] 964/3376 28% [================= ] 965/3376 28% [================= ] 966/3376 28% [================= ] 967/3376 28% [================= ] 968/3376 28% [================= ] 969/3376 28% [================= ] 970/3376 28% [================= ] 971/3376 28% [================= ] 972/3376 28% [================= ] 973/3376 28% [================= ] 974/3376 28% [================= ] 975/3376 28% [================= ] 976/3376 28% [================= ] 977/3376 28% [================= ] 978/3376 28% [================= ] 979/3376 28% [================= ] 980/3376 29% [================== ] 981/3376 29% [================== ] 982/3376 29% [================== ] 983/3376 29% [================== ] 984/3376 29% [================== ] 985/3376 29% [================== ] 986/3376 29% [================== ] 987/3376 29% [================== ] 988/3376 29% [================== ] 989/3376 29% [================== ] 990/3376 29% [================== ] 991/3376 29% [================== ] 992/3376 29% [================== ] 993/3376 29% [================== ] 994/3376 29% [================== ] 995/3376 29% [================== ] 996/3376 29% [================== ] 997/3376 29% [================== ] 998/3376 29% [================== ] 999/3376 29% [================== ] 1000/3376 29% [================== ] 1001/3376 29% [================== ] 1002/3376 29% [================== ] 1003/3376 29% [================== ] 1004/3376 29% [================== ] 1005/3376 29% [================== ] 1006/3376 29% [================== ] 1007/3376 29% [================== ] 1008/3376 29% [================== ] 1009/3376 29% [================== ] 1010/3376 29% [================== ] 1011/3376 29% [================== ] 1012/3376 29% [================== ] 1013/3376 30% [================== ] 1014/3376 30% [================== ] 1015/3376 30% [================== ] 1016/3376 30% [================== ] 1017/3376 30% [================== ] 1018/3376 30% [================== ] 1019/3376 30% [================== ] 1020/3376 30% [================== ] 1021/3376 30% [================== ] 1022/3376 30% [================== ] 1023/3376 30% [================== ] 1024/3376 30% [================== ] 1025/3376 30% [================== ] 1026/3376 30% [================== ] 1027/3376 30% [================== ] 1028/3376 30% [================== ] 1029/3376 30% [================== ] 1030/3376 30% [================== ] 1031/3376 30% [================== ] 1032/3376 30% [================== ] 1033/3376 30% [================== ] 1034/3376 30% [=================== ] 1035/3376 30% [=================== ] 1036/3376 30% [=================== ] 1037/3376 30% [=================== ] 1038/3376 30% [=================== ] 1039/3376 30% [=================== ] 1040/3376 30% [=================== ] 1041/3376 30% [=================== ] 1042/3376 30% [=================== ] 1043/3376 30% [=================== ] 1044/3376 30% [=================== ] 1045/3376 30% [=================== ] 1046/3376 30% [=================== ] 1047/3376 31% [=================== ] 1048/3376 31% [=================== ] 1049/3376 31% [=================== ] 1050/3376 31% [=================== ] 1051/3376 31% [=================== ] 1052/3376 31% [=================== ] 1053/3376 31% [=================== ] 1054/3376 31% [=================== ] 1055/3376 31% [=================== ] 1056/3376 31% [=================== ] 1057/3376 31% [=================== ] 1058/3376 31% [=================== ] 1059/3376 31% [=================== ] 1060/3376 31% [=================== ] 1061/3376 31% [=================== ] 1062/3376 31% [=================== ] 1063/3376 31% [=================== ] 1064/3376 31% [=================== ] 1065/3376 31% [=================== ] 1066/3376 31% [=================== ] 1067/3376 31% [=================== ] 1068/3376 31% [=================== ] 1069/3376 31% [=================== ] 1070/3376 31% [=================== ] 1071/3376 31% [=================== ] 1072/3376 31% [=================== ] 1073/3376 31% [=================== ] 1074/3376 31% [=================== ] 1075/3376 31% [=================== ] 1076/3376 31% [=================== ] 1077/3376 31% [=================== ] 1078/3376 31% [=================== ] 1079/3376 31% [=================== ] 1080/3376 31% [=================== ] 1081/3376 32% [=================== ] 1082/3376 32% [=================== ] 1083/3376 32% [=================== ] 1084/3376 32% [=================== ] 1085/3376 32% [=================== ] 1086/3376 32% [=================== ] 1087/3376 32% [=================== ] 1088/3376 32% [=================== ] 1089/3376 32% [==================== ] 1090/3376 32% [==================== ] 1091/3376 32% [==================== ] 1092/3376 32% [==================== ] 1093/3376 32% [==================== ] 1094/3376 32% [==================== ] 1095/3376 32% [==================== ] 1096/3376 32% [==================== ] 1097/3376 32% [==================== ] 1098/3376 32% [==================== ] 1099/3376 32% [==================== ] 1100/3376 32% [==================== ] 1101/3376 32% [==================== ] 1102/3376 32% [==================== ] 1103/3376 32% [==================== ] 1104/3376 32% [==================== ] 1105/3376 32% [==================== ] 1106/3376 32% [==================== ] 1107/3376 32% [==================== ] 1108/3376 32% [==================== ] 1109/3376 32% [==================== ] 1110/3376 32% [==================== ] 1111/3376 32% [==================== ] 1112/3376 32% [==================== ] 1113/3376 32% [==================== ] 1114/3376 32% [==================== ] 1115/3376 33% [==================== ] 1116/3376 33% [==================== ] 1117/3376 33% [==================== ] 1118/3376 33% [==================== ] 1119/3376 33% [==================== ] 1120/3376 33% [==================== ] 1121/3376 33% [==================== ] 1122/3376 33% [==================== ] 1123/3376 33% [==================== ] 1124/3376 33% [==================== ] 1125/3376 33% [==================== ] 1126/3376 33% [==================== ] 1127/3376 33% [==================== ] 1128/3376 33% [==================== ] 1129/3376 33% [==================== ] 1130/3376 33% [==================== ] 1131/3376 33% [==================== ] 1132/3376 33% [==================== ] 1133/3376 33% [==================== ] 1134/3376 33% [==================== ] 1135/3376 33% [==================== ] 1136/3376 33% [==================== ] 1137/3376 33% [==================== ] 1138/3376 33% [==================== ] 1139/3376 33% [==================== ] 1140/3376 33% [==================== ] 1141/3376 33% [==================== ] 1142/3376 33% [==================== ] 1143/3376 33% [===================== ] 1144/3376 33% [===================== ] 1145/3376 33% [===================== ] 1146/3376 33% [===================== ] 1147/3376 33% [===================== ] 1148/3376 34% [===================== ] 1149/3376 34% [===================== ] 1150/3376 34% [===================== ] 1151/3376 34% [===================== ] 1152/3376 34% [===================== ] 1153/3376 34% [===================== ] 1154/3376 34% [===================== ] 1155/3376 34% [===================== ] 1156/3376 34% [===================== ] 1157/3376 34% [===================== ] 1158/3376 34% [===================== ] 1159/3376 34% [===================== ] 1160/3376 34% [===================== ] 1161/3376 34% [===================== ] 1162/3376 34% [===================== ] 1163/3376 34% [===================== ] 1164/3376 34% [===================== ] 1165/3376 34% [===================== ] 1166/3376 34% [===================== ] 1167/3376 34% [===================== ] 1168/3376 34% [===================== ] 1169/3376 34% [===================== ] 1170/3376 34% [===================== ] 1171/3376 34% [===================== ] 1172/3376 34% [===================== ] 1173/3376 34% [===================== ] 1174/3376 34% [===================== ] 1175/3376 34% [===================== ] 1176/3376 34% [===================== ] 1177/3376 34% [===================== ] 1178/3376 34% [===================== ] 1179/3376 34% [===================== ] 1180/3376 34% [===================== ] 1181/3376 34% [===================== ] 1182/3376 35% [===================== ] 1183/3376 35% [===================== ] 1184/3376 35% [===================== ] 1185/3376 35% [===================== ] 1186/3376 35% [===================== ] 1187/3376 35% [===================== ] 1188/3376 35% [===================== ] 1189/3376 35% [===================== ] 1190/3376 35% [===================== ] 1191/3376 35% [===================== ] 1192/3376 35% [===================== ] 1193/3376 35% [===================== ] 1194/3376 35% [===================== ] 1195/3376 35% [===================== ] 1196/3376 35% [===================== ] 1197/3376 35% [====================== ] 1198/3376 35% [====================== ] 1199/3376 35% [====================== ] 1200/3376 35% [====================== ] 1201/3376 35% [====================== ] 1202/3376 35% [====================== ] 1203/3376 35% [====================== ] 1204/3376 35% [====================== ] 1205/3376 35% [====================== ] 1206/3376 35% [====================== ] 1207/3376 35% [====================== ] 1208/3376 35% [====================== ] 1209/3376 35% [====================== ] 1210/3376 35% [====================== ] 1211/3376 35% [====================== ] 1212/3376 35% [====================== ] 1213/3376 35% [====================== ] 1214/3376 35% [====================== ] 1215/3376 35% [====================== ] 1216/3376 36% [====================== ] 1217/3376 36% [====================== ] 1218/3376 36% [====================== ] 1219/3376 36% [====================== ] 1220/3376 36% [====================== ] 1221/3376 36% [====================== ] 1222/3376 36% [====================== ] 1223/3376 36% [====================== ] 1224/3376 36% [====================== ] 1225/3376 36% [====================== ] 1226/3376 36% [====================== ] 1227/3376 36% [====================== ] 1228/3376 36% [====================== ] 1229/3376 36% [====================== ] 1230/3376 36% [====================== ] 1231/3376 36% [====================== ] 1232/3376 36% [====================== ] 1233/3376 36% [====================== ] 1234/3376 36% [====================== ] 1235/3376 36% [====================== ] 1236/3376 36% [====================== ] 1237/3376 36% [====================== ] 1238/3376 36% [====================== ] 1239/3376 36% [====================== ] 1240/3376 36% [====================== ] 1241/3376 36% [====================== ] 1242/3376 36% [====================== ] 1243/3376 36% [====================== ] 1244/3376 36% [====================== ] 1245/3376 36% [====================== ] 1246/3376 36% [====================== ] 1247/3376 36% [====================== ] 1248/3376 36% [====================== ] 1249/3376 36% [====================== ] 1250/3376 37% [====================== ] 1251/3376 37% [====================== ] 1252/3376 37% [======================= ] 1253/3376 37% [======================= ] 1254/3376 37% [======================= ] 1255/3376 37% [======================= ] 1256/3376 37% [======================= ] 1257/3376 37% [======================= ] 1258/3376 37% [======================= ] 1259/3376 37% [======================= ] 1260/3376 37% [======================= ] 1261/3376 37% [======================= ] 1262/3376 37% [======================= ] 1263/3376 37% [======================= ] 1264/3376 37% [======================= ] 1265/3376 37% [======================= ] 1266/3376 37% [======================= ] 1267/3376 37% [======================= ] 1268/3376 37% [======================= ] 1269/3376 37% [======================= ] 1270/3376 37% [======================= ] 1271/3376 37% [======================= ] 1272/3376 37% [======================= ] 1273/3376 37% [======================= ] 1274/3376 37% [======================= ] 1275/3376 37% [======================= ] 1276/3376 37% [======================= ] 1277/3376 37% [======================= ] 1278/3376 37% [======================= ] 1279/3376 37% [======================= ] 1280/3376 37% [======================= ] 1281/3376 37% [======================= ] 1282/3376 37% [======================= ] 1283/3376 38% [======================= ] 1284/3376 38% [======================= ] 1285/3376 38% [======================= ] 1286/3376 38% [======================= ] 1287/3376 38% [======================= ] 1288/3376 38% [======================= ] 1289/3376 38% [======================= ] 1290/3376 38% [======================= ] 1291/3376 38% [======================= ] 1292/3376 38% [======================= ] 1293/3376 38% [======================= ] 1294/3376 38% [======================= ] 1295/3376 38% [======================= ] 1296/3376 38% [======================= ] 1297/3376 38% [======================= ] 1298/3376 38% [======================= ] 1299/3376 38% [======================= ] 1300/3376 38% [======================= ] 1301/3376 38% [======================= ] 1302/3376 38% [======================= ] 1303/3376 38% [======================= ] 1304/3376 38% [======================= ] 1305/3376 38% [======================= ] 1306/3376 38% [======================== ] 1307/3376 38% [======================== ] 1308/3376 38% [======================== ] 1309/3376 38% [======================== ] 1310/3376 38% [======================== ] 1311/3376 38% [======================== ] 1312/3376 38% [======================== ] 1313/3376 38% [======================== ] 1314/3376 38% [======================== ] 1315/3376 38% [======================== ] 1316/3376 38% [======================== ] 1317/3376 39% [======================== ] 1318/3376 39% [======================== ] 1319/3376 39% [======================== ] 1320/3376 39% [======================== ] 1321/3376 39% [======================== ] 1322/3376 39% [======================== ] 1323/3376 39% [======================== ] 1324/3376 39% [======================== ] 1325/3376 39% [======================== ] 1326/3376 39% [======================== ] 1327/3376 39% [======================== ] 1328/3376 39% [======================== ] 1329/3376 39% [======================== ] 1330/3376 39% [======================== ] 1331/3376 39% [======================== ] 1332/3376 39% [======================== ] 1333/3376 39% [======================== ] 1334/3376 39% [======================== ] 1335/3376 39% [======================== ] 1336/3376 39% [======================== ] 1337/3376 39% [======================== ] 1338/3376 39% [======================== ] 1339/3376 39% [======================== ] 1340/3376 39% [======================== ] 1341/3376 39% [======================== ] 1342/3376 39% [======================== ] 1343/3376 39% [======================== ] 1344/3376 39% [======================== ] 1345/3376 39% [======================== ] 1346/3376 39% [======================== ] 1347/3376 39% [======================== ] 1348/3376 39% [======================== ] 1349/3376 39% [======================== ] 1350/3376 39% [======================== ] 1351/3376 40% [======================== ] 1352/3376 40% [======================== ] 1353/3376 40% [======================== ] 1354/3376 40% [======================== ] 1355/3376 40% [======================== ] 1356/3376 40% [======================== ] 1357/3376 40% [======================== ] 1358/3376 40% [======================== ] 1359/3376 40% [======================== ] 1360/3376 40% [======================== ] 1361/3376 40% [========================= ] 1362/3376 40% [========================= ] 1363/3376 40% [========================= ] 1364/3376 40% [========================= ] 1365/3376 40% [========================= ] 1366/3376 40% [========================= ] 1367/3376 40% [========================= ] 1368/3376 40% [========================= ] 1369/3376 40% [========================= ] 1370/3376 40% [========================= ] 1371/3376 40% [========================= ] 1372/3376 40% [========================= ] 1373/3376 40% [========================= ] 1374/3376 40% [========================= ] 1375/3376 40% [========================= ] 1376/3376 40% [========================= ] 1377/3376 40% [========================= ] 1378/3376 40% [========================= ] 1379/3376 40% [========================= ] 1380/3376 40% [========================= ] 1381/3376 40% [========================= ] 1382/3376 40% [========================= ] 1383/3376 40% [========================= ] 1384/3376 40% [========================= ] 1385/3376 41% [========================= ] 1386/3376 41% [========================= ] 1387/3376 41% [========================= ] 1388/3376 41% [========================= ] 1389/3376 41% [========================= ] 1390/3376 41% [========================= ] 1391/3376 41% [========================= ] 1392/3376 41% [========================= ] 1393/3376 41% [========================= ] 1394/3376 41% [========================= ] 1395/3376 41% [========================= ] 1396/3376 41% [========================= ] 1397/3376 41% [========================= ] 1398/3376 41% [========================= ] 1399/3376 41% [========================= ] 1400/3376 41% [========================= ] 1401/3376 41% [========================= ] 1402/3376 41% [========================= ] 1403/3376 41% [========================= ] 1404/3376 41% [========================= ] 1405/3376 41% [========================= ] 1406/3376 41% [========================= ] 1407/3376 41% [========================= ] 1408/3376 41% [========================= ] 1409/3376 41% [========================= ] 1410/3376 41% [========================= ] 1411/3376 41% [========================= ] 1412/3376 41% [========================= ] 1413/3376 41% [========================= ] 1414/3376 41% [========================= ] 1415/3376 41% [========================== ] 1416/3376 41% [========================== ] 1417/3376 41% [========================== ] 1418/3376 42% [========================== ] 1419/3376 42% [========================== ] 1420/3376 42% [========================== ] 1421/3376 42% [========================== ] 1422/3376 42% [========================== ] 1423/3376 42% [========================== ] 1424/3376 42% [========================== ] 1425/3376 42% [========================== ] 1426/3376 42% [========================== ] 1427/3376 42% [========================== ] 1428/3376 42% [========================== ] 1429/3376 42% [========================== ] 1430/3376 42% [========================== ] 1431/3376 42% [========================== ] 1432/3376 42% [========================== ] 1433/3376 42% [========================== ] 1434/3376 42% [========================== ] 1435/3376 42% [========================== ] 1436/3376 42% [========================== ] 1437/3376 42% [========================== ] 1438/3376 42% [========================== ] 1439/3376 42% [========================== ] 1440/3376 42% [========================== ] 1441/3376 42% [========================== ] 1442/3376 42% [========================== ] 1443/3376 42% [========================== ] 1444/3376 42% [========================== ] 1445/3376 42% [========================== ] 1446/3376 42% [========================== ] 1447/3376 42% [========================== ] 1448/3376 42% [========================== ] 1449/3376 42% [========================== ] 1450/3376 42% [========================== ] 1451/3376 42% [========================== ] 1452/3376 43% [========================== ] 1453/3376 43% [========================== ] 1454/3376 43% [========================== ] 1455/3376 43% [========================== ] 1456/3376 43% [========================== ] 1457/3376 43% [========================== ] 1458/3376 43% [========================== ] 1459/3376 43% [========================== ] 1460/3376 43% [========================== ] 1461/3376 43% [========================== ] 1462/3376 43% [========================== ] 1463/3376 43% [========================== ] 1464/3376 43% [========================== ] 1465/3376 43% [========================== ] 1466/3376 43% [========================== ] 1467/3376 43% [========================== ] 1468/3376 43% [========================== ] 1469/3376 43% [========================== ] 1470/3376 43% [=========================== ] 1471/3376 43% [=========================== ] 1472/3376 43% [=========================== ] 1473/3376 43% [=========================== ] 1474/3376 43% [=========================== ] 1475/3376 43% [=========================== ] 1476/3376 43% [=========================== ] 1477/3376 43% [=========================== ] 1478/3376 43% [=========================== ] 1479/3376 43% [=========================== ] 1480/3376 43% [=========================== ] 1481/3376 43% [=========================== ] 1482/3376 43% [=========================== ] 1483/3376 43% [=========================== ] 1484/3376 43% [=========================== ] 1485/3376 43% [=========================== ] 1486/3376 44% [=========================== ] 1487/3376 44% [=========================== ] 1488/3376 44% [=========================== ] 1489/3376 44% [=========================== ] 1490/3376 44% [=========================== ] 1491/3376 44% [=========================== ] 1492/3376 44% [=========================== ] 1493/3376 44% [=========================== ] 1494/3376 44% [=========================== ] 1495/3376 44% [=========================== ] 1496/3376 44% [=========================== ] 1497/3376 44% [=========================== ] 1498/3376 44% [=========================== ] 1499/3376 44% [=========================== ] 1500/3376 44% [=========================== ] 1501/3376 44% [=========================== ] 1502/3376 44% [=========================== ] 1503/3376 44% [=========================== ] 1504/3376 44% [=========================== ] 1505/3376 44% [=========================== ] 1506/3376 44% [=========================== ] 1507/3376 44% [=========================== ] 1508/3376 44% [=========================== ] 1509/3376 44% [=========================== ] 1510/3376 44% [=========================== ] 1511/3376 44% [=========================== ] 1512/3376 44% [=========================== ] 1513/3376 44% [=========================== ] 1514/3376 44% [=========================== ] 1515/3376 44% [=========================== ] 1516/3376 44% [=========================== ] 1517/3376 44% [=========================== ] 1518/3376 44% [=========================== ] 1519/3376 44% [=========================== ] 1520/3376 45% [=========================== ] 1521/3376 45% [=========================== ] 1522/3376 45% [=========================== ] 1523/3376 45% [=========================== ] 1524/3376 45% [============================ ] 1525/3376 45% [============================ ] 1526/3376 45% [============================ ] 1527/3376 45% [============================ ] 1528/3376 45% [============================ ] 1529/3376 45% [============================ ] 1530/3376 45% [============================ ] 1531/3376 45% [============================ ] 1532/3376 45% [============================ ] 1533/3376 45% [============================ ] 1534/3376 45% [============================ ] 1535/3376 45% [============================ ] 1536/3376 45% [============================ ] 1537/3376 45% [============================ ] 1538/3376 45% [============================ ] 1539/3376 45% [============================ ] 1540/3376 45% [============================ ] 1541/3376 45% [============================ ] 1542/3376 45% [============================ ] 1543/3376 45% [============================ ] 1544/3376 45% [============================ ] 1545/3376 45% [============================ ] 1546/3376 45% [============================ ] 1547/3376 45% [============================ ] 1548/3376 45% [============================ ] 1549/3376 45% [============================ ] 1550/3376 45% [============================ ] 1551/3376 45% [============================ ] 1552/3376 45% [============================ ] 1553/3376 46% [============================ ] 1554/3376 46% [============================ ] 1555/3376 46% [============================ ] 1556/3376 46% [============================ ] 1557/3376 46% [============================ ] 1558/3376 46% [============================ ] 1559/3376 46% [============================ ] 1560/3376 46% [============================ ] 1561/3376 46% [============================ ] 1562/3376 46% [============================ ] 1563/3376 46% [============================ ] 1564/3376 46% [============================ ] 1565/3376 46% [============================ ] 1566/3376 46% [============================ ] 1567/3376 46% [============================ ] 1568/3376 46% [============================ ] 1569/3376 46% [============================ ] 1570/3376 46% [============================ ] 1571/3376 46% [============================ ] 1572/3376 46% [============================ ] 1573/3376 46% [============================ ] 1574/3376 46% [============================ ] 1575/3376 46% [============================ ] 1576/3376 46% [============================ ] 1577/3376 46% [============================ ] 1578/3376 46% [============================ ] 1579/3376 46% [============================= ] 1580/3376 46% [============================= ] 1581/3376 46% [============================= ] 1582/3376 46% [============================= ] 1583/3376 46% [============================= ] 1584/3376 46% [============================= ] 1585/3376 46% [============================= ] 1586/3376 46% [============================= ] 1587/3376 47% [============================= ] 1588/3376 47% [============================= ] 1589/3376 47% [============================= ] 1590/3376 47% [============================= ] 1591/3376 47% [============================= ] 1592/3376 47% [============================= ] 1593/3376 47% [============================= ] 1594/3376 47% [============================= ] 1595/3376 47% [============================= ] 1596/3376 47% [============================= ] 1597/3376 47% [============================= ] 1598/3376 47% [============================= ] 1599/3376 47% [============================= ] 1600/3376 47% [============================= ] 1601/3376 47% [============================= ] 1602/3376 47% [============================= ] 1603/3376 47% [============================= ] 1604/3376 47% [============================= ] 1605/3376 47% [============================= ] 1606/3376 47% [============================= ] 1607/3376 47% [============================= ] 1608/3376 47% [============================= ] 1609/3376 47% [============================= ] 1610/3376 47% [============================= ] 1611/3376 47% [============================= ] 1612/3376 47% [============================= ] 1613/3376 47% [============================= ] 1614/3376 47% [============================= ] 1615/3376 47% [============================= ] 1616/3376 47% [============================= ] 1617/3376 47% [============================= ] 1618/3376 47% [============================= ] 1619/3376 47% [============================= ] 1620/3376 47% [============================= ] 1621/3376 48% [============================= ] 1622/3376 48% [============================= ] 1623/3376 48% [============================= ] 1624/3376 48% [============================= ] 1625/3376 48% [============================= ] 1626/3376 48% [============================= ] 1627/3376 48% [============================= ] 1628/3376 48% [============================= ] 1629/3376 48% [============================= ] 1630/3376 48% [============================= ] 1631/3376 48% [============================= ] 1632/3376 48% [============================= ] 1633/3376 48% [============================== ] 1634/3376 48% [============================== ] 1635/3376 48% [============================== ] 1636/3376 48% [============================== ] 1637/3376 48% [============================== ] 1638/3376 48% [============================== ] 1639/3376 48% [============================== ] 1640/3376 48% [============================== ] 1641/3376 48% [============================== ] 1642/3376 48% [============================== ] 1643/3376 48% [============================== ] 1644/3376 48% [============================== ] 1645/3376 48% [============================== ] 1646/3376 48% [============================== ] 1647/3376 48% [============================== ] 1648/3376 48% [============================== ] 1649/3376 48% [============================== ] 1650/3376 48% [============================== ] 1651/3376 48% [============================== ] 1652/3376 48% [============================== ] 1653/3376 48% [============================== ] 1654/3376 48% [============================== ] 1655/3376 49% [============================== ] 1656/3376 49% [============================== ] 1657/3376 49% [============================== ] 1658/3376 49% [============================== ] 1659/3376 49% [============================== ] 1660/3376 49% [============================== ] 1661/3376 49% [============================== ] 1662/3376 49% [============================== ] 1663/3376 49% [============================== ] 1664/3376 49% [============================== ] 1665/3376 49% [============================== ] 1666/3376 49% [============================== ] 1667/3376 49% [============================== ] 1668/3376 49% [============================== ] 1669/3376 49% [============================== ] 1670/3376 49% [============================== ] 1671/3376 49% [============================== ] 1672/3376 49% [============================== ] 1673/3376 49% [============================== ] 1674/3376 49% [============================== ] 1675/3376 49% [============================== ] 1676/3376 49% [============================== ] 1677/3376 49% [============================== ] 1678/3376 49% [============================== ] 1679/3376 49% [============================== ] 1680/3376 49% [============================== ] 1681/3376 49% [============================== ] 1682/3376 49% [============================== ] 1683/3376 49% [============================== ] 1684/3376 49% [============================== ] 1685/3376 49% [============================== ] 1686/3376 49% [============================== ] 1687/3376 49% [=============================== ] 1688/3376 50% [=============================== ] 1689/3376 50% [=============================== ] 1690/3376 50% [=============================== ] 1691/3376 50% [=============================== ] 1692/3376 50% [=============================== ] 1693/3376 50% [=============================== ] 1694/3376 50% [=============================== ] 1695/3376 50% [=============================== ] 1696/3376 50% [=============================== ] 1697/3376 50% [=============================== ] 1698/3376 50% [=============================== ] 1699/3376 50% [=============================== ] 1700/3376 50% [=============================== ] 1701/3376 50% [=============================== ] 1702/3376 50% [=============================== ] 1703/3376 50% [=============================== ] 1704/3376 50% [=============================== ] 1705/3376 50% [=============================== ] 1706/3376 50% [=============================== ] 1707/3376 50% [=============================== ] 1708/3376 50% [=============================== ] 1709/3376 50% [=============================== ] 1710/3376 50% [=============================== ] 1711/3376 50% [=============================== ] 1712/3376 50% [=============================== ] 1713/3376 50% [=============================== ] 1714/3376 50% [=============================== ] 1715/3376 50% [=============================== ] 1716/3376 50% [=============================== ] 1717/3376 50% [=============================== ] 1718/3376 50% [=============================== ] 1719/3376 50% [=============================== ] 1720/3376 50% [=============================== ] 1721/3376 50% [=============================== ] 1722/3376 51% [=============================== ] 1723/3376 51% [=============================== ] 1724/3376 51% [=============================== ] 1725/3376 51% [=============================== ] 1726/3376 51% [=============================== ] 1727/3376 51% [=============================== ] 1728/3376 51% [=============================== ] 1729/3376 51% [=============================== ] 1730/3376 51% [=============================== ] 1731/3376 51% [=============================== ] 1732/3376 51% [=============================== ] 1733/3376 51% [=============================== ] 1734/3376 51% [=============================== ] 1735/3376 51% [=============================== ] 1736/3376 51% [=============================== ] 1737/3376 51% [=============================== ] 1738/3376 51% [=============================== ] 1739/3376 51% [=============================== ] 1740/3376 51% [=============================== ] 1741/3376 51% [=============================== ] 1742/3376 51% [================================ ] 1743/3376 51% [================================ ] 1744/3376 51% [================================ ] 1745/3376 51% [================================ ] 1746/3376 51% [================================ ] 1747/3376 51% [================================ ] 1748/3376 51% [================================ ] 1749/3376 51% [================================ ] 1750/3376 51% [================================ ] 1751/3376 51% [================================ ] 1752/3376 51% [================================ ] 1753/3376 51% [================================ ] 1754/3376 51% [================================ ] 1755/3376 51% [================================ ] 1756/3376 52% [================================ ] 1757/3376 52% [================================ ] 1758/3376 52% [================================ ] 1759/3376 52% [================================ ] 1760/3376 52% [================================ ] 1761/3376 52% [================================ ] 1762/3376 52% [================================ ] 1763/3376 52% [================================ ] 1764/3376 52% [================================ ] 1765/3376 52% [================================ ] 1766/3376 52% [================================ ] 1767/3376 52% [================================ ] 1768/3376 52% [================================ ] 1769/3376 52% [================================ ] 1770/3376 52% [================================ ] 1771/3376 52% [================================ ] 1772/3376 52% [================================ ] 1773/3376 52% [================================ ] 1774/3376 52% [================================ ] 1775/3376 52% [================================ ] 1776/3376 52% [================================ ] 1777/3376 52% [================================ ] 1778/3376 52% [================================ ] 1779/3376 52% [================================ ] 1780/3376 52% [================================ ] 1781/3376 52% [================================ ] 1782/3376 52% [================================ ] 1783/3376 52% [================================ ] 1784/3376 52% [================================ ] 1785/3376 52% [================================ ] 1786/3376 52% [================================ ] 1787/3376 52% [================================ ] 1788/3376 52% [================================ ] 1789/3376 52% [================================ ] 1790/3376 53% [================================ ] 1791/3376 53% [================================ ] 1792/3376 53% [================================ ] 1793/3376 53% [================================ ] 1794/3376 53% [================================ ] 1795/3376 53% [================================ ] 1796/3376 53% [================================= ] 1797/3376 53% [================================= ] 1798/3376 53% [================================= ] 1799/3376 53% [================================= ] 1800/3376 53% [================================= ] 1801/3376 53% [================================= ] 1802/3376 53% [================================= ] 1803/3376 53% [================================= ] 1804/3376 53% [================================= ] 1805/3376 53% [================================= ] 1806/3376 53% [================================= ] 1807/3376 53% [================================= ] 1808/3376 53% [================================= ] 1809/3376 53% [================================= ] 1810/3376 53% [================================= ] 1811/3376 53% [================================= ] 1812/3376 53% [================================= ] 1813/3376 53% [================================= ] 1814/3376 53% [================================= ] 1815/3376 53% [================================= ] 1816/3376 53% [================================= ] 1817/3376 53% [================================= ] 1818/3376 53% [================================= ] 1819/3376 53% [================================= ] 1820/3376 53% [================================= ] 1821/3376 53% [================================= ] 1822/3376 53% [================================= ] 1823/3376 53% [================================= ] 1824/3376 54% [================================= ] 1825/3376 54% [================================= ] 1826/3376 54% [================================= ] 1827/3376 54% [================================= ] 1828/3376 54% [================================= ] 1829/3376 54% [================================= ] 1830/3376 54% [================================= ] 1831/3376 54% [================================= ] 1832/3376 54% [================================= ] 1833/3376 54% [================================= ] 1834/3376 54% [================================= ] 1835/3376 54% [================================= ] 1836/3376 54% [================================= ] 1837/3376 54% [================================= ] 1838/3376 54% [================================= ] 1839/3376 54% [================================= ] 1840/3376 54% [================================= ] 1841/3376 54% [================================= ] 1842/3376 54% [================================= ] 1843/3376 54% [================================= ] 1844/3376 54% [================================= ] 1845/3376 54% [================================= ] 1846/3376 54% [================================= ] 1847/3376 54% [================================= ] 1848/3376 54% [================================= ] 1849/3376 54% [================================= ] 1850/3376 54% [================================= ] 1851/3376 54% [================================== ] 1852/3376 54% [================================== ] 1853/3376 54% [================================== ] 1854/3376 54% [================================== ] 1855/3376 54% [================================== ] 1856/3376 54% [================================== ] 1857/3376 55% [================================== ] 1858/3376 55% [================================== ] 1859/3376 55% [================================== ] 1860/3376 55% [================================== ] 1861/3376 55% [================================== ] 1862/3376 55% [================================== ] 1863/3376 55% [================================== ] 1864/3376 55% [================================== ] 1865/3376 55% [================================== ] 1866/3376 55% [================================== ] 1867/3376 55% [================================== ] 1868/3376 55% [================================== ] 1869/3376 55% [================================== ] 1870/3376 55% [================================== ] 1871/3376 55% [================================== ] 1872/3376 55% [================================== ] 1873/3376 55% [================================== ] 1874/3376 55% [================================== ] 1875/3376 55% [================================== ] 1876/3376 55% [================================== ] 1877/3376 55% [================================== ] 1878/3376 55% [================================== ] 1879/3376 55% [================================== ] 1880/3376 55% [================================== ] 1881/3376 55% [================================== ] 1882/3376 55% [================================== ] 1883/3376 55% [================================== ] 1884/3376 55% [================================== ] 1885/3376 55% [================================== ] 1886/3376 55% [================================== ] 1887/3376 55% [================================== ] 1888/3376 55% [================================== ] 1889/3376 55% [================================== ] 1890/3376 55% [================================== ] 1891/3376 56% [================================== ] 1892/3376 56% [================================== ] 1893/3376 56% [================================== ] 1894/3376 56% [================================== ] 1895/3376 56% [================================== ] 1896/3376 56% [================================== ] 1897/3376 56% [================================== ] 1898/3376 56% [================================== ] 1899/3376 56% [================================== ] 1900/3376 56% [================================== ] 1901/3376 56% [================================== ] 1902/3376 56% [================================== ] 1903/3376 56% [================================== ] 1904/3376 56% [================================== ] 1905/3376 56% [=================================== ] 1906/3376 56% [=================================== ] 1907/3376 56% [=================================== ] 1908/3376 56% [=================================== ] 1909/3376 56% [=================================== ] 1910/3376 56% [=================================== ] 1911/3376 56% [=================================== ] 1912/3376 56% [=================================== ] 1913/3376 56% [=================================== ] 1914/3376 56% [=================================== ] 1915/3376 56% [=================================== ] 1916/3376 56% [=================================== ] 1917/3376 56% [=================================== ] 1918/3376 56% [=================================== ] 1919/3376 56% [=================================== ] 1920/3376 56% [=================================== ] 1921/3376 56% [=================================== ] 1922/3376 56% [=================================== ] 1923/3376 56% [=================================== ] 1924/3376 56% [=================================== ] 1925/3376 57% [=================================== ] 1926/3376 57% [=================================== ] 1927/3376 57% [=================================== ] 1928/3376 57% [=================================== ] 1929/3376 57% [=================================== ] 1930/3376 57% [=================================== ] 1931/3376 57% [=================================== ] 1932/3376 57% [=================================== ] 1933/3376 57% [=================================== ] 1934/3376 57% [=================================== ] 1935/3376 57% [=================================== ] 1936/3376 57% [=================================== ] 1937/3376 57% [=================================== ] 1938/3376 57% [=================================== ] 1939/3376 57% [=================================== ] 1940/3376 57% [=================================== ] 1941/3376 57% [=================================== ] 1942/3376 57% [=================================== ] 1943/3376 57% [=================================== ] 1944/3376 57% [=================================== ] 1945/3376 57% [=================================== ] 1946/3376 57% [=================================== ] 1947/3376 57% [=================================== ] 1948/3376 57% [=================================== ] 1949/3376 57% [=================================== ] 1950/3376 57% [=================================== ] 1951/3376 57% [=================================== ] 1952/3376 57% [=================================== ] 1953/3376 57% [=================================== ] 1954/3376 57% [=================================== ] 1955/3376 57% [=================================== ] 1956/3376 57% [=================================== ] 1957/3376 57% [=================================== ] 1958/3376 57% [=================================== ] 1959/3376 58% [=================================== ] 1960/3376 58% [==================================== ] 1961/3376 58% [==================================== ] 1962/3376 58% [==================================== ] 1963/3376 58% [==================================== ] 1964/3376 58% [==================================== ] 1965/3376 58% [==================================== ] 1966/3376 58% [==================================== ] 1967/3376 58% [==================================== ] 1968/3376 58% [==================================== ] 1969/3376 58% [==================================== ] 1970/3376 58% [==================================== ] 1971/3376 58% [==================================== ] 1972/3376 58% [==================================== ] 1973/3376 58% [==================================== ] 1974/3376 58% [==================================== ] 1975/3376 58% [==================================== ] 1976/3376 58% [==================================== ] 1977/3376 58% [==================================== ] 1978/3376 58% [==================================== ] 1979/3376 58% [==================================== ] 1980/3376 58% [==================================== ] 1981/3376 58% [==================================== ] 1982/3376 58% [==================================== ] 1983/3376 58% [==================================== ] 1984/3376 58% [==================================== ] 1985/3376 58% [==================================== ] 1986/3376 58% [==================================== ] 1987/3376 58% [==================================== ] 1988/3376 58% [==================================== ] 1989/3376 58% [==================================== ] 1990/3376 58% [==================================== ] 1991/3376 58% [==================================== ] 1992/3376 59% [==================================== ] 1993/3376 59% [==================================== ] 1994/3376 59% [==================================== ] 1995/3376 59% [==================================== ] 1996/3376 59% [==================================== ] 1997/3376 59% [==================================== ] 1998/3376 59% [==================================== ] 1999/3376 59% [==================================== ] 2000/3376 59% [==================================== ] 2001/3376 59% [==================================== ] 2002/3376 59% [==================================== ] 2003/3376 59% [==================================== ] 2004/3376 59% [==================================== ] 2005/3376 59% [==================================== ] 2006/3376 59% [==================================== ] 2007/3376 59% [==================================== ] 2008/3376 59% [==================================== ] 2009/3376 59% [==================================== ] 2010/3376 59% [==================================== ] 2011/3376 59% [==================================== ] 2012/3376 59% [==================================== ] 2013/3376 59% [==================================== ] 2014/3376 59% [===================================== ] 2015/3376 59% [===================================== ] 2016/3376 59% [===================================== ] 2017/3376 59% [===================================== ] 2018/3376 59% [===================================== ] 2019/3376 59% [===================================== ] 2020/3376 59% [===================================== ] 2021/3376 59% [===================================== ] 2022/3376 59% [===================================== ] 2023/3376 59% [===================================== ] 2024/3376 59% [===================================== ] 2025/3376 59% [===================================== ] 2026/3376 60% [===================================== ] 2027/3376 60% [===================================== ] 2028/3376 60% [===================================== ] 2029/3376 60% [===================================== ] 2030/3376 60% [===================================== ] 2031/3376 60% [===================================== ] 2032/3376 60% [===================================== ] 2033/3376 60% [===================================== ] 2034/3376 60% [===================================== ] 2035/3376 60% [===================================== ] 2036/3376 60% [===================================== ] 2037/3376 60% [===================================== ] 2038/3376 60% [===================================== ] 2039/3376 60% [===================================== ] 2040/3376 60% [===================================== ] 2041/3376 60% [===================================== ] 2042/3376 60% [===================================== ] 2043/3376 60% [===================================== ] 2044/3376 60% [===================================== ] 2045/3376 60% [===================================== ] 2046/3376 60% [===================================== ] 2047/3376 60% [===================================== ] 2048/3376 60% [===================================== ] 2049/3376 60% [===================================== ] 2050/3376 60% [===================================== ] 2051/3376 60% [===================================== ] 2052/3376 60% [===================================== ] 2053/3376 60% [===================================== ] 2054/3376 60% [===================================== ] 2055/3376 60% [===================================== ] 2056/3376 60% [===================================== ] 2057/3376 60% [===================================== ] 2058/3376 60% [===================================== ] 2059/3376 60% [===================================== ] 2060/3376 61% [===================================== ] 2061/3376 61% [===================================== ] 2062/3376 61% [===================================== ] 2063/3376 61% [===================================== ] 2064/3376 61% [===================================== ] 2065/3376 61% [===================================== ] 2066/3376 61% [===================================== ] 2067/3376 61% [===================================== ] 2068/3376 61% [===================================== ] 2069/3376 61% [====================================== ] 2070/3376 61% [====================================== ] 2071/3376 61% [====================================== ] 2072/3376 61% [====================================== ] 2073/3376 61% [====================================== ] 2074/3376 61% [====================================== ] 2075/3376 61% [====================================== ] 2076/3376 61% [====================================== ] 2077/3376 61% [====================================== ] 2078/3376 61% [====================================== ] 2079/3376 61% [====================================== ] 2080/3376 61% [====================================== ] 2081/3376 61% [====================================== ] 2082/3376 61% [====================================== ] 2083/3376 61% [====================================== ] 2084/3376 61% [====================================== ] 2085/3376 61% [====================================== ] 2086/3376 61% [====================================== ] 2087/3376 61% [====================================== ] 2088/3376 61% [====================================== ] 2089/3376 61% [====================================== ] 2090/3376 61% [====================================== ] 2091/3376 61% [====================================== ] 2092/3376 61% [====================================== ] 2093/3376 61% [====================================== ] 2094/3376 62% [====================================== ] 2095/3376 62% [====================================== ] 2096/3376 62% [====================================== ] 2097/3376 62% [====================================== ] 2098/3376 62% [====================================== ] 2099/3376 62% [====================================== ] 2100/3376 62% [====================================== ] 2101/3376 62% [====================================== ] 2102/3376 62% [====================================== ] 2103/3376 62% [====================================== ] 2104/3376 62% [====================================== ] 2105/3376 62% [====================================== ] 2106/3376 62% [====================================== ] 2107/3376 62% [====================================== ] 2108/3376 62% [====================================== ] 2109/3376 62% [====================================== ] 2110/3376 62% [====================================== ] 2111/3376 62% [====================================== ] 2112/3376 62% [====================================== ] 2113/3376 62% [====================================== ] 2114/3376 62% [====================================== ] 2115/3376 62% [====================================== ] 2116/3376 62% [====================================== ] 2117/3376 62% [====================================== ] 2118/3376 62% [====================================== ] 2119/3376 62% [====================================== ] 2120/3376 62% [====================================== ] 2121/3376 62% [====================================== ] 2122/3376 62% [====================================== ] 2123/3376 62% [======================================= ] 2124/3376 62% [======================================= ] 2125/3376 62% [======================================= ] 2126/3376 62% [======================================= ] 2127/3376 63% [======================================= ] 2128/3376 63% [======================================= ] 2129/3376 63% [======================================= ] 2130/3376 63% [======================================= ] 2131/3376 63% [======================================= ] 2132/3376 63% [======================================= ] 2133/3376 63% [======================================= ] 2134/3376 63% [======================================= ] 2135/3376 63% [======================================= ] 2136/3376 63% [======================================= ] 2137/3376 63% [======================================= ] 2138/3376 63% [======================================= ] 2139/3376 63% [======================================= ] 2140/3376 63% [======================================= ] 2141/3376 63% [======================================= ] 2142/3376 63% [======================================= ] 2143/3376 63% [======================================= ] 2144/3376 63% [======================================= ] 2145/3376 63% [======================================= ] 2146/3376 63% [======================================= ] 2147/3376 63% [======================================= ] 2148/3376 63% [======================================= ] 2149/3376 63% [======================================= ] 2150/3376 63% [======================================= ] 2151/3376 63% [======================================= ] 2152/3376 63% [======================================= ] 2153/3376 63% [======================================= ] 2154/3376 63% [======================================= ] 2155/3376 63% [======================================= ] 2156/3376 63% [======================================= ] 2157/3376 63% [======================================= ] 2158/3376 63% [======================================= ] 2159/3376 63% [======================================= ] 2160/3376 63% [======================================= ] 2161/3376 64% [======================================= ] 2162/3376 64% [======================================= ] 2163/3376 64% [======================================= ] 2164/3376 64% [======================================= ] 2165/3376 64% [======================================= ] 2166/3376 64% [======================================= ] 2167/3376 64% [======================================= ] 2168/3376 64% [======================================= ] 2169/3376 64% [======================================= ] 2170/3376 64% [======================================= ] 2171/3376 64% [======================================= ] 2172/3376 64% [======================================= ] 2173/3376 64% [======================================= ] 2174/3376 64% [======================================= ] 2175/3376 64% [======================================= ] 2176/3376 64% [======================================= ] 2177/3376 64% [======================================= ] 2178/3376 64% [======================================== ] 2179/3376 64% [======================================== ] 2180/3376 64% [======================================== ] 2181/3376 64% [======================================== ] 2182/3376 64% [======================================== ] 2183/3376 64% [======================================== ] 2184/3376 64% [======================================== ] 2185/3376 64% [======================================== ] 2186/3376 64% [======================================== ] 2187/3376 64% [======================================== ] 2188/3376 64% [======================================== ] 2189/3376 64% [======================================== ] 2190/3376 64% [======================================== ] 2191/3376 64% [======================================== ] 2192/3376 64% [======================================== ] 2193/3376 64% [======================================== ] 2194/3376 64% [======================================== ] 2195/3376 65% [======================================== ] 2196/3376 65% [======================================== ] 2197/3376 65% [======================================== ] 2198/3376 65% [======================================== ] 2199/3376 65% [======================================== ] 2200/3376 65% [======================================== ] 2201/3376 65% [======================================== ] 2202/3376 65% [======================================== ] 2203/3376 65% [======================================== ] 2204/3376 65% [======================================== ] 2205/3376 65% [======================================== ] 2206/3376 65% [======================================== ] 2207/3376 65% [======================================== ] 2208/3376 65% [======================================== ] 2209/3376 65% [======================================== ] 2210/3376 65% [======================================== ] 2211/3376 65% [======================================== ] 2212/3376 65% [======================================== ] 2213/3376 65% [======================================== ] 2214/3376 65% [======================================== ] 2215/3376 65% [======================================== ] 2216/3376 65% [======================================== ] 2217/3376 65% [======================================== ] 2218/3376 65% [======================================== ] 2219/3376 65% [======================================== ] 2220/3376 65% [======================================== ] 2221/3376 65% [======================================== ] 2222/3376 65% [======================================== ] 2223/3376 65% [======================================== ] 2224/3376 65% [======================================== ] 2225/3376 65% [======================================== ] 2226/3376 65% [======================================== ] 2227/3376 65% [======================================== ] 2228/3376 65% [======================================== ] 2229/3376 66% [======================================== ] 2230/3376 66% [======================================== ] 2231/3376 66% [======================================== ] 2232/3376 66% [========================================= ] 2233/3376 66% [========================================= ] 2234/3376 66% [========================================= ] 2235/3376 66% [========================================= ] 2236/3376 66% [========================================= ] 2237/3376 66% [========================================= ] 2238/3376 66% [========================================= ] 2239/3376 66% [========================================= ] 2240/3376 66% [========================================= ] 2241/3376 66% [========================================= ] 2242/3376 66% [========================================= ] 2243/3376 66% [========================================= ] 2244/3376 66% [========================================= ] 2245/3376 66% [========================================= ] 2246/3376 66% [========================================= ] 2247/3376 66% [========================================= ] 2248/3376 66% [========================================= ] 2249/3376 66% [========================================= ] 2250/3376 66% [========================================= ] 2251/3376 66% [========================================= ] 2252/3376 66% [========================================= ] 2253/3376 66% [========================================= ] 2254/3376 66% [========================================= ] 2255/3376 66% [========================================= ] 2256/3376 66% [========================================= ] 2257/3376 66% [========================================= ] 2258/3376 66% [========================================= ] 2259/3376 66% [========================================= ] 2260/3376 66% [========================================= ] 2261/3376 66% [========================================= ] 2262/3376 67% [========================================= ] 2263/3376 67% [========================================= ] 2264/3376 67% [========================================= ] 2265/3376 67% [========================================= ] 2266/3376 67% [========================================= ] 2267/3376 67% [========================================= ] 2268/3376 67% [========================================= ] 2269/3376 67% [========================================= ] 2270/3376 67% [========================================= ] 2271/3376 67% [========================================= ] 2272/3376 67% [========================================= ] 2273/3376 67% [========================================= ] 2274/3376 67% [========================================= ] 2275/3376 67% [========================================= ] 2276/3376 67% [========================================= ] 2277/3376 67% [========================================= ] 2278/3376 67% [========================================= ] 2279/3376 67% [========================================= ] 2280/3376 67% [========================================= ] 2281/3376 67% [========================================= ] 2282/3376 67% [========================================= ] 2283/3376 67% [========================================= ] 2284/3376 67% [========================================= ] 2285/3376 67% [========================================= ] 2286/3376 67% [========================================== ] 2287/3376 67% [========================================== ] 2288/3376 67% [========================================== ] 2289/3376 67% [========================================== ] 2290/3376 67% [========================================== ] 2291/3376 67% [========================================== ] 2292/3376 67% [========================================== ] 2293/3376 67% [========================================== ] 2294/3376 67% [========================================== ] 2295/3376 67% [========================================== ] 2296/3376 68% [========================================== ] 2297/3376 68% [========================================== ] 2298/3376 68% [========================================== ] 2299/3376 68% [========================================== ] 2300/3376 68% [========================================== ] 2301/3376 68% [========================================== ] 2302/3376 68% [========================================== ] 2303/3376 68% [========================================== ] 2304/3376 68% [========================================== ] 2305/3376 68% [========================================== ] 2306/3376 68% [========================================== ] 2307/3376 68% [========================================== ] 2308/3376 68% [========================================== ] 2309/3376 68% [========================================== ] 2310/3376 68% [========================================== ] 2311/3376 68% [========================================== ] 2312/3376 68% [========================================== ] 2313/3376 68% [========================================== ] 2314/3376 68% [========================================== ] 2315/3376 68% [========================================== ] 2316/3376 68% [========================================== ] 2317/3376 68% [========================================== ] 2318/3376 68% [========================================== ] 2319/3376 68% [========================================== ] 2320/3376 68% [========================================== ] 2321/3376 68% [========================================== ] 2322/3376 68% [========================================== ] 2323/3376 68% [========================================== ] 2324/3376 68% [========================================== ] 2325/3376 68% [========================================== ] 2326/3376 68% [========================================== ] 2327/3376 68% [========================================== ] 2328/3376 68% [========================================== ] 2329/3376 68% [========================================== ] 2330/3376 69% [========================================== ] 2331/3376 69% [========================================== ] 2332/3376 69% [========================================== ] 2333/3376 69% [========================================== ] 2334/3376 69% [========================================== ] 2335/3376 69% [========================================== ] 2336/3376 69% [========================================== ] 2337/3376 69% [========================================== ] 2338/3376 69% [========================================== ] 2339/3376 69% [========================================== ] 2340/3376 69% [========================================== ] 2341/3376 69% [=========================================== ] 2342/3376 69% [=========================================== ] 2343/3376 69% [=========================================== ] 2344/3376 69% [=========================================== ] 2345/3376 69% [=========================================== ] 2346/3376 69% [=========================================== ] 2347/3376 69% [=========================================== ] 2348/3376 69% [=========================================== ] 2349/3376 69% [=========================================== ] 2350/3376 69% [=========================================== ] 2351/3376 69% [=========================================== ] 2352/3376 69% [=========================================== ] 2353/3376 69% [=========================================== ] 2354/3376 69% [=========================================== ] 2355/3376 69% [=========================================== ] 2356/3376 69% [=========================================== ] 2357/3376 69% [=========================================== ] 2358/3376 69% [=========================================== ] 2359/3376 69% [=========================================== ] 2360/3376 69% [=========================================== ] 2361/3376 69% [=========================================== ] 2362/3376 69% [=========================================== ] 2363/3376 69% [=========================================== ] 2364/3376 70% [=========================================== ] 2365/3376 70% [=========================================== ] 2366/3376 70% [=========================================== ] 2367/3376 70% [=========================================== ] 2368/3376 70% [=========================================== ] 2369/3376 70% [=========================================== ] 2370/3376 70% [=========================================== ] 2371/3376 70% [=========================================== ] 2372/3376 70% [=========================================== ] 2373/3376 70% [=========================================== ] 2374/3376 70% [=========================================== ] 2375/3376 70% [=========================================== ] 2376/3376 70% [=========================================== ] 2377/3376 70% [=========================================== ] 2378/3376 70% [=========================================== ] 2379/3376 70% [=========================================== ] 2380/3376 70% [=========================================== ] 2381/3376 70% [=========================================== ] 2382/3376 70% [=========================================== ] 2383/3376 70% [=========================================== ] 2384/3376 70% [=========================================== ] 2385/3376 70% [=========================================== ] 2386/3376 70% [=========================================== ] 2387/3376 70% [=========================================== ] 2388/3376 70% [=========================================== ] 2389/3376 70% [=========================================== ] 2390/3376 70% [=========================================== ] 2391/3376 70% [=========================================== ] 2392/3376 70% [=========================================== ] 2393/3376 70% [=========================================== ] 2394/3376 70% [=========================================== ] 2395/3376 70% [============================================ ] 2396/3376 70% [============================================ ] 2397/3376 71% [============================================ ] 2398/3376 71% [============================================ ] 2399/3376 71% [============================================ ] 2400/3376 71% [============================================ ] 2401/3376 71% [============================================ ] 2402/3376 71% [============================================ ] 2403/3376 71% [============================================ ] 2404/3376 71% [============================================ ] 2405/3376 71% [============================================ ] 2406/3376 71% [============================================ ] 2407/3376 71% [============================================ ] 2408/3376 71% [============================================ ] 2409/3376 71% [============================================ ] 2410/3376 71% [============================================ ] 2411/3376 71% [============================================ ] 2412/3376 71% [============================================ ] 2413/3376 71% [============================================ ] 2414/3376 71% [============================================ ] 2415/3376 71% [============================================ ] 2416/3376 71% [============================================ ] 2417/3376 71% [============================================ ] 2418/3376 71% [============================================ ] 2419/3376 71% [============================================ ] 2420/3376 71% [============================================ ] 2421/3376 71% [============================================ ] 2422/3376 71% [============================================ ] 2423/3376 71% [============================================ ] 2424/3376 71% [============================================ ] 2425/3376 71% [============================================ ] 2426/3376 71% [============================================ ] 2427/3376 71% [============================================ ] 2428/3376 71% [============================================ ] 2429/3376 71% [============================================ ] 2430/3376 71% [============================================ ] 2431/3376 72% [============================================ ] 2432/3376 72% [============================================ ] 2433/3376 72% [============================================ ] 2434/3376 72% [============================================ ] 2435/3376 72% [============================================ ] 2436/3376 72% [============================================ ] 2437/3376 72% [============================================ ] 2438/3376 72% [============================================ ] 2439/3376 72% [============================================ ] 2440/3376 72% [============================================ ] 2441/3376 72% [============================================ ] 2442/3376 72% [============================================ ] 2443/3376 72% [============================================ ] 2444/3376 72% [============================================ ] 2445/3376 72% [============================================ ] 2446/3376 72% [============================================ ] 2447/3376 72% [============================================ ] 2448/3376 72% [============================================ ] 2449/3376 72% [============================================ ] 2450/3376 72% [============================================= ] 2451/3376 72% [============================================= ] 2452/3376 72% [============================================= ] 2453/3376 72% [============================================= ] 2454/3376 72% [============================================= ] 2455/3376 72% [============================================= ] 2456/3376 72% [============================================= ] 2457/3376 72% [============================================= ] 2458/3376 72% [============================================= ] 2459/3376 72% [============================================= ] 2460/3376 72% [============================================= ] 2461/3376 72% [============================================= ] 2462/3376 72% [============================================= ] 2463/3376 72% [============================================= ] 2464/3376 72% [============================================= ] 2465/3376 73% [============================================= ] 2466/3376 73% [============================================= ] 2467/3376 73% [============================================= ] 2468/3376 73% [============================================= ] 2469/3376 73% [============================================= ] 2470/3376 73% [============================================= ] 2471/3376 73% [============================================= ] 2472/3376 73% [============================================= ] 2473/3376 73% [============================================= ] 2474/3376 73% [============================================= ] 2475/3376 73% [============================================= ] 2476/3376 73% [============================================= ] 2477/3376 73% [============================================= ] 2478/3376 73% [============================================= ] 2479/3376 73% [============================================= ] 2480/3376 73% [============================================= ] 2481/3376 73% [============================================= ] 2482/3376 73% [============================================= ] 2483/3376 73% [============================================= ] 2484/3376 73% [============================================= ] 2485/3376 73% [============================================= ] 2486/3376 73% [============================================= ] 2487/3376 73% [============================================= ] 2488/3376 73% [============================================= ] 2489/3376 73% [============================================= ] 2490/3376 73% [============================================= ] 2491/3376 73% [============================================= ] 2492/3376 73% [============================================= ] 2493/3376 73% [============================================= ] 2494/3376 73% [============================================= ] 2495/3376 73% [============================================= ] 2496/3376 73% [============================================= ] 2497/3376 73% [============================================= ] 2498/3376 73% [============================================= ] 2499/3376 74% [============================================= ] 2500/3376 74% [============================================= ] 2501/3376 74% [============================================= ] 2502/3376 74% [============================================= ] 2503/3376 74% [============================================= ] 2504/3376 74% [============================================== ] 2505/3376 74% [============================================== ] 2506/3376 74% [============================================== ] 2507/3376 74% [============================================== ] 2508/3376 74% [============================================== ] 2509/3376 74% [============================================== ] 2510/3376 74% [============================================== ] 2511/3376 74% [============================================== ] 2512/3376 74% [============================================== ] 2513/3376 74% [============================================== ] 2514/3376 74% [============================================== ] 2515/3376 74% [============================================== ] 2516/3376 74% [============================================== ] 2517/3376 74% [============================================== ] 2518/3376 74% [============================================== ] 2519/3376 74% [============================================== ] 2520/3376 74% [============================================== ] 2521/3376 74% [============================================== ] 2522/3376 74% [============================================== ] 2523/3376 74% [============================================== ] 2524/3376 74% [============================================== ] 2525/3376 74% [============================================== ] 2526/3376 74% [============================================== ] 2527/3376 74% [============================================== ] 2528/3376 74% [============================================== ] 2529/3376 74% [============================================== ] 2530/3376 74% [============================================== ] 2531/3376 74% [============================================== ] 2532/3376 75% [============================================== ] 2533/3376 75% [============================================== ] 2534/3376 75% [============================================== ] 2535/3376 75% [============================================== ] 2536/3376 75% [============================================== ] 2537/3376 75% [============================================== ] 2538/3376 75% [============================================== ] 2539/3376 75% [============================================== ] 2540/3376 75% [============================================== ] 2541/3376 75% [============================================== ] 2542/3376 75% [============================================== ] 2543/3376 75% [============================================== ] 2544/3376 75% [============================================== ] 2545/3376 75% [============================================== ] 2546/3376 75% [============================================== ] 2547/3376 75% [============================================== ] 2548/3376 75% [============================================== ] 2549/3376 75% [============================================== ] 2550/3376 75% [============================================== ] 2551/3376 75% [============================================== ] 2552/3376 75% [============================================== ] 2553/3376 75% [============================================== ] 2554/3376 75% [============================================== ] 2555/3376 75% [============================================== ] 2556/3376 75% [============================================== ] 2557/3376 75% [============================================== ] 2558/3376 75% [============================================== ] 2559/3376 75% [=============================================== ] 2560/3376 75% [=============================================== ] 2561/3376 75% [=============================================== ] 2562/3376 75% [=============================================== ] 2563/3376 75% [=============================================== ] 2564/3376 75% [=============================================== ] 2565/3376 75% [=============================================== ] 2566/3376 76% [=============================================== ] 2567/3376 76% [=============================================== ] 2568/3376 76% [=============================================== ] 2569/3376 76% [=============================================== ] 2570/3376 76% [=============================================== ] 2571/3376 76% [=============================================== ] 2572/3376 76% [=============================================== ] 2573/3376 76% [=============================================== ] 2574/3376 76% [=============================================== ] 2575/3376 76% [=============================================== ] 2576/3376 76% [=============================================== ] 2577/3376 76% [=============================================== ] 2578/3376 76% [=============================================== ] 2579/3376 76% [=============================================== ] 2580/3376 76% [=============================================== ] 2581/3376 76% [=============================================== ] 2582/3376 76% [=============================================== ] 2583/3376 76% [=============================================== ] 2584/3376 76% [=============================================== ] 2585/3376 76% [=============================================== ] 2586/3376 76% [=============================================== ] 2587/3376 76% [=============================================== ] 2588/3376 76% [=============================================== ] 2589/3376 76% [=============================================== ] 2590/3376 76% [=============================================== ] 2591/3376 76% [=============================================== ] 2592/3376 76% [=============================================== ] 2593/3376 76% [=============================================== ] 2594/3376 76% [=============================================== ] 2595/3376 76% [=============================================== ] 2596/3376 76% [=============================================== ] 2597/3376 76% [=============================================== ] 2598/3376 76% [=============================================== ] 2599/3376 76% [=============================================== ] 2600/3376 77% [=============================================== ] 2601/3376 77% [=============================================== ] 2602/3376 77% [=============================================== ] 2603/3376 77% [=============================================== ] 2604/3376 77% [=============================================== ] 2605/3376 77% [=============================================== ] 2606/3376 77% [=============================================== ] 2607/3376 77% [=============================================== ] 2608/3376 77% [=============================================== ] 2609/3376 77% [=============================================== ] 2610/3376 77% [=============================================== ] 2611/3376 77% [=============================================== ] 2612/3376 77% [=============================================== ] 2613/3376 77% [================================================ ] 2614/3376 77% [================================================ ] 2615/3376 77% [================================================ ] 2616/3376 77% [================================================ ] 2617/3376 77% [================================================ ] 2618/3376 77% [================================================ ] 2619/3376 77% [================================================ ] 2620/3376 77% [================================================ ] 2621/3376 77% [================================================ ] 2622/3376 77% [================================================ ] 2623/3376 77% [================================================ ] 2624/3376 77% [================================================ ] 2625/3376 77% [================================================ ] 2626/3376 77% [================================================ ] 2627/3376 77% [================================================ ] 2628/3376 77% [================================================ ] 2629/3376 77% [================================================ ] 2630/3376 77% [================================================ ] 2631/3376 77% [================================================ ] 2632/3376 77% [================================================ ] 2633/3376 77% [================================================ ] 2634/3376 78% [================================================ ] 2635/3376 78% [================================================ ] 2636/3376 78% [================================================ ] 2637/3376 78% [================================================ ] 2638/3376 78% [================================================ ] 2639/3376 78% [================================================ ] 2640/3376 78% [================================================ ] 2641/3376 78% [================================================ ] 2642/3376 78% [================================================ ] 2643/3376 78% [================================================ ] 2644/3376 78% [================================================ ] 2645/3376 78% [================================================ ] 2646/3376 78% [================================================ ] 2647/3376 78% [================================================ ] 2648/3376 78% [================================================ ] 2649/3376 78% [================================================ ] 2650/3376 78% [================================================ ] 2651/3376 78% [================================================ ] 2652/3376 78% [================================================ ] 2653/3376 78% [================================================ ] 2654/3376 78% [================================================ ] 2655/3376 78% [================================================ ] 2656/3376 78% [================================================ ] 2657/3376 78% [================================================ ] 2658/3376 78% [================================================ ] 2659/3376 78% [================================================ ] 2660/3376 78% [================================================ ] 2661/3376 78% [================================================ ] 2662/3376 78% [================================================ ] 2663/3376 78% [================================================ ] 2664/3376 78% [================================================ ] 2665/3376 78% [================================================ ] 2666/3376 78% [================================================ ] 2667/3376 78% [================================================ ] 2668/3376 79% [================================================= ] 2669/3376 79% [================================================= ] 2670/3376 79% [================================================= ] 2671/3376 79% [================================================= ] 2672/3376 79% [================================================= ] 2673/3376 79% [================================================= ] 2674/3376 79% [================================================= ] 2675/3376 79% [================================================= ] 2676/3376 79% [================================================= ] 2677/3376 79% [================================================= ] 2678/3376 79% [================================================= ] 2679/3376 79% [================================================= ] 2680/3376 79% [================================================= ] 2681/3376 79% [================================================= ] 2682/3376 79% [================================================= ] 2683/3376 79% [================================================= ] 2684/3376 79% [================================================= ] 2685/3376 79% [================================================= ] 2686/3376 79% [================================================= ] 2687/3376 79% [================================================= ] 2688/3376 79% [================================================= ] 2689/3376 79% [================================================= ] 2690/3376 79% [================================================= ] 2691/3376 79% [================================================= ] 2692/3376 79% [================================================= ] 2693/3376 79% [================================================= ] 2694/3376 79% [================================================= ] 2695/3376 79% [================================================= ] 2696/3376 79% [================================================= ] 2697/3376 79% [================================================= ] 2698/3376 79% [================================================= ] 2699/3376 79% [================================================= ] 2700/3376 79% [================================================= ] 2701/3376 80% [================================================= ] 2702/3376 80% [================================================= ] 2703/3376 80% [================================================= ] 2704/3376 80% [================================================= ] 2705/3376 80% [================================================= ] 2706/3376 80% [================================================= ] 2707/3376 80% [================================================= ] 2708/3376 80% [================================================= ] 2709/3376 80% [================================================= ] 2710/3376 80% [================================================= ] 2711/3376 80% [================================================= ] 2712/3376 80% [================================================= ] 2713/3376 80% [================================================= ] 2714/3376 80% [================================================= ] 2715/3376 80% [================================================= ] 2716/3376 80% [================================================= ] 2717/3376 80% [================================================= ] 2718/3376 80% [================================================= ] 2719/3376 80% [================================================= ] 2720/3376 80% [================================================= ] 2721/3376 80% [================================================= ] 2722/3376 80% [================================================== ] 2723/3376 80% [================================================== ] 2724/3376 80% [================================================== ] 2725/3376 80% [================================================== ] 2726/3376 80% [================================================== ] 2727/3376 80% [================================================== ] 2728/3376 80% [================================================== ] 2729/3376 80% [================================================== ] 2730/3376 80% [================================================== ] 2731/3376 80% [================================================== ] 2732/3376 80% [================================================== ] 2733/3376 80% [================================================== ] 2734/3376 80% [================================================== ] 2735/3376 81% [================================================== ] 2736/3376 81% [================================================== ] 2737/3376 81% [================================================== ] 2738/3376 81% [================================================== ] 2739/3376 81% [================================================== ] 2740/3376 81% [================================================== ] 2741/3376 81% [================================================== ] 2742/3376 81% [================================================== ] 2743/3376 81% [================================================== ] 2744/3376 81% [================================================== ] 2745/3376 81% [================================================== ] 2746/3376 81% [================================================== ] 2747/3376 81% [================================================== ] 2748/3376 81% [================================================== ] 2749/3376 81% [================================================== ] 2750/3376 81% [================================================== ] 2751/3376 81% [================================================== ] 2752/3376 81% [================================================== ] 2753/3376 81% [================================================== ] 2754/3376 81% [================================================== ] 2755/3376 81% [================================================== ] 2756/3376 81% [================================================== ] 2757/3376 81% [================================================== ] 2758/3376 81% [================================================== ] 2759/3376 81% [================================================== ] 2760/3376 81% [================================================== ] 2761/3376 81% [================================================== ] 2762/3376 81% [================================================== ] 2763/3376 81% [================================================== ] 2764/3376 81% [================================================== ] 2765/3376 81% [================================================== ] 2766/3376 81% [================================================== ] 2767/3376 81% [================================================== ] 2768/3376 81% [================================================== ] 2769/3376 82% [================================================== ] 2770/3376 82% [================================================== ] 2771/3376 82% [================================================== ] 2772/3376 82% [================================================== ] 2773/3376 82% [================================================== ] 2774/3376 82% [================================================== ] 2775/3376 82% [================================================== ] 2776/3376 82% [================================================== ] 2777/3376 82% [=================================================== ] 2778/3376 82% [=================================================== ] 2779/3376 82% [=================================================== ] 2780/3376 82% [=================================================== ] 2781/3376 82% [=================================================== ] 2782/3376 82% [=================================================== ] 2783/3376 82% [=================================================== ] 2784/3376 82% [=================================================== ] 2785/3376 82% [=================================================== ] 2786/3376 82% [=================================================== ] 2787/3376 82% [=================================================== ] 2788/3376 82% [=================================================== ] 2789/3376 82% [=================================================== ] 2790/3376 82% [=================================================== ] 2791/3376 82% [=================================================== ] 2792/3376 82% [=================================================== ] 2793/3376 82% [=================================================== ] 2794/3376 82% [=================================================== ] 2795/3376 82% [=================================================== ] 2796/3376 82% [=================================================== ] 2797/3376 82% [=================================================== ] 2798/3376 82% [=================================================== ] 2799/3376 82% [=================================================== ] 2800/3376 82% [=================================================== ] 2801/3376 82% [=================================================== ] 2802/3376 82% [=================================================== ] 2803/3376 83% [=================================================== ] 2804/3376 83% [=================================================== ] 2805/3376 83% [=================================================== ] 2806/3376 83% [=================================================== ] 2807/3376 83% [=================================================== ] 2808/3376 83% [=================================================== ] 2809/3376 83% [=================================================== ] 2810/3376 83% [=================================================== ] 2811/3376 83% [=================================================== ] 2812/3376 83% [=================================================== ] 2813/3376 83% [=================================================== ] 2814/3376 83% [=================================================== ] 2815/3376 83% [=================================================== ] 2816/3376 83% [=================================================== ] 2817/3376 83% [=================================================== ] 2818/3376 83% [=================================================== ] 2819/3376 83% [=================================================== ] 2820/3376 83% [=================================================== ] 2821/3376 83% [=================================================== ] 2822/3376 83% [=================================================== ] 2823/3376 83% [=================================================== ] 2824/3376 83% [=================================================== ] 2825/3376 83% [=================================================== ] 2826/3376 83% [=================================================== ] 2827/3376 83% [=================================================== ] 2828/3376 83% [=================================================== ] 2829/3376 83% [=================================================== ] 2830/3376 83% [=================================================== ] 2831/3376 83% [==================================================== ] 2832/3376 83% [==================================================== ] 2833/3376 83% [==================================================== ] 2834/3376 83% [==================================================== ] 2835/3376 83% [==================================================== ] 2836/3376 84% [==================================================== ] 2837/3376 84% [==================================================== ] 2838/3376 84% [==================================================== ] 2839/3376 84% [==================================================== ] 2840/3376 84% [==================================================== ] 2841/3376 84% [==================================================== ] 2842/3376 84% [==================================================== ] 2843/3376 84% [==================================================== ] 2844/3376 84% [==================================================== ] 2845/3376 84% [==================================================== ] 2846/3376 84% [==================================================== ] 2847/3376 84% [==================================================== ] 2848/3376 84% [==================================================== ] 2849/3376 84% [==================================================== ] 2850/3376 84% [==================================================== ] 2851/3376 84% [==================================================== ] 2852/3376 84% [==================================================== ] 2853/3376 84% [==================================================== ] 2854/3376 84% [==================================================== ] 2855/3376 84% [==================================================== ] 2856/3376 84% [==================================================== ] 2857/3376 84% [==================================================== ] 2858/3376 84% [==================================================== ] 2859/3376 84% [==================================================== ] 2860/3376 84% [==================================================== ] 2861/3376 84% [==================================================== ] 2862/3376 84% [==================================================== ] 2863/3376 84% [==================================================== ] 2864/3376 84% [==================================================== ] 2865/3376 84% [==================================================== ] 2866/3376 84% [==================================================== ] 2867/3376 84% [==================================================== ] 2868/3376 84% [==================================================== ] 2869/3376 84% [==================================================== ] 2870/3376 85% [==================================================== ] 2871/3376 85% [==================================================== ] 2872/3376 85% [==================================================== ] 2873/3376 85% [==================================================== ] 2874/3376 85% [==================================================== ] 2875/3376 85% [==================================================== ] 2876/3376 85% [==================================================== ] 2877/3376 85% [==================================================== ] 2878/3376 85% [==================================================== ] 2879/3376 85% [==================================================== ] 2880/3376 85% [==================================================== ] 2881/3376 85% [==================================================== ] 2882/3376 85% [==================================================== ] 2883/3376 85% [==================================================== ] 2884/3376 85% [==================================================== ] 2885/3376 85% [===================================================== ] 2886/3376 85% [===================================================== ] 2887/3376 85% [===================================================== ] 2888/3376 85% [===================================================== ] 2889/3376 85% [===================================================== ] 2890/3376 85% [===================================================== ] 2891/3376 85% [===================================================== ] 2892/3376 85% [===================================================== ] 2893/3376 85% [===================================================== ] 2894/3376 85% [===================================================== ] 2895/3376 85% [===================================================== ] 2896/3376 85% [===================================================== ] 2897/3376 85% [===================================================== ] 2898/3376 85% [===================================================== ] 2899/3376 85% [===================================================== ] 2900/3376 85% [===================================================== ] 2901/3376 85% [===================================================== ] 2902/3376 85% [===================================================== ] 2903/3376 85% [===================================================== ] 2904/3376 86% [===================================================== ] 2905/3376 86% [===================================================== ] 2906/3376 86% [===================================================== ] 2907/3376 86% [===================================================== ] 2908/3376 86% [===================================================== ] 2909/3376 86% [===================================================== ] 2910/3376 86% [===================================================== ] 2911/3376 86% [===================================================== ] 2912/3376 86% [===================================================== ] 2913/3376 86% [===================================================== ] 2914/3376 86% [===================================================== ] 2915/3376 86% [===================================================== ] 2916/3376 86% [===================================================== ] 2917/3376 86% [===================================================== ] 2918/3376 86% [===================================================== ] 2919/3376 86% [===================================================== ] 2920/3376 86% [===================================================== ] 2921/3376 86% [===================================================== ] 2922/3376 86% [===================================================== ] 2923/3376 86% [===================================================== ] 2924/3376 86% [===================================================== ] 2925/3376 86% [===================================================== ] 2926/3376 86% [===================================================== ] 2927/3376 86% [===================================================== ] 2928/3376 86% [===================================================== ] 2929/3376 86% [===================================================== ] 2930/3376 86% [===================================================== ] 2931/3376 86% [===================================================== ] 2932/3376 86% [===================================================== ] 2933/3376 86% [===================================================== ] 2934/3376 86% [===================================================== ] 2935/3376 86% [===================================================== ] 2936/3376 86% [===================================================== ] 2937/3376 86% [===================================================== ] 2938/3376 87% [===================================================== ] 2939/3376 87% [===================================================== ] 2940/3376 87% [====================================================== ] 2941/3376 87% [====================================================== ] 2942/3376 87% [====================================================== ] 2943/3376 87% [====================================================== ] 2944/3376 87% [====================================================== ] 2945/3376 87% [====================================================== ] 2946/3376 87% [====================================================== ] 2947/3376 87% [====================================================== ] 2948/3376 87% [====================================================== ] 2949/3376 87% [====================================================== ] 2950/3376 87% [====================================================== ] 2951/3376 87% [====================================================== ] 2952/3376 87% [====================================================== ] 2953/3376 87% [====================================================== ] 2954/3376 87% [====================================================== ] 2955/3376 87% [====================================================== ] 2956/3376 87% [====================================================== ] 2957/3376 87% [====================================================== ] 2958/3376 87% [====================================================== ] 2959/3376 87% [====================================================== ] 2960/3376 87% [====================================================== ] 2961/3376 87% [====================================================== ] 2962/3376 87% [====================================================== ] 2963/3376 87% [====================================================== ] 2964/3376 87% [====================================================== ] 2965/3376 87% [====================================================== ] 2966/3376 87% [====================================================== ] 2967/3376 87% [====================================================== ] 2968/3376 87% [====================================================== ] 2969/3376 87% [====================================================== ] 2970/3376 87% [====================================================== ] 2971/3376 88% [====================================================== ] 2972/3376 88% [====================================================== ] 2973/3376 88% [====================================================== ] 2974/3376 88% [====================================================== ] 2975/3376 88% [====================================================== ] 2976/3376 88% [====================================================== ] 2977/3376 88% [====================================================== ] 2978/3376 88% [====================================================== ] 2979/3376 88% [====================================================== ] 2980/3376 88% [====================================================== ] 2981/3376 88% [====================================================== ] 2982/3376 88% [====================================================== ] 2983/3376 88% [====================================================== ] 2984/3376 88% [====================================================== ] 2985/3376 88% [====================================================== ] 2986/3376 88% [====================================================== ] 2987/3376 88% [====================================================== ] 2988/3376 88% [====================================================== ] 2989/3376 88% [====================================================== ] 2990/3376 88% [====================================================== ] 2991/3376 88% [====================================================== ] 2992/3376 88% [====================================================== ] 2993/3376 88% [====================================================== ] 2994/3376 88% [======================================================= ] 2995/3376 88% [======================================================= ] 2996/3376 88% [======================================================= ] 2997/3376 88% [======================================================= ] 2998/3376 88% [======================================================= ] 2999/3376 88% [======================================================= ] 3000/3376 88% [======================================================= ] 3001/3376 88% [======================================================= ] 3002/3376 88% [======================================================= ] 3003/3376 88% [======================================================= ] 3004/3376 88% [======================================================= ] 3005/3376 89% [======================================================= ] 3006/3376 89% [======================================================= ] 3007/3376 89% [======================================================= ] 3008/3376 89% [======================================================= ] 3009/3376 89% [======================================================= ] 3010/3376 89% [======================================================= ] 3011/3376 89% [======================================================= ] 3012/3376 89% [======================================================= ] 3013/3376 89% [======================================================= ] 3014/3376 89% [======================================================= ] 3015/3376 89% [======================================================= ] 3016/3376 89% [======================================================= ] 3017/3376 89% [======================================================= ] 3018/3376 89% [======================================================= ] 3019/3376 89% [======================================================= ] 3020/3376 89% [======================================================= ] 3021/3376 89% [======================================================= ] 3022/3376 89% [======================================================= ] 3023/3376 89% [======================================================= ] 3024/3376 89% [======================================================= ] 3025/3376 89% [======================================================= ] 3026/3376 89% [======================================================= ] 3027/3376 89% [======================================================= ] 3028/3376 89% [======================================================= ] 3029/3376 89% [======================================================= ] 3030/3376 89% [======================================================= ] 3031/3376 89% [======================================================= ] 3032/3376 89% [======================================================= ] 3033/3376 89% [======================================================= ] 3034/3376 89% [======================================================= ] 3035/3376 89% [======================================================= ] 3036/3376 89% [======================================================= ] 3037/3376 89% [======================================================= ] 3038/3376 89% [======================================================= ] 3039/3376 90% [======================================================= ] 3040/3376 90% [======================================================= ] 3041/3376 90% [======================================================= ] 3042/3376 90% [======================================================= ] 3043/3376 90% [======================================================= ] 3044/3376 90% [======================================================= ] 3045/3376 90% [======================================================= ] 3046/3376 90% [======================================================= ] 3047/3376 90% [======================================================= ] 3048/3376 90% [======================================================= ] 3049/3376 90% [======================================================== ] 3050/3376 90% [======================================================== ] 3051/3376 90% [======================================================== ] 3052/3376 90% [======================================================== ] 3053/3376 90% [======================================================== ] 3054/3376 90% [======================================================== ] 3055/3376 90% [======================================================== ] 3056/3376 90% [======================================================== ] 3057/3376 90% [======================================================== ] 3058/3376 90% [======================================================== ] 3059/3376 90% [======================================================== ] 3060/3376 90% [======================================================== ] 3061/3376 90% [======================================================== ] 3062/3376 90% [======================================================== ] 3063/3376 90% [======================================================== ] 3064/3376 90% [======================================================== ] 3065/3376 90% [======================================================== ] 3066/3376 90% [======================================================== ] 3067/3376 90% [======================================================== ] 3068/3376 90% [======================================================== ] 3069/3376 90% [======================================================== ] 3070/3376 90% [======================================================== ] 3071/3376 90% [======================================================== ] 3072/3376 90% [======================================================== ] 3073/3376 91% [======================================================== ] 3074/3376 91% [======================================================== ] 3075/3376 91% [======================================================== ] 3076/3376 91% [======================================================== ] 3077/3376 91% [======================================================== ] 3078/3376 91% [======================================================== ] 3079/3376 91% [======================================================== ] 3080/3376 91% [======================================================== ] 3081/3376 91% [======================================================== ] 3082/3376 91% [======================================================== ] 3083/3376 91% [======================================================== ] 3084/3376 91% [======================================================== ] 3085/3376 91% [======================================================== ] 3086/3376 91% [======================================================== ] 3087/3376 91% [======================================================== ] 3088/3376 91% [======================================================== ] 3089/3376 91% [======================================================== ] 3090/3376 91% [======================================================== ] 3091/3376 91% [======================================================== ] 3092/3376 91% [======================================================== ] 3093/3376 91% [======================================================== ] 3094/3376 91% [======================================================== ] 3095/3376 91% [======================================================== ] 3096/3376 91% [======================================================== ] 3097/3376 91% [======================================================== ] 3098/3376 91% [======================================================== ] 3099/3376 91% [======================================================== ] 3100/3376 91% [======================================================== ] 3101/3376 91% [======================================================== ] 3102/3376 91% [======================================================== ] 3103/3376 91% [========================================================= ] 3104/3376 91% [========================================================= ] 3105/3376 91% [========================================================= ] 3106/3376 92% [========================================================= ] 3107/3376 92% [========================================================= ] 3108/3376 92% [========================================================= ] 3109/3376 92% [========================================================= ] 3110/3376 92% [========================================================= ] 3111/3376 92% [========================================================= ] 3112/3376 92% [========================================================= ] 3113/3376 92% [========================================================= ] 3114/3376 92% [========================================================= ] 3115/3376 92% [========================================================= ] 3116/3376 92% [========================================================= ] 3117/3376 92% [========================================================= ] 3118/3376 92% [========================================================= ] 3119/3376 92% [========================================================= ] 3120/3376 92% [========================================================= ] 3121/3376 92% [========================================================= ] 3122/3376 92% [========================================================= ] 3123/3376 92% [========================================================= ] 3124/3376 92% [========================================================= ] 3125/3376 92% [========================================================= ] 3126/3376 92% [========================================================= ] 3127/3376 92% [========================================================= ] 3128/3376 92% [========================================================= ] 3129/3376 92% [========================================================= ] 3130/3376 92% [========================================================= ] 3131/3376 92% [========================================================= ] 3132/3376 92% [========================================================= ] 3133/3376 92% [========================================================= ] 3134/3376 92% [========================================================= ] 3135/3376 92% [========================================================= ] 3136/3376 92% [========================================================= ] 3137/3376 92% [========================================================= ] 3138/3376 92% [========================================================= ] 3139/3376 92% [========================================================= ] 3140/3376 93% [========================================================= ] 3141/3376 93% [========================================================= ] 3142/3376 93% [========================================================= ] 3143/3376 93% [========================================================= ] 3144/3376 93% [========================================================= ] 3145/3376 93% [========================================================= ] 3146/3376 93% [========================================================= ] 3147/3376 93% [========================================================= ] 3148/3376 93% [========================================================= ] 3149/3376 93% [========================================================= ] 3150/3376 93% [========================================================= ] 3151/3376 93% [========================================================= ] 3152/3376 93% [========================================================= ] 3153/3376 93% [========================================================= ] 3154/3376 93% [========================================================= ] 3155/3376 93% [========================================================= ] 3156/3376 93% [========================================================= ] 3157/3376 93% [========================================================= ] 3158/3376 93% [========================================================== ] 3159/3376 93% [========================================================== ] 3160/3376 93% [========================================================== ] 3161/3376 93% [========================================================== ] 3162/3376 93% [========================================================== ] 3163/3376 93% [========================================================== ] 3164/3376 93% [========================================================== ] 3165/3376 93% [========================================================== ] 3166/3376 93% [========================================================== ] 3167/3376 93% [========================================================== ] 3168/3376 93% [========================================================== ] 3169/3376 93% [========================================================== ] 3170/3376 93% [========================================================== ] 3171/3376 93% [========================================================== ] 3172/3376 93% [========================================================== ] 3173/3376 93% [========================================================== ] 3174/3376 94% [========================================================== ] 3175/3376 94% [========================================================== ] 3176/3376 94% [========================================================== ] 3177/3376 94% [========================================================== ] 3178/3376 94% [========================================================== ] 3179/3376 94% [========================================================== ] 3180/3376 94% [========================================================== ] 3181/3376 94% [========================================================== ] 3182/3376 94% [========================================================== ] 3183/3376 94% [========================================================== ] 3184/3376 94% [========================================================== ] 3185/3376 94% [========================================================== ] 3186/3376 94% [========================================================== ] 3187/3376 94% [========================================================== ] 3188/3376 94% [========================================================== ] 3189/3376 94% [========================================================== ] 3190/3376 94% [========================================================== ] 3191/3376 94% [========================================================== ] 3192/3376 94% [========================================================== ] 3193/3376 94% [========================================================== ] 3194/3376 94% [========================================================== ] 3195/3376 94% [========================================================== ] 3196/3376 94% [========================================================== ] 3197/3376 94% [========================================================== ] 3198/3376 94% [========================================================== ] 3199/3376 94% [========================================================== ] 3200/3376 94% [========================================================== ] 3201/3376 94% [========================================================== ] 3202/3376 94% [========================================================== ] 3203/3376 94% [========================================================== ] 3204/3376 94% [========================================================== ] 3205/3376 94% [========================================================== ] 3206/3376 94% [========================================================== ] 3207/3376 94% [========================================================== ] 3208/3376 95% [========================================================== ] 3209/3376 95% [========================================================== ] 3210/3376 95% [========================================================== ] 3211/3376 95% [========================================================== ] 3212/3376 95% [=========================================================== ] 3213/3376 95% [=========================================================== ] 3214/3376 95% [=========================================================== ] 3215/3376 95% [=========================================================== ] 3216/3376 95% [=========================================================== ] 3217/3376 95% [=========================================================== ] 3218/3376 95% [=========================================================== ] 3219/3376 95% [=========================================================== ] 3220/3376 95% [=========================================================== ] 3221/3376 95% [=========================================================== ] 3222/3376 95% [=========================================================== ] 3223/3376 95% [=========================================================== ] 3224/3376 95% [=========================================================== ] 3225/3376 95% [=========================================================== ] 3226/3376 95% [=========================================================== ] 3227/3376 95% [=========================================================== ] 3228/3376 95% [=========================================================== ] 3229/3376 95% [=========================================================== ] 3230/3376 95% [=========================================================== ] 3231/3376 95% [=========================================================== ] 3232/3376 95% [=========================================================== ] 3233/3376 95% [=========================================================== ] 3234/3376 95% [=========================================================== ] 3235/3376 95% [=========================================================== ] 3236/3376 95% [=========================================================== ] 3237/3376 95% [=========================================================== ] 3238/3376 95% [=========================================================== ] 3239/3376 95% [=========================================================== ] 3240/3376 95% [=========================================================== ] 3241/3376 96% [=========================================================== ] 3242/3376 96% [=========================================================== ] 3243/3376 96% [=========================================================== ] 3244/3376 96% [=========================================================== ] 3245/3376 96% [=========================================================== ] 3246/3376 96% [=========================================================== ] 3247/3376 96% [=========================================================== ] 3248/3376 96% [=========================================================== ] 3249/3376 96% [=========================================================== ] 3250/3376 96% [=========================================================== ] 3251/3376 96% [=========================================================== ] 3252/3376 96% [=========================================================== ] 3253/3376 96% [=========================================================== ] 3254/3376 96% [=========================================================== ] 3255/3376 96% [=========================================================== ] 3256/3376 96% [=========================================================== ] 3257/3376 96% [=========================================================== ] 3258/3376 96% [=========================================================== ] 3259/3376 96% [=========================================================== ] 3260/3376 96% [=========================================================== ] 3261/3376 96% [=========================================================== ] 3262/3376 96% [=========================================================== ] 3263/3376 96% [=========================================================== ] 3264/3376 96% [=========================================================== ] 3265/3376 96% [=========================================================== ] 3266/3376 96% [=========================================================== ] 3267/3376 96% [============================================================ ] 3268/3376 96% [============================================================ ] 3269/3376 96% [============================================================ ] 3270/3376 96% [============================================================ ] 3271/3376 96% [============================================================ ] 3272/3376 96% [============================================================ ] 3273/3376 96% [============================================================ ] 3274/3376 96% [============================================================ ] 3275/3376 97% [============================================================ ] 3276/3376 97% [============================================================ ] 3277/3376 97% [============================================================ ] 3278/3376 97% [============================================================ ] 3279/3376 97% [============================================================ ] 3280/3376 97% [============================================================ ] 3281/3376 97% [============================================================ ] 3282/3376 97% [============================================================ ] 3283/3376 97% [============================================================ ] 3284/3376 97% [============================================================ ] 3285/3376 97% [============================================================ ] 3286/3376 97% [============================================================ ] 3287/3376 97% [============================================================ ] 3288/3376 97% [============================================================ ] 3289/3376 97% [============================================================ ] 3290/3376 97% [============================================================ ] 3291/3376 97% [============================================================ ] 3292/3376 97% [============================================================ ] 3293/3376 97% [============================================================ ] 3294/3376 97% [============================================================ ] 3295/3376 97% [============================================================ ] 3296/3376 97% [============================================================ ] 3297/3376 97% [============================================================ ] 3298/3376 97% [============================================================ ] 3299/3376 97% [============================================================ ] 3300/3376 97% [============================================================ ] 3301/3376 97% [============================================================ ] 3302/3376 97% [============================================================ ] 3303/3376 97% [============================================================ ] 3304/3376 97% [============================================================ ] 3305/3376 97% [============================================================ ] 3306/3376 97% [============================================================ ] 3307/3376 97% [============================================================ ] 3308/3376 97% [============================================================ ] 3309/3376 98% [============================================================ ] 3310/3376 98% [============================================================ ] 3311/3376 98% [============================================================ ] 3312/3376 98% [============================================================ ] 3313/3376 98% [============================================================ ] 3314/3376 98% [============================================================ ] 3315/3376 98% [============================================================ ] 3316/3376 98% [============================================================ ] 3317/3376 98% [============================================================ ] 3318/3376 98% [============================================================ ] 3319/3376 98% [============================================================ ] 3320/3376 98% [============================================================ ] 3321/3376 98% [============================================================= ] 3322/3376 98% [============================================================= ] 3323/3376 98% [============================================================= ] 3324/3376 98% [============================================================= ] 3325/3376 98% [============================================================= ] 3326/3376 98% [============================================================= ] 3327/3376 98% [============================================================= ] 3328/3376 98% [============================================================= ] 3329/3376 98% [============================================================= ] 3330/3376 98% [============================================================= ] 3331/3376 98% [============================================================= ] 3332/3376 98% [============================================================= ] 3333/3376 98% [============================================================= ] 3334/3376 98% [============================================================= ] 3335/3376 98% [============================================================= ] 3336/3376 98% [============================================================= ] 3337/3376 98% [============================================================= ] 3338/3376 98% [============================================================= ] 3339/3376 98% [============================================================= ] 3340/3376 98% [============================================================= ] 3341/3376 98% [============================================================= ] 3342/3376 98% [============================================================= ] 3343/3376 99% [============================================================= ] 3344/3376 99% [============================================================= ] 3345/3376 99% [============================================================= ] 3346/3376 99% [============================================================= ] 3347/3376 99% [============================================================= ] 3348/3376 99% [============================================================= ] 3349/3376 99% [============================================================= ] 3350/3376 99% [============================================================= ] 3351/3376 99% [============================================================= ] 3352/3376 99% [============================================================= ] 3353/3376 99% [============================================================= ] 3354/3376 99% [============================================================= ] 3355/3376 99% [============================================================= ] 3356/3376 99% [============================================================= ] 3357/3376 99% [============================================================= ] 3358/3376 99% [============================================================= ] 3359/3376 99% [============================================================= ] 3360/3376 99% [============================================================= ] 3361/3376 99% [============================================================= ] 3362/3376 99% [============================================================= ] 3363/3376 99% [============================================================= ] 3364/3376 99% [============================================================= ] 3365/3376 99% [============================================================= ] 3366/3376 99% [============================================================= ] 3367/3376 99% [============================================================= ] 3368/3376 99% [============================================================= ] 3369/3376 99% [============================================================= ] 3370/3376 99% [============================================================= ] 3371/3376 99% [============================================================= ] 3372/3376 99% [============================================================= ] 3373/3376 99% [============================================================= ] 3374/3376 99% [============================================================= ] 3375/3376 99% [==============================================================] 3376/3376 100% operation complete, 3376 objects in 27916 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2021.05-6884-g2a592f0b2a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> alsa-utils 1.2.7 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> c-icap 0.5.7 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> davici 1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.9.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> dbus-triggerd ba3dbec805cb707c94c54de21666bf18b79bcc09 Collecting legal info dbus-triggerd.c: OK (sha256: 30d135650639af9019633690fc1aecbfc150aeeef9446347d4286a58338d10b0) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> ethtool 5.18 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdill fa01648cf2a8d06e53c965b45eeacfb3ac57bd04 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdrm 2.4.112 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libva 2.15.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-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-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> ndisc6 1.0.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> numactl 2.0.14 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> 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) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> owfs 3.2p4 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> redis 7.0.3 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spidev_test 5.8 Collecting legal info >>> sqlite 3.39.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> usbredir 0.12.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'