rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64le-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc64le-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/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=2022.05-127-g3736acba6c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05.1"; \ echo "PRETTY_NAME=\"Buildroot 2022.05.1\"" \ ) > /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 ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n - - sudo -1 - - - -\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio 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/cpio/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/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/cpio/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/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/cpio/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init ]; then ln -sf sbin/init /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init; fi\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/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/cpio/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' 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" gzip -9 -c -n /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio.gz >>> Generating filesystem image rootfs.cramfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs 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/cramfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/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/cramfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/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/cramfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkcramfs -L /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cramfs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/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/cramfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/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 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 3216 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/3216 0% [ ] 2/3216 0% [ ] 3/3216 0% [ ] 4/3216 0% [ ] 5/3216 0% [ ] 6/3216 0% [ ] 7/3216 0% [ ] 8/3216 0% [ ] 9/3216 0% [ ] 10/3216 0% [ ] 11/3216 0% [ ] 12/3216 0% [ ] 13/3216 0% [ ] 14/3216 0% [ ] 15/3216 0% [ ] 16/3216 0% [ ] 17/3216 0% [ ] 18/3216 0% [ ] 19/3216 0% [ ] 20/3216 0% [ ] 21/3216 0% [ ] 22/3216 0% [ ] 23/3216 0% [ ] 24/3216 0% [ ] 25/3216 0% [ ] 26/3216 0% [ ] 27/3216 0% [ ] 28/3216 0% [ ] 29/3216 0% [ ] 30/3216 0% [ ] 31/3216 0% [ ] 32/3216 0% [ ] 33/3216 1% [ ] 34/3216 1% [ ] 35/3216 1% [ ] 36/3216 1% [ ] 37/3216 1% [ ] 38/3216 1% [ ] 39/3216 1% [ ] 40/3216 1% [ ] 41/3216 1% [ ] 42/3216 1% [ ] 43/3216 1% [ ] 44/3216 1% [ ] 45/3216 1% [ ] 46/3216 1% [ ] 47/3216 1% [ ] 48/3216 1% [ ] 49/3216 1% [ ] 50/3216 1% [ ] 51/3216 1% [= ] 52/3216 1% [= ] 53/3216 1% [= ] 54/3216 1% [= ] 55/3216 1% [= ] 56/3216 1% [= ] 57/3216 1% [= ] 58/3216 1% [= ] 59/3216 1% [= ] 60/3216 1% [= ] 61/3216 1% [= ] 62/3216 1% [= ] 63/3216 1% [= ] 64/3216 1% [= ] 65/3216 2% [= ] 66/3216 2% [= ] 67/3216 2% [= ] 68/3216 2% [= ] 69/3216 2% [= ] 70/3216 2% [= ] 71/3216 2% [= ] 72/3216 2% [= ] 73/3216 2% [= ] 74/3216 2% [= ] 75/3216 2% [= ] 76/3216 2% [= ] 77/3216 2% [= ] 78/3216 2% [= ] 79/3216 2% [= ] 80/3216 2% [= ] 81/3216 2% [= ] 82/3216 2% [= ] 83/3216 2% [= ] 84/3216 2% [= ] 85/3216 2% [= ] 86/3216 2% [= ] 87/3216 2% [= ] 88/3216 2% [= ] 89/3216 2% [= ] 90/3216 2% [= ] 91/3216 2% [= ] 92/3216 2% [= ] 93/3216 2% [= ] 94/3216 2% [= ] 95/3216 2% [= ] 96/3216 2% [= ] 97/3216 3% [= ] 98/3216 3% [= ] 99/3216 3% [= ] 100/3216 3% [= ] 101/3216 3% [= ] 102/3216 3% [= ] 103/3216 3% [== ] 104/3216 3% [== ] 105/3216 3% [== ] 106/3216 3% [== ] 107/3216 3% [== ] 108/3216 3% [== ] 109/3216 3% [== ] 110/3216 3% [== ] 111/3216 3% [== ] 112/3216 3% [== ] 113/3216 3% [== ] 114/3216 3% [== ] 115/3216 3% [== ] 116/3216 3% [== ] 117/3216 3% [== ] 118/3216 3% [== ] 119/3216 3% [== ] 120/3216 3% [== ] 121/3216 3% [== ] 122/3216 3% [== ] 123/3216 3% [== ] 124/3216 3% [== ] 125/3216 3% [== ] 126/3216 3% [== ] 127/3216 3% [== ] 128/3216 3% [== ] 129/3216 4% [== ] 130/3216 4% [== ] 131/3216 4% [== ] 132/3216 4% [== ] 133/3216 4% [== ] 134/3216 4% [== ] 135/3216 4% [== ] 136/3216 4% [== ] 137/3216 4% [== ] 138/3216 4% [== ] 139/3216 4% [== ] 140/3216 4% [== ] 141/3216 4% [== ] 142/3216 4% [== ] 143/3216 4% [== ] 144/3216 4% [== ] 145/3216 4% [== ] 146/3216 4% [== ] 147/3216 4% [== ] 148/3216 4% [== ] 149/3216 4% [== ] 150/3216 4% [== ] 151/3216 4% [== ] 152/3216 4% [== ] 153/3216 4% [== ] 154/3216 4% [== ] 155/3216 4% [=== ] 156/3216 4% [=== ] 157/3216 4% [=== ] 158/3216 4% [=== ] 159/3216 4% [=== ] 160/3216 4% [=== ] 161/3216 5% [=== ] 162/3216 5% [=== ] 163/3216 5% [=== ] 164/3216 5% [=== ] 165/3216 5% [=== ] 166/3216 5% [=== ] 167/3216 5% [=== ] 168/3216 5% [=== ] 169/3216 5% [=== ] 170/3216 5% [=== ] 171/3216 5% [=== ] 172/3216 5% [=== ] 173/3216 5% [=== ] 174/3216 5% [=== ] 175/3216 5% [=== ] 176/3216 5% [=== ] 177/3216 5% [=== ] 178/3216 5% [=== ] 179/3216 5% [=== ] 180/3216 5% [=== ] 181/3216 5% [=== ] 182/3216 5% [=== ] 183/3216 5% [=== ] 184/3216 5% [=== ] 185/3216 5% [=== ] 186/3216 5% [=== ] 187/3216 5% [=== ] 188/3216 5% [=== ] 189/3216 5% [=== ] 190/3216 5% [=== ] 191/3216 5% [=== ] 192/3216 5% [=== ] 193/3216 6% [=== ] 194/3216 6% [=== ] 195/3216 6% [=== ] 196/3216 6% [=== ] 197/3216 6% [=== ] 198/3216 6% [=== ] 199/3216 6% [=== ] 200/3216 6% [=== ] 201/3216 6% [=== ] 202/3216 6% [=== ] 203/3216 6% [=== ] 204/3216 6% [=== ] 205/3216 6% [=== ] 206/3216 6% [=== ] 207/3216 6% [==== ] 208/3216 6% [==== ] 209/3216 6% [==== ] 210/3216 6% [==== ] 211/3216 6% [==== ] 212/3216 6% [==== ] 213/3216 6% [==== ] 214/3216 6% [==== ] 215/3216 6% [==== ] 216/3216 6% [==== ] 217/3216 6% [==== ] 218/3216 6% [==== ] 219/3216 6% [==== ] 220/3216 6% [==== ] 221/3216 6% [==== ] 222/3216 6% [==== ] 223/3216 6% [==== ] 224/3216 6% [==== ] 225/3216 6% [==== ] 226/3216 7% [==== ] 227/3216 7% [==== ] 228/3216 7% [==== ] 229/3216 7% [==== ] 230/3216 7% [==== ] 231/3216 7% [==== ] 232/3216 7% [==== ] 233/3216 7% [==== ] 234/3216 7% [==== ] 235/3216 7% [==== ] 236/3216 7% [==== ] 237/3216 7% [==== ] 238/3216 7% [==== ] 239/3216 7% [==== ] 240/3216 7% [==== ] 241/3216 7% [==== ] 242/3216 7% [==== ] 243/3216 7% [==== ] 244/3216 7% [==== ] 245/3216 7% [==== ] 246/3216 7% [==== ] 247/3216 7% [==== ] 248/3216 7% [==== ] 249/3216 7% [==== ] 250/3216 7% [==== ] 251/3216 7% [==== ] 252/3216 7% [==== ] 253/3216 7% [==== ] 254/3216 7% [==== ] 255/3216 7% [==== ] 256/3216 7% [==== ] 257/3216 7% [==== ] 258/3216 8% [==== ] 259/3216 8% [===== ] 260/3216 8% [===== ] 261/3216 8% [===== ] 262/3216 8% [===== ] 263/3216 8% [===== ] 264/3216 8% [===== ] 265/3216 8% [===== ] 266/3216 8% [===== ] 267/3216 8% [===== ] 268/3216 8% [===== ] 269/3216 8% [===== ] 270/3216 8% [===== ] 271/3216 8% [===== ] 272/3216 8% [===== ] 273/3216 8% [===== ] 274/3216 8% [===== ] 275/3216 8% [===== ] 276/3216 8% [===== ] 277/3216 8% [===== ] 278/3216 8% [===== ] 279/3216 8% [===== ] 280/3216 8% [===== ] 281/3216 8% [===== ] 282/3216 8% [===== ] 283/3216 8% [===== ] 284/3216 8% [===== ] 285/3216 8% [===== ] 286/3216 8% [===== ] 287/3216 8% [===== ] 288/3216 8% [===== ] 289/3216 8% [===== ] 290/3216 9% [===== ] 291/3216 9% [===== ] 292/3216 9% [===== ] 293/3216 9% [===== ] 294/3216 9% [===== ] 295/3216 9% [===== ] 296/3216 9% [===== ] 297/3216 9% [===== ] 298/3216 9% [===== ] 299/3216 9% [===== ] 300/3216 9% [===== ] 301/3216 9% [===== ] 302/3216 9% [===== ] 303/3216 9% [===== ] 304/3216 9% [===== ] 305/3216 9% [===== ] 306/3216 9% [===== ] 307/3216 9% [===== ] 308/3216 9% [===== ] 309/3216 9% [===== ] 310/3216 9% [===== ] 311/3216 9% [====== ] 312/3216 9% [====== ] 313/3216 9% [====== ] 314/3216 9% [====== ] 315/3216 9% [====== ] 316/3216 9% [====== ] 317/3216 9% [====== ] 318/3216 9% [====== ] 319/3216 9% [====== ] 320/3216 9% [====== ] 321/3216 9% [====== ] 322/3216 10% [====== ] 323/3216 10% [====== ] 324/3216 10% [====== ] 325/3216 10% [====== ] 326/3216 10% [====== ] 327/3216 10% [====== ] 328/3216 10% [====== ] 329/3216 10% [====== ] 330/3216 10% [====== ] 331/3216 10% [====== ] 332/3216 10% [====== ] 333/3216 10% [====== ] 334/3216 10% [====== ] 335/3216 10% [====== ] 336/3216 10% [====== ] 337/3216 10% [====== ] 338/3216 10% [====== ] 339/3216 10% [====== ] 340/3216 10% [====== ] 341/3216 10% [====== ] 342/3216 10% [====== ] 343/3216 10% [====== ] 344/3216 10% [====== ] 345/3216 10% [====== ] 346/3216 10% [====== ] 347/3216 10% [====== ] 348/3216 10% [====== ] 349/3216 10% [====== ] 350/3216 10% [====== ] 351/3216 10% [====== ] 352/3216 10% [====== ] 353/3216 10% [====== ] 354/3216 11% [====== ] 355/3216 11% [====== ] 356/3216 11% [====== ] 357/3216 11% [====== ] 358/3216 11% [====== ] 359/3216 11% [====== ] 360/3216 11% [====== ] 361/3216 11% [====== ] 362/3216 11% [====== ] 363/3216 11% [======= ] 364/3216 11% [======= ] 365/3216 11% [======= ] 366/3216 11% [======= ] 367/3216 11% [======= ] 368/3216 11% [======= ] 369/3216 11% [======= ] 370/3216 11% [======= ] 371/3216 11% [======= ] 372/3216 11% [======= ] 373/3216 11% [======= ] 374/3216 11% [======= ] 375/3216 11% [======= ] 376/3216 11% [======= ] 377/3216 11% [======= ] 378/3216 11% [======= ] 379/3216 11% [======= ] 380/3216 11% [======= ] 381/3216 11% [======= ] 382/3216 11% [======= ] 383/3216 11% [======= ] 384/3216 11% [======= ] 385/3216 11% [======= ] 386/3216 12% [======= ] 387/3216 12% [======= ] 388/3216 12% [======= ] 389/3216 12% [======= ] 390/3216 12% [======= ] 391/3216 12% [======= ] 392/3216 12% [======= ] 393/3216 12% [======= ] 394/3216 12% [======= ] 395/3216 12% [======= ] 396/3216 12% [======= ] 397/3216 12% [======= ] 398/3216 12% [======= ] 399/3216 12% [======= ] 400/3216 12% [======= ] 401/3216 12% [======= ] 402/3216 12% [======= ] 403/3216 12% [======= ] 404/3216 12% [======= ] 405/3216 12% [======= ] 406/3216 12% [======= ] 407/3216 12% [======= ] 408/3216 12% [======= ] 409/3216 12% [======= ] 410/3216 12% [======= ] 411/3216 12% [======= ] 412/3216 12% [======= ] 413/3216 12% [======= ] 414/3216 12% [======== ] 415/3216 12% [======== ] 416/3216 12% [======== ] 417/3216 12% [======== ] 418/3216 12% [======== ] 419/3216 13% [======== ] 420/3216 13% [======== ] 421/3216 13% [======== ] 422/3216 13% [======== ] 423/3216 13% [======== ] 424/3216 13% [======== ] 425/3216 13% [======== ] 426/3216 13% [======== ] 427/3216 13% [======== ] 428/3216 13% [======== ] 429/3216 13% [======== ] 430/3216 13% [======== ] 431/3216 13% [======== ] 432/3216 13% [======== ] 433/3216 13% [======== ] 434/3216 13% [======== ] 435/3216 13% [======== ] 436/3216 13% [======== ] 437/3216 13% [======== ] 438/3216 13% [======== ] 439/3216 13% [======== ] 440/3216 13% [======== ] 441/3216 13% [======== ] 442/3216 13% [======== ] 443/3216 13% [======== ] 444/3216 13% [======== ] 445/3216 13% [======== ] 446/3216 13% [======== ] 447/3216 13% [======== ] 448/3216 13% [======== ] 449/3216 13% [======== ] 450/3216 13% [======== ] 451/3216 14% [======== ] 452/3216 14% [======== ] 453/3216 14% [======== ] 454/3216 14% [======== ] 455/3216 14% [======== ] 456/3216 14% [======== ] 457/3216 14% [======== ] 458/3216 14% [======== ] 459/3216 14% [======== ] 460/3216 14% [======== ] 461/3216 14% [======== ] 462/3216 14% [======== ] 463/3216 14% [======== ] 464/3216 14% [======== ] 465/3216 14% [======== ] 466/3216 14% [========= ] 467/3216 14% [========= ] 468/3216 14% [========= ] 469/3216 14% [========= ] 470/3216 14% [========= ] 471/3216 14% [========= ] 472/3216 14% [========= ] 473/3216 14% [========= ] 474/3216 14% [========= ] 475/3216 14% [========= ] 476/3216 14% [========= ] 477/3216 14% [========= ] 478/3216 14% [========= ] 479/3216 14% [========= ] 480/3216 14% [========= ] 481/3216 14% [========= ] 482/3216 14% [========= ] 483/3216 15% [========= ] 484/3216 15% [========= ] 485/3216 15% [========= ] 486/3216 15% [========= ] 487/3216 15% [========= ] 488/3216 15% [========= ] 489/3216 15% [========= ] 490/3216 15% [========= ] 491/3216 15% [========= ] 492/3216 15% [========= ] 493/3216 15% [========= ] 494/3216 15% [========= ] 495/3216 15% [========= ] 496/3216 15% [========= ] 497/3216 15% [========= ] 498/3216 15% [========= ] 499/3216 15% [========= ] 500/3216 15% [========= ] 501/3216 15% [========= ] 502/3216 15% [========= ] 503/3216 15% [========= ] 504/3216 15% [========= ] 505/3216 15% [========= ] 506/3216 15% [========= ] 507/3216 15% [========= ] 508/3216 15% [========= ] 509/3216 15% [========= ] 510/3216 15% [========= ] 511/3216 15% [========= ] 512/3216 15% [========= ] 513/3216 15% [========= ] 514/3216 15% [========= ] 515/3216 16% [========= ] 516/3216 16% [========= ] 517/3216 16% [========= ] 518/3216 16% [========== ] 519/3216 16% [========== ] 520/3216 16% [========== ] 521/3216 16% [========== ] 522/3216 16% [========== ] 523/3216 16% [========== ] 524/3216 16% [========== ] 525/3216 16% [========== ] 526/3216 16% [========== ] 527/3216 16% [========== ] 528/3216 16% [========== ] 529/3216 16% [========== ] 530/3216 16% [========== ] 531/3216 16% [========== ] 532/3216 16% [========== ] 533/3216 16% [========== ] 534/3216 16% [========== ] 535/3216 16% [========== ] 536/3216 16% [========== ] 537/3216 16% [========== ] 538/3216 16% [========== ] 539/3216 16% [========== ] 540/3216 16% [========== ] 541/3216 16% [========== ] 542/3216 16% [========== ] 543/3216 16% [========== ] 544/3216 16% [========== ] 545/3216 16% [========== ] 546/3216 16% [========== ] 547/3216 17% [========== ] 548/3216 17% [========== ] 549/3216 17% [========== ] 550/3216 17% [========== ] 551/3216 17% [========== ] 552/3216 17% [========== ] 553/3216 17% [========== ] 554/3216 17% [========== ] 555/3216 17% [========== ] 556/3216 17% [========== ] 557/3216 17% [========== ] 558/3216 17% [========== ] 559/3216 17% [========== ] 560/3216 17% [========== ] 561/3216 17% [========== ] 562/3216 17% [========== ] 563/3216 17% [========== ] 564/3216 17% [========== ] 565/3216 17% [========== ] 566/3216 17% [========== ] 567/3216 17% [========== ] 568/3216 17% [========== ] 569/3216 17% [========== ] 570/3216 17% [=========== ] 571/3216 17% [=========== ] 572/3216 17% [=========== ] 573/3216 17% [=========== ] 574/3216 17% [=========== ] 575/3216 17% [=========== ] 576/3216 17% [=========== ] 577/3216 17% [=========== ] 578/3216 17% [=========== ] 579/3216 18% [=========== ] 580/3216 18% [=========== ] 581/3216 18% [=========== ] 582/3216 18% [=========== ] 583/3216 18% [=========== ] 584/3216 18% [=========== ] 585/3216 18% [=========== ] 586/3216 18% [=========== ] 587/3216 18% [=========== ] 588/3216 18% [=========== ] 589/3216 18% [=========== ] 590/3216 18% [=========== ] 591/3216 18% [=========== ] 592/3216 18% [=========== ] 593/3216 18% [=========== ] 594/3216 18% [=========== ] 595/3216 18% [=========== ] 596/3216 18% [=========== ] 597/3216 18% [=========== ] 598/3216 18% [=========== ] 599/3216 18% [=========== ] 600/3216 18% [=========== ] 601/3216 18% [=========== ] 602/3216 18% [=========== ] 603/3216 18% [=========== ] 604/3216 18% [=========== ] 605/3216 18% [=========== ] 606/3216 18% [=========== ] 607/3216 18% [=========== ] 608/3216 18% [=========== ] 609/3216 18% [=========== ] 610/3216 18% [=========== ] 611/3216 18% [=========== ] 612/3216 19% [=========== ] 613/3216 19% [=========== ] 614/3216 19% [=========== ] 615/3216 19% [=========== ] 616/3216 19% [=========== ] 617/3216 19% [=========== ] 618/3216 19% [=========== ] 619/3216 19% [=========== ] 620/3216 19% [=========== ] 621/3216 19% [=========== ] 622/3216 19% [============ ] 623/3216 19% [============ ] 624/3216 19% [============ ] 625/3216 19% [============ ] 626/3216 19% [============ ] 627/3216 19% [============ ] 628/3216 19% [============ ] 629/3216 19% [============ ] 630/3216 19% [============ ] 631/3216 19% [============ ] 632/3216 19% [============ ] 633/3216 19% [============ ] 634/3216 19% [============ ] 635/3216 19% [============ ] 636/3216 19% [============ ] 637/3216 19% [============ ] 638/3216 19% [============ ] 639/3216 19% [============ ] 640/3216 19% [============ ] 641/3216 19% [============ ] 642/3216 19% [============ ] 643/3216 19% [============ ] 644/3216 20% [============ ] 645/3216 20% [============ ] 646/3216 20% [============ ] 647/3216 20% [============ ] 648/3216 20% [============ ] 649/3216 20% [============ ] 650/3216 20% [============ ] 651/3216 20% [============ ] 652/3216 20% [============ ] 653/3216 20% [============ ] 654/3216 20% [============ ] 655/3216 20% [============ ] 656/3216 20% [============ ] 657/3216 20% [============ ] 658/3216 20% [============ ] 659/3216 20% [============ ] 660/3216 20% [============ ] 661/3216 20% [============ ] 662/3216 20% [============ ] 663/3216 20% [============ ] 664/3216 20% [============ ] 665/3216 20% [============ ] 666/3216 20% [============ ] 667/3216 20% [============ ] 668/3216 20% [============ ] 669/3216 20% [============ ] 670/3216 20% [============ ] 671/3216 20% [============ ] 672/3216 20% [============ ] 673/3216 20% [============ ] 674/3216 20% [============= ] 675/3216 20% [============= ] 676/3216 21% [============= ] 677/3216 21% [============= ] 678/3216 21% [============= ] 679/3216 21% [============= ] 680/3216 21% [============= ] 681/3216 21% [============= ] 682/3216 21% [============= ] 683/3216 21% [============= ] 684/3216 21% [============= ] 685/3216 21% [============= ] 686/3216 21% [============= ] 687/3216 21% [============= ] 688/3216 21% [============= ] 689/3216 21% [============= ] 690/3216 21% [============= ] 691/3216 21% [============= ] 692/3216 21% [============= ] 693/3216 21% [============= ] 694/3216 21% [============= ] 695/3216 21% [============= ] 696/3216 21% [============= ] 697/3216 21% [============= ] 698/3216 21% [============= ] 699/3216 21% [============= ] 700/3216 21% [============= ] 701/3216 21% [============= ] 702/3216 21% [============= ] 703/3216 21% [============= ] 704/3216 21% [============= ] 705/3216 21% [============= ] 706/3216 21% [============= ] 707/3216 21% [============= ] 708/3216 22% [============= ] 709/3216 22% [============= ] 710/3216 22% [============= ] 711/3216 22% [============= ] 712/3216 22% [============= ] 713/3216 22% [============= ] 714/3216 22% [============= ] 715/3216 22% [============= ] 716/3216 22% [============= ] 717/3216 22% [============= ] 718/3216 22% [============= ] 719/3216 22% [============= ] 720/3216 22% [============= ] 721/3216 22% [============= ] 722/3216 22% [============= ] 723/3216 22% [============= ] 724/3216 22% [============= ] 725/3216 22% [============= ] 726/3216 22% [============== ] 727/3216 22% [============== ] 728/3216 22% [============== ] 729/3216 22% [============== ] 730/3216 22% [============== ] 731/3216 22% [============== ] 732/3216 22% [============== ] 733/3216 22% [============== ] 734/3216 22% [============== ] 735/3216 22% [============== ] 736/3216 22% [============== ] 737/3216 22% [============== ] 738/3216 22% [============== ] 739/3216 22% [============== ] 740/3216 23% [============== ] 741/3216 23% [============== ] 742/3216 23% [============== ] 743/3216 23% [============== ] 744/3216 23% [============== ] 745/3216 23% [============== ] 746/3216 23% [============== ] 747/3216 23% [============== ] 748/3216 23% [============== ] 749/3216 23% [============== ] 750/3216 23% [============== ] 751/3216 23% [============== ] 752/3216 23% [============== ] 753/3216 23% [============== ] 754/3216 23% [============== ] 755/3216 23% [============== ] 756/3216 23% [============== ] 757/3216 23% [============== ] 758/3216 23% [============== ] 759/3216 23% [============== ] 760/3216 23% [============== ] 761/3216 23% [============== ] 762/3216 23% [============== ] 763/3216 23% [============== ] 764/3216 23% [============== ] 765/3216 23% [============== ] 766/3216 23% [============== ] 767/3216 23% [============== ] 768/3216 23% [============== ] 769/3216 23% [============== ] 770/3216 23% [============== ] 771/3216 23% [============== ] 772/3216 24% [============== ] 773/3216 24% [============== ] 774/3216 24% [============== ] 775/3216 24% [============== ] 776/3216 24% [============== ] 777/3216 24% [============== ] 778/3216 24% [=============== ] 779/3216 24% [=============== ] 780/3216 24% [=============== ] 781/3216 24% [=============== ] 782/3216 24% [=============== ] 783/3216 24% [=============== ] 784/3216 24% [=============== ] 785/3216 24% [=============== ] 786/3216 24% [=============== ] 787/3216 24% [=============== ] 788/3216 24% [=============== ] 789/3216 24% [=============== ] 790/3216 24% [=============== ] 791/3216 24% [=============== ] 792/3216 24% [=============== ] 793/3216 24% [=============== ] 794/3216 24% [=============== ] 795/3216 24% [=============== ] 796/3216 24% [=============== ] 797/3216 24% [=============== ] 798/3216 24% [=============== ] 799/3216 24% [=============== ] 800/3216 24% [=============== ] 801/3216 24% [=============== ] 802/3216 24% [=============== ] 803/3216 24% [=============== ] 804/3216 25% [=============== ] 805/3216 25% [=============== ] 806/3216 25% [=============== ] 807/3216 25% [=============== ] 808/3216 25% [=============== ] 809/3216 25% [=============== ] 810/3216 25% [=============== ] 811/3216 25% [=============== ] 812/3216 25% [=============== ] 813/3216 25% [=============== ] 814/3216 25% [=============== ] 815/3216 25% [=============== ] 816/3216 25% [=============== ] 817/3216 25% [=============== ] 818/3216 25% [=============== ] 819/3216 25% [=============== ] 820/3216 25% [=============== ] 821/3216 25% [=============== ] 822/3216 25% [=============== ] 823/3216 25% [=============== ] 824/3216 25% [=============== ] 825/3216 25% [=============== ] 826/3216 25% [=============== ] 827/3216 25% [=============== ] 828/3216 25% [=============== ] 829/3216 25% [================ ] 830/3216 25% [================ ] 831/3216 25% [================ ] 832/3216 25% [================ ] 833/3216 25% [================ ] 834/3216 25% [================ ] 835/3216 25% [================ ] 836/3216 25% [================ ] 837/3216 26% [================ ] 838/3216 26% [================ ] 839/3216 26% [================ ] 840/3216 26% [================ ] 841/3216 26% [================ ] 842/3216 26% [================ ] 843/3216 26% [================ ] 844/3216 26% [================ ] 845/3216 26% [================ ] 846/3216 26% [================ ] 847/3216 26% [================ ] 848/3216 26% [================ ] 849/3216 26% [================ ] 850/3216 26% [================ ] 851/3216 26% [================ ] 852/3216 26% [================ ] 853/3216 26% [================ ] 854/3216 26% [================ ] 855/3216 26% [================ ] 856/3216 26% [================ ] 857/3216 26% [================ ] 858/3216 26% [================ ] 859/3216 26% [================ ] 860/3216 26% [================ ] 861/3216 26% [================ ] 862/3216 26% [================ ] 863/3216 26% [================ ] 864/3216 26% [================ ] 865/3216 26% [================ ] 866/3216 26% [================ ] 867/3216 26% [================ ] 868/3216 26% [================ ] 869/3216 27% [================ ] 870/3216 27% [================ ] 871/3216 27% [================ ] 872/3216 27% [================ ] 873/3216 27% [================ ] 874/3216 27% [================ ] 875/3216 27% [================ ] 876/3216 27% [================ ] 877/3216 27% [================ ] 878/3216 27% [================ ] 879/3216 27% [================ ] 880/3216 27% [================ ] 881/3216 27% [================= ] 882/3216 27% [================= ] 883/3216 27% [================= ] 884/3216 27% [================= ] 885/3216 27% [================= ] 886/3216 27% [================= ] 887/3216 27% [================= ] 888/3216 27% [================= ] 889/3216 27% [================= ] 890/3216 27% [================= ] 891/3216 27% [================= ] 892/3216 27% [================= ] 893/3216 27% [================= ] 894/3216 27% [================= ] 895/3216 27% [================= ] 896/3216 27% [================= ] 897/3216 27% [================= ] 898/3216 27% [================= ] 899/3216 27% [================= ] 900/3216 27% [================= ] 901/3216 28% [================= ] 902/3216 28% [================= ] 903/3216 28% [================= ] 904/3216 28% [================= ] 905/3216 28% [================= ] 906/3216 28% [================= ] 907/3216 28% [================= ] 908/3216 28% [================= ] 909/3216 28% [================= ] 910/3216 28% [================= ] 911/3216 28% [================= ] 912/3216 28% [================= ] 913/3216 28% [================= ] 914/3216 28% [================= ] 915/3216 28% [================= ] 916/3216 28% [================= ] 917/3216 28% [================= ] 918/3216 28% [================= ] 919/3216 28% [================= ] 920/3216 28% [================= ] 921/3216 28% [================= ] 922/3216 28% [================= ] 923/3216 28% [================= ] 924/3216 28% [================= ] 925/3216 28% [================= ] 926/3216 28% [================= ] 927/3216 28% [================= ] 928/3216 28% [================= ] 929/3216 28% [================= ] 930/3216 28% [================= ] 931/3216 28% [================= ] 932/3216 28% [================= ] 933/3216 29% [================== ] 934/3216 29% [================== ] 935/3216 29% [================== ] 936/3216 29% [================== ] 937/3216 29% [================== ] 938/3216 29% [================== ] 939/3216 29% [================== ] 940/3216 29% [================== ] 941/3216 29% [================== ] 942/3216 29% [================== ] 943/3216 29% [================== ] 944/3216 29% [================== ] 945/3216 29% [================== ] 946/3216 29% [================== ] 947/3216 29% [================== ] 948/3216 29% [================== ] 949/3216 29% [================== ] 950/3216 29% [================== ] 951/3216 29% [================== ] 952/3216 29% [================== ] 953/3216 29% [================== ] 954/3216 29% [================== ] 955/3216 29% [================== ] 956/3216 29% [================== ] 957/3216 29% [================== ] 958/3216 29% [================== ] 959/3216 29% [================== ] 960/3216 29% [================== ] 961/3216 29% [================== ] 962/3216 29% [================== ] 963/3216 29% [================== ] 964/3216 29% [================== ] 965/3216 30% [================== ] 966/3216 30% [================== ] 967/3216 30% [================== ] 968/3216 30% [================== ] 969/3216 30% [================== ] 970/3216 30% [================== ] 971/3216 30% [================== ] 972/3216 30% [================== ] 973/3216 30% [================== ] 974/3216 30% [================== ] 975/3216 30% [================== ] 976/3216 30% [================== ] 977/3216 30% [================== ] 978/3216 30% [================== ] 979/3216 30% [================== ] 980/3216 30% [================== ] 981/3216 30% [================== ] 982/3216 30% [================== ] 983/3216 30% [================== ] 984/3216 30% [================== ] 985/3216 30% [=================== ] 986/3216 30% [=================== ] 987/3216 30% [=================== ] 988/3216 30% [=================== ] 989/3216 30% [=================== ] 990/3216 30% [=================== ] 991/3216 30% [=================== ] 992/3216 30% [=================== ] 993/3216 30% [=================== ] 994/3216 30% [=================== ] 995/3216 30% [=================== ] 996/3216 30% [=================== ] 997/3216 31% [=================== ] 998/3216 31% [=================== ] 999/3216 31% [=================== ] 1000/3216 31% [=================== ] 1001/3216 31% [=================== ] 1002/3216 31% [=================== ] 1003/3216 31% [=================== ] 1004/3216 31% [=================== ] 1005/3216 31% [=================== ] 1006/3216 31% [=================== ] 1007/3216 31% [=================== ] 1008/3216 31% [=================== ] 1009/3216 31% [=================== ] 1010/3216 31% [=================== ] 1011/3216 31% [=================== ] 1012/3216 31% [=================== ] 1013/3216 31% [=================== ] 1014/3216 31% [=================== ] 1015/3216 31% [=================== ] 1016/3216 31% [=================== ] 1017/3216 31% [=================== ] 1018/3216 31% [=================== ] 1019/3216 31% [=================== ] 1020/3216 31% [=================== ] 1021/3216 31% [=================== ] 1022/3216 31% [=================== ] 1023/3216 31% [=================== ] 1024/3216 31% [=================== ] 1025/3216 31% [=================== ] 1026/3216 31% [=================== ] 1027/3216 31% [=================== ] 1028/3216 31% [=================== ] 1029/3216 31% [=================== ] 1030/3216 32% [=================== ] 1031/3216 32% [=================== ] 1032/3216 32% [=================== ] 1033/3216 32% [=================== ] 1034/3216 32% [=================== ] 1035/3216 32% [=================== ] 1036/3216 32% [=================== ] 1037/3216 32% [==================== ] 1038/3216 32% [==================== ] 1039/3216 32% [==================== ] 1040/3216 32% [==================== ] 1041/3216 32% [==================== ] 1042/3216 32% [==================== ] 1043/3216 32% [==================== ] 1044/3216 32% [==================== ] 1045/3216 32% [==================== ] 1046/3216 32% [==================== ] 1047/3216 32% [==================== ] 1048/3216 32% [==================== ] 1049/3216 32% [==================== ] 1050/3216 32% [==================== ] 1051/3216 32% [==================== ] 1052/3216 32% [==================== ] 1053/3216 32% [==================== ] 1054/3216 32% [==================== ] 1055/3216 32% [==================== ] 1056/3216 32% [==================== ] 1057/3216 32% [==================== ] 1058/3216 32% [==================== ] 1059/3216 32% [==================== ] 1060/3216 32% [==================== ] 1061/3216 32% [==================== ] 1062/3216 33% [==================== ] 1063/3216 33% [==================== ] 1064/3216 33% [==================== ] 1065/3216 33% [==================== ] 1066/3216 33% [==================== ] 1067/3216 33% [==================== ] 1068/3216 33% [==================== ] 1069/3216 33% [==================== ] 1070/3216 33% [==================== ] 1071/3216 33% [==================== ] 1072/3216 33% [==================== ] 1073/3216 33% [==================== ] 1074/3216 33% [==================== ] 1075/3216 33% [==================== ] 1076/3216 33% [==================== ] 1077/3216 33% [==================== ] 1078/3216 33% [==================== ] 1079/3216 33% [==================== ] 1080/3216 33% [==================== ] 1081/3216 33% [==================== ] 1082/3216 33% [==================== ] 1083/3216 33% [==================== ] 1084/3216 33% [==================== ] 1085/3216 33% [==================== ] 1086/3216 33% [==================== ] 1087/3216 33% [==================== ] 1088/3216 33% [==================== ] 1089/3216 33% [===================== ] 1090/3216 33% [===================== ] 1091/3216 33% [===================== ] 1092/3216 33% [===================== ] 1093/3216 33% [===================== ] 1094/3216 34% [===================== ] 1095/3216 34% [===================== ] 1096/3216 34% [===================== ] 1097/3216 34% [===================== ] 1098/3216 34% [===================== ] 1099/3216 34% [===================== ] 1100/3216 34% [===================== ] 1101/3216 34% [===================== ] 1102/3216 34% [===================== ] 1103/3216 34% [===================== ] 1104/3216 34% [===================== ] 1105/3216 34% [===================== ] 1106/3216 34% [===================== ] 1107/3216 34% [===================== ] 1108/3216 34% [===================== ] 1109/3216 34% [===================== ] 1110/3216 34% [===================== ] 1111/3216 34% [===================== ] 1112/3216 34% [===================== ] 1113/3216 34% [===================== ] 1114/3216 34% [===================== ] 1115/3216 34% [===================== ] 1116/3216 34% [===================== ] 1117/3216 34% [===================== ] 1118/3216 34% [===================== ] 1119/3216 34% [===================== ] 1120/3216 34% [===================== ] 1121/3216 34% [===================== ] 1122/3216 34% [===================== ] 1123/3216 34% [===================== ] 1124/3216 34% [===================== ] 1125/3216 34% [===================== ] 1126/3216 35% [===================== ] 1127/3216 35% [===================== ] 1128/3216 35% [===================== ] 1129/3216 35% [===================== ] 1130/3216 35% [===================== ] 1131/3216 35% [===================== ] 1132/3216 35% [===================== ] 1133/3216 35% [===================== ] 1134/3216 35% [===================== ] 1135/3216 35% [===================== ] 1136/3216 35% [===================== ] 1137/3216 35% [===================== ] 1138/3216 35% [===================== ] 1139/3216 35% [===================== ] 1140/3216 35% [===================== ] 1141/3216 35% [====================== ] 1142/3216 35% [====================== ] 1143/3216 35% [====================== ] 1144/3216 35% [====================== ] 1145/3216 35% [====================== ] 1146/3216 35% [====================== ] 1147/3216 35% [====================== ] 1148/3216 35% [====================== ] 1149/3216 35% [====================== ] 1150/3216 35% [====================== ] 1151/3216 35% [====================== ] 1152/3216 35% [====================== ] 1153/3216 35% [====================== ] 1154/3216 35% [====================== ] 1155/3216 35% [====================== ] 1156/3216 35% [====================== ] 1157/3216 35% [====================== ] 1158/3216 36% [====================== ] 1159/3216 36% [====================== ] 1160/3216 36% [====================== ] 1161/3216 36% [====================== ] 1162/3216 36% [====================== ] 1163/3216 36% [====================== ] 1164/3216 36% [====================== ] 1165/3216 36% [====================== ] 1166/3216 36% [====================== ] 1167/3216 36% [====================== ] 1168/3216 36% [====================== ] 1169/3216 36% [====================== ] 1170/3216 36% [====================== ] 1171/3216 36% [====================== ] 1172/3216 36% [====================== ] 1173/3216 36% [====================== ] 1174/3216 36% [====================== ] 1175/3216 36% [====================== ] 1176/3216 36% [====================== ] 1177/3216 36% [====================== ] 1178/3216 36% [====================== ] 1179/3216 36% [====================== ] 1180/3216 36% [====================== ] 1181/3216 36% [====================== ] 1182/3216 36% [====================== ] 1183/3216 36% [====================== ] 1184/3216 36% [====================== ] 1185/3216 36% [====================== ] 1186/3216 36% [====================== ] 1187/3216 36% [====================== ] 1188/3216 36% [====================== ] 1189/3216 36% [====================== ] 1190/3216 37% [====================== ] 1191/3216 37% [====================== ] 1192/3216 37% [====================== ] 1193/3216 37% [======================= ] 1194/3216 37% [======================= ] 1195/3216 37% [======================= ] 1196/3216 37% [======================= ] 1197/3216 37% [======================= ] 1198/3216 37% [======================= ] 1199/3216 37% [======================= ] 1200/3216 37% [======================= ] 1201/3216 37% [======================= ] 1202/3216 37% [======================= ] 1203/3216 37% [======================= ] 1204/3216 37% [======================= ] 1205/3216 37% [======================= ] 1206/3216 37% [======================= ] 1207/3216 37% [======================= ] 1208/3216 37% [======================= ] 1209/3216 37% [======================= ] 1210/3216 37% [======================= ] 1211/3216 37% [======================= ] 1212/3216 37% [======================= ] 1213/3216 37% [======================= ] 1214/3216 37% [======================= ] 1215/3216 37% [======================= ] 1216/3216 37% [======================= ] 1217/3216 37% [======================= ] 1218/3216 37% [======================= ] 1219/3216 37% [======================= ] 1220/3216 37% [======================= ] 1221/3216 37% [======================= ] 1222/3216 37% [======================= ] 1223/3216 38% [======================= ] 1224/3216 38% [======================= ] 1225/3216 38% [======================= ] 1226/3216 38% [======================= ] 1227/3216 38% [======================= ] 1228/3216 38% [======================= ] 1229/3216 38% [======================= ] 1230/3216 38% [======================= ] 1231/3216 38% [======================= ] 1232/3216 38% [======================= ] 1233/3216 38% [======================= ] 1234/3216 38% [======================= ] 1235/3216 38% [======================= ] 1236/3216 38% [======================= ] 1237/3216 38% [======================= ] 1238/3216 38% [======================= ] 1239/3216 38% [======================= ] 1240/3216 38% [======================= ] 1241/3216 38% [======================= ] 1242/3216 38% [======================= ] 1243/3216 38% [======================= ] 1244/3216 38% [======================== ] 1245/3216 38% [======================== ] 1246/3216 38% [======================== ] 1247/3216 38% [======================== ] 1248/3216 38% [======================== ] 1249/3216 38% [======================== ] 1250/3216 38% [======================== ] 1251/3216 38% [======================== ] 1252/3216 38% [======================== ] 1253/3216 38% [======================== ] 1254/3216 38% [======================== ] 1255/3216 39% [======================== ] 1256/3216 39% [======================== ] 1257/3216 39% [======================== ] 1258/3216 39% [======================== ] 1259/3216 39% [======================== ] 1260/3216 39% [======================== ] 1261/3216 39% [======================== ] 1262/3216 39% [======================== ] 1263/3216 39% [======================== ] 1264/3216 39% [======================== ] 1265/3216 39% [======================== ] 1266/3216 39% [======================== ] 1267/3216 39% [======================== ] 1268/3216 39% [======================== ] 1269/3216 39% [======================== ] 1270/3216 39% [======================== ] 1271/3216 39% [======================== ] 1272/3216 39% [======================== ] 1273/3216 39% [======================== ] 1274/3216 39% [======================== ] 1275/3216 39% [======================== ] 1276/3216 39% [======================== ] 1277/3216 39% [======================== ] 1278/3216 39% [======================== ] 1279/3216 39% [======================== ] 1280/3216 39% [======================== ] 1281/3216 39% [======================== ] 1282/3216 39% [======================== ] 1283/3216 39% [======================== ] 1284/3216 39% [======================== ] 1285/3216 39% [======================== ] 1286/3216 39% [======================== ] 1287/3216 40% [======================== ] 1288/3216 40% [======================== ] 1289/3216 40% [======================== ] 1290/3216 40% [======================== ] 1291/3216 40% [======================== ] 1292/3216 40% [======================== ] 1293/3216 40% [======================== ] 1294/3216 40% [======================== ] 1295/3216 40% [======================== ] 1296/3216 40% [========================= ] 1297/3216 40% [========================= ] 1298/3216 40% [========================= ] 1299/3216 40% [========================= ] 1300/3216 40% [========================= ] 1301/3216 40% [========================= ] 1302/3216 40% [========================= ] 1303/3216 40% [========================= ] 1304/3216 40% [========================= ] 1305/3216 40% [========================= ] 1306/3216 40% [========================= ] 1307/3216 40% [========================= ] 1308/3216 40% [========================= ] 1309/3216 40% [========================= ] 1310/3216 40% [========================= ] 1311/3216 40% [========================= ] 1312/3216 40% [========================= ] 1313/3216 40% [========================= ] 1314/3216 40% [========================= ] 1315/3216 40% [========================= ] 1316/3216 40% [========================= ] 1317/3216 40% [========================= ] 1318/3216 40% [========================= ] 1319/3216 41% [========================= ] 1320/3216 41% [========================= ] 1321/3216 41% [========================= ] 1322/3216 41% [========================= ] 1323/3216 41% [========================= ] 1324/3216 41% [========================= ] 1325/3216 41% [========================= ] 1326/3216 41% [========================= ] 1327/3216 41% [========================= ] 1328/3216 41% [========================= ] 1329/3216 41% [========================= ] 1330/3216 41% [========================= ] 1331/3216 41% [========================= ] 1332/3216 41% [========================= ] 1333/3216 41% [========================= ] 1334/3216 41% [========================= ] 1335/3216 41% [========================= ] 1336/3216 41% [========================= ] 1337/3216 41% [========================= ] 1338/3216 41% [========================= ] 1339/3216 41% [========================= ] 1340/3216 41% [========================= ] 1341/3216 41% [========================= ] 1342/3216 41% [========================= ] 1343/3216 41% [========================= ] 1344/3216 41% [========================= ] 1345/3216 41% [========================= ] 1346/3216 41% [========================= ] 1347/3216 41% [========================= ] 1348/3216 41% [========================== ] 1349/3216 41% [========================== ] 1350/3216 41% [========================== ] 1351/3216 42% [========================== ] 1352/3216 42% [========================== ] 1353/3216 42% [========================== ] 1354/3216 42% [========================== ] 1355/3216 42% [========================== ] 1356/3216 42% [========================== ] 1357/3216 42% [========================== ] 1358/3216 42% [========================== ] 1359/3216 42% [========================== ] 1360/3216 42% [========================== ] 1361/3216 42% [========================== ] 1362/3216 42% [========================== ] 1363/3216 42% [========================== ] 1364/3216 42% [========================== ] 1365/3216 42% [========================== ] 1366/3216 42% [========================== ] 1367/3216 42% [========================== ] 1368/3216 42% [========================== ] 1369/3216 42% [========================== ] 1370/3216 42% [========================== ] 1371/3216 42% [========================== ] 1372/3216 42% [========================== ] 1373/3216 42% [========================== ] 1374/3216 42% [========================== ] 1375/3216 42% [========================== ] 1376/3216 42% [========================== ] 1377/3216 42% [========================== ] 1378/3216 42% [========================== ] 1379/3216 42% [========================== ] 1380/3216 42% [========================== ] 1381/3216 42% [========================== ] 1382/3216 42% [========================== ] 1383/3216 43% [========================== ] 1384/3216 43% [========================== ] 1385/3216 43% [========================== ] 1386/3216 43% [========================== ] 1387/3216 43% [========================== ] 1388/3216 43% [========================== ] 1389/3216 43% [========================== ] 1390/3216 43% [========================== ] 1391/3216 43% [========================== ] 1392/3216 43% [========================== ] 1393/3216 43% [========================== ] 1394/3216 43% [========================== ] 1395/3216 43% [========================== ] 1396/3216 43% [========================== ] 1397/3216 43% [========================== ] 1398/3216 43% [========================== ] 1399/3216 43% [========================== ] 1400/3216 43% [=========================== ] 1401/3216 43% [=========================== ] 1402/3216 43% [=========================== ] 1403/3216 43% [=========================== ] 1404/3216 43% [=========================== ] 1405/3216 43% [=========================== ] 1406/3216 43% [=========================== ] 1407/3216 43% [=========================== ] 1408/3216 43% [=========================== ] 1409/3216 43% [=========================== ] 1410/3216 43% [=========================== ] 1411/3216 43% [=========================== ] 1412/3216 43% [=========================== ] 1413/3216 43% [=========================== ] 1414/3216 43% [=========================== ] 1415/3216 43% [=========================== ] 1416/3216 44% [=========================== ] 1417/3216 44% [=========================== ] 1418/3216 44% [=========================== ] 1419/3216 44% [=========================== ] 1420/3216 44% [=========================== ] 1421/3216 44% [=========================== ] 1422/3216 44% [=========================== ] 1423/3216 44% [=========================== ] 1424/3216 44% [=========================== ] 1425/3216 44% [=========================== ] 1426/3216 44% [=========================== ] 1427/3216 44% [=========================== ] 1428/3216 44% [=========================== ] 1429/3216 44% [=========================== ] 1430/3216 44% [=========================== ] 1431/3216 44% [=========================== ] 1432/3216 44% [=========================== ] 1433/3216 44% [=========================== ] 1434/3216 44% [=========================== ] 1435/3216 44% [=========================== ] 1436/3216 44% [=========================== ] 1437/3216 44% [=========================== ] 1438/3216 44% [=========================== ] 1439/3216 44% [=========================== ] 1440/3216 44% [=========================== ] 1441/3216 44% [=========================== ] 1442/3216 44% [=========================== ] 1443/3216 44% [=========================== ] 1444/3216 44% [=========================== ] 1445/3216 44% [=========================== ] 1446/3216 44% [=========================== ] 1447/3216 44% [=========================== ] 1448/3216 45% [=========================== ] 1449/3216 45% [=========================== ] 1450/3216 45% [=========================== ] 1451/3216 45% [=========================== ] 1452/3216 45% [============================ ] 1453/3216 45% [============================ ] 1454/3216 45% [============================ ] 1455/3216 45% [============================ ] 1456/3216 45% [============================ ] 1457/3216 45% [============================ ] 1458/3216 45% [============================ ] 1459/3216 45% [============================ ] 1460/3216 45% [============================ ] 1461/3216 45% [============================ ] 1462/3216 45% [============================ ] 1463/3216 45% [============================ ] 1464/3216 45% [============================ ] 1465/3216 45% [============================ ] 1466/3216 45% [============================ ] 1467/3216 45% [============================ ] 1468/3216 45% [============================ ] 1469/3216 45% [============================ ] 1470/3216 45% [============================ ] 1471/3216 45% [============================ ] 1472/3216 45% [============================ ] 1473/3216 45% [============================ ] 1474/3216 45% [============================ ] 1475/3216 45% [============================ ] 1476/3216 45% [============================ ] 1477/3216 45% [============================ ] 1478/3216 45% [============================ ] 1479/3216 45% [============================ ] 1480/3216 46% [============================ ] 1481/3216 46% [============================ ] 1482/3216 46% [============================ ] 1483/3216 46% [============================ ] 1484/3216 46% [============================ ] 1485/3216 46% [============================ ] 1486/3216 46% [============================ ] 1487/3216 46% [============================ ] 1488/3216 46% [============================ ] 1489/3216 46% [============================ ] 1490/3216 46% [============================ ] 1491/3216 46% [============================ ] 1492/3216 46% [============================ ] 1493/3216 46% [============================ ] 1494/3216 46% [============================ ] 1495/3216 46% [============================ ] 1496/3216 46% [============================ ] 1497/3216 46% [============================ ] 1498/3216 46% [============================ ] 1499/3216 46% [============================ ] 1500/3216 46% [============================ ] 1501/3216 46% [============================ ] 1502/3216 46% [============================ ] 1503/3216 46% [============================ ] 1504/3216 46% [============================= ] 1505/3216 46% [============================= ] 1506/3216 46% [============================= ] 1507/3216 46% [============================= ] 1508/3216 46% [============================= ] 1509/3216 46% [============================= ] 1510/3216 46% [============================= ] 1511/3216 46% [============================= ] 1512/3216 47% [============================= ] 1513/3216 47% [============================= ] 1514/3216 47% [============================= ] 1515/3216 47% [============================= ] 1516/3216 47% [============================= ] 1517/3216 47% [============================= ] 1518/3216 47% [============================= ] 1519/3216 47% [============================= ] 1520/3216 47% [============================= ] 1521/3216 47% [============================= ] 1522/3216 47% [============================= ] 1523/3216 47% [============================= ] 1524/3216 47% [============================= ] 1525/3216 47% [============================= ] 1526/3216 47% [============================= ] 1527/3216 47% [============================= ] 1528/3216 47% [============================= ] 1529/3216 47% [============================= ] 1530/3216 47% [============================= ] 1531/3216 47% [============================= ] 1532/3216 47% [============================= ] 1533/3216 47% [============================= ] 1534/3216 47% [============================= ] 1535/3216 47% [============================= ] 1536/3216 47% [============================= ] 1537/3216 47% [============================= ] 1538/3216 47% [============================= ] 1539/3216 47% [============================= ] 1540/3216 47% [============================= ] 1541/3216 47% [============================= ] 1542/3216 47% [============================= ] 1543/3216 47% [============================= ] 1544/3216 48% [============================= ] 1545/3216 48% [============================= ] 1546/3216 48% [============================= ] 1547/3216 48% [============================= ] 1548/3216 48% [============================= ] 1549/3216 48% [============================= ] 1550/3216 48% [============================= ] 1551/3216 48% [============================= ] 1552/3216 48% [============================= ] 1553/3216 48% [============================= ] 1554/3216 48% [============================= ] 1555/3216 48% [============================= ] 1556/3216 48% [============================== ] 1557/3216 48% [============================== ] 1558/3216 48% [============================== ] 1559/3216 48% [============================== ] 1560/3216 48% [============================== ] 1561/3216 48% [============================== ] 1562/3216 48% [============================== ] 1563/3216 48% [============================== ] 1564/3216 48% [============================== ] 1565/3216 48% [============================== ] 1566/3216 48% [============================== ] 1567/3216 48% [============================== ] 1568/3216 48% [============================== ] 1569/3216 48% [============================== ] 1570/3216 48% [============================== ] 1571/3216 48% [============================== ] 1572/3216 48% [============================== ] 1573/3216 48% [============================== ] 1574/3216 48% [============================== ] 1575/3216 48% [============================== ] 1576/3216 49% [============================== ] 1577/3216 49% [============================== ] 1578/3216 49% [============================== ] 1579/3216 49% [============================== ] 1580/3216 49% [============================== ] 1581/3216 49% [============================== ] 1582/3216 49% [============================== ] 1583/3216 49% [============================== ] 1584/3216 49% [============================== ] 1585/3216 49% [============================== ] 1586/3216 49% [============================== ] 1587/3216 49% [============================== ] 1588/3216 49% [============================== ] 1589/3216 49% [============================== ] 1590/3216 49% [============================== ] 1591/3216 49% [============================== ] 1592/3216 49% [============================== ] 1593/3216 49% [============================== ] 1594/3216 49% [============================== ] 1595/3216 49% [============================== ] 1596/3216 49% [============================== ] 1597/3216 49% [============================== ] 1598/3216 49% [============================== ] 1599/3216 49% [============================== ] 1600/3216 49% [============================== ] 1601/3216 49% [============================== ] 1602/3216 49% [============================== ] 1603/3216 49% [============================== ] 1604/3216 49% [============================== ] 1605/3216 49% [============================== ] 1606/3216 49% [============================== ] 1607/3216 49% [=============================== ] 1608/3216 50% [=============================== ] 1609/3216 50% [=============================== ] 1610/3216 50% [=============================== ] 1611/3216 50% [=============================== ] 1612/3216 50% [=============================== ] 1613/3216 50% [=============================== ] 1614/3216 50% [=============================== ] 1615/3216 50% [=============================== ] 1616/3216 50% [=============================== ] 1617/3216 50% [=============================== ] 1618/3216 50% [=============================== ] 1619/3216 50% [=============================== ] 1620/3216 50% [=============================== ] 1621/3216 50% [=============================== ] 1622/3216 50% [=============================== ] 1623/3216 50% [=============================== ] 1624/3216 50% [=============================== ] 1625/3216 50% [=============================== ] 1626/3216 50% [=============================== ] 1627/3216 50% [=============================== ] 1628/3216 50% [=============================== ] 1629/3216 50% [=============================== ] 1630/3216 50% [=============================== ] 1631/3216 50% [=============================== ] 1632/3216 50% [=============================== ] 1633/3216 50% [=============================== ] 1634/3216 50% [=============================== ] 1635/3216 50% [=============================== ] 1636/3216 50% [=============================== ] 1637/3216 50% [=============================== ] 1638/3216 50% [=============================== ] 1639/3216 50% [=============================== ] 1640/3216 50% [=============================== ] 1641/3216 51% [=============================== ] 1642/3216 51% [=============================== ] 1643/3216 51% [=============================== ] 1644/3216 51% [=============================== ] 1645/3216 51% [=============================== ] 1646/3216 51% [=============================== ] 1647/3216 51% [=============================== ] 1648/3216 51% [=============================== ] 1649/3216 51% [=============================== ] 1650/3216 51% [=============================== ] 1651/3216 51% [=============================== ] 1652/3216 51% [=============================== ] 1653/3216 51% [=============================== ] 1654/3216 51% [=============================== ] 1655/3216 51% [=============================== ] 1656/3216 51% [=============================== ] 1657/3216 51% [=============================== ] 1658/3216 51% [=============================== ] 1659/3216 51% [================================ ] 1660/3216 51% [================================ ] 1661/3216 51% [================================ ] 1662/3216 51% [================================ ] 1663/3216 51% [================================ ] 1664/3216 51% [================================ ] 1665/3216 51% [================================ ] 1666/3216 51% [================================ ] 1667/3216 51% [================================ ] 1668/3216 51% [================================ ] 1669/3216 51% [================================ ] 1670/3216 51% [================================ ] 1671/3216 51% [================================ ] 1672/3216 51% [================================ ] 1673/3216 52% [================================ ] 1674/3216 52% [================================ ] 1675/3216 52% [================================ ] 1676/3216 52% [================================ ] 1677/3216 52% [================================ ] 1678/3216 52% [================================ ] 1679/3216 52% [================================ ] 1680/3216 52% [================================ ] 1681/3216 52% [================================ ] 1682/3216 52% [================================ ] 1683/3216 52% [================================ ] 1684/3216 52% [================================ ] 1685/3216 52% [================================ ] 1686/3216 52% [================================ ] 1687/3216 52% [================================ ] 1688/3216 52% [================================ ] 1689/3216 52% [================================ ] 1690/3216 52% [================================ ] 1691/3216 52% [================================ ] 1692/3216 52% [================================ ] 1693/3216 52% [================================ ] 1694/3216 52% [================================ ] 1695/3216 52% [================================ ] 1696/3216 52% [================================ ] 1697/3216 52% [================================ ] 1698/3216 52% [================================ ] 1699/3216 52% [================================ ] 1700/3216 52% [================================ ] 1701/3216 52% [================================ ] 1702/3216 52% [================================ ] 1703/3216 52% [================================ ] 1704/3216 52% [================================ ] 1705/3216 53% [================================ ] 1706/3216 53% [================================ ] 1707/3216 53% [================================ ] 1708/3216 53% [================================ ] 1709/3216 53% [================================ ] 1710/3216 53% [================================ ] 1711/3216 53% [================================= ] 1712/3216 53% [================================= ] 1713/3216 53% [================================= ] 1714/3216 53% [================================= ] 1715/3216 53% [================================= ] 1716/3216 53% [================================= ] 1717/3216 53% [================================= ] 1718/3216 53% [================================= ] 1719/3216 53% [================================= ] 1720/3216 53% [================================= ] 1721/3216 53% [================================= ] 1722/3216 53% [================================= ] 1723/3216 53% [================================= ] 1724/3216 53% [================================= ] 1725/3216 53% [================================= ] 1726/3216 53% [================================= ] 1727/3216 53% [================================= ] 1728/3216 53% [================================= ] 1729/3216 53% [================================= ] 1730/3216 53% [================================= ] 1731/3216 53% [================================= ] 1732/3216 53% [================================= ] 1733/3216 53% [================================= ] 1734/3216 53% [================================= ] 1735/3216 53% [================================= ] 1736/3216 53% [================================= ] 1737/3216 54% [================================= ] 1738/3216 54% [================================= ] 1739/3216 54% [================================= ] 1740/3216 54% [================================= ] 1741/3216 54% [================================= ] 1742/3216 54% [================================= ] 1743/3216 54% [================================= ] 1744/3216 54% [================================= ] 1745/3216 54% [================================= ] 1746/3216 54% [================================= ] 1747/3216 54% [================================= ] 1748/3216 54% [================================= ] 1749/3216 54% [================================= ] 1750/3216 54% [================================= ] 1751/3216 54% [================================= ] 1752/3216 54% [================================= ] 1753/3216 54% [================================= ] 1754/3216 54% [================================= ] 1755/3216 54% [================================= ] 1756/3216 54% [================================= ] 1757/3216 54% [================================= ] 1758/3216 54% [================================= ] 1759/3216 54% [================================= ] 1760/3216 54% [================================= ] 1761/3216 54% [================================= ] 1762/3216 54% [================================= ] 1763/3216 54% [================================== ] 1764/3216 54% [================================== ] 1765/3216 54% [================================== ] 1766/3216 54% [================================== ] 1767/3216 54% [================================== ] 1768/3216 54% [================================== ] 1769/3216 55% [================================== ] 1770/3216 55% [================================== ] 1771/3216 55% [================================== ] 1772/3216 55% [================================== ] 1773/3216 55% [================================== ] 1774/3216 55% [================================== ] 1775/3216 55% [================================== ] 1776/3216 55% [================================== ] 1777/3216 55% [================================== ] 1778/3216 55% [================================== ] 1779/3216 55% [================================== ] 1780/3216 55% [================================== ] 1781/3216 55% [================================== ] 1782/3216 55% [================================== ] 1783/3216 55% [================================== ] 1784/3216 55% [================================== ] 1785/3216 55% [================================== ] 1786/3216 55% [================================== ] 1787/3216 55% [================================== ] 1788/3216 55% [================================== ] 1789/3216 55% [================================== ] 1790/3216 55% [================================== ] 1791/3216 55% [================================== ] 1792/3216 55% [================================== ] 1793/3216 55% [================================== ] 1794/3216 55% [================================== ] 1795/3216 55% [================================== ] 1796/3216 55% [================================== ] 1797/3216 55% [================================== ] 1798/3216 55% [================================== ] 1799/3216 55% [================================== ] 1800/3216 55% [================================== ] 1801/3216 56% [================================== ] 1802/3216 56% [================================== ] 1803/3216 56% [================================== ] 1804/3216 56% [================================== ] 1805/3216 56% [================================== ] 1806/3216 56% [================================== ] 1807/3216 56% [================================== ] 1808/3216 56% [================================== ] 1809/3216 56% [================================== ] 1810/3216 56% [================================== ] 1811/3216 56% [================================== ] 1812/3216 56% [================================== ] 1813/3216 56% [================================== ] 1814/3216 56% [================================== ] 1815/3216 56% [=================================== ] 1816/3216 56% [=================================== ] 1817/3216 56% [=================================== ] 1818/3216 56% [=================================== ] 1819/3216 56% [=================================== ] 1820/3216 56% [=================================== ] 1821/3216 56% [=================================== ] 1822/3216 56% [=================================== ] 1823/3216 56% [=================================== ] 1824/3216 56% [=================================== ] 1825/3216 56% [=================================== ] 1826/3216 56% [=================================== ] 1827/3216 56% [=================================== ] 1828/3216 56% [=================================== ] 1829/3216 56% [=================================== ] 1830/3216 56% [=================================== ] 1831/3216 56% [=================================== ] 1832/3216 56% [=================================== ] 1833/3216 56% [=================================== ] 1834/3216 57% [=================================== ] 1835/3216 57% [=================================== ] 1836/3216 57% [=================================== ] 1837/3216 57% [=================================== ] 1838/3216 57% [=================================== ] 1839/3216 57% [=================================== ] 1840/3216 57% [=================================== ] 1841/3216 57% [=================================== ] 1842/3216 57% [=================================== ] 1843/3216 57% [=================================== ] 1844/3216 57% [=================================== ] 1845/3216 57% [=================================== ] 1846/3216 57% [=================================== ] 1847/3216 57% [=================================== ] 1848/3216 57% [=================================== ] 1849/3216 57% [=================================== ] 1850/3216 57% [=================================== ] 1851/3216 57% [=================================== ] 1852/3216 57% [=================================== ] 1853/3216 57% [=================================== ] 1854/3216 57% [=================================== ] 1855/3216 57% [=================================== ] 1856/3216 57% [=================================== ] 1857/3216 57% [=================================== ] 1858/3216 57% [=================================== ] 1859/3216 57% [=================================== ] 1860/3216 57% [=================================== ] 1861/3216 57% [=================================== ] 1862/3216 57% [=================================== ] 1863/3216 57% [=================================== ] 1864/3216 57% [=================================== ] 1865/3216 57% [=================================== ] 1866/3216 58% [=================================== ] 1867/3216 58% [==================================== ] 1868/3216 58% [==================================== ] 1869/3216 58% [==================================== ] 1870/3216 58% [==================================== ] 1871/3216 58% [==================================== ] 1872/3216 58% [==================================== ] 1873/3216 58% [==================================== ] 1874/3216 58% [==================================== ] 1875/3216 58% [==================================== ] 1876/3216 58% [==================================== ] 1877/3216 58% [==================================== ] 1878/3216 58% [==================================== ] 1879/3216 58% [==================================== ] 1880/3216 58% [==================================== ] 1881/3216 58% [==================================== ] 1882/3216 58% [==================================== ] 1883/3216 58% [==================================== ] 1884/3216 58% [==================================== ] 1885/3216 58% [==================================== ] 1886/3216 58% [==================================== ] 1887/3216 58% [==================================== ] 1888/3216 58% [==================================== ] 1889/3216 58% [==================================== ] 1890/3216 58% [==================================== ] 1891/3216 58% [==================================== ] 1892/3216 58% [==================================== ] 1893/3216 58% [==================================== ] 1894/3216 58% [==================================== ] 1895/3216 58% [==================================== ] 1896/3216 58% [==================================== ] 1897/3216 58% [==================================== ] 1898/3216 59% [==================================== ] 1899/3216 59% [==================================== ] 1900/3216 59% [==================================== ] 1901/3216 59% [==================================== ] 1902/3216 59% [==================================== ] 1903/3216 59% [==================================== ] 1904/3216 59% [==================================== ] 1905/3216 59% [==================================== ] 1906/3216 59% [==================================== ] 1907/3216 59% [==================================== ] 1908/3216 59% [==================================== ] 1909/3216 59% [==================================== ] 1910/3216 59% [==================================== ] 1911/3216 59% [==================================== ] 1912/3216 59% [==================================== ] 1913/3216 59% [==================================== ] 1914/3216 59% [==================================== ] 1915/3216 59% [==================================== ] 1916/3216 59% [==================================== ] 1917/3216 59% [==================================== ] 1918/3216 59% [==================================== ] 1919/3216 59% [===================================== ] 1920/3216 59% [===================================== ] 1921/3216 59% [===================================== ] 1922/3216 59% [===================================== ] 1923/3216 59% [===================================== ] 1924/3216 59% [===================================== ] 1925/3216 59% [===================================== ] 1926/3216 59% [===================================== ] 1927/3216 59% [===================================== ] 1928/3216 59% [===================================== ] 1929/3216 59% [===================================== ] 1930/3216 60% [===================================== ] 1931/3216 60% [===================================== ] 1932/3216 60% [===================================== ] 1933/3216 60% [===================================== ] 1934/3216 60% [===================================== ] 1935/3216 60% [===================================== ] 1936/3216 60% [===================================== ] 1937/3216 60% [===================================== ] 1938/3216 60% [===================================== ] 1939/3216 60% [===================================== ] 1940/3216 60% [===================================== ] 1941/3216 60% [===================================== ] 1942/3216 60% [===================================== ] 1943/3216 60% [===================================== ] 1944/3216 60% [===================================== ] 1945/3216 60% [===================================== ] 1946/3216 60% [===================================== ] 1947/3216 60% [===================================== ] 1948/3216 60% [===================================== ] 1949/3216 60% [===================================== ] 1950/3216 60% [===================================== ] 1951/3216 60% [===================================== ] 1952/3216 60% [===================================== ] 1953/3216 60% [===================================== ] 1954/3216 60% [===================================== ] 1955/3216 60% [===================================== ] 1956/3216 60% [===================================== ] 1957/3216 60% [===================================== ] 1958/3216 60% [===================================== ] 1959/3216 60% [===================================== ] 1960/3216 60% [===================================== ] 1961/3216 60% [===================================== ] 1962/3216 61% [===================================== ] 1963/3216 61% [===================================== ] 1964/3216 61% [===================================== ] 1965/3216 61% [===================================== ] 1966/3216 61% [===================================== ] 1967/3216 61% [===================================== ] 1968/3216 61% [===================================== ] 1969/3216 61% [===================================== ] 1970/3216 61% [===================================== ] 1971/3216 61% [====================================== ] 1972/3216 61% [====================================== ] 1973/3216 61% [====================================== ] 1974/3216 61% [====================================== ] 1975/3216 61% [====================================== ] 1976/3216 61% [====================================== ] 1977/3216 61% [====================================== ] 1978/3216 61% [====================================== ] 1979/3216 61% [====================================== ] 1980/3216 61% [====================================== ] 1981/3216 61% [====================================== ] 1982/3216 61% [====================================== ] 1983/3216 61% [====================================== ] 1984/3216 61% [====================================== ] 1985/3216 61% [====================================== ] 1986/3216 61% [====================================== ] 1987/3216 61% [====================================== ] 1988/3216 61% [====================================== ] 1989/3216 61% [====================================== ] 1990/3216 61% [====================================== ] 1991/3216 61% [====================================== ] 1992/3216 61% [====================================== ] 1993/3216 61% [====================================== ] 1994/3216 62% [====================================== ] 1995/3216 62% [====================================== ] 1996/3216 62% [====================================== ] 1997/3216 62% [====================================== ] 1998/3216 62% [====================================== ] 1999/3216 62% [====================================== ] 2000/3216 62% [====================================== ] 2001/3216 62% [====================================== ] 2002/3216 62% [====================================== ] 2003/3216 62% [====================================== ] 2004/3216 62% [====================================== ] 2005/3216 62% [====================================== ] 2006/3216 62% [====================================== ] 2007/3216 62% [====================================== ] 2008/3216 62% [====================================== ] 2009/3216 62% [====================================== ] 2010/3216 62% [====================================== ] 2011/3216 62% [====================================== ] 2012/3216 62% [====================================== ] 2013/3216 62% [====================================== ] 2014/3216 62% [====================================== ] 2015/3216 62% [====================================== ] 2016/3216 62% [====================================== ] 2017/3216 62% [====================================== ] 2018/3216 62% [====================================== ] 2019/3216 62% [====================================== ] 2020/3216 62% [====================================== ] 2021/3216 62% [====================================== ] 2022/3216 62% [======================================= ] 2023/3216 62% [======================================= ] 2024/3216 62% [======================================= ] 2025/3216 62% [======================================= ] 2026/3216 62% [======================================= ] 2027/3216 63% [======================================= ] 2028/3216 63% [======================================= ] 2029/3216 63% [======================================= ] 2030/3216 63% [======================================= ] 2031/3216 63% [======================================= ] 2032/3216 63% [======================================= ] 2033/3216 63% [======================================= ] 2034/3216 63% [======================================= ] 2035/3216 63% [======================================= ] 2036/3216 63% [======================================= ] 2037/3216 63% [======================================= ] 2038/3216 63% [======================================= ] 2039/3216 63% [======================================= ] 2040/3216 63% [======================================= ] 2041/3216 63% [======================================= ] 2042/3216 63% [======================================= ] 2043/3216 63% [======================================= ] 2044/3216 63% [======================================= ] 2045/3216 63% [======================================= ] 2046/3216 63% [======================================= ] 2047/3216 63% [======================================= ] 2048/3216 63% [======================================= ] 2049/3216 63% [======================================= ] 2050/3216 63% [======================================= ] 2051/3216 63% [======================================= ] 2052/3216 63% [======================================= ] 2053/3216 63% [======================================= ] 2054/3216 63% [======================================= ] 2055/3216 63% [======================================= ] 2056/3216 63% [======================================= ] 2057/3216 63% [======================================= ] 2058/3216 63% [======================================= ] 2059/3216 64% [======================================= ] 2060/3216 64% [======================================= ] 2061/3216 64% [======================================= ] 2062/3216 64% [======================================= ] 2063/3216 64% [======================================= ] 2064/3216 64% [======================================= ] 2065/3216 64% [======================================= ] 2066/3216 64% [======================================= ] 2067/3216 64% [======================================= ] 2068/3216 64% [======================================= ] 2069/3216 64% [======================================= ] 2070/3216 64% [======================================= ] 2071/3216 64% [======================================= ] 2072/3216 64% [======================================= ] 2073/3216 64% [======================================= ] 2074/3216 64% [======================================== ] 2075/3216 64% [======================================== ] 2076/3216 64% [======================================== ] 2077/3216 64% [======================================== ] 2078/3216 64% [======================================== ] 2079/3216 64% [======================================== ] 2080/3216 64% [======================================== ] 2081/3216 64% [======================================== ] 2082/3216 64% [======================================== ] 2083/3216 64% [======================================== ] 2084/3216 64% [======================================== ] 2085/3216 64% [======================================== ] 2086/3216 64% [======================================== ] 2087/3216 64% [======================================== ] 2088/3216 64% [======================================== ] 2089/3216 64% [======================================== ] 2090/3216 64% [======================================== ] 2091/3216 65% [======================================== ] 2092/3216 65% [======================================== ] 2093/3216 65% [======================================== ] 2094/3216 65% [======================================== ] 2095/3216 65% [======================================== ] 2096/3216 65% [======================================== ] 2097/3216 65% [======================================== ] 2098/3216 65% [======================================== ] 2099/3216 65% [======================================== ] 2100/3216 65% [======================================== ] 2101/3216 65% [======================================== ] 2102/3216 65% [======================================== ] 2103/3216 65% [======================================== ] 2104/3216 65% [======================================== ] 2105/3216 65% [======================================== ] 2106/3216 65% [======================================== ] 2107/3216 65% [======================================== ] 2108/3216 65% [======================================== ] 2109/3216 65% [======================================== ] 2110/3216 65% [======================================== ] 2111/3216 65% [======================================== ] 2112/3216 65% [======================================== ] 2113/3216 65% [======================================== ] 2114/3216 65% [======================================== ] 2115/3216 65% [======================================== ] 2116/3216 65% [======================================== ] 2117/3216 65% [======================================== ] 2118/3216 65% [======================================== ] 2119/3216 65% [======================================== ] 2120/3216 65% [======================================== ] 2121/3216 65% [======================================== ] 2122/3216 65% [======================================== ] 2123/3216 66% [======================================== ] 2124/3216 66% [======================================== ] 2125/3216 66% [======================================== ] 2126/3216 66% [========================================= ] 2127/3216 66% [========================================= ] 2128/3216 66% [========================================= ] 2129/3216 66% [========================================= ] 2130/3216 66% [========================================= ] 2131/3216 66% [========================================= ] 2132/3216 66% [========================================= ] 2133/3216 66% [========================================= ] 2134/3216 66% [========================================= ] 2135/3216 66% [========================================= ] 2136/3216 66% [========================================= ] 2137/3216 66% [========================================= ] 2138/3216 66% [========================================= ] 2139/3216 66% [========================================= ] 2140/3216 66% [========================================= ] 2141/3216 66% [========================================= ] 2142/3216 66% [========================================= ] 2143/3216 66% [========================================= ] 2144/3216 66% [========================================= ] 2145/3216 66% [========================================= ] 2146/3216 66% [========================================= ] 2147/3216 66% [========================================= ] 2148/3216 66% [========================================= ] 2149/3216 66% [========================================= ] 2150/3216 66% [========================================= ] 2151/3216 66% [========================================= ] 2152/3216 66% [========================================= ] 2153/3216 66% [========================================= ] 2154/3216 66% [========================================= ] 2155/3216 67% [========================================= ] 2156/3216 67% [========================================= ] 2157/3216 67% [========================================= ] 2158/3216 67% [========================================= ] 2159/3216 67% [========================================= ] 2160/3216 67% [========================================= ] 2161/3216 67% [========================================= ] 2162/3216 67% [========================================= ] 2163/3216 67% [========================================= ] 2164/3216 67% [========================================= ] 2165/3216 67% [========================================= ] 2166/3216 67% [========================================= ] 2167/3216 67% [========================================= ] 2168/3216 67% [========================================= ] 2169/3216 67% [========================================= ] 2170/3216 67% [========================================= ] 2171/3216 67% [========================================= ] 2172/3216 67% [========================================= ] 2173/3216 67% [========================================= ] 2174/3216 67% [========================================= ] 2175/3216 67% [========================================= ] 2176/3216 67% [========================================= ] 2177/3216 67% [========================================= ] 2178/3216 67% [========================================== ] 2179/3216 67% [========================================== ] 2180/3216 67% [========================================== ] 2181/3216 67% [========================================== ] 2182/3216 67% [========================================== ] 2183/3216 67% [========================================== ] 2184/3216 67% [========================================== ] 2185/3216 67% [========================================== ] 2186/3216 67% [========================================== ] 2187/3216 68% [========================================== ] 2188/3216 68% [========================================== ] 2189/3216 68% [========================================== ] 2190/3216 68% [========================================== ] 2191/3216 68% [========================================== ] 2192/3216 68% [========================================== ] 2193/3216 68% [========================================== ] 2194/3216 68% [========================================== ] 2195/3216 68% [========================================== ] 2196/3216 68% [========================================== ] 2197/3216 68% [========================================== ] 2198/3216 68% [========================================== ] 2199/3216 68% [========================================== ] 2200/3216 68% [========================================== ] 2201/3216 68% [========================================== ] 2202/3216 68% [========================================== ] 2203/3216 68% [========================================== ] 2204/3216 68% [========================================== ] 2205/3216 68% [========================================== ] 2206/3216 68% [========================================== ] 2207/3216 68% [========================================== ] 2208/3216 68% [========================================== ] 2209/3216 68% [========================================== ] 2210/3216 68% [========================================== ] 2211/3216 68% [========================================== ] 2212/3216 68% [========================================== ] 2213/3216 68% [========================================== ] 2214/3216 68% [========================================== ] 2215/3216 68% [========================================== ] 2216/3216 68% [========================================== ] 2217/3216 68% [========================================== ] 2218/3216 68% [========================================== ] 2219/3216 68% [========================================== ] 2220/3216 69% [========================================== ] 2221/3216 69% [========================================== ] 2222/3216 69% [========================================== ] 2223/3216 69% [========================================== ] 2224/3216 69% [========================================== ] 2225/3216 69% [========================================== ] 2226/3216 69% [========================================== ] 2227/3216 69% [========================================== ] 2228/3216 69% [========================================== ] 2229/3216 69% [========================================== ] 2230/3216 69% [=========================================== ] 2231/3216 69% [=========================================== ] 2232/3216 69% [=========================================== ] 2233/3216 69% [=========================================== ] 2234/3216 69% [=========================================== ] 2235/3216 69% [=========================================== ] 2236/3216 69% [=========================================== ] 2237/3216 69% [=========================================== ] 2238/3216 69% [=========================================== ] 2239/3216 69% [=========================================== ] 2240/3216 69% [=========================================== ] 2241/3216 69% [=========================================== ] 2242/3216 69% [=========================================== ] 2243/3216 69% [=========================================== ] 2244/3216 69% [=========================================== ] 2245/3216 69% [=========================================== ] 2246/3216 69% [=========================================== ] 2247/3216 69% [=========================================== ] 2248/3216 69% [=========================================== ] 2249/3216 69% [=========================================== ] 2250/3216 69% [=========================================== ] 2251/3216 69% [=========================================== ] 2252/3216 70% [=========================================== ] 2253/3216 70% [=========================================== ] 2254/3216 70% [=========================================== ] 2255/3216 70% [=========================================== ] 2256/3216 70% [=========================================== ] 2257/3216 70% [=========================================== ] 2258/3216 70% [=========================================== ] 2259/3216 70% [=========================================== ] 2260/3216 70% [=========================================== ] 2261/3216 70% [=========================================== ] 2262/3216 70% [=========================================== ] 2263/3216 70% [=========================================== ] 2264/3216 70% [=========================================== ] 2265/3216 70% [=========================================== ] 2266/3216 70% [=========================================== ] 2267/3216 70% [=========================================== ] 2268/3216 70% [=========================================== ] 2269/3216 70% [=========================================== ] 2270/3216 70% [=========================================== ] 2271/3216 70% [=========================================== ] 2272/3216 70% [=========================================== ] 2273/3216 70% [=========================================== ] 2274/3216 70% [=========================================== ] 2275/3216 70% [=========================================== ] 2276/3216 70% [=========================================== ] 2277/3216 70% [=========================================== ] 2278/3216 70% [=========================================== ] 2279/3216 70% [=========================================== ] 2280/3216 70% [=========================================== ] 2281/3216 70% [=========================================== ] 2282/3216 70% [============================================ ] 2283/3216 70% [============================================ ] 2284/3216 71% [============================================ ] 2285/3216 71% [============================================ ] 2286/3216 71% [============================================ ] 2287/3216 71% [============================================ ] 2288/3216 71% [============================================ ] 2289/3216 71% [============================================ ] 2290/3216 71% [============================================ ] 2291/3216 71% [============================================ ] 2292/3216 71% [============================================ ] 2293/3216 71% [============================================ ] 2294/3216 71% [============================================ ] 2295/3216 71% [============================================ ] 2296/3216 71% [============================================ ] 2297/3216 71% [============================================ ] 2298/3216 71% [============================================ ] 2299/3216 71% [============================================ ] 2300/3216 71% [============================================ ] 2301/3216 71% [============================================ ] 2302/3216 71% [============================================ ] 2303/3216 71% [============================================ ] 2304/3216 71% [============================================ ] 2305/3216 71% [============================================ ] 2306/3216 71% [============================================ ] 2307/3216 71% [============================================ ] 2308/3216 71% [============================================ ] 2309/3216 71% [============================================ ] 2310/3216 71% [============================================ ] 2311/3216 71% [============================================ ] 2312/3216 71% [============================================ ] 2313/3216 71% [============================================ ] 2314/3216 71% [============================================ ] 2315/3216 71% [============================================ ] 2316/3216 72% [============================================ ] 2317/3216 72% [============================================ ] 2318/3216 72% [============================================ ] 2319/3216 72% [============================================ ] 2320/3216 72% [============================================ ] 2321/3216 72% [============================================ ] 2322/3216 72% [============================================ ] 2323/3216 72% [============================================ ] 2324/3216 72% [============================================ ] 2325/3216 72% [============================================ ] 2326/3216 72% [============================================ ] 2327/3216 72% [============================================ ] 2328/3216 72% [============================================ ] 2329/3216 72% [============================================ ] 2330/3216 72% [============================================ ] 2331/3216 72% [============================================ ] 2332/3216 72% [============================================ ] 2333/3216 72% [============================================ ] 2334/3216 72% [============================================= ] 2335/3216 72% [============================================= ] 2336/3216 72% [============================================= ] 2337/3216 72% [============================================= ] 2338/3216 72% [============================================= ] 2339/3216 72% [============================================= ] 2340/3216 72% [============================================= ] 2341/3216 72% [============================================= ] 2342/3216 72% [============================================= ] 2343/3216 72% [============================================= ] 2344/3216 72% [============================================= ] 2345/3216 72% [============================================= ] 2346/3216 72% [============================================= ] 2347/3216 72% [============================================= ] 2348/3216 73% [============================================= ] 2349/3216 73% [============================================= ] 2350/3216 73% [============================================= ] 2351/3216 73% [============================================= ] 2352/3216 73% [============================================= ] 2353/3216 73% [============================================= ] 2354/3216 73% [============================================= ] 2355/3216 73% [============================================= ] 2356/3216 73% [============================================= ] 2357/3216 73% [============================================= ] 2358/3216 73% [============================================= ] 2359/3216 73% [============================================= ] 2360/3216 73% [============================================= ] 2361/3216 73% [============================================= ] 2362/3216 73% [============================================= ] 2363/3216 73% [============================================= ] 2364/3216 73% [============================================= ] 2365/3216 73% [============================================= ] 2366/3216 73% [============================================= ] 2367/3216 73% [============================================= ] 2368/3216 73% [============================================= ] 2369/3216 73% [============================================= ] 2370/3216 73% [============================================= ] 2371/3216 73% [============================================= ] 2372/3216 73% [============================================= ] 2373/3216 73% [============================================= ] 2374/3216 73% [============================================= ] 2375/3216 73% [============================================= ] 2376/3216 73% [============================================= ] 2377/3216 73% [============================================= ] 2378/3216 73% [============================================= ] 2379/3216 73% [============================================= ] 2380/3216 74% [============================================= ] 2381/3216 74% [============================================= ] 2382/3216 74% [============================================= ] 2383/3216 74% [============================================= ] 2384/3216 74% [============================================= ] 2385/3216 74% [============================================= ] 2386/3216 74% [============================================== ] 2387/3216 74% [============================================== ] 2388/3216 74% [============================================== ] 2389/3216 74% [============================================== ] 2390/3216 74% [============================================== ] 2391/3216 74% [============================================== ] 2392/3216 74% [============================================== ] 2393/3216 74% [============================================== ] 2394/3216 74% [============================================== ] 2395/3216 74% [============================================== ] 2396/3216 74% [============================================== ] 2397/3216 74% [============================================== ] 2398/3216 74% [============================================== ] 2399/3216 74% [============================================== ] 2400/3216 74% [============================================== ] 2401/3216 74% [============================================== ] 2402/3216 74% [============================================== ] 2403/3216 74% [============================================== ] 2404/3216 74% [============================================== ] 2405/3216 74% [============================================== ] 2406/3216 74% [============================================== ] 2407/3216 74% [============================================== ] 2408/3216 74% [============================================== ] 2409/3216 74% [============================================== ] 2410/3216 74% [============================================== ] 2411/3216 74% [============================================== ] 2412/3216 75% [============================================== ] 2413/3216 75% [============================================== ] 2414/3216 75% [============================================== ] 2415/3216 75% [============================================== ] 2416/3216 75% [============================================== ] 2417/3216 75% [============================================== ] 2418/3216 75% [============================================== ] 2419/3216 75% [============================================== ] 2420/3216 75% [============================================== ] 2421/3216 75% [============================================== ] 2422/3216 75% [============================================== ] 2423/3216 75% [============================================== ] 2424/3216 75% [============================================== ] 2425/3216 75% [============================================== ] 2426/3216 75% [============================================== ] 2427/3216 75% [============================================== ] 2428/3216 75% [============================================== ] 2429/3216 75% [============================================== ] 2430/3216 75% [============================================== ] 2431/3216 75% [============================================== ] 2432/3216 75% [============================================== ] 2433/3216 75% [============================================== ] 2434/3216 75% [============================================== ] 2435/3216 75% [============================================== ] 2436/3216 75% [============================================== ] 2437/3216 75% [=============================================== ] 2438/3216 75% [=============================================== ] 2439/3216 75% [=============================================== ] 2440/3216 75% [=============================================== ] 2441/3216 75% [=============================================== ] 2442/3216 75% [=============================================== ] 2443/3216 75% [=============================================== ] 2444/3216 75% [=============================================== ] 2445/3216 76% [=============================================== ] 2446/3216 76% [=============================================== ] 2447/3216 76% [=============================================== ] 2448/3216 76% [=============================================== ] 2449/3216 76% [=============================================== ] 2450/3216 76% [=============================================== ] 2451/3216 76% [=============================================== ] 2452/3216 76% [=============================================== ] 2453/3216 76% [=============================================== ] 2454/3216 76% [=============================================== ] 2455/3216 76% [=============================================== ] 2456/3216 76% [=============================================== ] 2457/3216 76% [=============================================== ] 2458/3216 76% [=============================================== ] 2459/3216 76% [=============================================== ] 2460/3216 76% [=============================================== ] 2461/3216 76% [=============================================== ] 2462/3216 76% [=============================================== ] 2463/3216 76% [=============================================== ] 2464/3216 76% [=============================================== ] 2465/3216 76% [=============================================== ] 2466/3216 76% [=============================================== ] 2467/3216 76% [=============================================== ] 2468/3216 76% [=============================================== ] 2469/3216 76% [=============================================== ] 2470/3216 76% [=============================================== ] 2471/3216 76% [=============================================== ] 2472/3216 76% [=============================================== ] 2473/3216 76% [=============================================== ] 2474/3216 76% [=============================================== ] 2475/3216 76% [=============================================== ] 2476/3216 76% [=============================================== ] 2477/3216 77% [=============================================== ] 2478/3216 77% [=============================================== ] 2479/3216 77% [=============================================== ] 2480/3216 77% [=============================================== ] 2481/3216 77% [=============================================== ] 2482/3216 77% [=============================================== ] 2483/3216 77% [=============================================== ] 2484/3216 77% [=============================================== ] 2485/3216 77% [=============================================== ] 2486/3216 77% [=============================================== ] 2487/3216 77% [=============================================== ] 2488/3216 77% [=============================================== ] 2489/3216 77% [================================================ ] 2490/3216 77% [================================================ ] 2491/3216 77% [================================================ ] 2492/3216 77% [================================================ ] 2493/3216 77% [================================================ ] 2494/3216 77% [================================================ ] 2495/3216 77% [================================================ ] 2496/3216 77% [================================================ ] 2497/3216 77% [================================================ ] 2498/3216 77% [================================================ ] 2499/3216 77% [================================================ ] 2500/3216 77% [================================================ ] 2501/3216 77% [================================================ ] 2502/3216 77% [================================================ ] 2503/3216 77% [================================================ ] 2504/3216 77% [================================================ ] 2505/3216 77% [================================================ ] 2506/3216 77% [================================================ ] 2507/3216 77% [================================================ ] 2508/3216 77% [================================================ ] 2509/3216 78% [================================================ ] 2510/3216 78% [================================================ ] 2511/3216 78% [================================================ ] 2512/3216 78% [================================================ ] 2513/3216 78% [================================================ ] 2514/3216 78% [================================================ ] 2515/3216 78% [================================================ ] 2516/3216 78% [================================================ ] 2517/3216 78% [================================================ ] 2518/3216 78% [================================================ ] 2519/3216 78% [================================================ ] 2520/3216 78% [================================================ ] 2521/3216 78% [================================================ ] 2522/3216 78% [================================================ ] 2523/3216 78% [================================================ ] 2524/3216 78% [================================================ ] 2525/3216 78% [================================================ ] 2526/3216 78% [================================================ ] 2527/3216 78% [================================================ ] 2528/3216 78% [================================================ ] 2529/3216 78% [================================================ ] 2530/3216 78% [================================================ ] 2531/3216 78% [================================================ ] 2532/3216 78% [================================================ ] 2533/3216 78% [================================================ ] 2534/3216 78% [================================================ ] 2535/3216 78% [================================================ ] 2536/3216 78% [================================================ ] 2537/3216 78% [================================================ ] 2538/3216 78% [================================================ ] 2539/3216 78% [================================================ ] 2540/3216 78% [================================================ ] 2541/3216 79% [================================================= ] 2542/3216 79% [================================================= ] 2543/3216 79% [================================================= ] 2544/3216 79% [================================================= ] 2545/3216 79% [================================================= ] 2546/3216 79% [================================================= ] 2547/3216 79% [================================================= ] 2548/3216 79% [================================================= ] 2549/3216 79% [================================================= ] 2550/3216 79% [================================================= ] 2551/3216 79% [================================================= ] 2552/3216 79% [================================================= ] 2553/3216 79% [================================================= ] 2554/3216 79% [================================================= ] 2555/3216 79% [================================================= ] 2556/3216 79% [================================================= ] 2557/3216 79% [================================================= ] 2558/3216 79% [================================================= ] 2559/3216 79% [================================================= ] 2560/3216 79% [================================================= ] 2561/3216 79% [================================================= ] 2562/3216 79% [================================================= ] 2563/3216 79% [================================================= ] 2564/3216 79% [================================================= ] 2565/3216 79% [================================================= ] 2566/3216 79% [================================================= ] 2567/3216 79% [================================================= ] 2568/3216 79% [================================================= ] 2569/3216 79% [================================================= ] 2570/3216 79% [================================================= ] 2571/3216 79% [================================================= ] 2572/3216 79% [================================================= ] 2573/3216 80% [================================================= ] 2574/3216 80% [================================================= ] 2575/3216 80% [================================================= ] 2576/3216 80% [================================================= ] 2577/3216 80% [================================================= ] 2578/3216 80% [================================================= ] 2579/3216 80% [================================================= ] 2580/3216 80% [================================================= ] 2581/3216 80% [================================================= ] 2582/3216 80% [================================================= ] 2583/3216 80% [================================================= ] 2584/3216 80% [================================================= ] 2585/3216 80% [================================================= ] 2586/3216 80% [================================================= ] 2587/3216 80% [================================================= ] 2588/3216 80% [================================================= ] 2589/3216 80% [================================================= ] 2590/3216 80% [================================================= ] 2591/3216 80% [================================================= ] 2592/3216 80% [================================================= ] 2593/3216 80% [================================================== ] 2594/3216 80% [================================================== ] 2595/3216 80% [================================================== ] 2596/3216 80% [================================================== ] 2597/3216 80% [================================================== ] 2598/3216 80% [================================================== ] 2599/3216 80% [================================================== ] 2600/3216 80% [================================================== ] 2601/3216 80% [================================================== ] 2602/3216 80% [================================================== ] 2603/3216 80% [================================================== ] 2604/3216 80% [================================================== ] 2605/3216 81% [================================================== ] 2606/3216 81% [================================================== ] 2607/3216 81% [================================================== ] 2608/3216 81% [================================================== ] 2609/3216 81% [================================================== ] 2610/3216 81% [================================================== ] 2611/3216 81% [================================================== ] 2612/3216 81% [================================================== ] 2613/3216 81% [================================================== ] 2614/3216 81% [================================================== ] 2615/3216 81% [================================================== ] 2616/3216 81% [================================================== ] 2617/3216 81% [================================================== ] 2618/3216 81% [================================================== ] 2619/3216 81% [================================================== ] 2620/3216 81% [================================================== ] 2621/3216 81% [================================================== ] 2622/3216 81% [================================================== ] 2623/3216 81% [================================================== ] 2624/3216 81% [================================================== ] 2625/3216 81% [================================================== ] 2626/3216 81% [================================================== ] 2627/3216 81% [================================================== ] 2628/3216 81% [================================================== ] 2629/3216 81% [================================================== ] 2630/3216 81% [================================================== ] 2631/3216 81% [================================================== ] 2632/3216 81% [================================================== ] 2633/3216 81% [================================================== ] 2634/3216 81% [================================================== ] 2635/3216 81% [================================================== ] 2636/3216 81% [================================================== ] 2637/3216 81% [================================================== ] 2638/3216 82% [================================================== ] 2639/3216 82% [================================================== ] 2640/3216 82% [================================================== ] 2641/3216 82% [================================================== ] 2642/3216 82% [================================================== ] 2643/3216 82% [================================================== ] 2644/3216 82% [================================================== ] 2645/3216 82% [=================================================== ] 2646/3216 82% [=================================================== ] 2647/3216 82% [=================================================== ] 2648/3216 82% [=================================================== ] 2649/3216 82% [=================================================== ] 2650/3216 82% [=================================================== ] 2651/3216 82% [=================================================== ] 2652/3216 82% [=================================================== ] 2653/3216 82% [=================================================== ] 2654/3216 82% [=================================================== ] 2655/3216 82% [=================================================== ] 2656/3216 82% [=================================================== ] 2657/3216 82% [=================================================== ] 2658/3216 82% [=================================================== ] 2659/3216 82% [=================================================== ] 2660/3216 82% [=================================================== ] 2661/3216 82% [=================================================== ] 2662/3216 82% [=================================================== ] 2663/3216 82% [=================================================== ] 2664/3216 82% [=================================================== ] 2665/3216 82% [=================================================== ] 2666/3216 82% [=================================================== ] 2667/3216 82% [=================================================== ] 2668/3216 82% [=================================================== ] 2669/3216 82% [=================================================== ] 2670/3216 83% [=================================================== ] 2671/3216 83% [=================================================== ] 2672/3216 83% [=================================================== ] 2673/3216 83% [=================================================== ] 2674/3216 83% [=================================================== ] 2675/3216 83% [=================================================== ] 2676/3216 83% [=================================================== ] 2677/3216 83% [=================================================== ] 2678/3216 83% [=================================================== ] 2679/3216 83% [=================================================== ] 2680/3216 83% [=================================================== ] 2681/3216 83% [=================================================== ] 2682/3216 83% [=================================================== ] 2683/3216 83% [=================================================== ] 2684/3216 83% [=================================================== ] 2685/3216 83% [=================================================== ] 2686/3216 83% [=================================================== ] 2687/3216 83% [=================================================== ] 2688/3216 83% [=================================================== ] 2689/3216 83% [=================================================== ] 2690/3216 83% [=================================================== ] 2691/3216 83% [=================================================== ] 2692/3216 83% [=================================================== ] 2693/3216 83% [=================================================== ] 2694/3216 83% [=================================================== ] 2695/3216 83% [=================================================== ] 2696/3216 83% [=================================================== ] 2697/3216 83% [==================================================== ] 2698/3216 83% [==================================================== ] 2699/3216 83% [==================================================== ] 2700/3216 83% [==================================================== ] 2701/3216 83% [==================================================== ] 2702/3216 84% [==================================================== ] 2703/3216 84% [==================================================== ] 2704/3216 84% [==================================================== ] 2705/3216 84% [==================================================== ] 2706/3216 84% [==================================================== ] 2707/3216 84% [==================================================== ] 2708/3216 84% [==================================================== ] 2709/3216 84% [==================================================== ] 2710/3216 84% [==================================================== ] 2711/3216 84% [==================================================== ] 2712/3216 84% [==================================================== ] 2713/3216 84% [==================================================== ] 2714/3216 84% [==================================================== ] 2715/3216 84% [==================================================== ] 2716/3216 84% [==================================================== ] 2717/3216 84% [==================================================== ] 2718/3216 84% [==================================================== ] 2719/3216 84% [==================================================== ] 2720/3216 84% [==================================================== ] 2721/3216 84% [==================================================== ] 2722/3216 84% [==================================================== ] 2723/3216 84% [==================================================== ] 2724/3216 84% [==================================================== ] 2725/3216 84% [==================================================== ] 2726/3216 84% [==================================================== ] 2727/3216 84% [==================================================== ] 2728/3216 84% [==================================================== ] 2729/3216 84% [==================================================== ] 2730/3216 84% [==================================================== ] 2731/3216 84% [==================================================== ] 2732/3216 84% [==================================================== ] 2733/3216 84% [==================================================== ] 2734/3216 85% [==================================================== ] 2735/3216 85% [==================================================== ] 2736/3216 85% [==================================================== ] 2737/3216 85% [==================================================== ] 2738/3216 85% [==================================================== ] 2739/3216 85% [==================================================== ] 2740/3216 85% [==================================================== ] 2741/3216 85% [==================================================== ] 2742/3216 85% [==================================================== ] 2743/3216 85% [==================================================== ] 2744/3216 85% [==================================================== ] 2745/3216 85% [==================================================== ] 2746/3216 85% [==================================================== ] 2747/3216 85% [==================================================== ] 2748/3216 85% [==================================================== ] 2749/3216 85% [===================================================== ] 2750/3216 85% [===================================================== ] 2751/3216 85% [===================================================== ] 2752/3216 85% [===================================================== ] 2753/3216 85% [===================================================== ] 2754/3216 85% [===================================================== ] 2755/3216 85% [===================================================== ] 2756/3216 85% [===================================================== ] 2757/3216 85% [===================================================== ] 2758/3216 85% [===================================================== ] 2759/3216 85% [===================================================== ] 2760/3216 85% [===================================================== ] 2761/3216 85% [===================================================== ] 2762/3216 85% [===================================================== ] 2763/3216 85% [===================================================== ] 2764/3216 85% [===================================================== ] 2765/3216 85% [===================================================== ] 2766/3216 86% [===================================================== ] 2767/3216 86% [===================================================== ] 2768/3216 86% [===================================================== ] 2769/3216 86% [===================================================== ] 2770/3216 86% [===================================================== ] 2771/3216 86% [===================================================== ] 2772/3216 86% [===================================================== ] 2773/3216 86% [===================================================== ] 2774/3216 86% [===================================================== ] 2775/3216 86% [===================================================== ] 2776/3216 86% [===================================================== ] 2777/3216 86% [===================================================== ] 2778/3216 86% [===================================================== ] 2779/3216 86% [===================================================== ] 2780/3216 86% [===================================================== ] 2781/3216 86% [===================================================== ] 2782/3216 86% [===================================================== ] 2783/3216 86% [===================================================== ] 2784/3216 86% [===================================================== ] 2785/3216 86% [===================================================== ] 2786/3216 86% [===================================================== ] 2787/3216 86% [===================================================== ] 2788/3216 86% [===================================================== ] 2789/3216 86% [===================================================== ] 2790/3216 86% [===================================================== ] 2791/3216 86% [===================================================== ] 2792/3216 86% [===================================================== ] 2793/3216 86% [===================================================== ] 2794/3216 86% [===================================================== ] 2795/3216 86% [===================================================== ] 2796/3216 86% [===================================================== ] 2797/3216 86% [===================================================== ] 2798/3216 87% [===================================================== ] 2799/3216 87% [===================================================== ] 2800/3216 87% [===================================================== ] 2801/3216 87% [====================================================== ] 2802/3216 87% [====================================================== ] 2803/3216 87% [====================================================== ] 2804/3216 87% [====================================================== ] 2805/3216 87% [====================================================== ] 2806/3216 87% [====================================================== ] 2807/3216 87% [====================================================== ] 2808/3216 87% [====================================================== ] 2809/3216 87% [====================================================== ] 2810/3216 87% [====================================================== ] 2811/3216 87% [====================================================== ] 2812/3216 87% [====================================================== ] 2813/3216 87% [====================================================== ] 2814/3216 87% [====================================================== ] 2815/3216 87% [====================================================== ] 2816/3216 87% [====================================================== ] 2817/3216 87% [====================================================== ] 2818/3216 87% [====================================================== ] 2819/3216 87% [====================================================== ] 2820/3216 87% [====================================================== ] 2821/3216 87% [====================================================== ] 2822/3216 87% [====================================================== ] 2823/3216 87% [====================================================== ] 2824/3216 87% [====================================================== ] 2825/3216 87% [====================================================== ] 2826/3216 87% [====================================================== ] 2827/3216 87% [====================================================== ] 2828/3216 87% [====================================================== ] 2829/3216 87% [====================================================== ] 2830/3216 87% [====================================================== ] 2831/3216 88% [====================================================== ] 2832/3216 88% [====================================================== ] 2833/3216 88% [====================================================== ] 2834/3216 88% [====================================================== ] 2835/3216 88% [====================================================== ] 2836/3216 88% [====================================================== ] 2837/3216 88% [====================================================== ] 2838/3216 88% [====================================================== ] 2839/3216 88% [====================================================== ] 2840/3216 88% [====================================================== ] 2841/3216 88% [====================================================== ] 2842/3216 88% [====================================================== ] 2843/3216 88% [====================================================== ] 2844/3216 88% [====================================================== ] 2845/3216 88% [====================================================== ] 2846/3216 88% [====================================================== ] 2847/3216 88% [====================================================== ] 2848/3216 88% [====================================================== ] 2849/3216 88% [====================================================== ] 2850/3216 88% [====================================================== ] 2851/3216 88% [====================================================== ] 2852/3216 88% [======================================================= ] 2853/3216 88% [======================================================= ] 2854/3216 88% [======================================================= ] 2855/3216 88% [======================================================= ] 2856/3216 88% [======================================================= ] 2857/3216 88% [======================================================= ] 2858/3216 88% [======================================================= ] 2859/3216 88% [======================================================= ] 2860/3216 88% [======================================================= ] 2861/3216 88% [======================================================= ] 2862/3216 88% [======================================================= ] 2863/3216 89% [======================================================= ] 2864/3216 89% [======================================================= ] 2865/3216 89% [======================================================= ] 2866/3216 89% [======================================================= ] 2867/3216 89% [======================================================= ] 2868/3216 89% [======================================================= ] 2869/3216 89% [======================================================= ] 2870/3216 89% [======================================================= ] 2871/3216 89% [======================================================= ] 2872/3216 89% [======================================================= ] 2873/3216 89% [======================================================= ] 2874/3216 89% [======================================================= ] 2875/3216 89% [======================================================= ] 2876/3216 89% [======================================================= ] 2877/3216 89% [======================================================= ] 2878/3216 89% [======================================================= ] 2879/3216 89% [======================================================= ] 2880/3216 89% [======================================================= ] 2881/3216 89% [======================================================= ] 2882/3216 89% [======================================================= ] 2883/3216 89% [======================================================= ] 2884/3216 89% [======================================================= ] 2885/3216 89% [======================================================= ] 2886/3216 89% [======================================================= ] 2887/3216 89% [======================================================= ] 2888/3216 89% [======================================================= ] 2889/3216 89% [======================================================= ] 2890/3216 89% [======================================================= ] 2891/3216 89% [======================================================= ] 2892/3216 89% [======================================================= ] 2893/3216 89% [======================================================= ] 2894/3216 89% [======================================================= ] 2895/3216 90% [======================================================= ] 2896/3216 90% [======================================================= ] 2897/3216 90% [======================================================= ] 2898/3216 90% [======================================================= ] 2899/3216 90% [======================================================= ] 2900/3216 90% [======================================================= ] 2901/3216 90% [======================================================= ] 2902/3216 90% [======================================================= ] 2903/3216 90% [======================================================= ] 2904/3216 90% [======================================================== ] 2905/3216 90% [======================================================== ] 2906/3216 90% [======================================================== ] 2907/3216 90% [======================================================== ] 2908/3216 90% [======================================================== ] 2909/3216 90% [======================================================== ] 2910/3216 90% [======================================================== ] 2911/3216 90% [======================================================== ] 2912/3216 90% [======================================================== ] 2913/3216 90% [======================================================== ] 2914/3216 90% [======================================================== ] 2915/3216 90% [======================================================== ] 2916/3216 90% [======================================================== ] 2917/3216 90% [======================================================== ] 2918/3216 90% [======================================================== ] 2919/3216 90% [======================================================== ] 2920/3216 90% [======================================================== ] 2921/3216 90% [======================================================== ] 2922/3216 90% [======================================================== ] 2923/3216 90% [======================================================== ] 2924/3216 90% [======================================================== ] 2925/3216 90% [======================================================== ] 2926/3216 90% [======================================================== ] 2927/3216 91% [======================================================== ] 2928/3216 91% [======================================================== ] 2929/3216 91% [======================================================== ] 2930/3216 91% [======================================================== ] 2931/3216 91% [======================================================== ] 2932/3216 91% [======================================================== ] 2933/3216 91% [======================================================== ] 2934/3216 91% [======================================================== ] 2935/3216 91% [======================================================== ] 2936/3216 91% [======================================================== ] 2937/3216 91% [======================================================== ] 2938/3216 91% [======================================================== ] 2939/3216 91% [======================================================== ] 2940/3216 91% [======================================================== ] 2941/3216 91% [======================================================== ] 2942/3216 91% [======================================================== ] 2943/3216 91% [======================================================== ] 2944/3216 91% [======================================================== ] 2945/3216 91% [======================================================== ] 2946/3216 91% [======================================================== ] 2947/3216 91% [======================================================== ] 2948/3216 91% [======================================================== ] 2949/3216 91% [======================================================== ] 2950/3216 91% [======================================================== ] 2951/3216 91% [======================================================== ] 2952/3216 91% [======================================================== ] 2953/3216 91% [======================================================== ] 2954/3216 91% [======================================================== ] 2955/3216 91% [======================================================== ] 2956/3216 91% [========================================================= ] 2957/3216 91% [========================================================= ] 2958/3216 91% [========================================================= ] 2959/3216 92% [========================================================= ] 2960/3216 92% [========================================================= ] 2961/3216 92% [========================================================= ] 2962/3216 92% [========================================================= ] 2963/3216 92% [========================================================= ] 2964/3216 92% [========================================================= ] 2965/3216 92% [========================================================= ] 2966/3216 92% [========================================================= ] 2967/3216 92% [========================================================= ] 2968/3216 92% [========================================================= ] 2969/3216 92% [========================================================= ] 2970/3216 92% [========================================================= ] 2971/3216 92% [========================================================= ] 2972/3216 92% [========================================================= ] 2973/3216 92% [========================================================= ] 2974/3216 92% [========================================================= ] 2975/3216 92% [========================================================= ] 2976/3216 92% [========================================================= ] 2977/3216 92% [========================================================= ] 2978/3216 92% [========================================================= ] 2979/3216 92% [========================================================= ] 2980/3216 92% [========================================================= ] 2981/3216 92% [========================================================= ] 2982/3216 92% [========================================================= ] 2983/3216 92% [========================================================= ] 2984/3216 92% [========================================================= ] 2985/3216 92% [========================================================= ] 2986/3216 92% [========================================================= ] 2987/3216 92% [========================================================= ] 2988/3216 92% [========================================================= ] 2989/3216 92% [========================================================= ] 2990/3216 92% [========================================================= ] 2991/3216 93% [========================================================= ] 2992/3216 93% [========================================================= ] 2993/3216 93% [========================================================= ] 2994/3216 93% [========================================================= ] 2995/3216 93% [========================================================= ] 2996/3216 93% [========================================================= ] 2997/3216 93% [========================================================= ] 2998/3216 93% [========================================================= ] 2999/3216 93% [========================================================= ] 3000/3216 93% [========================================================= ] 3001/3216 93% [========================================================= ] 3002/3216 93% [========================================================= ] 3003/3216 93% [========================================================= ] 3004/3216 93% [========================================================= ] 3005/3216 93% [========================================================= ] 3006/3216 93% [========================================================= ] 3007/3216 93% [========================================================= ] 3008/3216 93% [========================================================== ] 3009/3216 93% [========================================================== ] 3010/3216 93% [========================================================== ] 3011/3216 93% [========================================================== ] 3012/3216 93% [========================================================== ] 3013/3216 93% [========================================================== ] 3014/3216 93% [========================================================== ] 3015/3216 93% [========================================================== ] 3016/3216 93% [========================================================== ] 3017/3216 93% [========================================================== ] 3018/3216 93% [========================================================== ] 3019/3216 93% [========================================================== ] 3020/3216 93% [========================================================== ] 3021/3216 93% [========================================================== ] 3022/3216 93% [========================================================== ] 3023/3216 93% [========================================================== ] 3024/3216 94% [========================================================== ] 3025/3216 94% [========================================================== ] 3026/3216 94% [========================================================== ] 3027/3216 94% [========================================================== ] 3028/3216 94% [========================================================== ] 3029/3216 94% [========================================================== ] 3030/3216 94% [========================================================== ] 3031/3216 94% [========================================================== ] 3032/3216 94% [========================================================== ] 3033/3216 94% [========================================================== ] 3034/3216 94% [========================================================== ] 3035/3216 94% [========================================================== ] 3036/3216 94% [========================================================== ] 3037/3216 94% [========================================================== ] 3038/3216 94% [========================================================== ] 3039/3216 94% [========================================================== ] 3040/3216 94% [========================================================== ] 3041/3216 94% [========================================================== ] 3042/3216 94% [========================================================== ] 3043/3216 94% [========================================================== ] 3044/3216 94% [========================================================== ] 3045/3216 94% [========================================================== ] 3046/3216 94% [========================================================== ] 3047/3216 94% [========================================================== ] 3048/3216 94% [========================================================== ] 3049/3216 94% [========================================================== ] 3050/3216 94% [========================================================== ] 3051/3216 94% [========================================================== ] 3052/3216 94% [========================================================== ] 3053/3216 94% [========================================================== ] 3054/3216 94% [========================================================== ] 3055/3216 94% [========================================================== ] 3056/3216 95% [========================================================== ] 3057/3216 95% [========================================================== ] 3058/3216 95% [========================================================== ] 3059/3216 95% [========================================================== ] 3060/3216 95% [=========================================================== ] 3061/3216 95% [=========================================================== ] 3062/3216 95% [=========================================================== ] 3063/3216 95% [=========================================================== ] 3064/3216 95% [=========================================================== ] 3065/3216 95% [=========================================================== ] 3066/3216 95% [=========================================================== ] 3067/3216 95% [=========================================================== ] 3068/3216 95% [=========================================================== ] 3069/3216 95% [=========================================================== ] 3070/3216 95% [=========================================================== ] 3071/3216 95% [=========================================================== ] 3072/3216 95% [=========================================================== ] 3073/3216 95% [=========================================================== ] 3074/3216 95% [=========================================================== ] 3075/3216 95% [=========================================================== ] 3076/3216 95% [=========================================================== ] 3077/3216 95% [=========================================================== ] 3078/3216 95% [=========================================================== ] 3079/3216 95% [=========================================================== ] 3080/3216 95% [=========================================================== ] 3081/3216 95% [=========================================================== ] 3082/3216 95% [=========================================================== ] 3083/3216 95% [=========================================================== ] 3084/3216 95% [=========================================================== ] 3085/3216 95% [=========================================================== ] 3086/3216 95% [=========================================================== ] 3087/3216 95% [=========================================================== ] 3088/3216 96% [=========================================================== ] 3089/3216 96% [=========================================================== ] 3090/3216 96% [=========================================================== ] 3091/3216 96% [=========================================================== ] 3092/3216 96% [=========================================================== ] 3093/3216 96% [=========================================================== ] 3094/3216 96% [=========================================================== ] 3095/3216 96% [=========================================================== ] 3096/3216 96% [=========================================================== ] 3097/3216 96% [=========================================================== ] 3098/3216 96% [=========================================================== ] 3099/3216 96% [=========================================================== ] 3100/3216 96% [=========================================================== ] 3101/3216 96% [=========================================================== ] 3102/3216 96% [=========================================================== ] 3103/3216 96% [=========================================================== ] 3104/3216 96% [=========================================================== ] 3105/3216 96% [=========================================================== ] 3106/3216 96% [=========================================================== ] 3107/3216 96% [=========================================================== ] 3108/3216 96% [=========================================================== ] 3109/3216 96% [=========================================================== ] 3110/3216 96% [=========================================================== ] 3111/3216 96% [=========================================================== ] 3112/3216 96% [============================================================ ] 3113/3216 96% [============================================================ ] 3114/3216 96% [============================================================ ] 3115/3216 96% [============================================================ ] 3116/3216 96% [============================================================ ] 3117/3216 96% [============================================================ ] 3118/3216 96% [============================================================ ] 3119/3216 96% [============================================================ ] 3120/3216 97% [============================================================ ] 3121/3216 97% [============================================================ ] 3122/3216 97% [============================================================ ] 3123/3216 97% [============================================================ ] 3124/3216 97% [============================================================ ] 3125/3216 97% [============================================================ ] 3126/3216 97% [============================================================ ] 3127/3216 97% [============================================================ ] 3128/3216 97% [============================================================ ] 3129/3216 97% [============================================================ ] 3130/3216 97% [============================================================ ] 3131/3216 97% [============================================================ ] 3132/3216 97% [============================================================ ] 3133/3216 97% [============================================================ ] 3134/3216 97% [============================================================ ] 3135/3216 97% [============================================================ ] 3136/3216 97% [============================================================ ] 3137/3216 97% [============================================================ ] 3138/3216 97% [============================================================ ] 3139/3216 97% [============================================================ ] 3140/3216 97% [============================================================ ] 3141/3216 97% [============================================================ ] 3142/3216 97% [============================================================ ] 3143/3216 97% [============================================================ ] 3144/3216 97% [============================================================ ] 3145/3216 97% [============================================================ ] 3146/3216 97% [============================================================ ] 3147/3216 97% [============================================================ ] 3148/3216 97% [============================================================ ] 3149/3216 97% [============================================================ ] 3150/3216 97% [============================================================ ] 3151/3216 97% [============================================================ ] 3152/3216 98% [============================================================ ] 3153/3216 98% [============================================================ ] 3154/3216 98% [============================================================ ] 3155/3216 98% [============================================================ ] 3156/3216 98% [============================================================ ] 3157/3216 98% [============================================================ ] 3158/3216 98% [============================================================ ] 3159/3216 98% [============================================================ ] 3160/3216 98% [============================================================ ] 3161/3216 98% [============================================================ ] 3162/3216 98% [============================================================ ] 3163/3216 98% [============================================================ ] 3164/3216 98% [============================================================= ] 3165/3216 98% [============================================================= ] 3166/3216 98% [============================================================= ] 3167/3216 98% [============================================================= ] 3168/3216 98% [============================================================= ] 3169/3216 98% [============================================================= ] 3170/3216 98% [============================================================= ] 3171/3216 98% [============================================================= ] 3172/3216 98% [============================================================= ] 3173/3216 98% [============================================================= ] 3174/3216 98% [============================================================= ] 3175/3216 98% [============================================================= ] 3176/3216 98% [============================================================= ] 3177/3216 98% [============================================================= ] 3178/3216 98% [============================================================= ] 3179/3216 98% [============================================================= ] 3180/3216 98% [============================================================= ] 3181/3216 98% [============================================================= ] 3182/3216 98% [============================================================= ] 3183/3216 98% [============================================================= ] 3184/3216 99% [============================================================= ] 3185/3216 99% [============================================================= ] 3186/3216 99% [============================================================= ] 3187/3216 99% [============================================================= ] 3188/3216 99% [============================================================= ] 3189/3216 99% [============================================================= ] 3190/3216 99% [============================================================= ] 3191/3216 99% [============================================================= ] 3192/3216 99% [============================================================= ] 3193/3216 99% [============================================================= ] 3194/3216 99% [============================================================= ] 3195/3216 99% [============================================================= ] 3196/3216 99% [============================================================= ] 3197/3216 99% [============================================================= ] 3198/3216 99% [============================================================= ] 3199/3216 99% [============================================================= ] 3200/3216 99% [============================================================= ] 3201/3216 99% [============================================================= ] 3202/3216 99% [============================================================= ] 3203/3216 99% [============================================================= ] 3204/3216 99% [============================================================= ] 3205/3216 99% [============================================================= ] 3206/3216 99% [============================================================= ] 3207/3216 99% [============================================================= ] 3208/3216 99% [============================================================= ] 3209/3216 99% [============================================================= ] 3210/3216 99% [============================================================= ] 3211/3216 99% [============================================================= ] 3212/3216 99% [============================================================= ] 3213/3216 99% [============================================================= ] 3214/3216 99% [============================================================= ] 3215/3216 99% [==============================================================] 3216/3216 100% operation complete, 3216 objects in 52162 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/powerpc64le-buildroot-linux-gnu/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 2022.05-127-g3736acba6c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> 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) >>> avro-c 1.11.0 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ipcalc 1.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> fetchmail 6.4.29 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> findutils 4.9.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> fwup 1.9.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> host-gptfdisk 1.0.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> 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) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> htpdate 1.3.4 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-python-cython 0.29.27 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> host-rauc 1.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sudo 1.9.8p2 Collecting legal info doc/LICENSE: OK (sha256: b678438594f04a7070a5fd125f7edffc871e13234baad318690b647bfc60705d) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xkeyboard-config 2.34 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'