rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-422-ga89a632833"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' - - sudo -1 - - - -\n\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2916 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/2916 0% [ ] 2/2916 0% [ ] 3/2916 0% [ ] 4/2916 0% [ ] 5/2916 0% [ ] 6/2916 0% [ ] 7/2916 0% [ ] 8/2916 0% [ ] 9/2916 0% [ ] 10/2916 0% [ ] 11/2916 0% [ ] 12/2916 0% [ ] 13/2916 0% [ ] 14/2916 0% [ ] 15/2916 0% [ ] 16/2916 0% [ ] 17/2916 0% [ ] 18/2916 0% [ ] 19/2916 0% [ ] 20/2916 0% [ ] 21/2916 0% [ ] 22/2916 0% [ ] 23/2916 0% [ ] 24/2916 0% [ ] 25/2916 0% [ ] 26/2916 0% [ ] 27/2916 0% [ ] 28/2916 0% [ ] 29/2916 0% [ ] 30/2916 1% [ ] 31/2916 1% [ ] 32/2916 1% [ ] 33/2916 1% [ ] 34/2916 1% [ ] 35/2916 1% [ ] 36/2916 1% [ ] 37/2916 1% [ ] 38/2916 1% [ ] 39/2916 1% [ ] 40/2916 1% [ ] 41/2916 1% [ ] 42/2916 1% [ ] 43/2916 1% [ ] 44/2916 1% [ ] 45/2916 1% [ ] 46/2916 1% [ ] 47/2916 1% [= ] 48/2916 1% [= ] 49/2916 1% [= ] 50/2916 1% [= ] 51/2916 1% [= ] 52/2916 1% [= ] 53/2916 1% [= ] 54/2916 1% [= ] 55/2916 1% [= ] 56/2916 1% [= ] 57/2916 1% [= ] 58/2916 1% [= ] 59/2916 2% [= ] 60/2916 2% [= ] 61/2916 2% [= ] 62/2916 2% [= ] 63/2916 2% [= ] 64/2916 2% [= ] 65/2916 2% [= ] 66/2916 2% [= ] 67/2916 2% [= ] 68/2916 2% [= ] 69/2916 2% [= ] 70/2916 2% [= ] 71/2916 2% [= ] 72/2916 2% [= ] 73/2916 2% [= ] 74/2916 2% [= ] 75/2916 2% [= ] 76/2916 2% [= ] 77/2916 2% [= ] 78/2916 2% [= ] 79/2916 2% [= ] 80/2916 2% [= ] 81/2916 2% [= ] 82/2916 2% [= ] 83/2916 2% [= ] 84/2916 2% [= ] 85/2916 2% [= ] 86/2916 2% [= ] 87/2916 2% [= ] 88/2916 3% [= ] 89/2916 3% [= ] 90/2916 3% [= ] 91/2916 3% [= ] 92/2916 3% [= ] 93/2916 3% [= ] 94/2916 3% [== ] 95/2916 3% [== ] 96/2916 3% [== ] 97/2916 3% [== ] 98/2916 3% [== ] 99/2916 3% [== ] 100/2916 3% [== ] 101/2916 3% [== ] 102/2916 3% [== ] 103/2916 3% [== ] 104/2916 3% [== ] 105/2916 3% [== ] 106/2916 3% [== ] 107/2916 3% [== ] 108/2916 3% [== ] 109/2916 3% [== ] 110/2916 3% [== ] 111/2916 3% [== ] 112/2916 3% [== ] 113/2916 3% [== ] 114/2916 3% [== ] 115/2916 3% [== ] 116/2916 3% [== ] 117/2916 4% [== ] 118/2916 4% [== ] 119/2916 4% [== ] 120/2916 4% [== ] 121/2916 4% [== ] 122/2916 4% [== ] 123/2916 4% [== ] 124/2916 4% [== ] 125/2916 4% [== ] 126/2916 4% [== ] 127/2916 4% [== ] 128/2916 4% [== ] 129/2916 4% [== ] 130/2916 4% [== ] 131/2916 4% [== ] 132/2916 4% [== ] 133/2916 4% [== ] 134/2916 4% [== ] 135/2916 4% [== ] 136/2916 4% [== ] 137/2916 4% [== ] 138/2916 4% [== ] 139/2916 4% [== ] 140/2916 4% [== ] 141/2916 4% [=== ] 142/2916 4% [=== ] 143/2916 4% [=== ] 144/2916 4% [=== ] 145/2916 4% [=== ] 146/2916 5% [=== ] 147/2916 5% [=== ] 148/2916 5% [=== ] 149/2916 5% [=== ] 150/2916 5% [=== ] 151/2916 5% [=== ] 152/2916 5% [=== ] 153/2916 5% [=== ] 154/2916 5% [=== ] 155/2916 5% [=== ] 156/2916 5% [=== ] 157/2916 5% [=== ] 158/2916 5% [=== ] 159/2916 5% [=== ] 160/2916 5% [=== ] 161/2916 5% [=== ] 162/2916 5% [=== ] 163/2916 5% [=== ] 164/2916 5% [=== ] 165/2916 5% [=== ] 166/2916 5% [=== ] 167/2916 5% [=== ] 168/2916 5% [=== ] 169/2916 5% [=== ] 170/2916 5% [=== ] 171/2916 5% [=== ] 172/2916 5% [=== ] 173/2916 5% [=== ] 174/2916 5% [=== ] 175/2916 6% [=== ] 176/2916 6% [=== ] 177/2916 6% [=== ] 178/2916 6% [=== ] 179/2916 6% [=== ] 180/2916 6% [=== ] 181/2916 6% [=== ] 182/2916 6% [=== ] 183/2916 6% [=== ] 184/2916 6% [=== ] 185/2916 6% [=== ] 186/2916 6% [=== ] 187/2916 6% [=== ] 188/2916 6% [==== ] 189/2916 6% [==== ] 190/2916 6% [==== ] 191/2916 6% [==== ] 192/2916 6% [==== ] 193/2916 6% [==== ] 194/2916 6% [==== ] 195/2916 6% [==== ] 196/2916 6% [==== ] 197/2916 6% [==== ] 198/2916 6% [==== ] 199/2916 6% [==== ] 200/2916 6% [==== ] 201/2916 6% [==== ] 202/2916 6% [==== ] 203/2916 6% [==== ] 204/2916 6% [==== ] 205/2916 7% [==== ] 206/2916 7% [==== ] 207/2916 7% [==== ] 208/2916 7% [==== ] 209/2916 7% [==== ] 210/2916 7% [==== ] 211/2916 7% [==== ] 212/2916 7% [==== ] 213/2916 7% [==== ] 214/2916 7% [==== ] 215/2916 7% [==== ] 216/2916 7% [==== ] 217/2916 7% [==== ] 218/2916 7% [==== ] 219/2916 7% [==== ] 220/2916 7% [==== ] 221/2916 7% [==== ] 222/2916 7% [==== ] 223/2916 7% [==== ] 224/2916 7% [==== ] 225/2916 7% [==== ] 226/2916 7% [==== ] 227/2916 7% [==== ] 228/2916 7% [==== ] 229/2916 7% [==== ] 230/2916 7% [==== ] 231/2916 7% [==== ] 232/2916 7% [==== ] 233/2916 7% [==== ] 234/2916 8% [==== ] 235/2916 8% [===== ] 236/2916 8% [===== ] 237/2916 8% [===== ] 238/2916 8% [===== ] 239/2916 8% [===== ] 240/2916 8% [===== ] 241/2916 8% [===== ] 242/2916 8% [===== ] 243/2916 8% [===== ] 244/2916 8% [===== ] 245/2916 8% [===== ] 246/2916 8% [===== ] 247/2916 8% [===== ] 248/2916 8% [===== ] 249/2916 8% [===== ] 250/2916 8% [===== ] 251/2916 8% [===== ] 252/2916 8% [===== ] 253/2916 8% [===== ] 254/2916 8% [===== ] 255/2916 8% [===== ] 256/2916 8% [===== ] 257/2916 8% [===== ] 258/2916 8% [===== ] 259/2916 8% [===== ] 260/2916 8% [===== ] 261/2916 8% [===== ] 262/2916 8% [===== ] 263/2916 9% [===== ] 264/2916 9% [===== ] 265/2916 9% [===== ] 266/2916 9% [===== ] 267/2916 9% [===== ] 268/2916 9% [===== ] 269/2916 9% [===== ] 270/2916 9% [===== ] 271/2916 9% [===== ] 272/2916 9% [===== ] 273/2916 9% [===== ] 274/2916 9% [===== ] 275/2916 9% [===== ] 276/2916 9% [===== ] 277/2916 9% [===== ] 278/2916 9% [===== ] 279/2916 9% [===== ] 280/2916 9% [===== ] 281/2916 9% [===== ] 282/2916 9% [====== ] 283/2916 9% [====== ] 284/2916 9% [====== ] 285/2916 9% [====== ] 286/2916 9% [====== ] 287/2916 9% [====== ] 288/2916 9% [====== ] 289/2916 9% [====== ] 290/2916 9% [====== ] 291/2916 9% [====== ] 292/2916 10% [====== ] 293/2916 10% [====== ] 294/2916 10% [====== ] 295/2916 10% [====== ] 296/2916 10% [====== ] 297/2916 10% [====== ] 298/2916 10% [====== ] 299/2916 10% [====== ] 300/2916 10% [====== ] 301/2916 10% [====== ] 302/2916 10% [====== ] 303/2916 10% [====== ] 304/2916 10% [====== ] 305/2916 10% [====== ] 306/2916 10% [====== ] 307/2916 10% [====== ] 308/2916 10% [====== ] 309/2916 10% [====== ] 310/2916 10% [====== ] 311/2916 10% [====== ] 312/2916 10% [====== ] 313/2916 10% [====== ] 314/2916 10% [====== ] 315/2916 10% [====== ] 316/2916 10% [====== ] 317/2916 10% [====== ] 318/2916 10% [====== ] 319/2916 10% [====== ] 320/2916 10% [====== ] 321/2916 11% [====== ] 322/2916 11% [====== ] 323/2916 11% [====== ] 324/2916 11% [====== ] 325/2916 11% [====== ] 326/2916 11% [====== ] 327/2916 11% [====== ] 328/2916 11% [====== ] 329/2916 11% [======= ] 330/2916 11% [======= ] 331/2916 11% [======= ] 332/2916 11% [======= ] 333/2916 11% [======= ] 334/2916 11% [======= ] 335/2916 11% [======= ] 336/2916 11% [======= ] 337/2916 11% [======= ] 338/2916 11% [======= ] 339/2916 11% [======= ] 340/2916 11% [======= ] 341/2916 11% [======= ] 342/2916 11% [======= ] 343/2916 11% [======= ] 344/2916 11% [======= ] 345/2916 11% [======= ] 346/2916 11% [======= ] 347/2916 11% [======= ] 348/2916 11% [======= ] 349/2916 11% [======= ] 350/2916 12% [======= ] 351/2916 12% [======= ] 352/2916 12% [======= ] 353/2916 12% [======= ] 354/2916 12% [======= ] 355/2916 12% [======= ] 356/2916 12% [======= ] 357/2916 12% [======= ] 358/2916 12% [======= ] 359/2916 12% [======= ] 360/2916 12% [======= ] 361/2916 12% [======= ] 362/2916 12% [======= ] 363/2916 12% [======= ] 364/2916 12% [======= ] 365/2916 12% [======= ] 366/2916 12% [======= ] 367/2916 12% [======= ] 368/2916 12% [======= ] 369/2916 12% [======= ] 370/2916 12% [======= ] 371/2916 12% [======= ] 372/2916 12% [======= ] 373/2916 12% [======= ] 374/2916 12% [======= ] 375/2916 12% [======= ] 376/2916 12% [======== ] 377/2916 12% [======== ] 378/2916 12% [======== ] 379/2916 12% [======== ] 380/2916 13% [======== ] 381/2916 13% [======== ] 382/2916 13% [======== ] 383/2916 13% [======== ] 384/2916 13% [======== ] 385/2916 13% [======== ] 386/2916 13% [======== ] 387/2916 13% [======== ] 388/2916 13% [======== ] 389/2916 13% [======== ] 390/2916 13% [======== ] 391/2916 13% [======== ] 392/2916 13% [======== ] 393/2916 13% [======== ] 394/2916 13% [======== ] 395/2916 13% [======== ] 396/2916 13% [======== ] 397/2916 13% [======== ] 398/2916 13% [======== ] 399/2916 13% [======== ] 400/2916 13% [======== ] 401/2916 13% [======== ] 402/2916 13% [======== ] 403/2916 13% [======== ] 404/2916 13% [======== ] 405/2916 13% [======== ] 406/2916 13% [======== ] 407/2916 13% [======== ] 408/2916 13% [======== ] 409/2916 14% [======== ] 410/2916 14% [======== ] 411/2916 14% [======== ] 412/2916 14% [======== ] 413/2916 14% [======== ] 414/2916 14% [======== ] 415/2916 14% [======== ] 416/2916 14% [======== ] 417/2916 14% [======== ] 418/2916 14% [======== ] 419/2916 14% [======== ] 420/2916 14% [======== ] 421/2916 14% [======== ] 422/2916 14% [======== ] 423/2916 14% [========= ] 424/2916 14% [========= ] 425/2916 14% [========= ] 426/2916 14% [========= ] 427/2916 14% [========= ] 428/2916 14% [========= ] 429/2916 14% [========= ] 430/2916 14% [========= ] 431/2916 14% [========= ] 432/2916 14% [========= ] 433/2916 14% [========= ] 434/2916 14% [========= ] 435/2916 14% [========= ] 436/2916 14% [========= ] 437/2916 14% [========= ] 438/2916 15% [========= ] 439/2916 15% [========= ] 440/2916 15% [========= ] 441/2916 15% [========= ] 442/2916 15% [========= ] 443/2916 15% [========= ] 444/2916 15% [========= ] 445/2916 15% [========= ] 446/2916 15% [========= ] 447/2916 15% [========= ] 448/2916 15% [========= ] 449/2916 15% [========= ] 450/2916 15% [========= ] 451/2916 15% [========= ] 452/2916 15% [========= ] 453/2916 15% [========= ] 454/2916 15% [========= ] 455/2916 15% [========= ] 456/2916 15% [========= ] 457/2916 15% [========= ] 458/2916 15% [========= ] 459/2916 15% [========= ] 460/2916 15% [========= ] 461/2916 15% [========= ] 462/2916 15% [========= ] 463/2916 15% [========= ] 464/2916 15% [========= ] 465/2916 15% [========= ] 466/2916 15% [========= ] 467/2916 16% [========= ] 468/2916 16% [========= ] 469/2916 16% [========= ] 470/2916 16% [========== ] 471/2916 16% [========== ] 472/2916 16% [========== ] 473/2916 16% [========== ] 474/2916 16% [========== ] 475/2916 16% [========== ] 476/2916 16% [========== ] 477/2916 16% [========== ] 478/2916 16% [========== ] 479/2916 16% [========== ] 480/2916 16% [========== ] 481/2916 16% [========== ] 482/2916 16% [========== ] 483/2916 16% [========== ] 484/2916 16% [========== ] 485/2916 16% [========== ] 486/2916 16% [========== ] 487/2916 16% [========== ] 488/2916 16% [========== ] 489/2916 16% [========== ] 490/2916 16% [========== ] 491/2916 16% [========== ] 492/2916 16% [========== ] 493/2916 16% [========== ] 494/2916 16% [========== ] 495/2916 16% [========== ] 496/2916 17% [========== ] 497/2916 17% [========== ] 498/2916 17% [========== ] 499/2916 17% [========== ] 500/2916 17% [========== ] 501/2916 17% [========== ] 502/2916 17% [========== ] 503/2916 17% [========== ] 504/2916 17% [========== ] 505/2916 17% [========== ] 506/2916 17% [========== ] 507/2916 17% [========== ] 508/2916 17% [========== ] 509/2916 17% [========== ] 510/2916 17% [========== ] 511/2916 17% [========== ] 512/2916 17% [========== ] 513/2916 17% [========== ] 514/2916 17% [========== ] 515/2916 17% [========== ] 516/2916 17% [========== ] 517/2916 17% [=========== ] 518/2916 17% [=========== ] 519/2916 17% [=========== ] 520/2916 17% [=========== ] 521/2916 17% [=========== ] 522/2916 17% [=========== ] 523/2916 17% [=========== ] 524/2916 17% [=========== ] 525/2916 18% [=========== ] 526/2916 18% [=========== ] 527/2916 18% [=========== ] 528/2916 18% [=========== ] 529/2916 18% [=========== ] 530/2916 18% [=========== ] 531/2916 18% [=========== ] 532/2916 18% [=========== ] 533/2916 18% [=========== ] 534/2916 18% [=========== ] 535/2916 18% [=========== ] 536/2916 18% [=========== ] 537/2916 18% [=========== ] 538/2916 18% [=========== ] 539/2916 18% [=========== ] 540/2916 18% [=========== ] 541/2916 18% [=========== ] 542/2916 18% [=========== ] 543/2916 18% [=========== ] 544/2916 18% [=========== ] 545/2916 18% [=========== ] 546/2916 18% [=========== ] 547/2916 18% [=========== ] 548/2916 18% [=========== ] 549/2916 18% [=========== ] 550/2916 18% [=========== ] 551/2916 18% [=========== ] 552/2916 18% [=========== ] 553/2916 18% [=========== ] 554/2916 18% [=========== ] 555/2916 19% [=========== ] 556/2916 19% [=========== ] 557/2916 19% [=========== ] 558/2916 19% [=========== ] 559/2916 19% [=========== ] 560/2916 19% [=========== ] 561/2916 19% [=========== ] 562/2916 19% [=========== ] 563/2916 19% [=========== ] 564/2916 19% [============ ] 565/2916 19% [============ ] 566/2916 19% [============ ] 567/2916 19% [============ ] 568/2916 19% [============ ] 569/2916 19% [============ ] 570/2916 19% [============ ] 571/2916 19% [============ ] 572/2916 19% [============ ] 573/2916 19% [============ ] 574/2916 19% [============ ] 575/2916 19% [============ ] 576/2916 19% [============ ] 577/2916 19% [============ ] 578/2916 19% [============ ] 579/2916 19% [============ ] 580/2916 19% [============ ] 581/2916 19% [============ ] 582/2916 19% [============ ] 583/2916 19% [============ ] 584/2916 20% [============ ] 585/2916 20% [============ ] 586/2916 20% [============ ] 587/2916 20% [============ ] 588/2916 20% [============ ] 589/2916 20% [============ ] 590/2916 20% [============ ] 591/2916 20% [============ ] 592/2916 20% [============ ] 593/2916 20% [============ ] 594/2916 20% [============ ] 595/2916 20% [============ ] 596/2916 20% [============ ] 597/2916 20% [============ ] 598/2916 20% [============ ] 599/2916 20% [============ ] 600/2916 20% [============ ] 601/2916 20% [============ ] 602/2916 20% [============ ] 603/2916 20% [============ ] 604/2916 20% [============ ] 605/2916 20% [============ ] 606/2916 20% [============ ] 607/2916 20% [============ ] 608/2916 20% [============ ] 609/2916 20% [============ ] 610/2916 20% [============ ] 611/2916 20% [============= ] 612/2916 20% [============= ] 613/2916 21% [============= ] 614/2916 21% [============= ] 615/2916 21% [============= ] 616/2916 21% [============= ] 617/2916 21% [============= ] 618/2916 21% [============= ] 619/2916 21% [============= ] 620/2916 21% [============= ] 621/2916 21% [============= ] 622/2916 21% [============= ] 623/2916 21% [============= ] 624/2916 21% [============= ] 625/2916 21% [============= ] 626/2916 21% [============= ] 627/2916 21% [============= ] 628/2916 21% [============= ] 629/2916 21% [============= ] 630/2916 21% [============= ] 631/2916 21% [============= ] 632/2916 21% [============= ] 633/2916 21% [============= ] 634/2916 21% [============= ] 635/2916 21% [============= ] 636/2916 21% [============= ] 637/2916 21% [============= ] 638/2916 21% [============= ] 639/2916 21% [============= ] 640/2916 21% [============= ] 641/2916 21% [============= ] 642/2916 22% [============= ] 643/2916 22% [============= ] 644/2916 22% [============= ] 645/2916 22% [============= ] 646/2916 22% [============= ] 647/2916 22% [============= ] 648/2916 22% [============= ] 649/2916 22% [============= ] 650/2916 22% [============= ] 651/2916 22% [============= ] 652/2916 22% [============= ] 653/2916 22% [============= ] 654/2916 22% [============= ] 655/2916 22% [============= ] 656/2916 22% [============= ] 657/2916 22% [============= ] 658/2916 22% [============== ] 659/2916 22% [============== ] 660/2916 22% [============== ] 661/2916 22% [============== ] 662/2916 22% [============== ] 663/2916 22% [============== ] 664/2916 22% [============== ] 665/2916 22% [============== ] 666/2916 22% [============== ] 667/2916 22% [============== ] 668/2916 22% [============== ] 669/2916 22% [============== ] 670/2916 22% [============== ] 671/2916 23% [============== ] 672/2916 23% [============== ] 673/2916 23% [============== ] 674/2916 23% [============== ] 675/2916 23% [============== ] 676/2916 23% [============== ] 677/2916 23% [============== ] 678/2916 23% [============== ] 679/2916 23% [============== ] 680/2916 23% [============== ] 681/2916 23% [============== ] 682/2916 23% [============== ] 683/2916 23% [============== ] 684/2916 23% [============== ] 685/2916 23% [============== ] 686/2916 23% [============== ] 687/2916 23% [============== ] 688/2916 23% [============== ] 689/2916 23% [============== ] 690/2916 23% [============== ] 691/2916 23% [============== ] 692/2916 23% [============== ] 693/2916 23% [============== ] 694/2916 23% [============== ] 695/2916 23% [============== ] 696/2916 23% [============== ] 697/2916 23% [============== ] 698/2916 23% [============== ] 699/2916 23% [============== ] 700/2916 24% [============== ] 701/2916 24% [============== ] 702/2916 24% [============== ] 703/2916 24% [============== ] 704/2916 24% [============== ] 705/2916 24% [=============== ] 706/2916 24% [=============== ] 707/2916 24% [=============== ] 708/2916 24% [=============== ] 709/2916 24% [=============== ] 710/2916 24% [=============== ] 711/2916 24% [=============== ] 712/2916 24% [=============== ] 713/2916 24% [=============== ] 714/2916 24% [=============== ] 715/2916 24% [=============== ] 716/2916 24% [=============== ] 717/2916 24% [=============== ] 718/2916 24% [=============== ] 719/2916 24% [=============== ] 720/2916 24% [=============== ] 721/2916 24% [=============== ] 722/2916 24% [=============== ] 723/2916 24% [=============== ] 724/2916 24% [=============== ] 725/2916 24% [=============== ] 726/2916 24% [=============== ] 727/2916 24% [=============== ] 728/2916 24% [=============== ] 729/2916 25% [=============== ] 730/2916 25% [=============== ] 731/2916 25% [=============== ] 732/2916 25% [=============== ] 733/2916 25% [=============== ] 734/2916 25% [=============== ] 735/2916 25% [=============== ] 736/2916 25% [=============== ] 737/2916 25% [=============== ] 738/2916 25% [=============== ] 739/2916 25% [=============== ] 740/2916 25% [=============== ] 741/2916 25% [=============== ] 742/2916 25% [=============== ] 743/2916 25% [=============== ] 744/2916 25% [=============== ] 745/2916 25% [=============== ] 746/2916 25% [=============== ] 747/2916 25% [=============== ] 748/2916 25% [=============== ] 749/2916 25% [=============== ] 750/2916 25% [=============== ] 751/2916 25% [=============== ] 752/2916 25% [================ ] 753/2916 25% [================ ] 754/2916 25% [================ ] 755/2916 25% [================ ] 756/2916 25% [================ ] 757/2916 25% [================ ] 758/2916 25% [================ ] 759/2916 26% [================ ] 760/2916 26% [================ ] 761/2916 26% [================ ] 762/2916 26% [================ ] 763/2916 26% [================ ] 764/2916 26% [================ ] 765/2916 26% [================ ] 766/2916 26% [================ ] 767/2916 26% [================ ] 768/2916 26% [================ ] 769/2916 26% [================ ] 770/2916 26% [================ ] 771/2916 26% [================ ] 772/2916 26% [================ ] 773/2916 26% [================ ] 774/2916 26% [================ ] 775/2916 26% [================ ] 776/2916 26% [================ ] 777/2916 26% [================ ] 778/2916 26% [================ ] 779/2916 26% [================ ] 780/2916 26% [================ ] 781/2916 26% [================ ] 782/2916 26% [================ ] 783/2916 26% [================ ] 784/2916 26% [================ ] 785/2916 26% [================ ] 786/2916 26% [================ ] 787/2916 26% [================ ] 788/2916 27% [================ ] 789/2916 27% [================ ] 790/2916 27% [================ ] 791/2916 27% [================ ] 792/2916 27% [================ ] 793/2916 27% [================ ] 794/2916 27% [================ ] 795/2916 27% [================ ] 796/2916 27% [================ ] 797/2916 27% [================ ] 798/2916 27% [================ ] 799/2916 27% [================= ] 800/2916 27% [================= ] 801/2916 27% [================= ] 802/2916 27% [================= ] 803/2916 27% [================= ] 804/2916 27% [================= ] 805/2916 27% [================= ] 806/2916 27% [================= ] 807/2916 27% [================= ] 808/2916 27% [================= ] 809/2916 27% [================= ] 810/2916 27% [================= ] 811/2916 27% [================= ] 812/2916 27% [================= ] 813/2916 27% [================= ] 814/2916 27% [================= ] 815/2916 27% [================= ] 816/2916 27% [================= ] 817/2916 28% [================= ] 818/2916 28% [================= ] 819/2916 28% [================= ] 820/2916 28% [================= ] 821/2916 28% [================= ] 822/2916 28% [================= ] 823/2916 28% [================= ] 824/2916 28% [================= ] 825/2916 28% [================= ] 826/2916 28% [================= ] 827/2916 28% [================= ] 828/2916 28% [================= ] 829/2916 28% [================= ] 830/2916 28% [================= ] 831/2916 28% [================= ] 832/2916 28% [================= ] 833/2916 28% [================= ] 834/2916 28% [================= ] 835/2916 28% [================= ] 836/2916 28% [================= ] 837/2916 28% [================= ] 838/2916 28% [================= ] 839/2916 28% [================= ] 840/2916 28% [================= ] 841/2916 28% [================= ] 842/2916 28% [================= ] 843/2916 28% [================= ] 844/2916 28% [================= ] 845/2916 28% [================= ] 846/2916 29% [================== ] 847/2916 29% [================== ] 848/2916 29% [================== ] 849/2916 29% [================== ] 850/2916 29% [================== ] 851/2916 29% [================== ] 852/2916 29% [================== ] 853/2916 29% [================== ] 854/2916 29% [================== ] 855/2916 29% [================== ] 856/2916 29% [================== ] 857/2916 29% [================== ] 858/2916 29% [================== ] 859/2916 29% [================== ] 860/2916 29% [================== ] 861/2916 29% [================== ] 862/2916 29% [================== ] 863/2916 29% [================== ] 864/2916 29% [================== ] 865/2916 29% [================== ] 866/2916 29% [================== ] 867/2916 29% [================== ] 868/2916 29% [================== ] 869/2916 29% [================== ] 870/2916 29% [================== ] 871/2916 29% [================== ] 872/2916 29% [================== ] 873/2916 29% [================== ] 874/2916 29% [================== ] 875/2916 30% [================== ] 876/2916 30% [================== ] 877/2916 30% [================== ] 878/2916 30% [================== ] 879/2916 30% [================== ] 880/2916 30% [================== ] 881/2916 30% [================== ] 882/2916 30% [================== ] 883/2916 30% [================== ] 884/2916 30% [================== ] 885/2916 30% [================== ] 886/2916 30% [================== ] 887/2916 30% [================== ] 888/2916 30% [================== ] 889/2916 30% [================== ] 890/2916 30% [================== ] 891/2916 30% [================== ] 892/2916 30% [================== ] 893/2916 30% [=================== ] 894/2916 30% [=================== ] 895/2916 30% [=================== ] 896/2916 30% [=================== ] 897/2916 30% [=================== ] 898/2916 30% [=================== ] 899/2916 30% [=================== ] 900/2916 30% [=================== ] 901/2916 30% [=================== ] 902/2916 30% [=================== ] 903/2916 30% [=================== ] 904/2916 31% [=================== ] 905/2916 31% [=================== ] 906/2916 31% [=================== ] 907/2916 31% [=================== ] 908/2916 31% [=================== ] 909/2916 31% [=================== ] 910/2916 31% [=================== ] 911/2916 31% [=================== ] 912/2916 31% [=================== ] 913/2916 31% [=================== ] 914/2916 31% [=================== ] 915/2916 31% [=================== ] 916/2916 31% [=================== ] 917/2916 31% [=================== ] 918/2916 31% [=================== ] 919/2916 31% [=================== ] 920/2916 31% [=================== ] 921/2916 31% [=================== ] 922/2916 31% [=================== ] 923/2916 31% [=================== ] 924/2916 31% [=================== ] 925/2916 31% [=================== ] 926/2916 31% [=================== ] 927/2916 31% [=================== ] 928/2916 31% [=================== ] 929/2916 31% [=================== ] 930/2916 31% [=================== ] 931/2916 31% [=================== ] 932/2916 31% [=================== ] 933/2916 31% [=================== ] 934/2916 32% [=================== ] 935/2916 32% [=================== ] 936/2916 32% [=================== ] 937/2916 32% [=================== ] 938/2916 32% [=================== ] 939/2916 32% [=================== ] 940/2916 32% [==================== ] 941/2916 32% [==================== ] 942/2916 32% [==================== ] 943/2916 32% [==================== ] 944/2916 32% [==================== ] 945/2916 32% [==================== ] 946/2916 32% [==================== ] 947/2916 32% [==================== ] 948/2916 32% [==================== ] 949/2916 32% [==================== ] 950/2916 32% [==================== ] 951/2916 32% [==================== ] 952/2916 32% [==================== ] 953/2916 32% [==================== ] 954/2916 32% [==================== ] 955/2916 32% [==================== ] 956/2916 32% [==================== ] 957/2916 32% [==================== ] 958/2916 32% [==================== ] 959/2916 32% [==================== ] 960/2916 32% [==================== ] 961/2916 32% [==================== ] 962/2916 32% [==================== ] 963/2916 33% [==================== ] 964/2916 33% [==================== ] 965/2916 33% [==================== ] 966/2916 33% [==================== ] 967/2916 33% [==================== ] 968/2916 33% [==================== ] 969/2916 33% [==================== ] 970/2916 33% [==================== ] 971/2916 33% [==================== ] 972/2916 33% [==================== ] 973/2916 33% [==================== ] 974/2916 33% [==================== ] 975/2916 33% [==================== ] 976/2916 33% [==================== ] 977/2916 33% [==================== ] 978/2916 33% [==================== ] 979/2916 33% [==================== ] 980/2916 33% [==================== ] 981/2916 33% [==================== ] 982/2916 33% [==================== ] 983/2916 33% [==================== ] 984/2916 33% [==================== ] 985/2916 33% [==================== ] 986/2916 33% [==================== ] 987/2916 33% [===================== ] 988/2916 33% [===================== ] 989/2916 33% [===================== ] 990/2916 33% [===================== ] 991/2916 33% [===================== ] 992/2916 34% [===================== ] 993/2916 34% [===================== ] 994/2916 34% [===================== ] 995/2916 34% [===================== ] 996/2916 34% [===================== ] 997/2916 34% [===================== ] 998/2916 34% [===================== ] 999/2916 34% [===================== ] 1000/2916 34% [===================== ] 1001/2916 34% [===================== ] 1002/2916 34% [===================== ] 1003/2916 34% [===================== ] 1004/2916 34% [===================== ] 1005/2916 34% [===================== ] 1006/2916 34% [===================== ] 1007/2916 34% [===================== ] 1008/2916 34% [===================== ] 1009/2916 34% [===================== ] 1010/2916 34% [===================== ] 1011/2916 34% [===================== ] 1012/2916 34% [===================== ] 1013/2916 34% [===================== ] 1014/2916 34% [===================== ] 1015/2916 34% [===================== ] 1016/2916 34% [===================== ] 1017/2916 34% [===================== ] 1018/2916 34% [===================== ] 1019/2916 34% [===================== ] 1020/2916 34% [===================== ] 1021/2916 35% [===================== ] 1022/2916 35% [===================== ] 1023/2916 35% [===================== ] 1024/2916 35% [===================== ] 1025/2916 35% [===================== ] 1026/2916 35% [===================== ] 1027/2916 35% [===================== ] 1028/2916 35% [===================== ] 1029/2916 35% [===================== ] 1030/2916 35% [===================== ] 1031/2916 35% [===================== ] 1032/2916 35% [===================== ] 1033/2916 35% [===================== ] 1034/2916 35% [====================== ] 1035/2916 35% [====================== ] 1036/2916 35% [====================== ] 1037/2916 35% [====================== ] 1038/2916 35% [====================== ] 1039/2916 35% [====================== ] 1040/2916 35% [====================== ] 1041/2916 35% [====================== ] 1042/2916 35% [====================== ] 1043/2916 35% [====================== ] 1044/2916 35% [====================== ] 1045/2916 35% [====================== ] 1046/2916 35% [====================== ] 1047/2916 35% [====================== ] 1048/2916 35% [====================== ] 1049/2916 35% [====================== ] 1050/2916 36% [====================== ] 1051/2916 36% [====================== ] 1052/2916 36% [====================== ] 1053/2916 36% [====================== ] 1054/2916 36% [====================== ] 1055/2916 36% [====================== ] 1056/2916 36% [====================== ] 1057/2916 36% [====================== ] 1058/2916 36% [====================== ] 1059/2916 36% [====================== ] 1060/2916 36% [====================== ] 1061/2916 36% [====================== ] 1062/2916 36% [====================== ] 1063/2916 36% [====================== ] 1064/2916 36% [====================== ] 1065/2916 36% [====================== ] 1066/2916 36% [====================== ] 1067/2916 36% [====================== ] 1068/2916 36% [====================== ] 1069/2916 36% [====================== ] 1070/2916 36% [====================== ] 1071/2916 36% [====================== ] 1072/2916 36% [====================== ] 1073/2916 36% [====================== ] 1074/2916 36% [====================== ] 1075/2916 36% [====================== ] 1076/2916 36% [====================== ] 1077/2916 36% [====================== ] 1078/2916 36% [====================== ] 1079/2916 37% [====================== ] 1080/2916 37% [====================== ] 1081/2916 37% [======================= ] 1082/2916 37% [======================= ] 1083/2916 37% [======================= ] 1084/2916 37% [======================= ] 1085/2916 37% [======================= ] 1086/2916 37% [======================= ] 1087/2916 37% [======================= ] 1088/2916 37% [======================= ] 1089/2916 37% [======================= ] 1090/2916 37% [======================= ] 1091/2916 37% [======================= ] 1092/2916 37% [======================= ] 1093/2916 37% [======================= ] 1094/2916 37% [======================= ] 1095/2916 37% [======================= ] 1096/2916 37% [======================= ] 1097/2916 37% [======================= ] 1098/2916 37% [======================= ] 1099/2916 37% [======================= ] 1100/2916 37% [======================= ] 1101/2916 37% [======================= ] 1102/2916 37% [======================= ] 1103/2916 37% [======================= ] 1104/2916 37% [======================= ] 1105/2916 37% [======================= ] 1106/2916 37% [======================= ] 1107/2916 37% [======================= ] 1108/2916 37% [======================= ] 1109/2916 38% [======================= ] 1110/2916 38% [======================= ] 1111/2916 38% [======================= ] 1112/2916 38% [======================= ] 1113/2916 38% [======================= ] 1114/2916 38% [======================= ] 1115/2916 38% [======================= ] 1116/2916 38% [======================= ] 1117/2916 38% [======================= ] 1118/2916 38% [======================= ] 1119/2916 38% [======================= ] 1120/2916 38% [======================= ] 1121/2916 38% [======================= ] 1122/2916 38% [======================= ] 1123/2916 38% [======================= ] 1124/2916 38% [======================= ] 1125/2916 38% [======================= ] 1126/2916 38% [======================= ] 1127/2916 38% [======================= ] 1128/2916 38% [======================== ] 1129/2916 38% [======================== ] 1130/2916 38% [======================== ] 1131/2916 38% [======================== ] 1132/2916 38% [======================== ] 1133/2916 38% [======================== ] 1134/2916 38% [======================== ] 1135/2916 38% [======================== ] 1136/2916 38% [======================== ] 1137/2916 38% [======================== ] 1138/2916 39% [======================== ] 1139/2916 39% [======================== ] 1140/2916 39% [======================== ] 1141/2916 39% [======================== ] 1142/2916 39% [======================== ] 1143/2916 39% [======================== ] 1144/2916 39% [======================== ] 1145/2916 39% [======================== ] 1146/2916 39% [======================== ] 1147/2916 39% [======================== ] 1148/2916 39% [======================== ] 1149/2916 39% [======================== ] 1150/2916 39% [======================== ] 1151/2916 39% [======================== ] 1152/2916 39% [======================== ] 1153/2916 39% [======================== ] 1154/2916 39% [======================== ] 1155/2916 39% [======================== ] 1156/2916 39% [======================== ] 1157/2916 39% [======================== ] 1158/2916 39% [======================== ] 1159/2916 39% [======================== ] 1160/2916 39% [======================== ] 1161/2916 39% [======================== ] 1162/2916 39% [======================== ] 1163/2916 39% [======================== ] 1164/2916 39% [======================== ] 1165/2916 39% [======================== ] 1166/2916 39% [======================== ] 1167/2916 40% [======================== ] 1168/2916 40% [======================== ] 1169/2916 40% [======================== ] 1170/2916 40% [======================== ] 1171/2916 40% [======================== ] 1172/2916 40% [======================== ] 1173/2916 40% [======================== ] 1174/2916 40% [======================== ] 1175/2916 40% [========================= ] 1176/2916 40% [========================= ] 1177/2916 40% [========================= ] 1178/2916 40% [========================= ] 1179/2916 40% [========================= ] 1180/2916 40% [========================= ] 1181/2916 40% [========================= ] 1182/2916 40% [========================= ] 1183/2916 40% [========================= ] 1184/2916 40% [========================= ] 1185/2916 40% [========================= ] 1186/2916 40% [========================= ] 1187/2916 40% [========================= ] 1188/2916 40% [========================= ] 1189/2916 40% [========================= ] 1190/2916 40% [========================= ] 1191/2916 40% [========================= ] 1192/2916 40% [========================= ] 1193/2916 40% [========================= ] 1194/2916 40% [========================= ] 1195/2916 40% [========================= ] 1196/2916 41% [========================= ] 1197/2916 41% [========================= ] 1198/2916 41% [========================= ] 1199/2916 41% [========================= ] 1200/2916 41% [========================= ] 1201/2916 41% [========================= ] 1202/2916 41% [========================= ] 1203/2916 41% [========================= ] 1204/2916 41% [========================= ] 1205/2916 41% [========================= ] 1206/2916 41% [========================= ] 1207/2916 41% [========================= ] 1208/2916 41% [========================= ] 1209/2916 41% [========================= ] 1210/2916 41% [========================= ] 1211/2916 41% [========================= ] 1212/2916 41% [========================= ] 1213/2916 41% [========================= ] 1214/2916 41% [========================= ] 1215/2916 41% [========================= ] 1216/2916 41% [========================= ] 1217/2916 41% [========================= ] 1218/2916 41% [========================= ] 1219/2916 41% [========================= ] 1220/2916 41% [========================= ] 1221/2916 41% [========================= ] 1222/2916 41% [========================== ] 1223/2916 41% [========================== ] 1224/2916 41% [========================== ] 1225/2916 42% [========================== ] 1226/2916 42% [========================== ] 1227/2916 42% [========================== ] 1228/2916 42% [========================== ] 1229/2916 42% [========================== ] 1230/2916 42% [========================== ] 1231/2916 42% [========================== ] 1232/2916 42% [========================== ] 1233/2916 42% [========================== ] 1234/2916 42% [========================== ] 1235/2916 42% [========================== ] 1236/2916 42% [========================== ] 1237/2916 42% [========================== ] 1238/2916 42% [========================== ] 1239/2916 42% [========================== ] 1240/2916 42% [========================== ] 1241/2916 42% [========================== ] 1242/2916 42% [========================== ] 1243/2916 42% [========================== ] 1244/2916 42% [========================== ] 1245/2916 42% [========================== ] 1246/2916 42% [========================== ] 1247/2916 42% [========================== ] 1248/2916 42% [========================== ] 1249/2916 42% [========================== ] 1250/2916 42% [========================== ] 1251/2916 42% [========================== ] 1252/2916 42% [========================== ] 1253/2916 42% [========================== ] 1254/2916 43% [========================== ] 1255/2916 43% [========================== ] 1256/2916 43% [========================== ] 1257/2916 43% [========================== ] 1258/2916 43% [========================== ] 1259/2916 43% [========================== ] 1260/2916 43% [========================== ] 1261/2916 43% [========================== ] 1262/2916 43% [========================== ] 1263/2916 43% [========================== ] 1264/2916 43% [========================== ] 1265/2916 43% [========================== ] 1266/2916 43% [========================== ] 1267/2916 43% [========================== ] 1268/2916 43% [========================== ] 1269/2916 43% [=========================== ] 1270/2916 43% [=========================== ] 1271/2916 43% [=========================== ] 1272/2916 43% [=========================== ] 1273/2916 43% [=========================== ] 1274/2916 43% [=========================== ] 1275/2916 43% [=========================== ] 1276/2916 43% [=========================== ] 1277/2916 43% [=========================== ] 1278/2916 43% [=========================== ] 1279/2916 43% [=========================== ] 1280/2916 43% [=========================== ] 1281/2916 43% [=========================== ] 1282/2916 43% [=========================== ] 1283/2916 43% [=========================== ] 1284/2916 44% [=========================== ] 1285/2916 44% [=========================== ] 1286/2916 44% [=========================== ] 1287/2916 44% [=========================== ] 1288/2916 44% [=========================== ] 1289/2916 44% [=========================== ] 1290/2916 44% [=========================== ] 1291/2916 44% [=========================== ] 1292/2916 44% [=========================== ] 1293/2916 44% [=========================== ] 1294/2916 44% [=========================== ] 1295/2916 44% [=========================== ] 1296/2916 44% [=========================== ] 1297/2916 44% [=========================== ] 1298/2916 44% [=========================== ] 1299/2916 44% [=========================== ] 1300/2916 44% [=========================== ] 1301/2916 44% [=========================== ] 1302/2916 44% [=========================== ] 1303/2916 44% [=========================== ] 1304/2916 44% [=========================== ] 1305/2916 44% [=========================== ] 1306/2916 44% [=========================== ] 1307/2916 44% [=========================== ] 1308/2916 44% [=========================== ] 1309/2916 44% [=========================== ] 1310/2916 44% [=========================== ] 1311/2916 44% [=========================== ] 1312/2916 44% [=========================== ] 1313/2916 45% [=========================== ] 1314/2916 45% [=========================== ] 1315/2916 45% [=========================== ] 1316/2916 45% [============================ ] 1317/2916 45% [============================ ] 1318/2916 45% [============================ ] 1319/2916 45% [============================ ] 1320/2916 45% [============================ ] 1321/2916 45% [============================ ] 1322/2916 45% [============================ ] 1323/2916 45% [============================ ] 1324/2916 45% [============================ ] 1325/2916 45% [============================ ] 1326/2916 45% [============================ ] 1327/2916 45% [============================ ] 1328/2916 45% [============================ ] 1329/2916 45% [============================ ] 1330/2916 45% [============================ ] 1331/2916 45% [============================ ] 1332/2916 45% [============================ ] 1333/2916 45% [============================ ] 1334/2916 45% [============================ ] 1335/2916 45% [============================ ] 1336/2916 45% [============================ ] 1337/2916 45% [============================ ] 1338/2916 45% [============================ ] 1339/2916 45% [============================ ] 1340/2916 45% [============================ ] 1341/2916 45% [============================ ] 1342/2916 46% [============================ ] 1343/2916 46% [============================ ] 1344/2916 46% [============================ ] 1345/2916 46% [============================ ] 1346/2916 46% [============================ ] 1347/2916 46% [============================ ] 1348/2916 46% [============================ ] 1349/2916 46% [============================ ] 1350/2916 46% [============================ ] 1351/2916 46% [============================ ] 1352/2916 46% [============================ ] 1353/2916 46% [============================ ] 1354/2916 46% [============================ ] 1355/2916 46% [============================ ] 1356/2916 46% [============================ ] 1357/2916 46% [============================ ] 1358/2916 46% [============================ ] 1359/2916 46% [============================ ] 1360/2916 46% [============================ ] 1361/2916 46% [============================ ] 1362/2916 46% [============================ ] 1363/2916 46% [============================= ] 1364/2916 46% [============================= ] 1365/2916 46% [============================= ] 1366/2916 46% [============================= ] 1367/2916 46% [============================= ] 1368/2916 46% [============================= ] 1369/2916 46% [============================= ] 1370/2916 46% [============================= ] 1371/2916 47% [============================= ] 1372/2916 47% [============================= ] 1373/2916 47% [============================= ] 1374/2916 47% [============================= ] 1375/2916 47% [============================= ] 1376/2916 47% [============================= ] 1377/2916 47% [============================= ] 1378/2916 47% [============================= ] 1379/2916 47% [============================= ] 1380/2916 47% [============================= ] 1381/2916 47% [============================= ] 1382/2916 47% [============================= ] 1383/2916 47% [============================= ] 1384/2916 47% [============================= ] 1385/2916 47% [============================= ] 1386/2916 47% [============================= ] 1387/2916 47% [============================= ] 1388/2916 47% [============================= ] 1389/2916 47% [============================= ] 1390/2916 47% [============================= ] 1391/2916 47% [============================= ] 1392/2916 47% [============================= ] 1393/2916 47% [============================= ] 1394/2916 47% [============================= ] 1395/2916 47% [============================= ] 1396/2916 47% [============================= ] 1397/2916 47% [============================= ] 1398/2916 47% [============================= ] 1399/2916 47% [============================= ] 1400/2916 48% [============================= ] 1401/2916 48% [============================= ] 1402/2916 48% [============================= ] 1403/2916 48% [============================= ] 1404/2916 48% [============================= ] 1405/2916 48% [============================= ] 1406/2916 48% [============================= ] 1407/2916 48% [============================= ] 1408/2916 48% [============================= ] 1409/2916 48% [============================= ] 1410/2916 48% [============================== ] 1411/2916 48% [============================== ] 1412/2916 48% [============================== ] 1413/2916 48% [============================== ] 1414/2916 48% [============================== ] 1415/2916 48% [============================== ] 1416/2916 48% [============================== ] 1417/2916 48% [============================== ] 1418/2916 48% [============================== ] 1419/2916 48% [============================== ] 1420/2916 48% [============================== ] 1421/2916 48% [============================== ] 1422/2916 48% [============================== ] 1423/2916 48% [============================== ] 1424/2916 48% [============================== ] 1425/2916 48% [============================== ] 1426/2916 48% [============================== ] 1427/2916 48% [============================== ] 1428/2916 48% [============================== ] 1429/2916 49% [============================== ] 1430/2916 49% [============================== ] 1431/2916 49% [============================== ] 1432/2916 49% [============================== ] 1433/2916 49% [============================== ] 1434/2916 49% [============================== ] 1435/2916 49% [============================== ] 1436/2916 49% [============================== ] 1437/2916 49% [============================== ] 1438/2916 49% [============================== ] 1439/2916 49% [============================== ] 1440/2916 49% [============================== ] 1441/2916 49% [============================== ] 1442/2916 49% [============================== ] 1443/2916 49% [============================== ] 1444/2916 49% [============================== ] 1445/2916 49% [============================== ] 1446/2916 49% [============================== ] 1447/2916 49% [============================== ] 1448/2916 49% [============================== ] 1449/2916 49% [============================== ] 1450/2916 49% [============================== ] 1451/2916 49% [============================== ] 1452/2916 49% [============================== ] 1453/2916 49% [============================== ] 1454/2916 49% [============================== ] 1455/2916 49% [============================== ] 1456/2916 49% [============================== ] 1457/2916 49% [=============================== ] 1458/2916 50% [=============================== ] 1459/2916 50% [=============================== ] 1460/2916 50% [=============================== ] 1461/2916 50% [=============================== ] 1462/2916 50% [=============================== ] 1463/2916 50% [=============================== ] 1464/2916 50% [=============================== ] 1465/2916 50% [=============================== ] 1466/2916 50% [=============================== ] 1467/2916 50% [=============================== ] 1468/2916 50% [=============================== ] 1469/2916 50% [=============================== ] 1470/2916 50% [=============================== ] 1471/2916 50% [=============================== ] 1472/2916 50% [=============================== ] 1473/2916 50% [=============================== ] 1474/2916 50% [=============================== ] 1475/2916 50% [=============================== ] 1476/2916 50% [=============================== ] 1477/2916 50% [=============================== ] 1478/2916 50% [=============================== ] 1479/2916 50% [=============================== ] 1480/2916 50% [=============================== ] 1481/2916 50% [=============================== ] 1482/2916 50% [=============================== ] 1483/2916 50% [=============================== ] 1484/2916 50% [=============================== ] 1485/2916 50% [=============================== ] 1486/2916 50% [=============================== ] 1487/2916 50% [=============================== ] 1488/2916 51% [=============================== ] 1489/2916 51% [=============================== ] 1490/2916 51% [=============================== ] 1491/2916 51% [=============================== ] 1492/2916 51% [=============================== ] 1493/2916 51% [=============================== ] 1494/2916 51% [=============================== ] 1495/2916 51% [=============================== ] 1496/2916 51% [=============================== ] 1497/2916 51% [=============================== ] 1498/2916 51% [=============================== ] 1499/2916 51% [=============================== ] 1500/2916 51% [=============================== ] 1501/2916 51% [=============================== ] 1502/2916 51% [=============================== ] 1503/2916 51% [=============================== ] 1504/2916 51% [=============================== ] 1505/2916 51% [================================ ] 1506/2916 51% [================================ ] 1507/2916 51% [================================ ] 1508/2916 51% [================================ ] 1509/2916 51% [================================ ] 1510/2916 51% [================================ ] 1511/2916 51% [================================ ] 1512/2916 51% [================================ ] 1513/2916 51% [================================ ] 1514/2916 51% [================================ ] 1515/2916 51% [================================ ] 1516/2916 51% [================================ ] 1517/2916 52% [================================ ] 1518/2916 52% [================================ ] 1519/2916 52% [================================ ] 1520/2916 52% [================================ ] 1521/2916 52% [================================ ] 1522/2916 52% [================================ ] 1523/2916 52% [================================ ] 1524/2916 52% [================================ ] 1525/2916 52% [================================ ] 1526/2916 52% [================================ ] 1527/2916 52% [================================ ] 1528/2916 52% [================================ ] 1529/2916 52% [================================ ] 1530/2916 52% [================================ ] 1531/2916 52% [================================ ] 1532/2916 52% [================================ ] 1533/2916 52% [================================ ] 1534/2916 52% [================================ ] 1535/2916 52% [================================ ] 1536/2916 52% [================================ ] 1537/2916 52% [================================ ] 1538/2916 52% [================================ ] 1539/2916 52% [================================ ] 1540/2916 52% [================================ ] 1541/2916 52% [================================ ] 1542/2916 52% [================================ ] 1543/2916 52% [================================ ] 1544/2916 52% [================================ ] 1545/2916 52% [================================ ] 1546/2916 53% [================================ ] 1547/2916 53% [================================ ] 1548/2916 53% [================================ ] 1549/2916 53% [================================ ] 1550/2916 53% [================================ ] 1551/2916 53% [================================ ] 1552/2916 53% [================================= ] 1553/2916 53% [================================= ] 1554/2916 53% [================================= ] 1555/2916 53% [================================= ] 1556/2916 53% [================================= ] 1557/2916 53% [================================= ] 1558/2916 53% [================================= ] 1559/2916 53% [================================= ] 1560/2916 53% [================================= ] 1561/2916 53% [================================= ] 1562/2916 53% [================================= ] 1563/2916 53% [================================= ] 1564/2916 53% [================================= ] 1565/2916 53% [================================= ] 1566/2916 53% [================================= ] 1567/2916 53% [================================= ] 1568/2916 53% [================================= ] 1569/2916 53% [================================= ] 1570/2916 53% [================================= ] 1571/2916 53% [================================= ] 1572/2916 53% [================================= ] 1573/2916 53% [================================= ] 1574/2916 53% [================================= ] 1575/2916 54% [================================= ] 1576/2916 54% [================================= ] 1577/2916 54% [================================= ] 1578/2916 54% [================================= ] 1579/2916 54% [================================= ] 1580/2916 54% [================================= ] 1581/2916 54% [================================= ] 1582/2916 54% [================================= ] 1583/2916 54% [================================= ] 1584/2916 54% [================================= ] 1585/2916 54% [================================= ] 1586/2916 54% [================================= ] 1587/2916 54% [================================= ] 1588/2916 54% [================================= ] 1589/2916 54% [================================= ] 1590/2916 54% [================================= ] 1591/2916 54% [================================= ] 1592/2916 54% [================================= ] 1593/2916 54% [================================= ] 1594/2916 54% [================================= ] 1595/2916 54% [================================= ] 1596/2916 54% [================================= ] 1597/2916 54% [================================= ] 1598/2916 54% [================================= ] 1599/2916 54% [================================== ] 1600/2916 54% [================================== ] 1601/2916 54% [================================== ] 1602/2916 54% [================================== ] 1603/2916 54% [================================== ] 1604/2916 55% [================================== ] 1605/2916 55% [================================== ] 1606/2916 55% [================================== ] 1607/2916 55% [================================== ] 1608/2916 55% [================================== ] 1609/2916 55% [================================== ] 1610/2916 55% [================================== ] 1611/2916 55% [================================== ] 1612/2916 55% [================================== ] 1613/2916 55% [================================== ] 1614/2916 55% [================================== ] 1615/2916 55% [================================== ] 1616/2916 55% [================================== ] 1617/2916 55% [================================== ] 1618/2916 55% [================================== ] 1619/2916 55% [================================== ] 1620/2916 55% [================================== ] 1621/2916 55% [================================== ] 1622/2916 55% [================================== ] 1623/2916 55% [================================== ] 1624/2916 55% [================================== ] 1625/2916 55% [================================== ] 1626/2916 55% [================================== ] 1627/2916 55% [================================== ] 1628/2916 55% [================================== ] 1629/2916 55% [================================== ] 1630/2916 55% [================================== ] 1631/2916 55% [================================== ] 1632/2916 55% [================================== ] 1633/2916 56% [================================== ] 1634/2916 56% [================================== ] 1635/2916 56% [================================== ] 1636/2916 56% [================================== ] 1637/2916 56% [================================== ] 1638/2916 56% [================================== ] 1639/2916 56% [================================== ] 1640/2916 56% [================================== ] 1641/2916 56% [================================== ] 1642/2916 56% [================================== ] 1643/2916 56% [================================== ] 1644/2916 56% [================================== ] 1645/2916 56% [================================== ] 1646/2916 56% [=================================== ] 1647/2916 56% [=================================== ] 1648/2916 56% [=================================== ] 1649/2916 56% [=================================== ] 1650/2916 56% [=================================== ] 1651/2916 56% [=================================== ] 1652/2916 56% [=================================== ] 1653/2916 56% [=================================== ] 1654/2916 56% [=================================== ] 1655/2916 56% [=================================== ] 1656/2916 56% [=================================== ] 1657/2916 56% [=================================== ] 1658/2916 56% [=================================== ] 1659/2916 56% [=================================== ] 1660/2916 56% [=================================== ] 1661/2916 56% [=================================== ] 1662/2916 56% [=================================== ] 1663/2916 57% [=================================== ] 1664/2916 57% [=================================== ] 1665/2916 57% [=================================== ] 1666/2916 57% [=================================== ] 1667/2916 57% [=================================== ] 1668/2916 57% [=================================== ] 1669/2916 57% [=================================== ] 1670/2916 57% [=================================== ] 1671/2916 57% [=================================== ] 1672/2916 57% [=================================== ] 1673/2916 57% [=================================== ] 1674/2916 57% [=================================== ] 1675/2916 57% [=================================== ] 1676/2916 57% [=================================== ] 1677/2916 57% [=================================== ] 1678/2916 57% [=================================== ] 1679/2916 57% [=================================== ] 1680/2916 57% [=================================== ] 1681/2916 57% [=================================== ] 1682/2916 57% [=================================== ] 1683/2916 57% [=================================== ] 1684/2916 57% [=================================== ] 1685/2916 57% [=================================== ] 1686/2916 57% [=================================== ] 1687/2916 57% [=================================== ] 1688/2916 57% [=================================== ] 1689/2916 57% [=================================== ] 1690/2916 57% [=================================== ] 1691/2916 57% [=================================== ] 1692/2916 58% [=================================== ] 1693/2916 58% [==================================== ] 1694/2916 58% [==================================== ] 1695/2916 58% [==================================== ] 1696/2916 58% [==================================== ] 1697/2916 58% [==================================== ] 1698/2916 58% [==================================== ] 1699/2916 58% [==================================== ] 1700/2916 58% [==================================== ] 1701/2916 58% [==================================== ] 1702/2916 58% [==================================== ] 1703/2916 58% [==================================== ] 1704/2916 58% [==================================== ] 1705/2916 58% [==================================== ] 1706/2916 58% [==================================== ] 1707/2916 58% [==================================== ] 1708/2916 58% [==================================== ] 1709/2916 58% [==================================== ] 1710/2916 58% [==================================== ] 1711/2916 58% [==================================== ] 1712/2916 58% [==================================== ] 1713/2916 58% [==================================== ] 1714/2916 58% [==================================== ] 1715/2916 58% [==================================== ] 1716/2916 58% [==================================== ] 1717/2916 58% [==================================== ] 1718/2916 58% [==================================== ] 1719/2916 58% [==================================== ] 1720/2916 58% [==================================== ] 1721/2916 59% [==================================== ] 1722/2916 59% [==================================== ] 1723/2916 59% [==================================== ] 1724/2916 59% [==================================== ] 1725/2916 59% [==================================== ] 1726/2916 59% [==================================== ] 1727/2916 59% [==================================== ] 1728/2916 59% [==================================== ] 1729/2916 59% [==================================== ] 1730/2916 59% [==================================== ] 1731/2916 59% [==================================== ] 1732/2916 59% [==================================== ] 1733/2916 59% [==================================== ] 1734/2916 59% [==================================== ] 1735/2916 59% [==================================== ] 1736/2916 59% [==================================== ] 1737/2916 59% [==================================== ] 1738/2916 59% [==================================== ] 1739/2916 59% [==================================== ] 1740/2916 59% [===================================== ] 1741/2916 59% [===================================== ] 1742/2916 59% [===================================== ] 1743/2916 59% [===================================== ] 1744/2916 59% [===================================== ] 1745/2916 59% [===================================== ] 1746/2916 59% [===================================== ] 1747/2916 59% [===================================== ] 1748/2916 59% [===================================== ] 1749/2916 59% [===================================== ] 1750/2916 60% [===================================== ] 1751/2916 60% [===================================== ] 1752/2916 60% [===================================== ] 1753/2916 60% [===================================== ] 1754/2916 60% [===================================== ] 1755/2916 60% [===================================== ] 1756/2916 60% [===================================== ] 1757/2916 60% [===================================== ] 1758/2916 60% [===================================== ] 1759/2916 60% [===================================== ] 1760/2916 60% [===================================== ] 1761/2916 60% [===================================== ] 1762/2916 60% [===================================== ] 1763/2916 60% [===================================== ] 1764/2916 60% [===================================== ] 1765/2916 60% [===================================== ] 1766/2916 60% [===================================== ] 1767/2916 60% [===================================== ] 1768/2916 60% [===================================== ] 1769/2916 60% [===================================== ] 1770/2916 60% [===================================== ] 1771/2916 60% [===================================== ] 1772/2916 60% [===================================== ] 1773/2916 60% [===================================== ] 1774/2916 60% [===================================== ] 1775/2916 60% [===================================== ] 1776/2916 60% [===================================== ] 1777/2916 60% [===================================== ] 1778/2916 60% [===================================== ] 1779/2916 61% [===================================== ] 1780/2916 61% [===================================== ] 1781/2916 61% [===================================== ] 1782/2916 61% [===================================== ] 1783/2916 61% [===================================== ] 1784/2916 61% [===================================== ] 1785/2916 61% [===================================== ] 1786/2916 61% [===================================== ] 1787/2916 61% [====================================== ] 1788/2916 61% [====================================== ] 1789/2916 61% [====================================== ] 1790/2916 61% [====================================== ] 1791/2916 61% [====================================== ] 1792/2916 61% [====================================== ] 1793/2916 61% [====================================== ] 1794/2916 61% [====================================== ] 1795/2916 61% [====================================== ] 1796/2916 61% [====================================== ] 1797/2916 61% [====================================== ] 1798/2916 61% [====================================== ] 1799/2916 61% [====================================== ] 1800/2916 61% [====================================== ] 1801/2916 61% [====================================== ] 1802/2916 61% [====================================== ] 1803/2916 61% [====================================== ] 1804/2916 61% [====================================== ] 1805/2916 61% [====================================== ] 1806/2916 61% [====================================== ] 1807/2916 61% [====================================== ] 1808/2916 62% [====================================== ] 1809/2916 62% [====================================== ] 1810/2916 62% [====================================== ] 1811/2916 62% [====================================== ] 1812/2916 62% [====================================== ] 1813/2916 62% [====================================== ] 1814/2916 62% [====================================== ] 1815/2916 62% [====================================== ] 1816/2916 62% [====================================== ] 1817/2916 62% [====================================== ] 1818/2916 62% [====================================== ] 1819/2916 62% [====================================== ] 1820/2916 62% [====================================== ] 1821/2916 62% [====================================== ] 1822/2916 62% [====================================== ] 1823/2916 62% [====================================== ] 1824/2916 62% [====================================== ] 1825/2916 62% [====================================== ] 1826/2916 62% [====================================== ] 1827/2916 62% [====================================== ] 1828/2916 62% [====================================== ] 1829/2916 62% [====================================== ] 1830/2916 62% [====================================== ] 1831/2916 62% [====================================== ] 1832/2916 62% [====================================== ] 1833/2916 62% [====================================== ] 1834/2916 62% [======================================= ] 1835/2916 62% [======================================= ] 1836/2916 62% [======================================= ] 1837/2916 62% [======================================= ] 1838/2916 63% [======================================= ] 1839/2916 63% [======================================= ] 1840/2916 63% [======================================= ] 1841/2916 63% [======================================= ] 1842/2916 63% [======================================= ] 1843/2916 63% [======================================= ] 1844/2916 63% [======================================= ] 1845/2916 63% [======================================= ] 1846/2916 63% [======================================= ] 1847/2916 63% [======================================= ] 1848/2916 63% [======================================= ] 1849/2916 63% [======================================= ] 1850/2916 63% [======================================= ] 1851/2916 63% [======================================= ] 1852/2916 63% [======================================= ] 1853/2916 63% [======================================= ] 1854/2916 63% [======================================= ] 1855/2916 63% [======================================= ] 1856/2916 63% [======================================= ] 1857/2916 63% [======================================= ] 1858/2916 63% [======================================= ] 1859/2916 63% [======================================= ] 1860/2916 63% [======================================= ] 1861/2916 63% [======================================= ] 1862/2916 63% [======================================= ] 1863/2916 63% [======================================= ] 1864/2916 63% [======================================= ] 1865/2916 63% [======================================= ] 1866/2916 63% [======================================= ] 1867/2916 64% [======================================= ] 1868/2916 64% [======================================= ] 1869/2916 64% [======================================= ] 1870/2916 64% [======================================= ] 1871/2916 64% [======================================= ] 1872/2916 64% [======================================= ] 1873/2916 64% [======================================= ] 1874/2916 64% [======================================= ] 1875/2916 64% [======================================= ] 1876/2916 64% [======================================= ] 1877/2916 64% [======================================= ] 1878/2916 64% [======================================= ] 1879/2916 64% [======================================= ] 1880/2916 64% [======================================= ] 1881/2916 64% [======================================== ] 1882/2916 64% [======================================== ] 1883/2916 64% [======================================== ] 1884/2916 64% [======================================== ] 1885/2916 64% [======================================== ] 1886/2916 64% [======================================== ] 1887/2916 64% [======================================== ] 1888/2916 64% [======================================== ] 1889/2916 64% [======================================== ] 1890/2916 64% [======================================== ] 1891/2916 64% [======================================== ] 1892/2916 64% [======================================== ] 1893/2916 64% [======================================== ] 1894/2916 64% [======================================== ] 1895/2916 64% [======================================== ] 1896/2916 65% [======================================== ] 1897/2916 65% [======================================== ] 1898/2916 65% [======================================== ] 1899/2916 65% [======================================== ] 1900/2916 65% [======================================== ] 1901/2916 65% [======================================== ] 1902/2916 65% [======================================== ] 1903/2916 65% [======================================== ] 1904/2916 65% [======================================== ] 1905/2916 65% [======================================== ] 1906/2916 65% [======================================== ] 1907/2916 65% [======================================== ] 1908/2916 65% [======================================== ] 1909/2916 65% [======================================== ] 1910/2916 65% [======================================== ] 1911/2916 65% [======================================== ] 1912/2916 65% [======================================== ] 1913/2916 65% [======================================== ] 1914/2916 65% [======================================== ] 1915/2916 65% [======================================== ] 1916/2916 65% [======================================== ] 1917/2916 65% [======================================== ] 1918/2916 65% [======================================== ] 1919/2916 65% [======================================== ] 1920/2916 65% [======================================== ] 1921/2916 65% [======================================== ] 1922/2916 65% [======================================== ] 1923/2916 65% [======================================== ] 1924/2916 65% [======================================== ] 1925/2916 66% [======================================== ] 1926/2916 66% [======================================== ] 1927/2916 66% [======================================== ] 1928/2916 66% [========================================= ] 1929/2916 66% [========================================= ] 1930/2916 66% [========================================= ] 1931/2916 66% [========================================= ] 1932/2916 66% [========================================= ] 1933/2916 66% [========================================= ] 1934/2916 66% [========================================= ] 1935/2916 66% [========================================= ] 1936/2916 66% [========================================= ] 1937/2916 66% [========================================= ] 1938/2916 66% [========================================= ] 1939/2916 66% [========================================= ] 1940/2916 66% [========================================= ] 1941/2916 66% [========================================= ] 1942/2916 66% [========================================= ] 1943/2916 66% [========================================= ] 1944/2916 66% [========================================= ] 1945/2916 66% [========================================= ] 1946/2916 66% [========================================= ] 1947/2916 66% [========================================= ] 1948/2916 66% [========================================= ] 1949/2916 66% [========================================= ] 1950/2916 66% [========================================= ] 1951/2916 66% [========================================= ] 1952/2916 66% [========================================= ] 1953/2916 66% [========================================= ] 1954/2916 67% [========================================= ] 1955/2916 67% [========================================= ] 1956/2916 67% [========================================= ] 1957/2916 67% [========================================= ] 1958/2916 67% [========================================= ] 1959/2916 67% [========================================= ] 1960/2916 67% [========================================= ] 1961/2916 67% [========================================= ] 1962/2916 67% [========================================= ] 1963/2916 67% [========================================= ] 1964/2916 67% [========================================= ] 1965/2916 67% [========================================= ] 1966/2916 67% [========================================= ] 1967/2916 67% [========================================= ] 1968/2916 67% [========================================= ] 1969/2916 67% [========================================= ] 1970/2916 67% [========================================= ] 1971/2916 67% [========================================= ] 1972/2916 67% [========================================= ] 1973/2916 67% [========================================= ] 1974/2916 67% [========================================= ] 1975/2916 67% [========================================== ] 1976/2916 67% [========================================== ] 1977/2916 67% [========================================== ] 1978/2916 67% [========================================== ] 1979/2916 67% [========================================== ] 1980/2916 67% [========================================== ] 1981/2916 67% [========================================== ] 1982/2916 67% [========================================== ] 1983/2916 68% [========================================== ] 1984/2916 68% [========================================== ] 1985/2916 68% [========================================== ] 1986/2916 68% [========================================== ] 1987/2916 68% [========================================== ] 1988/2916 68% [========================================== ] 1989/2916 68% [========================================== ] 1990/2916 68% [========================================== ] 1991/2916 68% [========================================== ] 1992/2916 68% [========================================== ] 1993/2916 68% [========================================== ] 1994/2916 68% [========================================== ] 1995/2916 68% [========================================== ] 1996/2916 68% [========================================== ] 1997/2916 68% [========================================== ] 1998/2916 68% [========================================== ] 1999/2916 68% [========================================== ] 2000/2916 68% [========================================== ] 2001/2916 68% [========================================== ] 2002/2916 68% [========================================== ] 2003/2916 68% [========================================== ] 2004/2916 68% [========================================== ] 2005/2916 68% [========================================== ] 2006/2916 68% [========================================== ] 2007/2916 68% [========================================== ] 2008/2916 68% [========================================== ] 2009/2916 68% [========================================== ] 2010/2916 68% [========================================== ] 2011/2916 68% [========================================== ] 2012/2916 68% [========================================== ] 2013/2916 69% [========================================== ] 2014/2916 69% [========================================== ] 2015/2916 69% [========================================== ] 2016/2916 69% [========================================== ] 2017/2916 69% [========================================== ] 2018/2916 69% [========================================== ] 2019/2916 69% [========================================== ] 2020/2916 69% [========================================== ] 2021/2916 69% [========================================== ] 2022/2916 69% [=========================================== ] 2023/2916 69% [=========================================== ] 2024/2916 69% [=========================================== ] 2025/2916 69% [=========================================== ] 2026/2916 69% [=========================================== ] 2027/2916 69% [=========================================== ] 2028/2916 69% [=========================================== ] 2029/2916 69% [=========================================== ] 2030/2916 69% [=========================================== ] 2031/2916 69% [=========================================== ] 2032/2916 69% [=========================================== ] 2033/2916 69% [=========================================== ] 2034/2916 69% [=========================================== ] 2035/2916 69% [=========================================== ] 2036/2916 69% [=========================================== ] 2037/2916 69% [=========================================== ] 2038/2916 69% [=========================================== ] 2039/2916 69% [=========================================== ] 2040/2916 69% [=========================================== ] 2041/2916 69% [=========================================== ] 2042/2916 70% [=========================================== ] 2043/2916 70% [=========================================== ] 2044/2916 70% [=========================================== ] 2045/2916 70% [=========================================== ] 2046/2916 70% [=========================================== ] 2047/2916 70% [=========================================== ] 2048/2916 70% [=========================================== ] 2049/2916 70% [=========================================== ] 2050/2916 70% [=========================================== ] 2051/2916 70% [=========================================== ] 2052/2916 70% [=========================================== ] 2053/2916 70% [=========================================== ] 2054/2916 70% [=========================================== ] 2055/2916 70% [=========================================== ] 2056/2916 70% [=========================================== ] 2057/2916 70% [=========================================== ] 2058/2916 70% [=========================================== ] 2059/2916 70% [=========================================== ] 2060/2916 70% [=========================================== ] 2061/2916 70% [=========================================== ] 2062/2916 70% [=========================================== ] 2063/2916 70% [=========================================== ] 2064/2916 70% [=========================================== ] 2065/2916 70% [=========================================== ] 2066/2916 70% [=========================================== ] 2067/2916 70% [=========================================== ] 2068/2916 70% [=========================================== ] 2069/2916 70% [============================================ ] 2070/2916 70% [============================================ ] 2071/2916 71% [============================================ ] 2072/2916 71% [============================================ ] 2073/2916 71% [============================================ ] 2074/2916 71% [============================================ ] 2075/2916 71% [============================================ ] 2076/2916 71% [============================================ ] 2077/2916 71% [============================================ ] 2078/2916 71% [============================================ ] 2079/2916 71% [============================================ ] 2080/2916 71% [============================================ ] 2081/2916 71% [============================================ ] 2082/2916 71% [============================================ ] 2083/2916 71% [============================================ ] 2084/2916 71% [============================================ ] 2085/2916 71% [============================================ ] 2086/2916 71% [============================================ ] 2087/2916 71% [============================================ ] 2088/2916 71% [============================================ ] 2089/2916 71% [============================================ ] 2090/2916 71% [============================================ ] 2091/2916 71% [============================================ ] 2092/2916 71% [============================================ ] 2093/2916 71% [============================================ ] 2094/2916 71% [============================================ ] 2095/2916 71% [============================================ ] 2096/2916 71% [============================================ ] 2097/2916 71% [============================================ ] 2098/2916 71% [============================================ ] 2099/2916 71% [============================================ ] 2100/2916 72% [============================================ ] 2101/2916 72% [============================================ ] 2102/2916 72% [============================================ ] 2103/2916 72% [============================================ ] 2104/2916 72% [============================================ ] 2105/2916 72% [============================================ ] 2106/2916 72% [============================================ ] 2107/2916 72% [============================================ ] 2108/2916 72% [============================================ ] 2109/2916 72% [============================================ ] 2110/2916 72% [============================================ ] 2111/2916 72% [============================================ ] 2112/2916 72% [============================================ ] 2113/2916 72% [============================================ ] 2114/2916 72% [============================================ ] 2115/2916 72% [============================================ ] 2116/2916 72% [============================================= ] 2117/2916 72% [============================================= ] 2118/2916 72% [============================================= ] 2119/2916 72% [============================================= ] 2120/2916 72% [============================================= ] 2121/2916 72% [============================================= ] 2122/2916 72% [============================================= ] 2123/2916 72% [============================================= ] 2124/2916 72% [============================================= ] 2125/2916 72% [============================================= ] 2126/2916 72% [============================================= ] 2127/2916 72% [============================================= ] 2128/2916 72% [============================================= ] 2129/2916 73% [============================================= ] 2130/2916 73% [============================================= ] 2131/2916 73% [============================================= ] 2132/2916 73% [============================================= ] 2133/2916 73% [============================================= ] 2134/2916 73% [============================================= ] 2135/2916 73% [============================================= ] 2136/2916 73% [============================================= ] 2137/2916 73% [============================================= ] 2138/2916 73% [============================================= ] 2139/2916 73% [============================================= ] 2140/2916 73% [============================================= ] 2141/2916 73% [============================================= ] 2142/2916 73% [============================================= ] 2143/2916 73% [============================================= ] 2144/2916 73% [============================================= ] 2145/2916 73% [============================================= ] 2146/2916 73% [============================================= ] 2147/2916 73% [============================================= ] 2148/2916 73% [============================================= ] 2149/2916 73% [============================================= ] 2150/2916 73% [============================================= ] 2151/2916 73% [============================================= ] 2152/2916 73% [============================================= ] 2153/2916 73% [============================================= ] 2154/2916 73% [============================================= ] 2155/2916 73% [============================================= ] 2156/2916 73% [============================================= ] 2157/2916 73% [============================================= ] 2158/2916 74% [============================================= ] 2159/2916 74% [============================================= ] 2160/2916 74% [============================================= ] 2161/2916 74% [============================================= ] 2162/2916 74% [============================================= ] 2163/2916 74% [============================================== ] 2164/2916 74% [============================================== ] 2165/2916 74% [============================================== ] 2166/2916 74% [============================================== ] 2167/2916 74% [============================================== ] 2168/2916 74% [============================================== ] 2169/2916 74% [============================================== ] 2170/2916 74% [============================================== ] 2171/2916 74% [============================================== ] 2172/2916 74% [============================================== ] 2173/2916 74% [============================================== ] 2174/2916 74% [============================================== ] 2175/2916 74% [============================================== ] 2176/2916 74% [============================================== ] 2177/2916 74% [============================================== ] 2178/2916 74% [============================================== ] 2179/2916 74% [============================================== ] 2180/2916 74% [============================================== ] 2181/2916 74% [============================================== ] 2182/2916 74% [============================================== ] 2183/2916 74% [============================================== ] 2184/2916 74% [============================================== ] 2185/2916 74% [============================================== ] 2186/2916 74% [============================================== ] 2187/2916 75% [============================================== ] 2188/2916 75% [============================================== ] 2189/2916 75% [============================================== ] 2190/2916 75% [============================================== ] 2191/2916 75% [============================================== ] 2192/2916 75% [============================================== ] 2193/2916 75% [============================================== ] 2194/2916 75% [============================================== ] 2195/2916 75% [============================================== ] 2196/2916 75% [============================================== ] 2197/2916 75% [============================================== ] 2198/2916 75% [============================================== ] 2199/2916 75% [============================================== ] 2200/2916 75% [============================================== ] 2201/2916 75% [============================================== ] 2202/2916 75% [============================================== ] 2203/2916 75% [============================================== ] 2204/2916 75% [============================================== ] 2205/2916 75% [============================================== ] 2206/2916 75% [============================================== ] 2207/2916 75% [============================================== ] 2208/2916 75% [============================================== ] 2209/2916 75% [============================================== ] 2210/2916 75% [=============================================== ] 2211/2916 75% [=============================================== ] 2212/2916 75% [=============================================== ] 2213/2916 75% [=============================================== ] 2214/2916 75% [=============================================== ] 2215/2916 75% [=============================================== ] 2216/2916 75% [=============================================== ] 2217/2916 76% [=============================================== ] 2218/2916 76% [=============================================== ] 2219/2916 76% [=============================================== ] 2220/2916 76% [=============================================== ] 2221/2916 76% [=============================================== ] 2222/2916 76% [=============================================== ] 2223/2916 76% [=============================================== ] 2224/2916 76% [=============================================== ] 2225/2916 76% [=============================================== ] 2226/2916 76% [=============================================== ] 2227/2916 76% [=============================================== ] 2228/2916 76% [=============================================== ] 2229/2916 76% [=============================================== ] 2230/2916 76% [=============================================== ] 2231/2916 76% [=============================================== ] 2232/2916 76% [=============================================== ] 2233/2916 76% [=============================================== ] 2234/2916 76% [=============================================== ] 2235/2916 76% [=============================================== ] 2236/2916 76% [=============================================== ] 2237/2916 76% [=============================================== ] 2238/2916 76% [=============================================== ] 2239/2916 76% [=============================================== ] 2240/2916 76% [=============================================== ] 2241/2916 76% [=============================================== ] 2242/2916 76% [=============================================== ] 2243/2916 76% [=============================================== ] 2244/2916 76% [=============================================== ] 2245/2916 76% [=============================================== ] 2246/2916 77% [=============================================== ] 2247/2916 77% [=============================================== ] 2248/2916 77% [=============================================== ] 2249/2916 77% [=============================================== ] 2250/2916 77% [=============================================== ] 2251/2916 77% [=============================================== ] 2252/2916 77% [=============================================== ] 2253/2916 77% [=============================================== ] 2254/2916 77% [=============================================== ] 2255/2916 77% [=============================================== ] 2256/2916 77% [=============================================== ] 2257/2916 77% [================================================ ] 2258/2916 77% [================================================ ] 2259/2916 77% [================================================ ] 2260/2916 77% [================================================ ] 2261/2916 77% [================================================ ] 2262/2916 77% [================================================ ] 2263/2916 77% [================================================ ] 2264/2916 77% [================================================ ] 2265/2916 77% [================================================ ] 2266/2916 77% [================================================ ] 2267/2916 77% [================================================ ] 2268/2916 77% [================================================ ] 2269/2916 77% [================================================ ] 2270/2916 77% [================================================ ] 2271/2916 77% [================================================ ] 2272/2916 77% [================================================ ] 2273/2916 77% [================================================ ] 2274/2916 77% [================================================ ] 2275/2916 78% [================================================ ] 2276/2916 78% [================================================ ] 2277/2916 78% [================================================ ] 2278/2916 78% [================================================ ] 2279/2916 78% [================================================ ] 2280/2916 78% [================================================ ] 2281/2916 78% [================================================ ] 2282/2916 78% [================================================ ] 2283/2916 78% [================================================ ] 2284/2916 78% [================================================ ] 2285/2916 78% [================================================ ] 2286/2916 78% [================================================ ] 2287/2916 78% [================================================ ] 2288/2916 78% [================================================ ] 2289/2916 78% [================================================ ] 2290/2916 78% [================================================ ] 2291/2916 78% [================================================ ] 2292/2916 78% [================================================ ] 2293/2916 78% [================================================ ] 2294/2916 78% [================================================ ] 2295/2916 78% [================================================ ] 2296/2916 78% [================================================ ] 2297/2916 78% [================================================ ] 2298/2916 78% [================================================ ] 2299/2916 78% [================================================ ] 2300/2916 78% [================================================ ] 2301/2916 78% [================================================ ] 2302/2916 78% [================================================ ] 2303/2916 78% [================================================ ] 2304/2916 79% [================================================= ] 2305/2916 79% [================================================= ] 2306/2916 79% [================================================= ] 2307/2916 79% [================================================= ] 2308/2916 79% [================================================= ] 2309/2916 79% [================================================= ] 2310/2916 79% [================================================= ] 2311/2916 79% [================================================= ] 2312/2916 79% [================================================= ] 2313/2916 79% [================================================= ] 2314/2916 79% [================================================= ] 2315/2916 79% [================================================= ] 2316/2916 79% [================================================= ] 2317/2916 79% [================================================= ] 2318/2916 79% [================================================= ] 2319/2916 79% [================================================= ] 2320/2916 79% [================================================= ] 2321/2916 79% [================================================= ] 2322/2916 79% [================================================= ] 2323/2916 79% [================================================= ] 2324/2916 79% [================================================= ] 2325/2916 79% [================================================= ] 2326/2916 79% [================================================= ] 2327/2916 79% [================================================= ] 2328/2916 79% [================================================= ] 2329/2916 79% [================================================= ] 2330/2916 79% [================================================= ] 2331/2916 79% [================================================= ] 2332/2916 79% [================================================= ] 2333/2916 80% [================================================= ] 2334/2916 80% [================================================= ] 2335/2916 80% [================================================= ] 2336/2916 80% [================================================= ] 2337/2916 80% [================================================= ] 2338/2916 80% [================================================= ] 2339/2916 80% [================================================= ] 2340/2916 80% [================================================= ] 2341/2916 80% [================================================= ] 2342/2916 80% [================================================= ] 2343/2916 80% [================================================= ] 2344/2916 80% [================================================= ] 2345/2916 80% [================================================= ] 2346/2916 80% [================================================= ] 2347/2916 80% [================================================= ] 2348/2916 80% [================================================= ] 2349/2916 80% [================================================= ] 2350/2916 80% [================================================= ] 2351/2916 80% [================================================== ] 2352/2916 80% [================================================== ] 2353/2916 80% [================================================== ] 2354/2916 80% [================================================== ] 2355/2916 80% [================================================== ] 2356/2916 80% [================================================== ] 2357/2916 80% [================================================== ] 2358/2916 80% [================================================== ] 2359/2916 80% [================================================== ] 2360/2916 80% [================================================== ] 2361/2916 80% [================================================== ] 2362/2916 81% [================================================== ] 2363/2916 81% [================================================== ] 2364/2916 81% [================================================== ] 2365/2916 81% [================================================== ] 2366/2916 81% [================================================== ] 2367/2916 81% [================================================== ] 2368/2916 81% [================================================== ] 2369/2916 81% [================================================== ] 2370/2916 81% [================================================== ] 2371/2916 81% [================================================== ] 2372/2916 81% [================================================== ] 2373/2916 81% [================================================== ] 2374/2916 81% [================================================== ] 2375/2916 81% [================================================== ] 2376/2916 81% [================================================== ] 2377/2916 81% [================================================== ] 2378/2916 81% [================================================== ] 2379/2916 81% [================================================== ] 2380/2916 81% [================================================== ] 2381/2916 81% [================================================== ] 2382/2916 81% [================================================== ] 2383/2916 81% [================================================== ] 2384/2916 81% [================================================== ] 2385/2916 81% [================================================== ] 2386/2916 81% [================================================== ] 2387/2916 81% [================================================== ] 2388/2916 81% [================================================== ] 2389/2916 81% [================================================== ] 2390/2916 81% [================================================== ] 2391/2916 81% [================================================== ] 2392/2916 82% [================================================== ] 2393/2916 82% [================================================== ] 2394/2916 82% [================================================== ] 2395/2916 82% [================================================== ] 2396/2916 82% [================================================== ] 2397/2916 82% [================================================== ] 2398/2916 82% [=================================================== ] 2399/2916 82% [=================================================== ] 2400/2916 82% [=================================================== ] 2401/2916 82% [=================================================== ] 2402/2916 82% [=================================================== ] 2403/2916 82% [=================================================== ] 2404/2916 82% [=================================================== ] 2405/2916 82% [=================================================== ] 2406/2916 82% [=================================================== ] 2407/2916 82% [=================================================== ] 2408/2916 82% [=================================================== ] 2409/2916 82% [=================================================== ] 2410/2916 82% [=================================================== ] 2411/2916 82% [=================================================== ] 2412/2916 82% [=================================================== ] 2413/2916 82% [=================================================== ] 2414/2916 82% [=================================================== ] 2415/2916 82% [=================================================== ] 2416/2916 82% [=================================================== ] 2417/2916 82% [=================================================== ] 2418/2916 82% [=================================================== ] 2419/2916 82% [=================================================== ] 2420/2916 82% [=================================================== ] 2421/2916 83% [=================================================== ] 2422/2916 83% [=================================================== ] 2423/2916 83% [=================================================== ] 2424/2916 83% [=================================================== ] 2425/2916 83% [=================================================== ] 2426/2916 83% [=================================================== ] 2427/2916 83% [=================================================== ] 2428/2916 83% [=================================================== ] 2429/2916 83% [=================================================== ] 2430/2916 83% [=================================================== ] 2431/2916 83% [=================================================== ] 2432/2916 83% [=================================================== ] 2433/2916 83% [=================================================== ] 2434/2916 83% [=================================================== ] 2435/2916 83% [=================================================== ] 2436/2916 83% [=================================================== ] 2437/2916 83% [=================================================== ] 2438/2916 83% [=================================================== ] 2439/2916 83% [=================================================== ] 2440/2916 83% [=================================================== ] 2441/2916 83% [=================================================== ] 2442/2916 83% [=================================================== ] 2443/2916 83% [=================================================== ] 2444/2916 83% [=================================================== ] 2445/2916 83% [==================================================== ] 2446/2916 83% [==================================================== ] 2447/2916 83% [==================================================== ] 2448/2916 83% [==================================================== ] 2449/2916 83% [==================================================== ] 2450/2916 84% [==================================================== ] 2451/2916 84% [==================================================== ] 2452/2916 84% [==================================================== ] 2453/2916 84% [==================================================== ] 2454/2916 84% [==================================================== ] 2455/2916 84% [==================================================== ] 2456/2916 84% [==================================================== ] 2457/2916 84% [==================================================== ] 2458/2916 84% [==================================================== ] 2459/2916 84% [==================================================== ] 2460/2916 84% [==================================================== ] 2461/2916 84% [==================================================== ] 2462/2916 84% [==================================================== ] 2463/2916 84% [==================================================== ] 2464/2916 84% [==================================================== ] 2465/2916 84% [==================================================== ] 2466/2916 84% [==================================================== ] 2467/2916 84% [==================================================== ] 2468/2916 84% [==================================================== ] 2469/2916 84% [==================================================== ] 2470/2916 84% [==================================================== ] 2471/2916 84% [==================================================== ] 2472/2916 84% [==================================================== ] 2473/2916 84% [==================================================== ] 2474/2916 84% [==================================================== ] 2475/2916 84% [==================================================== ] 2476/2916 84% [==================================================== ] 2477/2916 84% [==================================================== ] 2478/2916 84% [==================================================== ] 2479/2916 85% [==================================================== ] 2480/2916 85% [==================================================== ] 2481/2916 85% [==================================================== ] 2482/2916 85% [==================================================== ] 2483/2916 85% [==================================================== ] 2484/2916 85% [==================================================== ] 2485/2916 85% [==================================================== ] 2486/2916 85% [==================================================== ] 2487/2916 85% [==================================================== ] 2488/2916 85% [==================================================== ] 2489/2916 85% [==================================================== ] 2490/2916 85% [==================================================== ] 2491/2916 85% [==================================================== ] 2492/2916 85% [===================================================== ] 2493/2916 85% [===================================================== ] 2494/2916 85% [===================================================== ] 2495/2916 85% [===================================================== ] 2496/2916 85% [===================================================== ] 2497/2916 85% [===================================================== ] 2498/2916 85% [===================================================== ] 2499/2916 85% [===================================================== ] 2500/2916 85% [===================================================== ] 2501/2916 85% [===================================================== ] 2502/2916 85% [===================================================== ] 2503/2916 85% [===================================================== ] 2504/2916 85% [===================================================== ] 2505/2916 85% [===================================================== ] 2506/2916 85% [===================================================== ] 2507/2916 85% [===================================================== ] 2508/2916 86% [===================================================== ] 2509/2916 86% [===================================================== ] 2510/2916 86% [===================================================== ] 2511/2916 86% [===================================================== ] 2512/2916 86% [===================================================== ] 2513/2916 86% [===================================================== ] 2514/2916 86% [===================================================== ] 2515/2916 86% [===================================================== ] 2516/2916 86% [===================================================== ] 2517/2916 86% [===================================================== ] 2518/2916 86% [===================================================== ] 2519/2916 86% [===================================================== ] 2520/2916 86% [===================================================== ] 2521/2916 86% [===================================================== ] 2522/2916 86% [===================================================== ] 2523/2916 86% [===================================================== ] 2524/2916 86% [===================================================== ] 2525/2916 86% [===================================================== ] 2526/2916 86% [===================================================== ] 2527/2916 86% [===================================================== ] 2528/2916 86% [===================================================== ] 2529/2916 86% [===================================================== ] 2530/2916 86% [===================================================== ] 2531/2916 86% [===================================================== ] 2532/2916 86% [===================================================== ] 2533/2916 86% [===================================================== ] 2534/2916 86% [===================================================== ] 2535/2916 86% [===================================================== ] 2536/2916 86% [===================================================== ] 2537/2916 87% [===================================================== ] 2538/2916 87% [===================================================== ] 2539/2916 87% [====================================================== ] 2540/2916 87% [====================================================== ] 2541/2916 87% [====================================================== ] 2542/2916 87% [====================================================== ] 2543/2916 87% [====================================================== ] 2544/2916 87% [====================================================== ] 2545/2916 87% [====================================================== ] 2546/2916 87% [====================================================== ] 2547/2916 87% [====================================================== ] 2548/2916 87% [====================================================== ] 2549/2916 87% [====================================================== ] 2550/2916 87% [====================================================== ] 2551/2916 87% [====================================================== ] 2552/2916 87% [====================================================== ] 2553/2916 87% [====================================================== ] 2554/2916 87% [====================================================== ] 2555/2916 87% [====================================================== ] 2556/2916 87% [====================================================== ] 2557/2916 87% [====================================================== ] 2558/2916 87% [====================================================== ] 2559/2916 87% [====================================================== ] 2560/2916 87% [====================================================== ] 2561/2916 87% [====================================================== ] 2562/2916 87% [====================================================== ] 2563/2916 87% [====================================================== ] 2564/2916 87% [====================================================== ] 2565/2916 87% [====================================================== ] 2566/2916 87% [====================================================== ] 2567/2916 88% [====================================================== ] 2568/2916 88% [====================================================== ] 2569/2916 88% [====================================================== ] 2570/2916 88% [====================================================== ] 2571/2916 88% [====================================================== ] 2572/2916 88% [====================================================== ] 2573/2916 88% [====================================================== ] 2574/2916 88% [====================================================== ] 2575/2916 88% [====================================================== ] 2576/2916 88% [====================================================== ] 2577/2916 88% [====================================================== ] 2578/2916 88% [====================================================== ] 2579/2916 88% [====================================================== ] 2580/2916 88% [====================================================== ] 2581/2916 88% [====================================================== ] 2582/2916 88% [====================================================== ] 2583/2916 88% [====================================================== ] 2584/2916 88% [====================================================== ] 2585/2916 88% [====================================================== ] 2586/2916 88% [======================================================= ] 2587/2916 88% [======================================================= ] 2588/2916 88% [======================================================= ] 2589/2916 88% [======================================================= ] 2590/2916 88% [======================================================= ] 2591/2916 88% [======================================================= ] 2592/2916 88% [======================================================= ] 2593/2916 88% [======================================================= ] 2594/2916 88% [======================================================= ] 2595/2916 88% [======================================================= ] 2596/2916 89% [======================================================= ] 2597/2916 89% [======================================================= ] 2598/2916 89% [======================================================= ] 2599/2916 89% [======================================================= ] 2600/2916 89% [======================================================= ] 2601/2916 89% [======================================================= ] 2602/2916 89% [======================================================= ] 2603/2916 89% [======================================================= ] 2604/2916 89% [======================================================= ] 2605/2916 89% [======================================================= ] 2606/2916 89% [======================================================= ] 2607/2916 89% [======================================================= ] 2608/2916 89% [======================================================= ] 2609/2916 89% [======================================================= ] 2610/2916 89% [======================================================= ] 2611/2916 89% [======================================================= ] 2612/2916 89% [======================================================= ] 2613/2916 89% [======================================================= ] 2614/2916 89% [======================================================= ] 2615/2916 89% [======================================================= ] 2616/2916 89% [======================================================= ] 2617/2916 89% [======================================================= ] 2618/2916 89% [======================================================= ] 2619/2916 89% [======================================================= ] 2620/2916 89% [======================================================= ] 2621/2916 89% [======================================================= ] 2622/2916 89% [======================================================= ] 2623/2916 89% [======================================================= ] 2624/2916 89% [======================================================= ] 2625/2916 90% [======================================================= ] 2626/2916 90% [======================================================= ] 2627/2916 90% [======================================================= ] 2628/2916 90% [======================================================= ] 2629/2916 90% [======================================================= ] 2630/2916 90% [======================================================= ] 2631/2916 90% [======================================================= ] 2632/2916 90% [======================================================= ] 2633/2916 90% [======================================================== ] 2634/2916 90% [======================================================== ] 2635/2916 90% [======================================================== ] 2636/2916 90% [======================================================== ] 2637/2916 90% [======================================================== ] 2638/2916 90% [======================================================== ] 2639/2916 90% [======================================================== ] 2640/2916 90% [======================================================== ] 2641/2916 90% [======================================================== ] 2642/2916 90% [======================================================== ] 2643/2916 90% [======================================================== ] 2644/2916 90% [======================================================== ] 2645/2916 90% [======================================================== ] 2646/2916 90% [======================================================== ] 2647/2916 90% [======================================================== ] 2648/2916 90% [======================================================== ] 2649/2916 90% [======================================================== ] 2650/2916 90% [======================================================== ] 2651/2916 90% [======================================================== ] 2652/2916 90% [======================================================== ] 2653/2916 90% [======================================================== ] 2654/2916 91% [======================================================== ] 2655/2916 91% [======================================================== ] 2656/2916 91% [======================================================== ] 2657/2916 91% [======================================================== ] 2658/2916 91% [======================================================== ] 2659/2916 91% [======================================================== ] 2660/2916 91% [======================================================== ] 2661/2916 91% [======================================================== ] 2662/2916 91% [======================================================== ] 2663/2916 91% [======================================================== ] 2664/2916 91% [======================================================== ] 2665/2916 91% [======================================================== ] 2666/2916 91% [======================================================== ] 2667/2916 91% [======================================================== ] 2668/2916 91% [======================================================== ] 2669/2916 91% [======================================================== ] 2670/2916 91% [======================================================== ] 2671/2916 91% [======================================================== ] 2672/2916 91% [======================================================== ] 2673/2916 91% [======================================================== ] 2674/2916 91% [======================================================== ] 2675/2916 91% [======================================================== ] 2676/2916 91% [======================================================== ] 2677/2916 91% [======================================================== ] 2678/2916 91% [======================================================== ] 2679/2916 91% [======================================================== ] 2680/2916 91% [========================================================= ] 2681/2916 91% [========================================================= ] 2682/2916 91% [========================================================= ] 2683/2916 92% [========================================================= ] 2684/2916 92% [========================================================= ] 2685/2916 92% [========================================================= ] 2686/2916 92% [========================================================= ] 2687/2916 92% [========================================================= ] 2688/2916 92% [========================================================= ] 2689/2916 92% [========================================================= ] 2690/2916 92% [========================================================= ] 2691/2916 92% [========================================================= ] 2692/2916 92% [========================================================= ] 2693/2916 92% [========================================================= ] 2694/2916 92% [========================================================= ] 2695/2916 92% [========================================================= ] 2696/2916 92% [========================================================= ] 2697/2916 92% [========================================================= ] 2698/2916 92% [========================================================= ] 2699/2916 92% [========================================================= ] 2700/2916 92% [========================================================= ] 2701/2916 92% [========================================================= ] 2702/2916 92% [========================================================= ] 2703/2916 92% [========================================================= ] 2704/2916 92% [========================================================= ] 2705/2916 92% [========================================================= ] 2706/2916 92% [========================================================= ] 2707/2916 92% [========================================================= ] 2708/2916 92% [========================================================= ] 2709/2916 92% [========================================================= ] 2710/2916 92% [========================================================= ] 2711/2916 92% [========================================================= ] 2712/2916 93% [========================================================= ] 2713/2916 93% [========================================================= ] 2714/2916 93% [========================================================= ] 2715/2916 93% [========================================================= ] 2716/2916 93% [========================================================= ] 2717/2916 93% [========================================================= ] 2718/2916 93% [========================================================= ] 2719/2916 93% [========================================================= ] 2720/2916 93% [========================================================= ] 2721/2916 93% [========================================================= ] 2722/2916 93% [========================================================= ] 2723/2916 93% [========================================================= ] 2724/2916 93% [========================================================= ] 2725/2916 93% [========================================================= ] 2726/2916 93% [========================================================= ] 2727/2916 93% [========================================================== ] 2728/2916 93% [========================================================== ] 2729/2916 93% [========================================================== ] 2730/2916 93% [========================================================== ] 2731/2916 93% [========================================================== ] 2732/2916 93% [========================================================== ] 2733/2916 93% [========================================================== ] 2734/2916 93% [========================================================== ] 2735/2916 93% [========================================================== ] 2736/2916 93% [========================================================== ] 2737/2916 93% [========================================================== ] 2738/2916 93% [========================================================== ] 2739/2916 93% [========================================================== ] 2740/2916 93% [========================================================== ] 2741/2916 93% [========================================================== ] 2742/2916 94% [========================================================== ] 2743/2916 94% [========================================================== ] 2744/2916 94% [========================================================== ] 2745/2916 94% [========================================================== ] 2746/2916 94% [========================================================== ] 2747/2916 94% [========================================================== ] 2748/2916 94% [========================================================== ] 2749/2916 94% [========================================================== ] 2750/2916 94% [========================================================== ] 2751/2916 94% [========================================================== ] 2752/2916 94% [========================================================== ] 2753/2916 94% [========================================================== ] 2754/2916 94% [========================================================== ] 2755/2916 94% [========================================================== ] 2756/2916 94% [========================================================== ] 2757/2916 94% [========================================================== ] 2758/2916 94% [========================================================== ] 2759/2916 94% [========================================================== ] 2760/2916 94% [========================================================== ] 2761/2916 94% [========================================================== ] 2762/2916 94% [========================================================== ] 2763/2916 94% [========================================================== ] 2764/2916 94% [========================================================== ] 2765/2916 94% [========================================================== ] 2766/2916 94% [========================================================== ] 2767/2916 94% [========================================================== ] 2768/2916 94% [========================================================== ] 2769/2916 94% [========================================================== ] 2770/2916 94% [========================================================== ] 2771/2916 95% [========================================================== ] 2772/2916 95% [========================================================== ] 2773/2916 95% [========================================================== ] 2774/2916 95% [=========================================================== ] 2775/2916 95% [=========================================================== ] 2776/2916 95% [=========================================================== ] 2777/2916 95% [=========================================================== ] 2778/2916 95% [=========================================================== ] 2779/2916 95% [=========================================================== ] 2780/2916 95% [=========================================================== ] 2781/2916 95% [=========================================================== ] 2782/2916 95% [=========================================================== ] 2783/2916 95% [=========================================================== ] 2784/2916 95% [=========================================================== ] 2785/2916 95% [=========================================================== ] 2786/2916 95% [=========================================================== ] 2787/2916 95% [=========================================================== ] 2788/2916 95% [=========================================================== ] 2789/2916 95% [=========================================================== ] 2790/2916 95% [=========================================================== ] 2791/2916 95% [=========================================================== ] 2792/2916 95% [=========================================================== ] 2793/2916 95% [=========================================================== ] 2794/2916 95% [=========================================================== ] 2795/2916 95% [=========================================================== ] 2796/2916 95% [=========================================================== ] 2797/2916 95% [=========================================================== ] 2798/2916 95% [=========================================================== ] 2799/2916 95% [=========================================================== ] 2800/2916 96% [=========================================================== ] 2801/2916 96% [=========================================================== ] 2802/2916 96% [=========================================================== ] 2803/2916 96% [=========================================================== ] 2804/2916 96% [=========================================================== ] 2805/2916 96% [=========================================================== ] 2806/2916 96% [=========================================================== ] 2807/2916 96% [=========================================================== ] 2808/2916 96% [=========================================================== ] 2809/2916 96% [=========================================================== ] 2810/2916 96% [=========================================================== ] 2811/2916 96% [=========================================================== ] 2812/2916 96% [=========================================================== ] 2813/2916 96% [=========================================================== ] 2814/2916 96% [=========================================================== ] 2815/2916 96% [=========================================================== ] 2816/2916 96% [=========================================================== ] 2817/2916 96% [=========================================================== ] 2818/2916 96% [=========================================================== ] 2819/2916 96% [=========================================================== ] 2820/2916 96% [=========================================================== ] 2821/2916 96% [============================================================ ] 2822/2916 96% [============================================================ ] 2823/2916 96% [============================================================ ] 2824/2916 96% [============================================================ ] 2825/2916 96% [============================================================ ] 2826/2916 96% [============================================================ ] 2827/2916 96% [============================================================ ] 2828/2916 96% [============================================================ ] 2829/2916 97% [============================================================ ] 2830/2916 97% [============================================================ ] 2831/2916 97% [============================================================ ] 2832/2916 97% [============================================================ ] 2833/2916 97% [============================================================ ] 2834/2916 97% [============================================================ ] 2835/2916 97% [============================================================ ] 2836/2916 97% [============================================================ ] 2837/2916 97% [============================================================ ] 2838/2916 97% [============================================================ ] 2839/2916 97% [============================================================ ] 2840/2916 97% [============================================================ ] 2841/2916 97% [============================================================ ] 2842/2916 97% [============================================================ ] 2843/2916 97% [============================================================ ] 2844/2916 97% [============================================================ ] 2845/2916 97% [============================================================ ] 2846/2916 97% [============================================================ ] 2847/2916 97% [============================================================ ] 2848/2916 97% [============================================================ ] 2849/2916 97% [============================================================ ] 2850/2916 97% [============================================================ ] 2851/2916 97% [============================================================ ] 2852/2916 97% [============================================================ ] 2853/2916 97% [============================================================ ] 2854/2916 97% [============================================================ ] 2855/2916 97% [============================================================ ] 2856/2916 97% [============================================================ ] 2857/2916 97% [============================================================ ] 2858/2916 98% [============================================================ ] 2859/2916 98% [============================================================ ] 2860/2916 98% [============================================================ ] 2861/2916 98% [============================================================ ] 2862/2916 98% [============================================================ ] 2863/2916 98% [============================================================ ] 2864/2916 98% [============================================================ ] 2865/2916 98% [============================================================ ] 2866/2916 98% [============================================================ ] 2867/2916 98% [============================================================ ] 2868/2916 98% [============================================================= ] 2869/2916 98% [============================================================= ] 2870/2916 98% [============================================================= ] 2871/2916 98% [============================================================= ] 2872/2916 98% [============================================================= ] 2873/2916 98% [============================================================= ] 2874/2916 98% [============================================================= ] 2875/2916 98% [============================================================= ] 2876/2916 98% [============================================================= ] 2877/2916 98% [============================================================= ] 2878/2916 98% [============================================================= ] 2879/2916 98% [============================================================= ] 2880/2916 98% [============================================================= ] 2881/2916 98% [============================================================= ] 2882/2916 98% [============================================================= ] 2883/2916 98% [============================================================= ] 2884/2916 98% [============================================================= ] 2885/2916 98% [============================================================= ] 2886/2916 98% [============================================================= ] 2887/2916 99% [============================================================= ] 2888/2916 99% [============================================================= ] 2889/2916 99% [============================================================= ] 2890/2916 99% [============================================================= ] 2891/2916 99% [============================================================= ] 2892/2916 99% [============================================================= ] 2893/2916 99% [============================================================= ] 2894/2916 99% [============================================================= ] 2895/2916 99% [============================================================= ] 2896/2916 99% [============================================================= ] 2897/2916 99% [============================================================= ] 2898/2916 99% [============================================================= ] 2899/2916 99% [============================================================= ] 2900/2916 99% [============================================================= ] 2901/2916 99% [============================================================= ] 2902/2916 99% [============================================================= ] 2903/2916 99% [============================================================= ] 2904/2916 99% [============================================================= ] 2905/2916 99% [============================================================= ] 2906/2916 99% [============================================================= ] 2907/2916 99% [============================================================= ] 2908/2916 99% [============================================================= ] 2909/2916 99% [============================================================= ] 2910/2916 99% [============================================================= ] 2911/2916 99% [============================================================= ] 2912/2916 99% [============================================================= ] 2913/2916 99% [============================================================= ] 2914/2916 99% [============================================================= ] 2915/2916 99% [==============================================================] 2916/2916 100% operation complete, 2916 objects in 79925 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/m68k-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2023.05-422-ga89a632833 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.4.0 Collecting legal info >>> linux-headers 6.4.3 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> avro-c 1.11.1 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> sdl2 2.26.5 Collecting legal info LICENSE.txt: OK (sha256: 9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927) >>> sdl2_mixer 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: 1852c8549e3d154687197d46abababd3e8faae035f19991b2ca850fa3a43ad57) >>> sdl2_net 2.2.0 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> datatables-buttons 1.6.1 Collecting legal info License.txt: OK (sha256: 21fa7cbc3c00bcad1e0f3417d465e702bd470d7dc446a6deff80c8fc5eda9148) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> doom-wad 1.9 Collecting legal info >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-environment-setup Collecting legal info >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> ffmpeg 4.4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> font-awesome 4.7.0 Collecting legal info >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> genpart 1.0.2 Collecting legal info >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> htop 3.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwdata 0.371 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifupdown-scripts Collecting legal info >>> inadyn 2.11.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> initscripts Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> kexec 2.0.26 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcurl 8.1.2 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdisplay-info 0.1.1 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openlayers 7.3.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> sudo 1.9.13p3 Collecting legal info LICENSE.md: OK (sha256: ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uacme 1.7.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'