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.11-1174-ge889a1c9e9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-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 PARALLEL_JOBS=1 \ 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 ' mosquitto -1 mosquitto -1 * - - - Mosquitto user\n\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n /bin/ping 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 2839 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/2839 0% [ ] 2/2839 0% [ ] 3/2839 0% [ ] 4/2839 0% [ ] 5/2839 0% [ ] 6/2839 0% [ ] 7/2839 0% [ ] 8/2839 0% [ ] 9/2839 0% [ ] 10/2839 0% [ ] 11/2839 0% [ ] 12/2839 0% [ ] 13/2839 0% [ ] 14/2839 0% [ ] 15/2839 0% [ ] 16/2839 0% [ ] 17/2839 0% [ ] 18/2839 0% [ ] 19/2839 0% [ ] 20/2839 0% [ ] 21/2839 0% [ ] 22/2839 0% [ ] 23/2839 0% [ ] 24/2839 0% [ ] 25/2839 0% [ ] 26/2839 0% [ ] 27/2839 0% [ ] 28/2839 0% [ ] 29/2839 1% [ ] 30/2839 1% [ ] 31/2839 1% [ ] 32/2839 1% [ ] 33/2839 1% [ ] 34/2839 1% [ ] 35/2839 1% [ ] 36/2839 1% [ ] 37/2839 1% [ ] 38/2839 1% [ ] 39/2839 1% [ ] 40/2839 1% [ ] 41/2839 1% [ ] 42/2839 1% [ ] 43/2839 1% [ ] 44/2839 1% [ ] 45/2839 1% [= ] 46/2839 1% [= ] 47/2839 1% [= ] 48/2839 1% [= ] 49/2839 1% [= ] 50/2839 1% [= ] 51/2839 1% [= ] 52/2839 1% [= ] 53/2839 1% [= ] 54/2839 1% [= ] 55/2839 1% [= ] 56/2839 1% [= ] 57/2839 2% [= ] 58/2839 2% [= ] 59/2839 2% [= ] 60/2839 2% [= ] 61/2839 2% [= ] 62/2839 2% [= ] 63/2839 2% [= ] 64/2839 2% [= ] 65/2839 2% [= ] 66/2839 2% [= ] 67/2839 2% [= ] 68/2839 2% [= ] 69/2839 2% [= ] 70/2839 2% [= ] 71/2839 2% [= ] 72/2839 2% [= ] 73/2839 2% [= ] 74/2839 2% [= ] 75/2839 2% [= ] 76/2839 2% [= ] 77/2839 2% [= ] 78/2839 2% [= ] 79/2839 2% [= ] 80/2839 2% [= ] 81/2839 2% [= ] 82/2839 2% [= ] 83/2839 2% [= ] 84/2839 2% [= ] 85/2839 2% [= ] 86/2839 3% [= ] 87/2839 3% [= ] 88/2839 3% [= ] 89/2839 3% [= ] 90/2839 3% [= ] 91/2839 3% [== ] 92/2839 3% [== ] 93/2839 3% [== ] 94/2839 3% [== ] 95/2839 3% [== ] 96/2839 3% [== ] 97/2839 3% [== ] 98/2839 3% [== ] 99/2839 3% [== ] 100/2839 3% [== ] 101/2839 3% [== ] 102/2839 3% [== ] 103/2839 3% [== ] 104/2839 3% [== ] 105/2839 3% [== ] 106/2839 3% [== ] 107/2839 3% [== ] 108/2839 3% [== ] 109/2839 3% [== ] 110/2839 3% [== ] 111/2839 3% [== ] 112/2839 3% [== ] 113/2839 3% [== ] 114/2839 4% [== ] 115/2839 4% [== ] 116/2839 4% [== ] 117/2839 4% [== ] 118/2839 4% [== ] 119/2839 4% [== ] 120/2839 4% [== ] 121/2839 4% [== ] 122/2839 4% [== ] 123/2839 4% [== ] 124/2839 4% [== ] 125/2839 4% [== ] 126/2839 4% [== ] 127/2839 4% [== ] 128/2839 4% [== ] 129/2839 4% [== ] 130/2839 4% [== ] 131/2839 4% [== ] 132/2839 4% [== ] 133/2839 4% [== ] 134/2839 4% [== ] 135/2839 4% [== ] 136/2839 4% [== ] 137/2839 4% [=== ] 138/2839 4% [=== ] 139/2839 4% [=== ] 140/2839 4% [=== ] 141/2839 4% [=== ] 142/2839 5% [=== ] 143/2839 5% [=== ] 144/2839 5% [=== ] 145/2839 5% [=== ] 146/2839 5% [=== ] 147/2839 5% [=== ] 148/2839 5% [=== ] 149/2839 5% [=== ] 150/2839 5% [=== ] 151/2839 5% [=== ] 152/2839 5% [=== ] 153/2839 5% [=== ] 154/2839 5% [=== ] 155/2839 5% [=== ] 156/2839 5% [=== ] 157/2839 5% [=== ] 158/2839 5% [=== ] 159/2839 5% [=== ] 160/2839 5% [=== ] 161/2839 5% [=== ] 162/2839 5% [=== ] 163/2839 5% [=== ] 164/2839 5% [=== ] 165/2839 5% [=== ] 166/2839 5% [=== ] 167/2839 5% [=== ] 168/2839 5% [=== ] 169/2839 5% [=== ] 170/2839 5% [=== ] 171/2839 6% [=== ] 172/2839 6% [=== ] 173/2839 6% [=== ] 174/2839 6% [=== ] 175/2839 6% [=== ] 176/2839 6% [=== ] 177/2839 6% [=== ] 178/2839 6% [=== ] 179/2839 6% [=== ] 180/2839 6% [=== ] 181/2839 6% [=== ] 182/2839 6% [=== ] 183/2839 6% [==== ] 184/2839 6% [==== ] 185/2839 6% [==== ] 186/2839 6% [==== ] 187/2839 6% [==== ] 188/2839 6% [==== ] 189/2839 6% [==== ] 190/2839 6% [==== ] 191/2839 6% [==== ] 192/2839 6% [==== ] 193/2839 6% [==== ] 194/2839 6% [==== ] 195/2839 6% [==== ] 196/2839 6% [==== ] 197/2839 6% [==== ] 198/2839 6% [==== ] 199/2839 7% [==== ] 200/2839 7% [==== ] 201/2839 7% [==== ] 202/2839 7% [==== ] 203/2839 7% [==== ] 204/2839 7% [==== ] 205/2839 7% [==== ] 206/2839 7% [==== ] 207/2839 7% [==== ] 208/2839 7% [==== ] 209/2839 7% [==== ] 210/2839 7% [==== ] 211/2839 7% [==== ] 212/2839 7% [==== ] 213/2839 7% [==== ] 214/2839 7% [==== ] 215/2839 7% [==== ] 216/2839 7% [==== ] 217/2839 7% [==== ] 218/2839 7% [==== ] 219/2839 7% [==== ] 220/2839 7% [==== ] 221/2839 7% [==== ] 222/2839 7% [==== ] 223/2839 7% [==== ] 224/2839 7% [==== ] 225/2839 7% [==== ] 226/2839 7% [==== ] 227/2839 7% [==== ] 228/2839 8% [===== ] 229/2839 8% [===== ] 230/2839 8% [===== ] 231/2839 8% [===== ] 232/2839 8% [===== ] 233/2839 8% [===== ] 234/2839 8% [===== ] 235/2839 8% [===== ] 236/2839 8% [===== ] 237/2839 8% [===== ] 238/2839 8% [===== ] 239/2839 8% [===== ] 240/2839 8% [===== ] 241/2839 8% [===== ] 242/2839 8% [===== ] 243/2839 8% [===== ] 244/2839 8% [===== ] 245/2839 8% [===== ] 246/2839 8% [===== ] 247/2839 8% [===== ] 248/2839 8% [===== ] 249/2839 8% [===== ] 250/2839 8% [===== ] 251/2839 8% [===== ] 252/2839 8% [===== ] 253/2839 8% [===== ] 254/2839 8% [===== ] 255/2839 8% [===== ] 256/2839 9% [===== ] 257/2839 9% [===== ] 258/2839 9% [===== ] 259/2839 9% [===== ] 260/2839 9% [===== ] 261/2839 9% [===== ] 262/2839 9% [===== ] 263/2839 9% [===== ] 264/2839 9% [===== ] 265/2839 9% [===== ] 266/2839 9% [===== ] 267/2839 9% [===== ] 268/2839 9% [===== ] 269/2839 9% [===== ] 270/2839 9% [===== ] 271/2839 9% [===== ] 272/2839 9% [===== ] 273/2839 9% [===== ] 274/2839 9% [====== ] 275/2839 9% [====== ] 276/2839 9% [====== ] 277/2839 9% [====== ] 278/2839 9% [====== ] 279/2839 9% [====== ] 280/2839 9% [====== ] 281/2839 9% [====== ] 282/2839 9% [====== ] 283/2839 9% [====== ] 284/2839 10% [====== ] 285/2839 10% [====== ] 286/2839 10% [====== ] 287/2839 10% [====== ] 288/2839 10% [====== ] 289/2839 10% [====== ] 290/2839 10% [====== ] 291/2839 10% [====== ] 292/2839 10% [====== ] 293/2839 10% [====== ] 294/2839 10% [====== ] 295/2839 10% [====== ] 296/2839 10% [====== ] 297/2839 10% [====== ] 298/2839 10% [====== ] 299/2839 10% [====== ] 300/2839 10% [====== ] 301/2839 10% [====== ] 302/2839 10% [====== ] 303/2839 10% [====== ] 304/2839 10% [====== ] 305/2839 10% [====== ] 306/2839 10% [====== ] 307/2839 10% [====== ] 308/2839 10% [====== ] 309/2839 10% [====== ] 310/2839 10% [====== ] 311/2839 10% [====== ] 312/2839 10% [====== ] 313/2839 11% [====== ] 314/2839 11% [====== ] 315/2839 11% [====== ] 316/2839 11% [====== ] 317/2839 11% [====== ] 318/2839 11% [====== ] 319/2839 11% [====== ] 320/2839 11% [======= ] 321/2839 11% [======= ] 322/2839 11% [======= ] 323/2839 11% [======= ] 324/2839 11% [======= ] 325/2839 11% [======= ] 326/2839 11% [======= ] 327/2839 11% [======= ] 328/2839 11% [======= ] 329/2839 11% [======= ] 330/2839 11% [======= ] 331/2839 11% [======= ] 332/2839 11% [======= ] 333/2839 11% [======= ] 334/2839 11% [======= ] 335/2839 11% [======= ] 336/2839 11% [======= ] 337/2839 11% [======= ] 338/2839 11% [======= ] 339/2839 11% [======= ] 340/2839 11% [======= ] 341/2839 12% [======= ] 342/2839 12% [======= ] 343/2839 12% [======= ] 344/2839 12% [======= ] 345/2839 12% [======= ] 346/2839 12% [======= ] 347/2839 12% [======= ] 348/2839 12% [======= ] 349/2839 12% [======= ] 350/2839 12% [======= ] 351/2839 12% [======= ] 352/2839 12% [======= ] 353/2839 12% [======= ] 354/2839 12% [======= ] 355/2839 12% [======= ] 356/2839 12% [======= ] 357/2839 12% [======= ] 358/2839 12% [======= ] 359/2839 12% [======= ] 360/2839 12% [======= ] 361/2839 12% [======= ] 362/2839 12% [======= ] 363/2839 12% [======= ] 364/2839 12% [======= ] 365/2839 12% [======= ] 366/2839 12% [======== ] 367/2839 12% [======== ] 368/2839 12% [======== ] 369/2839 12% [======== ] 370/2839 13% [======== ] 371/2839 13% [======== ] 372/2839 13% [======== ] 373/2839 13% [======== ] 374/2839 13% [======== ] 375/2839 13% [======== ] 376/2839 13% [======== ] 377/2839 13% [======== ] 378/2839 13% [======== ] 379/2839 13% [======== ] 380/2839 13% [======== ] 381/2839 13% [======== ] 382/2839 13% [======== ] 383/2839 13% [======== ] 384/2839 13% [======== ] 385/2839 13% [======== ] 386/2839 13% [======== ] 387/2839 13% [======== ] 388/2839 13% [======== ] 389/2839 13% [======== ] 390/2839 13% [======== ] 391/2839 13% [======== ] 392/2839 13% [======== ] 393/2839 13% [======== ] 394/2839 13% [======== ] 395/2839 13% [======== ] 396/2839 13% [======== ] 397/2839 13% [======== ] 398/2839 14% [======== ] 399/2839 14% [======== ] 400/2839 14% [======== ] 401/2839 14% [======== ] 402/2839 14% [======== ] 403/2839 14% [======== ] 404/2839 14% [======== ] 405/2839 14% [======== ] 406/2839 14% [======== ] 407/2839 14% [======== ] 408/2839 14% [======== ] 409/2839 14% [======== ] 410/2839 14% [======== ] 411/2839 14% [======== ] 412/2839 14% [========= ] 413/2839 14% [========= ] 414/2839 14% [========= ] 415/2839 14% [========= ] 416/2839 14% [========= ] 417/2839 14% [========= ] 418/2839 14% [========= ] 419/2839 14% [========= ] 420/2839 14% [========= ] 421/2839 14% [========= ] 422/2839 14% [========= ] 423/2839 14% [========= ] 424/2839 14% [========= ] 425/2839 14% [========= ] 426/2839 15% [========= ] 427/2839 15% [========= ] 428/2839 15% [========= ] 429/2839 15% [========= ] 430/2839 15% [========= ] 431/2839 15% [========= ] 432/2839 15% [========= ] 433/2839 15% [========= ] 434/2839 15% [========= ] 435/2839 15% [========= ] 436/2839 15% [========= ] 437/2839 15% [========= ] 438/2839 15% [========= ] 439/2839 15% [========= ] 440/2839 15% [========= ] 441/2839 15% [========= ] 442/2839 15% [========= ] 443/2839 15% [========= ] 444/2839 15% [========= ] 445/2839 15% [========= ] 446/2839 15% [========= ] 447/2839 15% [========= ] 448/2839 15% [========= ] 449/2839 15% [========= ] 450/2839 15% [========= ] 451/2839 15% [========= ] 452/2839 15% [========= ] 453/2839 15% [========= ] 454/2839 15% [========= ] 455/2839 16% [========= ] 456/2839 16% [========= ] 457/2839 16% [========== ] 458/2839 16% [========== ] 459/2839 16% [========== ] 460/2839 16% [========== ] 461/2839 16% [========== ] 462/2839 16% [========== ] 463/2839 16% [========== ] 464/2839 16% [========== ] 465/2839 16% [========== ] 466/2839 16% [========== ] 467/2839 16% [========== ] 468/2839 16% [========== ] 469/2839 16% [========== ] 470/2839 16% [========== ] 471/2839 16% [========== ] 472/2839 16% [========== ] 473/2839 16% [========== ] 474/2839 16% [========== ] 475/2839 16% [========== ] 476/2839 16% [========== ] 477/2839 16% [========== ] 478/2839 16% [========== ] 479/2839 16% [========== ] 480/2839 16% [========== ] 481/2839 16% [========== ] 482/2839 16% [========== ] 483/2839 17% [========== ] 484/2839 17% [========== ] 485/2839 17% [========== ] 486/2839 17% [========== ] 487/2839 17% [========== ] 488/2839 17% [========== ] 489/2839 17% [========== ] 490/2839 17% [========== ] 491/2839 17% [========== ] 492/2839 17% [========== ] 493/2839 17% [========== ] 494/2839 17% [========== ] 495/2839 17% [========== ] 496/2839 17% [========== ] 497/2839 17% [========== ] 498/2839 17% [========== ] 499/2839 17% [========== ] 500/2839 17% [========== ] 501/2839 17% [========== ] 502/2839 17% [========== ] 503/2839 17% [=========== ] 504/2839 17% [=========== ] 505/2839 17% [=========== ] 506/2839 17% [=========== ] 507/2839 17% [=========== ] 508/2839 17% [=========== ] 509/2839 17% [=========== ] 510/2839 17% [=========== ] 511/2839 17% [=========== ] 512/2839 18% [=========== ] 513/2839 18% [=========== ] 514/2839 18% [=========== ] 515/2839 18% [=========== ] 516/2839 18% [=========== ] 517/2839 18% [=========== ] 518/2839 18% [=========== ] 519/2839 18% [=========== ] 520/2839 18% [=========== ] 521/2839 18% [=========== ] 522/2839 18% [=========== ] 523/2839 18% [=========== ] 524/2839 18% [=========== ] 525/2839 18% [=========== ] 526/2839 18% [=========== ] 527/2839 18% [=========== ] 528/2839 18% [=========== ] 529/2839 18% [=========== ] 530/2839 18% [=========== ] 531/2839 18% [=========== ] 532/2839 18% [=========== ] 533/2839 18% [=========== ] 534/2839 18% [=========== ] 535/2839 18% [=========== ] 536/2839 18% [=========== ] 537/2839 18% [=========== ] 538/2839 18% [=========== ] 539/2839 18% [=========== ] 540/2839 19% [=========== ] 541/2839 19% [=========== ] 542/2839 19% [=========== ] 543/2839 19% [=========== ] 544/2839 19% [=========== ] 545/2839 19% [=========== ] 546/2839 19% [=========== ] 547/2839 19% [=========== ] 548/2839 19% [=========== ] 549/2839 19% [============ ] 550/2839 19% [============ ] 551/2839 19% [============ ] 552/2839 19% [============ ] 553/2839 19% [============ ] 554/2839 19% [============ ] 555/2839 19% [============ ] 556/2839 19% [============ ] 557/2839 19% [============ ] 558/2839 19% [============ ] 559/2839 19% [============ ] 560/2839 19% [============ ] 561/2839 19% [============ ] 562/2839 19% [============ ] 563/2839 19% [============ ] 564/2839 19% [============ ] 565/2839 19% [============ ] 566/2839 19% [============ ] 567/2839 19% [============ ] 568/2839 20% [============ ] 569/2839 20% [============ ] 570/2839 20% [============ ] 571/2839 20% [============ ] 572/2839 20% [============ ] 573/2839 20% [============ ] 574/2839 20% [============ ] 575/2839 20% [============ ] 576/2839 20% [============ ] 577/2839 20% [============ ] 578/2839 20% [============ ] 579/2839 20% [============ ] 580/2839 20% [============ ] 581/2839 20% [============ ] 582/2839 20% [============ ] 583/2839 20% [============ ] 584/2839 20% [============ ] 585/2839 20% [============ ] 586/2839 20% [============ ] 587/2839 20% [============ ] 588/2839 20% [============ ] 589/2839 20% [============ ] 590/2839 20% [============ ] 591/2839 20% [============ ] 592/2839 20% [============ ] 593/2839 20% [============ ] 594/2839 20% [============ ] 595/2839 20% [============= ] 596/2839 20% [============= ] 597/2839 21% [============= ] 598/2839 21% [============= ] 599/2839 21% [============= ] 600/2839 21% [============= ] 601/2839 21% [============= ] 602/2839 21% [============= ] 603/2839 21% [============= ] 604/2839 21% [============= ] 605/2839 21% [============= ] 606/2839 21% [============= ] 607/2839 21% [============= ] 608/2839 21% [============= ] 609/2839 21% [============= ] 610/2839 21% [============= ] 611/2839 21% [============= ] 612/2839 21% [============= ] 613/2839 21% [============= ] 614/2839 21% [============= ] 615/2839 21% [============= ] 616/2839 21% [============= ] 617/2839 21% [============= ] 618/2839 21% [============= ] 619/2839 21% [============= ] 620/2839 21% [============= ] 621/2839 21% [============= ] 622/2839 21% [============= ] 623/2839 21% [============= ] 624/2839 21% [============= ] 625/2839 22% [============= ] 626/2839 22% [============= ] 627/2839 22% [============= ] 628/2839 22% [============= ] 629/2839 22% [============= ] 630/2839 22% [============= ] 631/2839 22% [============= ] 632/2839 22% [============= ] 633/2839 22% [============= ] 634/2839 22% [============= ] 635/2839 22% [============= ] 636/2839 22% [============= ] 637/2839 22% [============= ] 638/2839 22% [============= ] 639/2839 22% [============= ] 640/2839 22% [============= ] 641/2839 22% [============== ] 642/2839 22% [============== ] 643/2839 22% [============== ] 644/2839 22% [============== ] 645/2839 22% [============== ] 646/2839 22% [============== ] 647/2839 22% [============== ] 648/2839 22% [============== ] 649/2839 22% [============== ] 650/2839 22% [============== ] 651/2839 22% [============== ] 652/2839 22% [============== ] 653/2839 23% [============== ] 654/2839 23% [============== ] 655/2839 23% [============== ] 656/2839 23% [============== ] 657/2839 23% [============== ] 658/2839 23% [============== ] 659/2839 23% [============== ] 660/2839 23% [============== ] 661/2839 23% [============== ] 662/2839 23% [============== ] 663/2839 23% [============== ] 664/2839 23% [============== ] 665/2839 23% [============== ] 666/2839 23% [============== ] 667/2839 23% [============== ] 668/2839 23% [============== ] 669/2839 23% [============== ] 670/2839 23% [============== ] 671/2839 23% [============== ] 672/2839 23% [============== ] 673/2839 23% [============== ] 674/2839 23% [============== ] 675/2839 23% [============== ] 676/2839 23% [============== ] 677/2839 23% [============== ] 678/2839 23% [============== ] 679/2839 23% [============== ] 680/2839 23% [============== ] 681/2839 23% [============== ] 682/2839 24% [============== ] 683/2839 24% [============== ] 684/2839 24% [============== ] 685/2839 24% [============== ] 686/2839 24% [=============== ] 687/2839 24% [=============== ] 688/2839 24% [=============== ] 689/2839 24% [=============== ] 690/2839 24% [=============== ] 691/2839 24% [=============== ] 692/2839 24% [=============== ] 693/2839 24% [=============== ] 694/2839 24% [=============== ] 695/2839 24% [=============== ] 696/2839 24% [=============== ] 697/2839 24% [=============== ] 698/2839 24% [=============== ] 699/2839 24% [=============== ] 700/2839 24% [=============== ] 701/2839 24% [=============== ] 702/2839 24% [=============== ] 703/2839 24% [=============== ] 704/2839 24% [=============== ] 705/2839 24% [=============== ] 706/2839 24% [=============== ] 707/2839 24% [=============== ] 708/2839 24% [=============== ] 709/2839 24% [=============== ] 710/2839 25% [=============== ] 711/2839 25% [=============== ] 712/2839 25% [=============== ] 713/2839 25% [=============== ] 714/2839 25% [=============== ] 715/2839 25% [=============== ] 716/2839 25% [=============== ] 717/2839 25% [=============== ] 718/2839 25% [=============== ] 719/2839 25% [=============== ] 720/2839 25% [=============== ] 721/2839 25% [=============== ] 722/2839 25% [=============== ] 723/2839 25% [=============== ] 724/2839 25% [=============== ] 725/2839 25% [=============== ] 726/2839 25% [=============== ] 727/2839 25% [=============== ] 728/2839 25% [=============== ] 729/2839 25% [=============== ] 730/2839 25% [=============== ] 731/2839 25% [=============== ] 732/2839 25% [================ ] 733/2839 25% [================ ] 734/2839 25% [================ ] 735/2839 25% [================ ] 736/2839 25% [================ ] 737/2839 25% [================ ] 738/2839 25% [================ ] 739/2839 26% [================ ] 740/2839 26% [================ ] 741/2839 26% [================ ] 742/2839 26% [================ ] 743/2839 26% [================ ] 744/2839 26% [================ ] 745/2839 26% [================ ] 746/2839 26% [================ ] 747/2839 26% [================ ] 748/2839 26% [================ ] 749/2839 26% [================ ] 750/2839 26% [================ ] 751/2839 26% [================ ] 752/2839 26% [================ ] 753/2839 26% [================ ] 754/2839 26% [================ ] 755/2839 26% [================ ] 756/2839 26% [================ ] 757/2839 26% [================ ] 758/2839 26% [================ ] 759/2839 26% [================ ] 760/2839 26% [================ ] 761/2839 26% [================ ] 762/2839 26% [================ ] 763/2839 26% [================ ] 764/2839 26% [================ ] 765/2839 26% [================ ] 766/2839 26% [================ ] 767/2839 27% [================ ] 768/2839 27% [================ ] 769/2839 27% [================ ] 770/2839 27% [================ ] 771/2839 27% [================ ] 772/2839 27% [================ ] 773/2839 27% [================ ] 774/2839 27% [================ ] 775/2839 27% [================ ] 776/2839 27% [================ ] 777/2839 27% [================ ] 778/2839 27% [================= ] 779/2839 27% [================= ] 780/2839 27% [================= ] 781/2839 27% [================= ] 782/2839 27% [================= ] 783/2839 27% [================= ] 784/2839 27% [================= ] 785/2839 27% [================= ] 786/2839 27% [================= ] 787/2839 27% [================= ] 788/2839 27% [================= ] 789/2839 27% [================= ] 790/2839 27% [================= ] 791/2839 27% [================= ] 792/2839 27% [================= ] 793/2839 27% [================= ] 794/2839 27% [================= ] 795/2839 28% [================= ] 796/2839 28% [================= ] 797/2839 28% [================= ] 798/2839 28% [================= ] 799/2839 28% [================= ] 800/2839 28% [================= ] 801/2839 28% [================= ] 802/2839 28% [================= ] 803/2839 28% [================= ] 804/2839 28% [================= ] 805/2839 28% [================= ] 806/2839 28% [================= ] 807/2839 28% [================= ] 808/2839 28% [================= ] 809/2839 28% [================= ] 810/2839 28% [================= ] 811/2839 28% [================= ] 812/2839 28% [================= ] 813/2839 28% [================= ] 814/2839 28% [================= ] 815/2839 28% [================= ] 816/2839 28% [================= ] 817/2839 28% [================= ] 818/2839 28% [================= ] 819/2839 28% [================= ] 820/2839 28% [================= ] 821/2839 28% [================= ] 822/2839 28% [================= ] 823/2839 28% [================= ] 824/2839 29% [================== ] 825/2839 29% [================== ] 826/2839 29% [================== ] 827/2839 29% [================== ] 828/2839 29% [================== ] 829/2839 29% [================== ] 830/2839 29% [================== ] 831/2839 29% [================== ] 832/2839 29% [================== ] 833/2839 29% [================== ] 834/2839 29% [================== ] 835/2839 29% [================== ] 836/2839 29% [================== ] 837/2839 29% [================== ] 838/2839 29% [================== ] 839/2839 29% [================== ] 840/2839 29% [================== ] 841/2839 29% [================== ] 842/2839 29% [================== ] 843/2839 29% [================== ] 844/2839 29% [================== ] 845/2839 29% [================== ] 846/2839 29% [================== ] 847/2839 29% [================== ] 848/2839 29% [================== ] 849/2839 29% [================== ] 850/2839 29% [================== ] 851/2839 29% [================== ] 852/2839 30% [================== ] 853/2839 30% [================== ] 854/2839 30% [================== ] 855/2839 30% [================== ] 856/2839 30% [================== ] 857/2839 30% [================== ] 858/2839 30% [================== ] 859/2839 30% [================== ] 860/2839 30% [================== ] 861/2839 30% [================== ] 862/2839 30% [================== ] 863/2839 30% [================== ] 864/2839 30% [================== ] 865/2839 30% [================== ] 866/2839 30% [================== ] 867/2839 30% [================== ] 868/2839 30% [================== ] 869/2839 30% [================== ] 870/2839 30% [=================== ] 871/2839 30% [=================== ] 872/2839 30% [=================== ] 873/2839 30% [=================== ] 874/2839 30% [=================== ] 875/2839 30% [=================== ] 876/2839 30% [=================== ] 877/2839 30% [=================== ] 878/2839 30% [=================== ] 879/2839 30% [=================== ] 880/2839 30% [=================== ] 881/2839 31% [=================== ] 882/2839 31% [=================== ] 883/2839 31% [=================== ] 884/2839 31% [=================== ] 885/2839 31% [=================== ] 886/2839 31% [=================== ] 887/2839 31% [=================== ] 888/2839 31% [=================== ] 889/2839 31% [=================== ] 890/2839 31% [=================== ] 891/2839 31% [=================== ] 892/2839 31% [=================== ] 893/2839 31% [=================== ] 894/2839 31% [=================== ] 895/2839 31% [=================== ] 896/2839 31% [=================== ] 897/2839 31% [=================== ] 898/2839 31% [=================== ] 899/2839 31% [=================== ] 900/2839 31% [=================== ] 901/2839 31% [=================== ] 902/2839 31% [=================== ] 903/2839 31% [=================== ] 904/2839 31% [=================== ] 905/2839 31% [=================== ] 906/2839 31% [=================== ] 907/2839 31% [=================== ] 908/2839 31% [=================== ] 909/2839 32% [=================== ] 910/2839 32% [=================== ] 911/2839 32% [=================== ] 912/2839 32% [=================== ] 913/2839 32% [=================== ] 914/2839 32% [=================== ] 915/2839 32% [==================== ] 916/2839 32% [==================== ] 917/2839 32% [==================== ] 918/2839 32% [==================== ] 919/2839 32% [==================== ] 920/2839 32% [==================== ] 921/2839 32% [==================== ] 922/2839 32% [==================== ] 923/2839 32% [==================== ] 924/2839 32% [==================== ] 925/2839 32% [==================== ] 926/2839 32% [==================== ] 927/2839 32% [==================== ] 928/2839 32% [==================== ] 929/2839 32% [==================== ] 930/2839 32% [==================== ] 931/2839 32% [==================== ] 932/2839 32% [==================== ] 933/2839 32% [==================== ] 934/2839 32% [==================== ] 935/2839 32% [==================== ] 936/2839 32% [==================== ] 937/2839 33% [==================== ] 938/2839 33% [==================== ] 939/2839 33% [==================== ] 940/2839 33% [==================== ] 941/2839 33% [==================== ] 942/2839 33% [==================== ] 943/2839 33% [==================== ] 944/2839 33% [==================== ] 945/2839 33% [==================== ] 946/2839 33% [==================== ] 947/2839 33% [==================== ] 948/2839 33% [==================== ] 949/2839 33% [==================== ] 950/2839 33% [==================== ] 951/2839 33% [==================== ] 952/2839 33% [==================== ] 953/2839 33% [==================== ] 954/2839 33% [==================== ] 955/2839 33% [==================== ] 956/2839 33% [==================== ] 957/2839 33% [==================== ] 958/2839 33% [==================== ] 959/2839 33% [==================== ] 960/2839 33% [==================== ] 961/2839 33% [===================== ] 962/2839 33% [===================== ] 963/2839 33% [===================== ] 964/2839 33% [===================== ] 965/2839 33% [===================== ] 966/2839 34% [===================== ] 967/2839 34% [===================== ] 968/2839 34% [===================== ] 969/2839 34% [===================== ] 970/2839 34% [===================== ] 971/2839 34% [===================== ] 972/2839 34% [===================== ] 973/2839 34% [===================== ] 974/2839 34% [===================== ] 975/2839 34% [===================== ] 976/2839 34% [===================== ] 977/2839 34% [===================== ] 978/2839 34% [===================== ] 979/2839 34% [===================== ] 980/2839 34% [===================== ] 981/2839 34% [===================== ] 982/2839 34% [===================== ] 983/2839 34% [===================== ] 984/2839 34% [===================== ] 985/2839 34% [===================== ] 986/2839 34% [===================== ] 987/2839 34% [===================== ] 988/2839 34% [===================== ] 989/2839 34% [===================== ] 990/2839 34% [===================== ] 991/2839 34% [===================== ] 992/2839 34% [===================== ] 993/2839 34% [===================== ] 994/2839 35% [===================== ] 995/2839 35% [===================== ] 996/2839 35% [===================== ] 997/2839 35% [===================== ] 998/2839 35% [===================== ] 999/2839 35% [===================== ] 1000/2839 35% [===================== ] 1001/2839 35% [===================== ] 1002/2839 35% [===================== ] 1003/2839 35% [===================== ] 1004/2839 35% [===================== ] 1005/2839 35% [===================== ] 1006/2839 35% [===================== ] 1007/2839 35% [====================== ] 1008/2839 35% [====================== ] 1009/2839 35% [====================== ] 1010/2839 35% [====================== ] 1011/2839 35% [====================== ] 1012/2839 35% [====================== ] 1013/2839 35% [====================== ] 1014/2839 35% [====================== ] 1015/2839 35% [====================== ] 1016/2839 35% [====================== ] 1017/2839 35% [====================== ] 1018/2839 35% [====================== ] 1019/2839 35% [====================== ] 1020/2839 35% [====================== ] 1021/2839 35% [====================== ] 1022/2839 35% [====================== ] 1023/2839 36% [====================== ] 1024/2839 36% [====================== ] 1025/2839 36% [====================== ] 1026/2839 36% [====================== ] 1027/2839 36% [====================== ] 1028/2839 36% [====================== ] 1029/2839 36% [====================== ] 1030/2839 36% [====================== ] 1031/2839 36% [====================== ] 1032/2839 36% [====================== ] 1033/2839 36% [====================== ] 1034/2839 36% [====================== ] 1035/2839 36% [====================== ] 1036/2839 36% [====================== ] 1037/2839 36% [====================== ] 1038/2839 36% [====================== ] 1039/2839 36% [====================== ] 1040/2839 36% [====================== ] 1041/2839 36% [====================== ] 1042/2839 36% [====================== ] 1043/2839 36% [====================== ] 1044/2839 36% [====================== ] 1045/2839 36% [====================== ] 1046/2839 36% [====================== ] 1047/2839 36% [====================== ] 1048/2839 36% [====================== ] 1049/2839 36% [====================== ] 1050/2839 36% [====================== ] 1051/2839 37% [====================== ] 1052/2839 37% [====================== ] 1053/2839 37% [======================= ] 1054/2839 37% [======================= ] 1055/2839 37% [======================= ] 1056/2839 37% [======================= ] 1057/2839 37% [======================= ] 1058/2839 37% [======================= ] 1059/2839 37% [======================= ] 1060/2839 37% [======================= ] 1061/2839 37% [======================= ] 1062/2839 37% [======================= ] 1063/2839 37% [======================= ] 1064/2839 37% [======================= ] 1065/2839 37% [======================= ] 1066/2839 37% [======================= ] 1067/2839 37% [======================= ] 1068/2839 37% [======================= ] 1069/2839 37% [======================= ] 1070/2839 37% [======================= ] 1071/2839 37% [======================= ] 1072/2839 37% [======================= ] 1073/2839 37% [======================= ] 1074/2839 37% [======================= ] 1075/2839 37% [======================= ] 1076/2839 37% [======================= ] 1077/2839 37% [======================= ] 1078/2839 37% [======================= ] 1079/2839 38% [======================= ] 1080/2839 38% [======================= ] 1081/2839 38% [======================= ] 1082/2839 38% [======================= ] 1083/2839 38% [======================= ] 1084/2839 38% [======================= ] 1085/2839 38% [======================= ] 1086/2839 38% [======================= ] 1087/2839 38% [======================= ] 1088/2839 38% [======================= ] 1089/2839 38% [======================= ] 1090/2839 38% [======================= ] 1091/2839 38% [======================= ] 1092/2839 38% [======================= ] 1093/2839 38% [======================= ] 1094/2839 38% [======================= ] 1095/2839 38% [======================= ] 1096/2839 38% [======================= ] 1097/2839 38% [======================= ] 1098/2839 38% [======================== ] 1099/2839 38% [======================== ] 1100/2839 38% [======================== ] 1101/2839 38% [======================== ] 1102/2839 38% [======================== ] 1103/2839 38% [======================== ] 1104/2839 38% [======================== ] 1105/2839 38% [======================== ] 1106/2839 38% [======================== ] 1107/2839 38% [======================== ] 1108/2839 39% [======================== ] 1109/2839 39% [======================== ] 1110/2839 39% [======================== ] 1111/2839 39% [======================== ] 1112/2839 39% [======================== ] 1113/2839 39% [======================== ] 1114/2839 39% [======================== ] 1115/2839 39% [======================== ] 1116/2839 39% [======================== ] 1117/2839 39% [======================== ] 1118/2839 39% [======================== ] 1119/2839 39% [======================== ] 1120/2839 39% [======================== ] 1121/2839 39% [======================== ] 1122/2839 39% [======================== ] 1123/2839 39% [======================== ] 1124/2839 39% [======================== ] 1125/2839 39% [======================== ] 1126/2839 39% [======================== ] 1127/2839 39% [======================== ] 1128/2839 39% [======================== ] 1129/2839 39% [======================== ] 1130/2839 39% [======================== ] 1131/2839 39% [======================== ] 1132/2839 39% [======================== ] 1133/2839 39% [======================== ] 1134/2839 39% [======================== ] 1135/2839 39% [======================== ] 1136/2839 40% [======================== ] 1137/2839 40% [======================== ] 1138/2839 40% [======================== ] 1139/2839 40% [======================== ] 1140/2839 40% [======================== ] 1141/2839 40% [======================== ] 1142/2839 40% [======================== ] 1143/2839 40% [======================== ] 1144/2839 40% [========================= ] 1145/2839 40% [========================= ] 1146/2839 40% [========================= ] 1147/2839 40% [========================= ] 1148/2839 40% [========================= ] 1149/2839 40% [========================= ] 1150/2839 40% [========================= ] 1151/2839 40% [========================= ] 1152/2839 40% [========================= ] 1153/2839 40% [========================= ] 1154/2839 40% [========================= ] 1155/2839 40% [========================= ] 1156/2839 40% [========================= ] 1157/2839 40% [========================= ] 1158/2839 40% [========================= ] 1159/2839 40% [========================= ] 1160/2839 40% [========================= ] 1161/2839 40% [========================= ] 1162/2839 40% [========================= ] 1163/2839 40% [========================= ] 1164/2839 41% [========================= ] 1165/2839 41% [========================= ] 1166/2839 41% [========================= ] 1167/2839 41% [========================= ] 1168/2839 41% [========================= ] 1169/2839 41% [========================= ] 1170/2839 41% [========================= ] 1171/2839 41% [========================= ] 1172/2839 41% [========================= ] 1173/2839 41% [========================= ] 1174/2839 41% [========================= ] 1175/2839 41% [========================= ] 1176/2839 41% [========================= ] 1177/2839 41% [========================= ] 1178/2839 41% [========================= ] 1179/2839 41% [========================= ] 1180/2839 41% [========================= ] 1181/2839 41% [========================= ] 1182/2839 41% [========================= ] 1183/2839 41% [========================= ] 1184/2839 41% [========================= ] 1185/2839 41% [========================= ] 1186/2839 41% [========================= ] 1187/2839 41% [========================= ] 1188/2839 41% [========================= ] 1189/2839 41% [========================= ] 1190/2839 41% [========================== ] 1191/2839 41% [========================== ] 1192/2839 41% [========================== ] 1193/2839 42% [========================== ] 1194/2839 42% [========================== ] 1195/2839 42% [========================== ] 1196/2839 42% [========================== ] 1197/2839 42% [========================== ] 1198/2839 42% [========================== ] 1199/2839 42% [========================== ] 1200/2839 42% [========================== ] 1201/2839 42% [========================== ] 1202/2839 42% [========================== ] 1203/2839 42% [========================== ] 1204/2839 42% [========================== ] 1205/2839 42% [========================== ] 1206/2839 42% [========================== ] 1207/2839 42% [========================== ] 1208/2839 42% [========================== ] 1209/2839 42% [========================== ] 1210/2839 42% [========================== ] 1211/2839 42% [========================== ] 1212/2839 42% [========================== ] 1213/2839 42% [========================== ] 1214/2839 42% [========================== ] 1215/2839 42% [========================== ] 1216/2839 42% [========================== ] 1217/2839 42% [========================== ] 1218/2839 42% [========================== ] 1219/2839 42% [========================== ] 1220/2839 42% [========================== ] 1221/2839 43% [========================== ] 1222/2839 43% [========================== ] 1223/2839 43% [========================== ] 1224/2839 43% [========================== ] 1225/2839 43% [========================== ] 1226/2839 43% [========================== ] 1227/2839 43% [========================== ] 1228/2839 43% [========================== ] 1229/2839 43% [========================== ] 1230/2839 43% [========================== ] 1231/2839 43% [========================== ] 1232/2839 43% [========================== ] 1233/2839 43% [========================== ] 1234/2839 43% [========================== ] 1235/2839 43% [========================== ] 1236/2839 43% [=========================== ] 1237/2839 43% [=========================== ] 1238/2839 43% [=========================== ] 1239/2839 43% [=========================== ] 1240/2839 43% [=========================== ] 1241/2839 43% [=========================== ] 1242/2839 43% [=========================== ] 1243/2839 43% [=========================== ] 1244/2839 43% [=========================== ] 1245/2839 43% [=========================== ] 1246/2839 43% [=========================== ] 1247/2839 43% [=========================== ] 1248/2839 43% [=========================== ] 1249/2839 43% [=========================== ] 1250/2839 44% [=========================== ] 1251/2839 44% [=========================== ] 1252/2839 44% [=========================== ] 1253/2839 44% [=========================== ] 1254/2839 44% [=========================== ] 1255/2839 44% [=========================== ] 1256/2839 44% [=========================== ] 1257/2839 44% [=========================== ] 1258/2839 44% [=========================== ] 1259/2839 44% [=========================== ] 1260/2839 44% [=========================== ] 1261/2839 44% [=========================== ] 1262/2839 44% [=========================== ] 1263/2839 44% [=========================== ] 1264/2839 44% [=========================== ] 1265/2839 44% [=========================== ] 1266/2839 44% [=========================== ] 1267/2839 44% [=========================== ] 1268/2839 44% [=========================== ] 1269/2839 44% [=========================== ] 1270/2839 44% [=========================== ] 1271/2839 44% [=========================== ] 1272/2839 44% [=========================== ] 1273/2839 44% [=========================== ] 1274/2839 44% [=========================== ] 1275/2839 44% [=========================== ] 1276/2839 44% [=========================== ] 1277/2839 44% [=========================== ] 1278/2839 45% [=========================== ] 1279/2839 45% [=========================== ] 1280/2839 45% [=========================== ] 1281/2839 45% [=========================== ] 1282/2839 45% [============================ ] 1283/2839 45% [============================ ] 1284/2839 45% [============================ ] 1285/2839 45% [============================ ] 1286/2839 45% [============================ ] 1287/2839 45% [============================ ] 1288/2839 45% [============================ ] 1289/2839 45% [============================ ] 1290/2839 45% [============================ ] 1291/2839 45% [============================ ] 1292/2839 45% [============================ ] 1293/2839 45% [============================ ] 1294/2839 45% [============================ ] 1295/2839 45% [============================ ] 1296/2839 45% [============================ ] 1297/2839 45% [============================ ] 1298/2839 45% [============================ ] 1299/2839 45% [============================ ] 1300/2839 45% [============================ ] 1301/2839 45% [============================ ] 1302/2839 45% [============================ ] 1303/2839 45% [============================ ] 1304/2839 45% [============================ ] 1305/2839 45% [============================ ] 1306/2839 46% [============================ ] 1307/2839 46% [============================ ] 1308/2839 46% [============================ ] 1309/2839 46% [============================ ] 1310/2839 46% [============================ ] 1311/2839 46% [============================ ] 1312/2839 46% [============================ ] 1313/2839 46% [============================ ] 1314/2839 46% [============================ ] 1315/2839 46% [============================ ] 1316/2839 46% [============================ ] 1317/2839 46% [============================ ] 1318/2839 46% [============================ ] 1319/2839 46% [============================ ] 1320/2839 46% [============================ ] 1321/2839 46% [============================ ] 1322/2839 46% [============================ ] 1323/2839 46% [============================ ] 1324/2839 46% [============================ ] 1325/2839 46% [============================ ] 1326/2839 46% [============================ ] 1327/2839 46% [============================= ] 1328/2839 46% [============================= ] 1329/2839 46% [============================= ] 1330/2839 46% [============================= ] 1331/2839 46% [============================= ] 1332/2839 46% [============================= ] 1333/2839 46% [============================= ] 1334/2839 46% [============================= ] 1335/2839 47% [============================= ] 1336/2839 47% [============================= ] 1337/2839 47% [============================= ] 1338/2839 47% [============================= ] 1339/2839 47% [============================= ] 1340/2839 47% [============================= ] 1341/2839 47% [============================= ] 1342/2839 47% [============================= ] 1343/2839 47% [============================= ] 1344/2839 47% [============================= ] 1345/2839 47% [============================= ] 1346/2839 47% [============================= ] 1347/2839 47% [============================= ] 1348/2839 47% [============================= ] 1349/2839 47% [============================= ] 1350/2839 47% [============================= ] 1351/2839 47% [============================= ] 1352/2839 47% [============================= ] 1353/2839 47% [============================= ] 1354/2839 47% [============================= ] 1355/2839 47% [============================= ] 1356/2839 47% [============================= ] 1357/2839 47% [============================= ] 1358/2839 47% [============================= ] 1359/2839 47% [============================= ] 1360/2839 47% [============================= ] 1361/2839 47% [============================= ] 1362/2839 47% [============================= ] 1363/2839 48% [============================= ] 1364/2839 48% [============================= ] 1365/2839 48% [============================= ] 1366/2839 48% [============================= ] 1367/2839 48% [============================= ] 1368/2839 48% [============================= ] 1369/2839 48% [============================= ] 1370/2839 48% [============================= ] 1371/2839 48% [============================= ] 1372/2839 48% [============================= ] 1373/2839 48% [============================== ] 1374/2839 48% [============================== ] 1375/2839 48% [============================== ] 1376/2839 48% [============================== ] 1377/2839 48% [============================== ] 1378/2839 48% [============================== ] 1379/2839 48% [============================== ] 1380/2839 48% [============================== ] 1381/2839 48% [============================== ] 1382/2839 48% [============================== ] 1383/2839 48% [============================== ] 1384/2839 48% [============================== ] 1385/2839 48% [============================== ] 1386/2839 48% [============================== ] 1387/2839 48% [============================== ] 1388/2839 48% [============================== ] 1389/2839 48% [============================== ] 1390/2839 48% [============================== ] 1391/2839 48% [============================== ] 1392/2839 49% [============================== ] 1393/2839 49% [============================== ] 1394/2839 49% [============================== ] 1395/2839 49% [============================== ] 1396/2839 49% [============================== ] 1397/2839 49% [============================== ] 1398/2839 49% [============================== ] 1399/2839 49% [============================== ] 1400/2839 49% [============================== ] 1401/2839 49% [============================== ] 1402/2839 49% [============================== ] 1403/2839 49% [============================== ] 1404/2839 49% [============================== ] 1405/2839 49% [============================== ] 1406/2839 49% [============================== ] 1407/2839 49% [============================== ] 1408/2839 49% [============================== ] 1409/2839 49% [============================== ] 1410/2839 49% [============================== ] 1411/2839 49% [============================== ] 1412/2839 49% [============================== ] 1413/2839 49% [============================== ] 1414/2839 49% [============================== ] 1415/2839 49% [============================== ] 1416/2839 49% [============================== ] 1417/2839 49% [============================== ] 1418/2839 49% [============================== ] 1419/2839 49% [=============================== ] 1420/2839 50% [=============================== ] 1421/2839 50% [=============================== ] 1422/2839 50% [=============================== ] 1423/2839 50% [=============================== ] 1424/2839 50% [=============================== ] 1425/2839 50% [=============================== ] 1426/2839 50% [=============================== ] 1427/2839 50% [=============================== ] 1428/2839 50% [=============================== ] 1429/2839 50% [=============================== ] 1430/2839 50% [=============================== ] 1431/2839 50% [=============================== ] 1432/2839 50% [=============================== ] 1433/2839 50% [=============================== ] 1434/2839 50% [=============================== ] 1435/2839 50% [=============================== ] 1436/2839 50% [=============================== ] 1437/2839 50% [=============================== ] 1438/2839 50% [=============================== ] 1439/2839 50% [=============================== ] 1440/2839 50% [=============================== ] 1441/2839 50% [=============================== ] 1442/2839 50% [=============================== ] 1443/2839 50% [=============================== ] 1444/2839 50% [=============================== ] 1445/2839 50% [=============================== ] 1446/2839 50% [=============================== ] 1447/2839 50% [=============================== ] 1448/2839 51% [=============================== ] 1449/2839 51% [=============================== ] 1450/2839 51% [=============================== ] 1451/2839 51% [=============================== ] 1452/2839 51% [=============================== ] 1453/2839 51% [=============================== ] 1454/2839 51% [=============================== ] 1455/2839 51% [=============================== ] 1456/2839 51% [=============================== ] 1457/2839 51% [=============================== ] 1458/2839 51% [=============================== ] 1459/2839 51% [=============================== ] 1460/2839 51% [=============================== ] 1461/2839 51% [=============================== ] 1462/2839 51% [=============================== ] 1463/2839 51% [=============================== ] 1464/2839 51% [=============================== ] 1465/2839 51% [================================ ] 1466/2839 51% [================================ ] 1467/2839 51% [================================ ] 1468/2839 51% [================================ ] 1469/2839 51% [================================ ] 1470/2839 51% [================================ ] 1471/2839 51% [================================ ] 1472/2839 51% [================================ ] 1473/2839 51% [================================ ] 1474/2839 51% [================================ ] 1475/2839 51% [================================ ] 1476/2839 51% [================================ ] 1477/2839 52% [================================ ] 1478/2839 52% [================================ ] 1479/2839 52% [================================ ] 1480/2839 52% [================================ ] 1481/2839 52% [================================ ] 1482/2839 52% [================================ ] 1483/2839 52% [================================ ] 1484/2839 52% [================================ ] 1485/2839 52% [================================ ] 1486/2839 52% [================================ ] 1487/2839 52% [================================ ] 1488/2839 52% [================================ ] 1489/2839 52% [================================ ] 1490/2839 52% [================================ ] 1491/2839 52% [================================ ] 1492/2839 52% [================================ ] 1493/2839 52% [================================ ] 1494/2839 52% [================================ ] 1495/2839 52% [================================ ] 1496/2839 52% [================================ ] 1497/2839 52% [================================ ] 1498/2839 52% [================================ ] 1499/2839 52% [================================ ] 1500/2839 52% [================================ ] 1501/2839 52% [================================ ] 1502/2839 52% [================================ ] 1503/2839 52% [================================ ] 1504/2839 52% [================================ ] 1505/2839 53% [================================ ] 1506/2839 53% [================================ ] 1507/2839 53% [================================ ] 1508/2839 53% [================================ ] 1509/2839 53% [================================ ] 1510/2839 53% [================================ ] 1511/2839 53% [================================= ] 1512/2839 53% [================================= ] 1513/2839 53% [================================= ] 1514/2839 53% [================================= ] 1515/2839 53% [================================= ] 1516/2839 53% [================================= ] 1517/2839 53% [================================= ] 1518/2839 53% [================================= ] 1519/2839 53% [================================= ] 1520/2839 53% [================================= ] 1521/2839 53% [================================= ] 1522/2839 53% [================================= ] 1523/2839 53% [================================= ] 1524/2839 53% [================================= ] 1525/2839 53% [================================= ] 1526/2839 53% [================================= ] 1527/2839 53% [================================= ] 1528/2839 53% [================================= ] 1529/2839 53% [================================= ] 1530/2839 53% [================================= ] 1531/2839 53% [================================= ] 1532/2839 53% [================================= ] 1533/2839 53% [================================= ] 1534/2839 54% [================================= ] 1535/2839 54% [================================= ] 1536/2839 54% [================================= ] 1537/2839 54% [================================= ] 1538/2839 54% [================================= ] 1539/2839 54% [================================= ] 1540/2839 54% [================================= ] 1541/2839 54% [================================= ] 1542/2839 54% [================================= ] 1543/2839 54% [================================= ] 1544/2839 54% [================================= ] 1545/2839 54% [================================= ] 1546/2839 54% [================================= ] 1547/2839 54% [================================= ] 1548/2839 54% [================================= ] 1549/2839 54% [================================= ] 1550/2839 54% [================================= ] 1551/2839 54% [================================= ] 1552/2839 54% [================================= ] 1553/2839 54% [================================= ] 1554/2839 54% [================================= ] 1555/2839 54% [================================= ] 1556/2839 54% [================================== ] 1557/2839 54% [================================== ] 1558/2839 54% [================================== ] 1559/2839 54% [================================== ] 1560/2839 54% [================================== ] 1561/2839 54% [================================== ] 1562/2839 55% [================================== ] 1563/2839 55% [================================== ] 1564/2839 55% [================================== ] 1565/2839 55% [================================== ] 1566/2839 55% [================================== ] 1567/2839 55% [================================== ] 1568/2839 55% [================================== ] 1569/2839 55% [================================== ] 1570/2839 55% [================================== ] 1571/2839 55% [================================== ] 1572/2839 55% [================================== ] 1573/2839 55% [================================== ] 1574/2839 55% [================================== ] 1575/2839 55% [================================== ] 1576/2839 55% [================================== ] 1577/2839 55% [================================== ] 1578/2839 55% [================================== ] 1579/2839 55% [================================== ] 1580/2839 55% [================================== ] 1581/2839 55% [================================== ] 1582/2839 55% [================================== ] 1583/2839 55% [================================== ] 1584/2839 55% [================================== ] 1585/2839 55% [================================== ] 1586/2839 55% [================================== ] 1587/2839 55% [================================== ] 1588/2839 55% [================================== ] 1589/2839 55% [================================== ] 1590/2839 56% [================================== ] 1591/2839 56% [================================== ] 1592/2839 56% [================================== ] 1593/2839 56% [================================== ] 1594/2839 56% [================================== ] 1595/2839 56% [================================== ] 1596/2839 56% [================================== ] 1597/2839 56% [================================== ] 1598/2839 56% [================================== ] 1599/2839 56% [================================== ] 1600/2839 56% [================================== ] 1601/2839 56% [================================== ] 1602/2839 56% [=================================== ] 1603/2839 56% [=================================== ] 1604/2839 56% [=================================== ] 1605/2839 56% [=================================== ] 1606/2839 56% [=================================== ] 1607/2839 56% [=================================== ] 1608/2839 56% [=================================== ] 1609/2839 56% [=================================== ] 1610/2839 56% [=================================== ] 1611/2839 56% [=================================== ] 1612/2839 56% [=================================== ] 1613/2839 56% [=================================== ] 1614/2839 56% [=================================== ] 1615/2839 56% [=================================== ] 1616/2839 56% [=================================== ] 1617/2839 56% [=================================== ] 1618/2839 56% [=================================== ] 1619/2839 57% [=================================== ] 1620/2839 57% [=================================== ] 1621/2839 57% [=================================== ] 1622/2839 57% [=================================== ] 1623/2839 57% [=================================== ] 1624/2839 57% [=================================== ] 1625/2839 57% [=================================== ] 1626/2839 57% [=================================== ] 1627/2839 57% [=================================== ] 1628/2839 57% [=================================== ] 1629/2839 57% [=================================== ] 1630/2839 57% [=================================== ] 1631/2839 57% [=================================== ] 1632/2839 57% [=================================== ] 1633/2839 57% [=================================== ] 1634/2839 57% [=================================== ] 1635/2839 57% [=================================== ] 1636/2839 57% [=================================== ] 1637/2839 57% [=================================== ] 1638/2839 57% [=================================== ] 1639/2839 57% [=================================== ] 1640/2839 57% [=================================== ] 1641/2839 57% [=================================== ] 1642/2839 57% [=================================== ] 1643/2839 57% [=================================== ] 1644/2839 57% [=================================== ] 1645/2839 57% [=================================== ] 1646/2839 57% [=================================== ] 1647/2839 58% [=================================== ] 1648/2839 58% [==================================== ] 1649/2839 58% [==================================== ] 1650/2839 58% [==================================== ] 1651/2839 58% [==================================== ] 1652/2839 58% [==================================== ] 1653/2839 58% [==================================== ] 1654/2839 58% [==================================== ] 1655/2839 58% [==================================== ] 1656/2839 58% [==================================== ] 1657/2839 58% [==================================== ] 1658/2839 58% [==================================== ] 1659/2839 58% [==================================== ] 1660/2839 58% [==================================== ] 1661/2839 58% [==================================== ] 1662/2839 58% [==================================== ] 1663/2839 58% [==================================== ] 1664/2839 58% [==================================== ] 1665/2839 58% [==================================== ] 1666/2839 58% [==================================== ] 1667/2839 58% [==================================== ] 1668/2839 58% [==================================== ] 1669/2839 58% [==================================== ] 1670/2839 58% [==================================== ] 1671/2839 58% [==================================== ] 1672/2839 58% [==================================== ] 1673/2839 58% [==================================== ] 1674/2839 58% [==================================== ] 1675/2839 58% [==================================== ] 1676/2839 59% [==================================== ] 1677/2839 59% [==================================== ] 1678/2839 59% [==================================== ] 1679/2839 59% [==================================== ] 1680/2839 59% [==================================== ] 1681/2839 59% [==================================== ] 1682/2839 59% [==================================== ] 1683/2839 59% [==================================== ] 1684/2839 59% [==================================== ] 1685/2839 59% [==================================== ] 1686/2839 59% [==================================== ] 1687/2839 59% [==================================== ] 1688/2839 59% [==================================== ] 1689/2839 59% [==================================== ] 1690/2839 59% [==================================== ] 1691/2839 59% [==================================== ] 1692/2839 59% [==================================== ] 1693/2839 59% [==================================== ] 1694/2839 59% [===================================== ] 1695/2839 59% [===================================== ] 1696/2839 59% [===================================== ] 1697/2839 59% [===================================== ] 1698/2839 59% [===================================== ] 1699/2839 59% [===================================== ] 1700/2839 59% [===================================== ] 1701/2839 59% [===================================== ] 1702/2839 59% [===================================== ] 1703/2839 59% [===================================== ] 1704/2839 60% [===================================== ] 1705/2839 60% [===================================== ] 1706/2839 60% [===================================== ] 1707/2839 60% [===================================== ] 1708/2839 60% [===================================== ] 1709/2839 60% [===================================== ] 1710/2839 60% [===================================== ] 1711/2839 60% [===================================== ] 1712/2839 60% [===================================== ] 1713/2839 60% [===================================== ] 1714/2839 60% [===================================== ] 1715/2839 60% [===================================== ] 1716/2839 60% [===================================== ] 1717/2839 60% [===================================== ] 1718/2839 60% [===================================== ] 1719/2839 60% [===================================== ] 1720/2839 60% [===================================== ] 1721/2839 60% [===================================== ] 1722/2839 60% [===================================== ] 1723/2839 60% [===================================== ] 1724/2839 60% [===================================== ] 1725/2839 60% [===================================== ] 1726/2839 60% [===================================== ] 1727/2839 60% [===================================== ] 1728/2839 60% [===================================== ] 1729/2839 60% [===================================== ] 1730/2839 60% [===================================== ] 1731/2839 60% [===================================== ] 1732/2839 61% [===================================== ] 1733/2839 61% [===================================== ] 1734/2839 61% [===================================== ] 1735/2839 61% [===================================== ] 1736/2839 61% [===================================== ] 1737/2839 61% [===================================== ] 1738/2839 61% [===================================== ] 1739/2839 61% [===================================== ] 1740/2839 61% [====================================== ] 1741/2839 61% [====================================== ] 1742/2839 61% [====================================== ] 1743/2839 61% [====================================== ] 1744/2839 61% [====================================== ] 1745/2839 61% [====================================== ] 1746/2839 61% [====================================== ] 1747/2839 61% [====================================== ] 1748/2839 61% [====================================== ] 1749/2839 61% [====================================== ] 1750/2839 61% [====================================== ] 1751/2839 61% [====================================== ] 1752/2839 61% [====================================== ] 1753/2839 61% [====================================== ] 1754/2839 61% [====================================== ] 1755/2839 61% [====================================== ] 1756/2839 61% [====================================== ] 1757/2839 61% [====================================== ] 1758/2839 61% [====================================== ] 1759/2839 61% [====================================== ] 1760/2839 61% [====================================== ] 1761/2839 62% [====================================== ] 1762/2839 62% [====================================== ] 1763/2839 62% [====================================== ] 1764/2839 62% [====================================== ] 1765/2839 62% [====================================== ] 1766/2839 62% [====================================== ] 1767/2839 62% [====================================== ] 1768/2839 62% [====================================== ] 1769/2839 62% [====================================== ] 1770/2839 62% [====================================== ] 1771/2839 62% [====================================== ] 1772/2839 62% [====================================== ] 1773/2839 62% [====================================== ] 1774/2839 62% [====================================== ] 1775/2839 62% [====================================== ] 1776/2839 62% [====================================== ] 1777/2839 62% [====================================== ] 1778/2839 62% [====================================== ] 1779/2839 62% [====================================== ] 1780/2839 62% [====================================== ] 1781/2839 62% [====================================== ] 1782/2839 62% [====================================== ] 1783/2839 62% [====================================== ] 1784/2839 62% [====================================== ] 1785/2839 62% [======================================= ] 1786/2839 62% [======================================= ] 1787/2839 62% [======================================= ] 1788/2839 62% [======================================= ] 1789/2839 63% [======================================= ] 1790/2839 63% [======================================= ] 1791/2839 63% [======================================= ] 1792/2839 63% [======================================= ] 1793/2839 63% [======================================= ] 1794/2839 63% [======================================= ] 1795/2839 63% [======================================= ] 1796/2839 63% [======================================= ] 1797/2839 63% [======================================= ] 1798/2839 63% [======================================= ] 1799/2839 63% [======================================= ] 1800/2839 63% [======================================= ] 1801/2839 63% [======================================= ] 1802/2839 63% [======================================= ] 1803/2839 63% [======================================= ] 1804/2839 63% [======================================= ] 1805/2839 63% [======================================= ] 1806/2839 63% [======================================= ] 1807/2839 63% [======================================= ] 1808/2839 63% [======================================= ] 1809/2839 63% [======================================= ] 1810/2839 63% [======================================= ] 1811/2839 63% [======================================= ] 1812/2839 63% [======================================= ] 1813/2839 63% [======================================= ] 1814/2839 63% [======================================= ] 1815/2839 63% [======================================= ] 1816/2839 63% [======================================= ] 1817/2839 64% [======================================= ] 1818/2839 64% [======================================= ] 1819/2839 64% [======================================= ] 1820/2839 64% [======================================= ] 1821/2839 64% [======================================= ] 1822/2839 64% [======================================= ] 1823/2839 64% [======================================= ] 1824/2839 64% [======================================= ] 1825/2839 64% [======================================= ] 1826/2839 64% [======================================= ] 1827/2839 64% [======================================= ] 1828/2839 64% [======================================= ] 1829/2839 64% [======================================= ] 1830/2839 64% [======================================= ] 1831/2839 64% [======================================== ] 1832/2839 64% [======================================== ] 1833/2839 64% [======================================== ] 1834/2839 64% [======================================== ] 1835/2839 64% [======================================== ] 1836/2839 64% [======================================== ] 1837/2839 64% [======================================== ] 1838/2839 64% [======================================== ] 1839/2839 64% [======================================== ] 1840/2839 64% [======================================== ] 1841/2839 64% [======================================== ] 1842/2839 64% [======================================== ] 1843/2839 64% [======================================== ] 1844/2839 64% [======================================== ] 1845/2839 64% [======================================== ] 1846/2839 65% [======================================== ] 1847/2839 65% [======================================== ] 1848/2839 65% [======================================== ] 1849/2839 65% [======================================== ] 1850/2839 65% [======================================== ] 1851/2839 65% [======================================== ] 1852/2839 65% [======================================== ] 1853/2839 65% [======================================== ] 1854/2839 65% [======================================== ] 1855/2839 65% [======================================== ] 1856/2839 65% [======================================== ] 1857/2839 65% [======================================== ] 1858/2839 65% [======================================== ] 1859/2839 65% [======================================== ] 1860/2839 65% [======================================== ] 1861/2839 65% [======================================== ] 1862/2839 65% [======================================== ] 1863/2839 65% [======================================== ] 1864/2839 65% [======================================== ] 1865/2839 65% [======================================== ] 1866/2839 65% [======================================== ] 1867/2839 65% [======================================== ] 1868/2839 65% [======================================== ] 1869/2839 65% [======================================== ] 1870/2839 65% [======================================== ] 1871/2839 65% [======================================== ] 1872/2839 65% [======================================== ] 1873/2839 65% [======================================== ] 1874/2839 66% [======================================== ] 1875/2839 66% [======================================== ] 1876/2839 66% [======================================== ] 1877/2839 66% [========================================= ] 1878/2839 66% [========================================= ] 1879/2839 66% [========================================= ] 1880/2839 66% [========================================= ] 1881/2839 66% [========================================= ] 1882/2839 66% [========================================= ] 1883/2839 66% [========================================= ] 1884/2839 66% [========================================= ] 1885/2839 66% [========================================= ] 1886/2839 66% [========================================= ] 1887/2839 66% [========================================= ] 1888/2839 66% [========================================= ] 1889/2839 66% [========================================= ] 1890/2839 66% [========================================= ] 1891/2839 66% [========================================= ] 1892/2839 66% [========================================= ] 1893/2839 66% [========================================= ] 1894/2839 66% [========================================= ] 1895/2839 66% [========================================= ] 1896/2839 66% [========================================= ] 1897/2839 66% [========================================= ] 1898/2839 66% [========================================= ] 1899/2839 66% [========================================= ] 1900/2839 66% [========================================= ] 1901/2839 66% [========================================= ] 1902/2839 66% [========================================= ] 1903/2839 67% [========================================= ] 1904/2839 67% [========================================= ] 1905/2839 67% [========================================= ] 1906/2839 67% [========================================= ] 1907/2839 67% [========================================= ] 1908/2839 67% [========================================= ] 1909/2839 67% [========================================= ] 1910/2839 67% [========================================= ] 1911/2839 67% [========================================= ] 1912/2839 67% [========================================= ] 1913/2839 67% [========================================= ] 1914/2839 67% [========================================= ] 1915/2839 67% [========================================= ] 1916/2839 67% [========================================= ] 1917/2839 67% [========================================= ] 1918/2839 67% [========================================= ] 1919/2839 67% [========================================= ] 1920/2839 67% [========================================= ] 1921/2839 67% [========================================= ] 1922/2839 67% [========================================= ] 1923/2839 67% [========================================== ] 1924/2839 67% [========================================== ] 1925/2839 67% [========================================== ] 1926/2839 67% [========================================== ] 1927/2839 67% [========================================== ] 1928/2839 67% [========================================== ] 1929/2839 67% [========================================== ] 1930/2839 67% [========================================== ] 1931/2839 68% [========================================== ] 1932/2839 68% [========================================== ] 1933/2839 68% [========================================== ] 1934/2839 68% [========================================== ] 1935/2839 68% [========================================== ] 1936/2839 68% [========================================== ] 1937/2839 68% [========================================== ] 1938/2839 68% [========================================== ] 1939/2839 68% [========================================== ] 1940/2839 68% [========================================== ] 1941/2839 68% [========================================== ] 1942/2839 68% [========================================== ] 1943/2839 68% [========================================== ] 1944/2839 68% [========================================== ] 1945/2839 68% [========================================== ] 1946/2839 68% [========================================== ] 1947/2839 68% [========================================== ] 1948/2839 68% [========================================== ] 1949/2839 68% [========================================== ] 1950/2839 68% [========================================== ] 1951/2839 68% [========================================== ] 1952/2839 68% [========================================== ] 1953/2839 68% [========================================== ] 1954/2839 68% [========================================== ] 1955/2839 68% [========================================== ] 1956/2839 68% [========================================== ] 1957/2839 68% [========================================== ] 1958/2839 68% [========================================== ] 1959/2839 69% [========================================== ] 1960/2839 69% [========================================== ] 1961/2839 69% [========================================== ] 1962/2839 69% [========================================== ] 1963/2839 69% [========================================== ] 1964/2839 69% [========================================== ] 1965/2839 69% [========================================== ] 1966/2839 69% [========================================== ] 1967/2839 69% [========================================== ] 1968/2839 69% [=========================================== ] 1969/2839 69% [=========================================== ] 1970/2839 69% [=========================================== ] 1971/2839 69% [=========================================== ] 1972/2839 69% [=========================================== ] 1973/2839 69% [=========================================== ] 1974/2839 69% [=========================================== ] 1975/2839 69% [=========================================== ] 1976/2839 69% [=========================================== ] 1977/2839 69% [=========================================== ] 1978/2839 69% [=========================================== ] 1979/2839 69% [=========================================== ] 1980/2839 69% [=========================================== ] 1981/2839 69% [=========================================== ] 1982/2839 69% [=========================================== ] 1983/2839 69% [=========================================== ] 1984/2839 69% [=========================================== ] 1985/2839 69% [=========================================== ] 1986/2839 69% [=========================================== ] 1987/2839 69% [=========================================== ] 1988/2839 70% [=========================================== ] 1989/2839 70% [=========================================== ] 1990/2839 70% [=========================================== ] 1991/2839 70% [=========================================== ] 1992/2839 70% [=========================================== ] 1993/2839 70% [=========================================== ] 1994/2839 70% [=========================================== ] 1995/2839 70% [=========================================== ] 1996/2839 70% [=========================================== ] 1997/2839 70% [=========================================== ] 1998/2839 70% [=========================================== ] 1999/2839 70% [=========================================== ] 2000/2839 70% [=========================================== ] 2001/2839 70% [=========================================== ] 2002/2839 70% [=========================================== ] 2003/2839 70% [=========================================== ] 2004/2839 70% [=========================================== ] 2005/2839 70% [=========================================== ] 2006/2839 70% [=========================================== ] 2007/2839 70% [=========================================== ] 2008/2839 70% [=========================================== ] 2009/2839 70% [=========================================== ] 2010/2839 70% [=========================================== ] 2011/2839 70% [=========================================== ] 2012/2839 70% [=========================================== ] 2013/2839 70% [=========================================== ] 2014/2839 70% [============================================ ] 2015/2839 70% [============================================ ] 2016/2839 71% [============================================ ] 2017/2839 71% [============================================ ] 2018/2839 71% [============================================ ] 2019/2839 71% [============================================ ] 2020/2839 71% [============================================ ] 2021/2839 71% [============================================ ] 2022/2839 71% [============================================ ] 2023/2839 71% [============================================ ] 2024/2839 71% [============================================ ] 2025/2839 71% [============================================ ] 2026/2839 71% [============================================ ] 2027/2839 71% [============================================ ] 2028/2839 71% [============================================ ] 2029/2839 71% [============================================ ] 2030/2839 71% [============================================ ] 2031/2839 71% [============================================ ] 2032/2839 71% [============================================ ] 2033/2839 71% [============================================ ] 2034/2839 71% [============================================ ] 2035/2839 71% [============================================ ] 2036/2839 71% [============================================ ] 2037/2839 71% [============================================ ] 2038/2839 71% [============================================ ] 2039/2839 71% [============================================ ] 2040/2839 71% [============================================ ] 2041/2839 71% [============================================ ] 2042/2839 71% [============================================ ] 2043/2839 71% [============================================ ] 2044/2839 71% [============================================ ] 2045/2839 72% [============================================ ] 2046/2839 72% [============================================ ] 2047/2839 72% [============================================ ] 2048/2839 72% [============================================ ] 2049/2839 72% [============================================ ] 2050/2839 72% [============================================ ] 2051/2839 72% [============================================ ] 2052/2839 72% [============================================ ] 2053/2839 72% [============================================ ] 2054/2839 72% [============================================ ] 2055/2839 72% [============================================ ] 2056/2839 72% [============================================ ] 2057/2839 72% [============================================ ] 2058/2839 72% [============================================ ] 2059/2839 72% [============================================ ] 2060/2839 72% [============================================= ] 2061/2839 72% [============================================= ] 2062/2839 72% [============================================= ] 2063/2839 72% [============================================= ] 2064/2839 72% [============================================= ] 2065/2839 72% [============================================= ] 2066/2839 72% [============================================= ] 2067/2839 72% [============================================= ] 2068/2839 72% [============================================= ] 2069/2839 72% [============================================= ] 2070/2839 72% [============================================= ] 2071/2839 72% [============================================= ] 2072/2839 72% [============================================= ] 2073/2839 73% [============================================= ] 2074/2839 73% [============================================= ] 2075/2839 73% [============================================= ] 2076/2839 73% [============================================= ] 2077/2839 73% [============================================= ] 2078/2839 73% [============================================= ] 2079/2839 73% [============================================= ] 2080/2839 73% [============================================= ] 2081/2839 73% [============================================= ] 2082/2839 73% [============================================= ] 2083/2839 73% [============================================= ] 2084/2839 73% [============================================= ] 2085/2839 73% [============================================= ] 2086/2839 73% [============================================= ] 2087/2839 73% [============================================= ] 2088/2839 73% [============================================= ] 2089/2839 73% [============================================= ] 2090/2839 73% [============================================= ] 2091/2839 73% [============================================= ] 2092/2839 73% [============================================= ] 2093/2839 73% [============================================= ] 2094/2839 73% [============================================= ] 2095/2839 73% [============================================= ] 2096/2839 73% [============================================= ] 2097/2839 73% [============================================= ] 2098/2839 73% [============================================= ] 2099/2839 73% [============================================= ] 2100/2839 73% [============================================= ] 2101/2839 74% [============================================= ] 2102/2839 74% [============================================= ] 2103/2839 74% [============================================= ] 2104/2839 74% [============================================= ] 2105/2839 74% [============================================= ] 2106/2839 74% [============================================== ] 2107/2839 74% [============================================== ] 2108/2839 74% [============================================== ] 2109/2839 74% [============================================== ] 2110/2839 74% [============================================== ] 2111/2839 74% [============================================== ] 2112/2839 74% [============================================== ] 2113/2839 74% [============================================== ] 2114/2839 74% [============================================== ] 2115/2839 74% [============================================== ] 2116/2839 74% [============================================== ] 2117/2839 74% [============================================== ] 2118/2839 74% [============================================== ] 2119/2839 74% [============================================== ] 2120/2839 74% [============================================== ] 2121/2839 74% [============================================== ] 2122/2839 74% [============================================== ] 2123/2839 74% [============================================== ] 2124/2839 74% [============================================== ] 2125/2839 74% [============================================== ] 2126/2839 74% [============================================== ] 2127/2839 74% [============================================== ] 2128/2839 74% [============================================== ] 2129/2839 74% [============================================== ] 2130/2839 75% [============================================== ] 2131/2839 75% [============================================== ] 2132/2839 75% [============================================== ] 2133/2839 75% [============================================== ] 2134/2839 75% [============================================== ] 2135/2839 75% [============================================== ] 2136/2839 75% [============================================== ] 2137/2839 75% [============================================== ] 2138/2839 75% [============================================== ] 2139/2839 75% [============================================== ] 2140/2839 75% [============================================== ] 2141/2839 75% [============================================== ] 2142/2839 75% [============================================== ] 2143/2839 75% [============================================== ] 2144/2839 75% [============================================== ] 2145/2839 75% [============================================== ] 2146/2839 75% [============================================== ] 2147/2839 75% [============================================== ] 2148/2839 75% [============================================== ] 2149/2839 75% [============================================== ] 2150/2839 75% [============================================== ] 2151/2839 75% [============================================== ] 2152/2839 75% [=============================================== ] 2153/2839 75% [=============================================== ] 2154/2839 75% [=============================================== ] 2155/2839 75% [=============================================== ] 2156/2839 75% [=============================================== ] 2157/2839 75% [=============================================== ] 2158/2839 76% [=============================================== ] 2159/2839 76% [=============================================== ] 2160/2839 76% [=============================================== ] 2161/2839 76% [=============================================== ] 2162/2839 76% [=============================================== ] 2163/2839 76% [=============================================== ] 2164/2839 76% [=============================================== ] 2165/2839 76% [=============================================== ] 2166/2839 76% [=============================================== ] 2167/2839 76% [=============================================== ] 2168/2839 76% [=============================================== ] 2169/2839 76% [=============================================== ] 2170/2839 76% [=============================================== ] 2171/2839 76% [=============================================== ] 2172/2839 76% [=============================================== ] 2173/2839 76% [=============================================== ] 2174/2839 76% [=============================================== ] 2175/2839 76% [=============================================== ] 2176/2839 76% [=============================================== ] 2177/2839 76% [=============================================== ] 2178/2839 76% [=============================================== ] 2179/2839 76% [=============================================== ] 2180/2839 76% [=============================================== ] 2181/2839 76% [=============================================== ] 2182/2839 76% [=============================================== ] 2183/2839 76% [=============================================== ] 2184/2839 76% [=============================================== ] 2185/2839 76% [=============================================== ] 2186/2839 76% [=============================================== ] 2187/2839 77% [=============================================== ] 2188/2839 77% [=============================================== ] 2189/2839 77% [=============================================== ] 2190/2839 77% [=============================================== ] 2191/2839 77% [=============================================== ] 2192/2839 77% [=============================================== ] 2193/2839 77% [=============================================== ] 2194/2839 77% [=============================================== ] 2195/2839 77% [=============================================== ] 2196/2839 77% [=============================================== ] 2197/2839 77% [================================================ ] 2198/2839 77% [================================================ ] 2199/2839 77% [================================================ ] 2200/2839 77% [================================================ ] 2201/2839 77% [================================================ ] 2202/2839 77% [================================================ ] 2203/2839 77% [================================================ ] 2204/2839 77% [================================================ ] 2205/2839 77% [================================================ ] 2206/2839 77% [================================================ ] 2207/2839 77% [================================================ ] 2208/2839 77% [================================================ ] 2209/2839 77% [================================================ ] 2210/2839 77% [================================================ ] 2211/2839 77% [================================================ ] 2212/2839 77% [================================================ ] 2213/2839 77% [================================================ ] 2214/2839 77% [================================================ ] 2215/2839 78% [================================================ ] 2216/2839 78% [================================================ ] 2217/2839 78% [================================================ ] 2218/2839 78% [================================================ ] 2219/2839 78% [================================================ ] 2220/2839 78% [================================================ ] 2221/2839 78% [================================================ ] 2222/2839 78% [================================================ ] 2223/2839 78% [================================================ ] 2224/2839 78% [================================================ ] 2225/2839 78% [================================================ ] 2226/2839 78% [================================================ ] 2227/2839 78% [================================================ ] 2228/2839 78% [================================================ ] 2229/2839 78% [================================================ ] 2230/2839 78% [================================================ ] 2231/2839 78% [================================================ ] 2232/2839 78% [================================================ ] 2233/2839 78% [================================================ ] 2234/2839 78% [================================================ ] 2235/2839 78% [================================================ ] 2236/2839 78% [================================================ ] 2237/2839 78% [================================================ ] 2238/2839 78% [================================================ ] 2239/2839 78% [================================================ ] 2240/2839 78% [================================================ ] 2241/2839 78% [================================================ ] 2242/2839 78% [================================================ ] 2243/2839 79% [================================================= ] 2244/2839 79% [================================================= ] 2245/2839 79% [================================================= ] 2246/2839 79% [================================================= ] 2247/2839 79% [================================================= ] 2248/2839 79% [================================================= ] 2249/2839 79% [================================================= ] 2250/2839 79% [================================================= ] 2251/2839 79% [================================================= ] 2252/2839 79% [================================================= ] 2253/2839 79% [================================================= ] 2254/2839 79% [================================================= ] 2255/2839 79% [================================================= ] 2256/2839 79% [================================================= ] 2257/2839 79% [================================================= ] 2258/2839 79% [================================================= ] 2259/2839 79% [================================================= ] 2260/2839 79% [================================================= ] 2261/2839 79% [================================================= ] 2262/2839 79% [================================================= ] 2263/2839 79% [================================================= ] 2264/2839 79% [================================================= ] 2265/2839 79% [================================================= ] 2266/2839 79% [================================================= ] 2267/2839 79% [================================================= ] 2268/2839 79% [================================================= ] 2269/2839 79% [================================================= ] 2270/2839 79% [================================================= ] 2271/2839 79% [================================================= ] 2272/2839 80% [================================================= ] 2273/2839 80% [================================================= ] 2274/2839 80% [================================================= ] 2275/2839 80% [================================================= ] 2276/2839 80% [================================================= ] 2277/2839 80% [================================================= ] 2278/2839 80% [================================================= ] 2279/2839 80% [================================================= ] 2280/2839 80% [================================================= ] 2281/2839 80% [================================================= ] 2282/2839 80% [================================================= ] 2283/2839 80% [================================================= ] 2284/2839 80% [================================================= ] 2285/2839 80% [================================================= ] 2286/2839 80% [================================================= ] 2287/2839 80% [================================================= ] 2288/2839 80% [================================================= ] 2289/2839 80% [================================================== ] 2290/2839 80% [================================================== ] 2291/2839 80% [================================================== ] 2292/2839 80% [================================================== ] 2293/2839 80% [================================================== ] 2294/2839 80% [================================================== ] 2295/2839 80% [================================================== ] 2296/2839 80% [================================================== ] 2297/2839 80% [================================================== ] 2298/2839 80% [================================================== ] 2299/2839 80% [================================================== ] 2300/2839 81% [================================================== ] 2301/2839 81% [================================================== ] 2302/2839 81% [================================================== ] 2303/2839 81% [================================================== ] 2304/2839 81% [================================================== ] 2305/2839 81% [================================================== ] 2306/2839 81% [================================================== ] 2307/2839 81% [================================================== ] 2308/2839 81% [================================================== ] 2309/2839 81% [================================================== ] 2310/2839 81% [================================================== ] 2311/2839 81% [================================================== ] 2312/2839 81% [================================================== ] 2313/2839 81% [================================================== ] 2314/2839 81% [================================================== ] 2315/2839 81% [================================================== ] 2316/2839 81% [================================================== ] 2317/2839 81% [================================================== ] 2318/2839 81% [================================================== ] 2319/2839 81% [================================================== ] 2320/2839 81% [================================================== ] 2321/2839 81% [================================================== ] 2322/2839 81% [================================================== ] 2323/2839 81% [================================================== ] 2324/2839 81% [================================================== ] 2325/2839 81% [================================================== ] 2326/2839 81% [================================================== ] 2327/2839 81% [================================================== ] 2328/2839 82% [================================================== ] 2329/2839 82% [================================================== ] 2330/2839 82% [================================================== ] 2331/2839 82% [================================================== ] 2332/2839 82% [================================================== ] 2333/2839 82% [================================================== ] 2334/2839 82% [================================================== ] 2335/2839 82% [=================================================== ] 2336/2839 82% [=================================================== ] 2337/2839 82% [=================================================== ] 2338/2839 82% [=================================================== ] 2339/2839 82% [=================================================== ] 2340/2839 82% [=================================================== ] 2341/2839 82% [=================================================== ] 2342/2839 82% [=================================================== ] 2343/2839 82% [=================================================== ] 2344/2839 82% [=================================================== ] 2345/2839 82% [=================================================== ] 2346/2839 82% [=================================================== ] 2347/2839 82% [=================================================== ] 2348/2839 82% [=================================================== ] 2349/2839 82% [=================================================== ] 2350/2839 82% [=================================================== ] 2351/2839 82% [=================================================== ] 2352/2839 82% [=================================================== ] 2353/2839 82% [=================================================== ] 2354/2839 82% [=================================================== ] 2355/2839 82% [=================================================== ] 2356/2839 82% [=================================================== ] 2357/2839 83% [=================================================== ] 2358/2839 83% [=================================================== ] 2359/2839 83% [=================================================== ] 2360/2839 83% [=================================================== ] 2361/2839 83% [=================================================== ] 2362/2839 83% [=================================================== ] 2363/2839 83% [=================================================== ] 2364/2839 83% [=================================================== ] 2365/2839 83% [=================================================== ] 2366/2839 83% [=================================================== ] 2367/2839 83% [=================================================== ] 2368/2839 83% [=================================================== ] 2369/2839 83% [=================================================== ] 2370/2839 83% [=================================================== ] 2371/2839 83% [=================================================== ] 2372/2839 83% [=================================================== ] 2373/2839 83% [=================================================== ] 2374/2839 83% [=================================================== ] 2375/2839 83% [=================================================== ] 2376/2839 83% [=================================================== ] 2377/2839 83% [=================================================== ] 2378/2839 83% [=================================================== ] 2379/2839 83% [=================================================== ] 2380/2839 83% [=================================================== ] 2381/2839 83% [==================================================== ] 2382/2839 83% [==================================================== ] 2383/2839 83% [==================================================== ] 2384/2839 83% [==================================================== ] 2385/2839 84% [==================================================== ] 2386/2839 84% [==================================================== ] 2387/2839 84% [==================================================== ] 2388/2839 84% [==================================================== ] 2389/2839 84% [==================================================== ] 2390/2839 84% [==================================================== ] 2391/2839 84% [==================================================== ] 2392/2839 84% [==================================================== ] 2393/2839 84% [==================================================== ] 2394/2839 84% [==================================================== ] 2395/2839 84% [==================================================== ] 2396/2839 84% [==================================================== ] 2397/2839 84% [==================================================== ] 2398/2839 84% [==================================================== ] 2399/2839 84% [==================================================== ] 2400/2839 84% [==================================================== ] 2401/2839 84% [==================================================== ] 2402/2839 84% [==================================================== ] 2403/2839 84% [==================================================== ] 2404/2839 84% [==================================================== ] 2405/2839 84% [==================================================== ] 2406/2839 84% [==================================================== ] 2407/2839 84% [==================================================== ] 2408/2839 84% [==================================================== ] 2409/2839 84% [==================================================== ] 2410/2839 84% [==================================================== ] 2411/2839 84% [==================================================== ] 2412/2839 84% [==================================================== ] 2413/2839 84% [==================================================== ] 2414/2839 85% [==================================================== ] 2415/2839 85% [==================================================== ] 2416/2839 85% [==================================================== ] 2417/2839 85% [==================================================== ] 2418/2839 85% [==================================================== ] 2419/2839 85% [==================================================== ] 2420/2839 85% [==================================================== ] 2421/2839 85% [==================================================== ] 2422/2839 85% [==================================================== ] 2423/2839 85% [==================================================== ] 2424/2839 85% [==================================================== ] 2425/2839 85% [==================================================== ] 2426/2839 85% [===================================================== ] 2427/2839 85% [===================================================== ] 2428/2839 85% [===================================================== ] 2429/2839 85% [===================================================== ] 2430/2839 85% [===================================================== ] 2431/2839 85% [===================================================== ] 2432/2839 85% [===================================================== ] 2433/2839 85% [===================================================== ] 2434/2839 85% [===================================================== ] 2435/2839 85% [===================================================== ] 2436/2839 85% [===================================================== ] 2437/2839 85% [===================================================== ] 2438/2839 85% [===================================================== ] 2439/2839 85% [===================================================== ] 2440/2839 85% [===================================================== ] 2441/2839 85% [===================================================== ] 2442/2839 86% [===================================================== ] 2443/2839 86% [===================================================== ] 2444/2839 86% [===================================================== ] 2445/2839 86% [===================================================== ] 2446/2839 86% [===================================================== ] 2447/2839 86% [===================================================== ] 2448/2839 86% [===================================================== ] 2449/2839 86% [===================================================== ] 2450/2839 86% [===================================================== ] 2451/2839 86% [===================================================== ] 2452/2839 86% [===================================================== ] 2453/2839 86% [===================================================== ] 2454/2839 86% [===================================================== ] 2455/2839 86% [===================================================== ] 2456/2839 86% [===================================================== ] 2457/2839 86% [===================================================== ] 2458/2839 86% [===================================================== ] 2459/2839 86% [===================================================== ] 2460/2839 86% [===================================================== ] 2461/2839 86% [===================================================== ] 2462/2839 86% [===================================================== ] 2463/2839 86% [===================================================== ] 2464/2839 86% [===================================================== ] 2465/2839 86% [===================================================== ] 2466/2839 86% [===================================================== ] 2467/2839 86% [===================================================== ] 2468/2839 86% [===================================================== ] 2469/2839 86% [===================================================== ] 2470/2839 87% [===================================================== ] 2471/2839 87% [===================================================== ] 2472/2839 87% [====================================================== ] 2473/2839 87% [====================================================== ] 2474/2839 87% [====================================================== ] 2475/2839 87% [====================================================== ] 2476/2839 87% [====================================================== ] 2477/2839 87% [====================================================== ] 2478/2839 87% [====================================================== ] 2479/2839 87% [====================================================== ] 2480/2839 87% [====================================================== ] 2481/2839 87% [====================================================== ] 2482/2839 87% [====================================================== ] 2483/2839 87% [====================================================== ] 2484/2839 87% [====================================================== ] 2485/2839 87% [====================================================== ] 2486/2839 87% [====================================================== ] 2487/2839 87% [====================================================== ] 2488/2839 87% [====================================================== ] 2489/2839 87% [====================================================== ] 2490/2839 87% [====================================================== ] 2491/2839 87% [====================================================== ] 2492/2839 87% [====================================================== ] 2493/2839 87% [====================================================== ] 2494/2839 87% [====================================================== ] 2495/2839 87% [====================================================== ] 2496/2839 87% [====================================================== ] 2497/2839 87% [====================================================== ] 2498/2839 87% [====================================================== ] 2499/2839 88% [====================================================== ] 2500/2839 88% [====================================================== ] 2501/2839 88% [====================================================== ] 2502/2839 88% [====================================================== ] 2503/2839 88% [====================================================== ] 2504/2839 88% [====================================================== ] 2505/2839 88% [====================================================== ] 2506/2839 88% [====================================================== ] 2507/2839 88% [====================================================== ] 2508/2839 88% [====================================================== ] 2509/2839 88% [====================================================== ] 2510/2839 88% [====================================================== ] 2511/2839 88% [====================================================== ] 2512/2839 88% [====================================================== ] 2513/2839 88% [====================================================== ] 2514/2839 88% [====================================================== ] 2515/2839 88% [====================================================== ] 2516/2839 88% [====================================================== ] 2517/2839 88% [====================================================== ] 2518/2839 88% [======================================================= ] 2519/2839 88% [======================================================= ] 2520/2839 88% [======================================================= ] 2521/2839 88% [======================================================= ] 2522/2839 88% [======================================================= ] 2523/2839 88% [======================================================= ] 2524/2839 88% [======================================================= ] 2525/2839 88% [======================================================= ] 2526/2839 88% [======================================================= ] 2527/2839 89% [======================================================= ] 2528/2839 89% [======================================================= ] 2529/2839 89% [======================================================= ] 2530/2839 89% [======================================================= ] 2531/2839 89% [======================================================= ] 2532/2839 89% [======================================================= ] 2533/2839 89% [======================================================= ] 2534/2839 89% [======================================================= ] 2535/2839 89% [======================================================= ] 2536/2839 89% [======================================================= ] 2537/2839 89% [======================================================= ] 2538/2839 89% [======================================================= ] 2539/2839 89% [======================================================= ] 2540/2839 89% [======================================================= ] 2541/2839 89% [======================================================= ] 2542/2839 89% [======================================================= ] 2543/2839 89% [======================================================= ] 2544/2839 89% [======================================================= ] 2545/2839 89% [======================================================= ] 2546/2839 89% [======================================================= ] 2547/2839 89% [======================================================= ] 2548/2839 89% [======================================================= ] 2549/2839 89% [======================================================= ] 2550/2839 89% [======================================================= ] 2551/2839 89% [======================================================= ] 2552/2839 89% [======================================================= ] 2553/2839 89% [======================================================= ] 2554/2839 89% [======================================================= ] 2555/2839 89% [======================================================= ] 2556/2839 90% [======================================================= ] 2557/2839 90% [======================================================= ] 2558/2839 90% [======================================================= ] 2559/2839 90% [======================================================= ] 2560/2839 90% [======================================================= ] 2561/2839 90% [======================================================= ] 2562/2839 90% [======================================================= ] 2563/2839 90% [======================================================= ] 2564/2839 90% [======================================================== ] 2565/2839 90% [======================================================== ] 2566/2839 90% [======================================================== ] 2567/2839 90% [======================================================== ] 2568/2839 90% [======================================================== ] 2569/2839 90% [======================================================== ] 2570/2839 90% [======================================================== ] 2571/2839 90% [======================================================== ] 2572/2839 90% [======================================================== ] 2573/2839 90% [======================================================== ] 2574/2839 90% [======================================================== ] 2575/2839 90% [======================================================== ] 2576/2839 90% [======================================================== ] 2577/2839 90% [======================================================== ] 2578/2839 90% [======================================================== ] 2579/2839 90% [======================================================== ] 2580/2839 90% [======================================================== ] 2581/2839 90% [======================================================== ] 2582/2839 90% [======================================================== ] 2583/2839 90% [======================================================== ] 2584/2839 91% [======================================================== ] 2585/2839 91% [======================================================== ] 2586/2839 91% [======================================================== ] 2587/2839 91% [======================================================== ] 2588/2839 91% [======================================================== ] 2589/2839 91% [======================================================== ] 2590/2839 91% [======================================================== ] 2591/2839 91% [======================================================== ] 2592/2839 91% [======================================================== ] 2593/2839 91% [======================================================== ] 2594/2839 91% [======================================================== ] 2595/2839 91% [======================================================== ] 2596/2839 91% [======================================================== ] 2597/2839 91% [======================================================== ] 2598/2839 91% [======================================================== ] 2599/2839 91% [======================================================== ] 2600/2839 91% [======================================================== ] 2601/2839 91% [======================================================== ] 2602/2839 91% [======================================================== ] 2603/2839 91% [======================================================== ] 2604/2839 91% [======================================================== ] 2605/2839 91% [======================================================== ] 2606/2839 91% [======================================================== ] 2607/2839 91% [======================================================== ] 2608/2839 91% [======================================================== ] 2609/2839 91% [======================================================== ] 2610/2839 91% [========================================================= ] 2611/2839 91% [========================================================= ] 2612/2839 92% [========================================================= ] 2613/2839 92% [========================================================= ] 2614/2839 92% [========================================================= ] 2615/2839 92% [========================================================= ] 2616/2839 92% [========================================================= ] 2617/2839 92% [========================================================= ] 2618/2839 92% [========================================================= ] 2619/2839 92% [========================================================= ] 2620/2839 92% [========================================================= ] 2621/2839 92% [========================================================= ] 2622/2839 92% [========================================================= ] 2623/2839 92% [========================================================= ] 2624/2839 92% [========================================================= ] 2625/2839 92% [========================================================= ] 2626/2839 92% [========================================================= ] 2627/2839 92% [========================================================= ] 2628/2839 92% [========================================================= ] 2629/2839 92% [========================================================= ] 2630/2839 92% [========================================================= ] 2631/2839 92% [========================================================= ] 2632/2839 92% [========================================================= ] 2633/2839 92% [========================================================= ] 2634/2839 92% [========================================================= ] 2635/2839 92% [========================================================= ] 2636/2839 92% [========================================================= ] 2637/2839 92% [========================================================= ] 2638/2839 92% [========================================================= ] 2639/2839 92% [========================================================= ] 2640/2839 92% [========================================================= ] 2641/2839 93% [========================================================= ] 2642/2839 93% [========================================================= ] 2643/2839 93% [========================================================= ] 2644/2839 93% [========================================================= ] 2645/2839 93% [========================================================= ] 2646/2839 93% [========================================================= ] 2647/2839 93% [========================================================= ] 2648/2839 93% [========================================================= ] 2649/2839 93% [========================================================= ] 2650/2839 93% [========================================================= ] 2651/2839 93% [========================================================= ] 2652/2839 93% [========================================================= ] 2653/2839 93% [========================================================= ] 2654/2839 93% [========================================================= ] 2655/2839 93% [========================================================== ] 2656/2839 93% [========================================================== ] 2657/2839 93% [========================================================== ] 2658/2839 93% [========================================================== ] 2659/2839 93% [========================================================== ] 2660/2839 93% [========================================================== ] 2661/2839 93% [========================================================== ] 2662/2839 93% [========================================================== ] 2663/2839 93% [========================================================== ] 2664/2839 93% [========================================================== ] 2665/2839 93% [========================================================== ] 2666/2839 93% [========================================================== ] 2667/2839 93% [========================================================== ] 2668/2839 93% [========================================================== ] 2669/2839 94% [========================================================== ] 2670/2839 94% [========================================================== ] 2671/2839 94% [========================================================== ] 2672/2839 94% [========================================================== ] 2673/2839 94% [========================================================== ] 2674/2839 94% [========================================================== ] 2675/2839 94% [========================================================== ] 2676/2839 94% [========================================================== ] 2677/2839 94% [========================================================== ] 2678/2839 94% [========================================================== ] 2679/2839 94% [========================================================== ] 2680/2839 94% [========================================================== ] 2681/2839 94% [========================================================== ] 2682/2839 94% [========================================================== ] 2683/2839 94% [========================================================== ] 2684/2839 94% [========================================================== ] 2685/2839 94% [========================================================== ] 2686/2839 94% [========================================================== ] 2687/2839 94% [========================================================== ] 2688/2839 94% [========================================================== ] 2689/2839 94% [========================================================== ] 2690/2839 94% [========================================================== ] 2691/2839 94% [========================================================== ] 2692/2839 94% [========================================================== ] 2693/2839 94% [========================================================== ] 2694/2839 94% [========================================================== ] 2695/2839 94% [========================================================== ] 2696/2839 94% [========================================================== ] 2697/2839 94% [========================================================== ] 2698/2839 95% [========================================================== ] 2699/2839 95% [========================================================== ] 2700/2839 95% [========================================================== ] 2701/2839 95% [=========================================================== ] 2702/2839 95% [=========================================================== ] 2703/2839 95% [=========================================================== ] 2704/2839 95% [=========================================================== ] 2705/2839 95% [=========================================================== ] 2706/2839 95% [=========================================================== ] 2707/2839 95% [=========================================================== ] 2708/2839 95% [=========================================================== ] 2709/2839 95% [=========================================================== ] 2710/2839 95% [=========================================================== ] 2711/2839 95% [=========================================================== ] 2712/2839 95% [=========================================================== ] 2713/2839 95% [=========================================================== ] 2714/2839 95% [=========================================================== ] 2715/2839 95% [=========================================================== ] 2716/2839 95% [=========================================================== ] 2717/2839 95% [=========================================================== ] 2718/2839 95% [=========================================================== ] 2719/2839 95% [=========================================================== ] 2720/2839 95% [=========================================================== ] 2721/2839 95% [=========================================================== ] 2722/2839 95% [=========================================================== ] 2723/2839 95% [=========================================================== ] 2724/2839 95% [=========================================================== ] 2725/2839 95% [=========================================================== ] 2726/2839 96% [=========================================================== ] 2727/2839 96% [=========================================================== ] 2728/2839 96% [=========================================================== ] 2729/2839 96% [=========================================================== ] 2730/2839 96% [=========================================================== ] 2731/2839 96% [=========================================================== ] 2732/2839 96% [=========================================================== ] 2733/2839 96% [=========================================================== ] 2734/2839 96% [=========================================================== ] 2735/2839 96% [=========================================================== ] 2736/2839 96% [=========================================================== ] 2737/2839 96% [=========================================================== ] 2738/2839 96% [=========================================================== ] 2739/2839 96% [=========================================================== ] 2740/2839 96% [=========================================================== ] 2741/2839 96% [=========================================================== ] 2742/2839 96% [=========================================================== ] 2743/2839 96% [=========================================================== ] 2744/2839 96% [=========================================================== ] 2745/2839 96% [=========================================================== ] 2746/2839 96% [=========================================================== ] 2747/2839 96% [============================================================ ] 2748/2839 96% [============================================================ ] 2749/2839 96% [============================================================ ] 2750/2839 96% [============================================================ ] 2751/2839 96% [============================================================ ] 2752/2839 96% [============================================================ ] 2753/2839 96% [============================================================ ] 2754/2839 97% [============================================================ ] 2755/2839 97% [============================================================ ] 2756/2839 97% [============================================================ ] 2757/2839 97% [============================================================ ] 2758/2839 97% [============================================================ ] 2759/2839 97% [============================================================ ] 2760/2839 97% [============================================================ ] 2761/2839 97% [============================================================ ] 2762/2839 97% [============================================================ ] 2763/2839 97% [============================================================ ] 2764/2839 97% [============================================================ ] 2765/2839 97% [============================================================ ] 2766/2839 97% [============================================================ ] 2767/2839 97% [============================================================ ] 2768/2839 97% [============================================================ ] 2769/2839 97% [============================================================ ] 2770/2839 97% [============================================================ ] 2771/2839 97% [============================================================ ] 2772/2839 97% [============================================================ ] 2773/2839 97% [============================================================ ] 2774/2839 97% [============================================================ ] 2775/2839 97% [============================================================ ] 2776/2839 97% [============================================================ ] 2777/2839 97% [============================================================ ] 2778/2839 97% [============================================================ ] 2779/2839 97% [============================================================ ] 2780/2839 97% [============================================================ ] 2781/2839 97% [============================================================ ] 2782/2839 97% [============================================================ ] 2783/2839 98% [============================================================ ] 2784/2839 98% [============================================================ ] 2785/2839 98% [============================================================ ] 2786/2839 98% [============================================================ ] 2787/2839 98% [============================================================ ] 2788/2839 98% [============================================================ ] 2789/2839 98% [============================================================ ] 2790/2839 98% [============================================================ ] 2791/2839 98% [============================================================ ] 2792/2839 98% [============================================================ ] 2793/2839 98% [============================================================= ] 2794/2839 98% [============================================================= ] 2795/2839 98% [============================================================= ] 2796/2839 98% [============================================================= ] 2797/2839 98% [============================================================= ] 2798/2839 98% [============================================================= ] 2799/2839 98% [============================================================= ] 2800/2839 98% [============================================================= ] 2801/2839 98% [============================================================= ] 2802/2839 98% [============================================================= ] 2803/2839 98% [============================================================= ] 2804/2839 98% [============================================================= ] 2805/2839 98% [============================================================= ] 2806/2839 98% [============================================================= ] 2807/2839 98% [============================================================= ] 2808/2839 98% [============================================================= ] 2809/2839 98% [============================================================= ] 2810/2839 98% [============================================================= ] 2811/2839 99% [============================================================= ] 2812/2839 99% [============================================================= ] 2813/2839 99% [============================================================= ] 2814/2839 99% [============================================================= ] 2815/2839 99% [============================================================= ] 2816/2839 99% [============================================================= ] 2817/2839 99% [============================================================= ] 2818/2839 99% [============================================================= ] 2819/2839 99% [============================================================= ] 2820/2839 99% [============================================================= ] 2821/2839 99% [============================================================= ] 2822/2839 99% [============================================================= ] 2823/2839 99% [============================================================= ] 2824/2839 99% [============================================================= ] 2825/2839 99% [============================================================= ] 2826/2839 99% [============================================================= ] 2827/2839 99% [============================================================= ] 2828/2839 99% [============================================================= ] 2829/2839 99% [============================================================= ] 2830/2839 99% [============================================================= ] 2831/2839 99% [============================================================= ] 2832/2839 99% [============================================================= ] 2833/2839 99% [============================================================= ] 2834/2839 99% [============================================================= ] 2835/2839 99% [============================================================= ] 2836/2839 99% [============================================================= ] 2837/2839 99% [============================================================= ] 2838/2839 99% [==============================================================] 2839/2839 100% operation complete, 2839 objects in 63787 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/powerpc64-buildroot-linux-gnu/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.11-1174-ge889a1c9e9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-ccache 4.8.2 Collecting legal info LICENSE.adoc: OK (sha256: 55ce274f2b898dad70d3695ab13f82656fd455bd8fb6d1c85d6f7c453bef0b2e) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.6.16 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4g Collecting legal info >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 69.0.3 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.12.1 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf 2.72 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-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 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) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20240117 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> comix-cursors 0.9.1 Collecting legal info >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 8.6.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> host-imagemagick 7.1.1-21 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-libpng 1.6.42 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-imx-mkimage lf-6.1.36_2.1.0 Collecting legal info LICENSE: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcap-ng 0.8.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libnvme 1.7.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpng 1.6.42 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mawk 1.3.4-20240123 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> ndisc6 1.0.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> obsidian-cursors 1.0 Collecting legal info >>> host-odb 2.4.0 Collecting legal info LICENSE: OK (sha256: 7983b82cb1f1686ac2b55420ded9c0f348f93dd17bf3e048ae3b25c1da51b80e) >>> host-libcutl 1.10.0 Collecting legal info LICENSE: OK (sha256: c7aa98c5af3b67174f16b12a1fed4332a51cd524b82c69e85baa4c2c412da239) >>> host-libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> host-opkg-utils 0.6.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> pngquant 2.18.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-python-lxml 5.1.0 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rlwrap 0.46.1 Collecting legal info AUTHORS: OK (sha256: 656d25fab58016ac6ac11bb126709e4f860ea063d11795232eb55987172f78ff) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> sslh 2.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strace 6.7 Collecting legal info COPYING: OK (sha256: 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> sysstat 12.6.1 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uacme 1.7.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xkeyboard-config 2.38 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.7 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zchunk 1.3.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.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: aespipe-2.4g: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_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'