{ echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-905-g0a5260130c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package \ /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-3/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2231 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2231 0% [ ] 2/2231 0% [ ] 3/2231 0% [ ] 4/2231 0% [ ] 5/2231 0% [ ] 6/2231 0% [ ] 7/2231 0% [ ] 8/2231 0% [ ] 9/2231 0% [ ] 10/2231 0% [ ] 11/2231 0% [ ] 12/2231 0% [ ] 13/2231 0% [ ] 14/2231 0% [ ] 15/2231 0% [ ] 16/2231 0% [ ] 17/2231 0% [ ] 18/2231 0% [ ] 19/2231 0% [ ] 20/2231 0% [ ] 21/2231 0% [ ] 22/2231 0% [ ] 23/2231 1% [ ] 24/2231 1% [ ] 25/2231 1% [ ] 26/2231 1% [ ] 27/2231 1% [ ] 28/2231 1% [ ] 29/2231 1% [ ] 30/2231 1% [ ] 31/2231 1% [ ] 32/2231 1% [ ] 33/2231 1% [ ] 34/2231 1% [ ] 35/2231 1% [= ] 36/2231 1% [= ] 37/2231 1% [= ] 38/2231 1% [= ] 39/2231 1% [= ] 40/2231 1% [= ] 41/2231 1% [= ] 42/2231 1% [= ] 43/2231 1% [= ] 44/2231 1% [= ] 45/2231 2% [= ] 46/2231 2% [= ] 47/2231 2% [= ] 48/2231 2% [= ] 49/2231 2% [= ] 50/2231 2% [= ] 51/2231 2% [= ] 52/2231 2% [= ] 53/2231 2% [= ] 54/2231 2% [= ] 55/2231 2% [= ] 56/2231 2% [= ] 57/2231 2% [= ] 58/2231 2% [= ] 59/2231 2% [= ] 60/2231 2% [= ] 61/2231 2% [= ] 62/2231 2% [= ] 63/2231 2% [= ] 64/2231 2% [= ] 65/2231 2% [= ] 66/2231 2% [= ] 67/2231 3% [= ] 68/2231 3% [= ] 69/2231 3% [= ] 70/2231 3% [= ] 71/2231 3% [== ] 72/2231 3% [== ] 73/2231 3% [== ] 74/2231 3% [== ] 75/2231 3% [== ] 76/2231 3% [== ] 77/2231 3% [== ] 78/2231 3% [== ] 79/2231 3% [== ] 80/2231 3% [== ] 81/2231 3% [== ] 82/2231 3% [== ] 83/2231 3% [== ] 84/2231 3% [== ] 85/2231 3% [== ] 86/2231 3% [== ] 87/2231 3% [== ] 88/2231 3% [== ] 89/2231 3% [== ] 90/2231 4% [== ] 91/2231 4% [== ] 92/2231 4% [== ] 93/2231 4% [== ] 94/2231 4% [== ] 95/2231 4% [== ] 96/2231 4% [== ] 97/2231 4% [== ] 98/2231 4% [== ] 99/2231 4% [== ] 100/2231 4% [== ] 101/2231 4% [== ] 102/2231 4% [== ] 103/2231 4% [== ] 104/2231 4% [== ] 105/2231 4% [== ] 106/2231 4% [== ] 107/2231 4% [=== ] 108/2231 4% [=== ] 109/2231 4% [=== ] 110/2231 4% [=== ] 111/2231 4% [=== ] 112/2231 5% [=== ] 113/2231 5% [=== ] 114/2231 5% [=== ] 115/2231 5% [=== ] 116/2231 5% [=== ] 117/2231 5% [=== ] 118/2231 5% [=== ] 119/2231 5% [=== ] 120/2231 5% [=== ] 121/2231 5% [=== ] 122/2231 5% [=== ] 123/2231 5% [=== ] 124/2231 5% [=== ] 125/2231 5% [=== ] 126/2231 5% [=== ] 127/2231 5% [=== ] 128/2231 5% [=== ] 129/2231 5% [=== ] 130/2231 5% [=== ] 131/2231 5% [=== ] 132/2231 5% [=== ] 133/2231 5% [=== ] 134/2231 6% [=== ] 135/2231 6% [=== ] 136/2231 6% [=== ] 137/2231 6% [=== ] 138/2231 6% [=== ] 139/2231 6% [=== ] 140/2231 6% [=== ] 141/2231 6% [=== ] 142/2231 6% [=== ] 143/2231 6% [==== ] 144/2231 6% [==== ] 145/2231 6% [==== ] 146/2231 6% [==== ] 147/2231 6% [==== ] 148/2231 6% [==== ] 149/2231 6% [==== ] 150/2231 6% [==== ] 151/2231 6% [==== ] 152/2231 6% [==== ] 153/2231 6% [==== ] 154/2231 6% [==== ] 155/2231 6% [==== ] 156/2231 6% [==== ] 157/2231 7% [==== ] 158/2231 7% [==== ] 159/2231 7% [==== ] 160/2231 7% [==== ] 161/2231 7% [==== ] 162/2231 7% [==== ] 163/2231 7% [==== ] 164/2231 7% [==== ] 165/2231 7% [==== ] 166/2231 7% [==== ] 167/2231 7% [==== ] 168/2231 7% [==== ] 169/2231 7% [==== ] 170/2231 7% [==== ] 171/2231 7% [==== ] 172/2231 7% [==== ] 173/2231 7% [==== ] 174/2231 7% [==== ] 175/2231 7% [==== ] 176/2231 7% [==== ] 177/2231 7% [==== ] 178/2231 7% [==== ] 179/2231 8% [===== ] 180/2231 8% [===== ] 181/2231 8% [===== ] 182/2231 8% [===== ] 183/2231 8% [===== ] 184/2231 8% [===== ] 185/2231 8% [===== ] 186/2231 8% [===== ] 187/2231 8% [===== ] 188/2231 8% [===== ] 189/2231 8% [===== ] 190/2231 8% [===== ] 191/2231 8% [===== ] 192/2231 8% [===== ] 193/2231 8% [===== ] 194/2231 8% [===== ] 195/2231 8% [===== ] 196/2231 8% [===== ] 197/2231 8% [===== ] 198/2231 8% [===== ] 199/2231 8% [===== ] 200/2231 8% [===== ] 201/2231 9% [===== ] 202/2231 9% [===== ] 203/2231 9% [===== ] 204/2231 9% [===== ] 205/2231 9% [===== ] 206/2231 9% [===== ] 207/2231 9% [===== ] 208/2231 9% [===== ] 209/2231 9% [===== ] 210/2231 9% [===== ] 211/2231 9% [===== ] 212/2231 9% [===== ] 213/2231 9% [===== ] 214/2231 9% [===== ] 215/2231 9% [====== ] 216/2231 9% [====== ] 217/2231 9% [====== ] 218/2231 9% [====== ] 219/2231 9% [====== ] 220/2231 9% [====== ] 221/2231 9% [====== ] 222/2231 9% [====== ] 223/2231 9% [====== ] 224/2231 10% [====== ] 225/2231 10% [====== ] 226/2231 10% [====== ] 227/2231 10% [====== ] 228/2231 10% [====== ] 229/2231 10% [====== ] 230/2231 10% [====== ] 231/2231 10% [====== ] 232/2231 10% [====== ] 233/2231 10% [====== ] 234/2231 10% [====== ] 235/2231 10% [====== ] 236/2231 10% [====== ] 237/2231 10% [====== ] 238/2231 10% [====== ] 239/2231 10% [====== ] 240/2231 10% [====== ] 241/2231 10% [====== ] 242/2231 10% [====== ] 243/2231 10% [====== ] 244/2231 10% [====== ] 245/2231 10% [====== ] 246/2231 11% [====== ] 247/2231 11% [====== ] 248/2231 11% [====== ] 249/2231 11% [====== ] 250/2231 11% [====== ] 251/2231 11% [======= ] 252/2231 11% [======= ] 253/2231 11% [======= ] 254/2231 11% [======= ] 255/2231 11% [======= ] 256/2231 11% [======= ] 257/2231 11% [======= ] 258/2231 11% [======= ] 259/2231 11% [======= ] 260/2231 11% [======= ] 261/2231 11% [======= ] 262/2231 11% [======= ] 263/2231 11% [======= ] 264/2231 11% [======= ] 265/2231 11% [======= ] 266/2231 11% [======= ] 267/2231 11% [======= ] 268/2231 12% [======= ] 269/2231 12% [======= ] 270/2231 12% [======= ] 271/2231 12% [======= ] 272/2231 12% [======= ] 273/2231 12% [======= ] 274/2231 12% [======= ] 275/2231 12% [======= ] 276/2231 12% [======= ] 277/2231 12% [======= ] 278/2231 12% [======= ] 279/2231 12% [======= ] 280/2231 12% [======= ] 281/2231 12% [======= ] 282/2231 12% [======= ] 283/2231 12% [======= ] 284/2231 12% [======= ] 285/2231 12% [======= ] 286/2231 12% [======= ] 287/2231 12% [======== ] 288/2231 12% [======== ] 289/2231 12% [======== ] 290/2231 12% [======== ] 291/2231 13% [======== ] 292/2231 13% [======== ] 293/2231 13% [======== ] 294/2231 13% [======== ] 295/2231 13% [======== ] 296/2231 13% [======== ] 297/2231 13% [======== ] 298/2231 13% [======== ] 299/2231 13% [======== ] 300/2231 13% [======== ] 301/2231 13% [======== ] 302/2231 13% [======== ] 303/2231 13% [======== ] 304/2231 13% [======== ] 305/2231 13% [======== ] 306/2231 13% [======== ] 307/2231 13% [======== ] 308/2231 13% [======== ] 309/2231 13% [======== ] 310/2231 13% [======== ] 311/2231 13% [======== ] 312/2231 13% [======== ] 313/2231 14% [======== ] 314/2231 14% [======== ] 315/2231 14% [======== ] 316/2231 14% [======== ] 317/2231 14% [======== ] 318/2231 14% [======== ] 319/2231 14% [======== ] 320/2231 14% [======== ] 321/2231 14% [======== ] 322/2231 14% [======== ] 323/2231 14% [========= ] 324/2231 14% [========= ] 325/2231 14% [========= ] 326/2231 14% [========= ] 327/2231 14% [========= ] 328/2231 14% [========= ] 329/2231 14% [========= ] 330/2231 14% [========= ] 331/2231 14% [========= ] 332/2231 14% [========= ] 333/2231 14% [========= ] 334/2231 14% [========= ] 335/2231 15% [========= ] 336/2231 15% [========= ] 337/2231 15% [========= ] 338/2231 15% [========= ] 339/2231 15% [========= ] 340/2231 15% [========= ] 341/2231 15% [========= ] 342/2231 15% [========= ] 343/2231 15% [========= ] 344/2231 15% [========= ] 345/2231 15% [========= ] 346/2231 15% [========= ] 347/2231 15% [========= ] 348/2231 15% [========= ] 349/2231 15% [========= ] 350/2231 15% [========= ] 351/2231 15% [========= ] 352/2231 15% [========= ] 353/2231 15% [========= ] 354/2231 15% [========= ] 355/2231 15% [========= ] 356/2231 15% [========= ] 357/2231 16% [========= ] 358/2231 16% [========= ] 359/2231 16% [========== ] 360/2231 16% [========== ] 361/2231 16% [========== ] 362/2231 16% [========== ] 363/2231 16% [========== ] 364/2231 16% [========== ] 365/2231 16% [========== ] 366/2231 16% [========== ] 367/2231 16% [========== ] 368/2231 16% [========== ] 369/2231 16% [========== ] 370/2231 16% [========== ] 371/2231 16% [========== ] 372/2231 16% [========== ] 373/2231 16% [========== ] 374/2231 16% [========== ] 375/2231 16% [========== ] 376/2231 16% [========== ] 377/2231 16% [========== ] 378/2231 16% [========== ] 379/2231 16% [========== ] 380/2231 17% [========== ] 381/2231 17% [========== ] 382/2231 17% [========== ] 383/2231 17% [========== ] 384/2231 17% [========== ] 385/2231 17% [========== ] 386/2231 17% [========== ] 387/2231 17% [========== ] 388/2231 17% [========== ] 389/2231 17% [========== ] 390/2231 17% [========== ] 391/2231 17% [========== ] 392/2231 17% [========== ] 393/2231 17% [========== ] 394/2231 17% [========== ] 395/2231 17% [=========== ] 396/2231 17% [=========== ] 397/2231 17% [=========== ] 398/2231 17% [=========== ] 399/2231 17% [=========== ] 400/2231 17% [=========== ] 401/2231 17% [=========== ] 402/2231 18% [=========== ] 403/2231 18% [=========== ] 404/2231 18% [=========== ] 405/2231 18% [=========== ] 406/2231 18% [=========== ] 407/2231 18% [=========== ] 408/2231 18% [=========== ] 409/2231 18% [=========== ] 410/2231 18% [=========== ] 411/2231 18% [=========== ] 412/2231 18% [=========== ] 413/2231 18% [=========== ] 414/2231 18% [=========== ] 415/2231 18% [=========== ] 416/2231 18% [=========== ] 417/2231 18% [=========== ] 418/2231 18% [=========== ] 419/2231 18% [=========== ] 420/2231 18% [=========== ] 421/2231 18% [=========== ] 422/2231 18% [=========== ] 423/2231 18% [=========== ] 424/2231 19% [=========== ] 425/2231 19% [=========== ] 426/2231 19% [=========== ] 427/2231 19% [=========== ] 428/2231 19% [=========== ] 429/2231 19% [=========== ] 430/2231 19% [=========== ] 431/2231 19% [============ ] 432/2231 19% [============ ] 433/2231 19% [============ ] 434/2231 19% [============ ] 435/2231 19% [============ ] 436/2231 19% [============ ] 437/2231 19% [============ ] 438/2231 19% [============ ] 439/2231 19% [============ ] 440/2231 19% [============ ] 441/2231 19% [============ ] 442/2231 19% [============ ] 443/2231 19% [============ ] 444/2231 19% [============ ] 445/2231 19% [============ ] 446/2231 19% [============ ] 447/2231 20% [============ ] 448/2231 20% [============ ] 449/2231 20% [============ ] 450/2231 20% [============ ] 451/2231 20% [============ ] 452/2231 20% [============ ] 453/2231 20% [============ ] 454/2231 20% [============ ] 455/2231 20% [============ ] 456/2231 20% [============ ] 457/2231 20% [============ ] 458/2231 20% [============ ] 459/2231 20% [============ ] 460/2231 20% [============ ] 461/2231 20% [============ ] 462/2231 20% [============ ] 463/2231 20% [============ ] 464/2231 20% [============ ] 465/2231 20% [============ ] 466/2231 20% [============ ] 467/2231 20% [============= ] 468/2231 20% [============= ] 469/2231 21% [============= ] 470/2231 21% [============= ] 471/2231 21% [============= ] 472/2231 21% [============= ] 473/2231 21% [============= ] 474/2231 21% [============= ] 475/2231 21% [============= ] 476/2231 21% [============= ] 477/2231 21% [============= ] 478/2231 21% [============= ] 479/2231 21% [============= ] 480/2231 21% [============= ] 481/2231 21% [============= ] 482/2231 21% [============= ] 483/2231 21% [============= ] 484/2231 21% [============= ] 485/2231 21% [============= ] 486/2231 21% [============= ] 487/2231 21% [============= ] 488/2231 21% [============= ] 489/2231 21% [============= ] 490/2231 21% [============= ] 491/2231 22% [============= ] 492/2231 22% [============= ] 493/2231 22% [============= ] 494/2231 22% [============= ] 495/2231 22% [============= ] 496/2231 22% [============= ] 497/2231 22% [============= ] 498/2231 22% [============= ] 499/2231 22% [============= ] 500/2231 22% [============= ] 501/2231 22% [============= ] 502/2231 22% [============= ] 503/2231 22% [============== ] 504/2231 22% [============== ] 505/2231 22% [============== ] 506/2231 22% [============== ] 507/2231 22% [============== ] 508/2231 22% [============== ] 509/2231 22% [============== ] 510/2231 22% [============== ] 511/2231 22% [============== ] 512/2231 22% [============== ] 513/2231 22% [============== ] 514/2231 23% [============== ] 515/2231 23% [============== ] 516/2231 23% [============== ] 517/2231 23% [============== ] 518/2231 23% [============== ] 519/2231 23% [============== ] 520/2231 23% [============== ] 521/2231 23% [============== ] 522/2231 23% [============== ] 523/2231 23% [============== ] 524/2231 23% [============== ] 525/2231 23% [============== ] 526/2231 23% [============== ] 527/2231 23% [============== ] 528/2231 23% [============== ] 529/2231 23% [============== ] 530/2231 23% [============== ] 531/2231 23% [============== ] 532/2231 23% [============== ] 533/2231 23% [============== ] 534/2231 23% [============== ] 535/2231 23% [============== ] 536/2231 24% [============== ] 537/2231 24% [============== ] 538/2231 24% [============== ] 539/2231 24% [=============== ] 540/2231 24% [=============== ] 541/2231 24% [=============== ] 542/2231 24% [=============== ] 543/2231 24% [=============== ] 544/2231 24% [=============== ] 545/2231 24% [=============== ] 546/2231 24% [=============== ] 547/2231 24% [=============== ] 548/2231 24% [=============== ] 549/2231 24% [=============== ] 550/2231 24% [=============== ] 551/2231 24% [=============== ] 552/2231 24% [=============== ] 553/2231 24% [=============== ] 554/2231 24% [=============== ] 555/2231 24% [=============== ] 556/2231 24% [=============== ] 557/2231 24% [=============== ] 558/2231 25% [=============== ] 559/2231 25% [=============== ] 560/2231 25% [=============== ] 561/2231 25% [=============== ] 562/2231 25% [=============== ] 563/2231 25% [=============== ] 564/2231 25% [=============== ] 565/2231 25% [=============== ] 566/2231 25% [=============== ] 567/2231 25% [=============== ] 568/2231 25% [=============== ] 569/2231 25% [=============== ] 570/2231 25% [=============== ] 571/2231 25% [=============== ] 572/2231 25% [=============== ] 573/2231 25% [=============== ] 574/2231 25% [=============== ] 575/2231 25% [================ ] 576/2231 25% [================ ] 577/2231 25% [================ ] 578/2231 25% [================ ] 579/2231 25% [================ ] 580/2231 25% [================ ] 581/2231 26% [================ ] 582/2231 26% [================ ] 583/2231 26% [================ ] 584/2231 26% [================ ] 585/2231 26% [================ ] 586/2231 26% [================ ] 587/2231 26% [================ ] 588/2231 26% [================ ] 589/2231 26% [================ ] 590/2231 26% [================ ] 591/2231 26% [================ ] 592/2231 26% [================ ] 593/2231 26% [================ ] 594/2231 26% [================ ] 595/2231 26% [================ ] 596/2231 26% [================ ] 597/2231 26% [================ ] 598/2231 26% [================ ] 599/2231 26% [================ ] 600/2231 26% [================ ] 601/2231 26% [================ ] 602/2231 26% [================ ] 603/2231 27% [================ ] 604/2231 27% [================ ] 605/2231 27% [================ ] 606/2231 27% [================ ] 607/2231 27% [================ ] 608/2231 27% [================ ] 609/2231 27% [================ ] 610/2231 27% [================ ] 611/2231 27% [================= ] 612/2231 27% [================= ] 613/2231 27% [================= ] 614/2231 27% [================= ] 615/2231 27% [================= ] 616/2231 27% [================= ] 617/2231 27% [================= ] 618/2231 27% [================= ] 619/2231 27% [================= ] 620/2231 27% [================= ] 621/2231 27% [================= ] 622/2231 27% [================= ] 623/2231 27% [================= ] 624/2231 27% [================= ] 625/2231 28% [================= ] 626/2231 28% [================= ] 627/2231 28% [================= ] 628/2231 28% [================= ] 629/2231 28% [================= ] 630/2231 28% [================= ] 631/2231 28% [================= ] 632/2231 28% [================= ] 633/2231 28% [================= ] 634/2231 28% [================= ] 635/2231 28% [================= ] 636/2231 28% [================= ] 637/2231 28% [================= ] 638/2231 28% [================= ] 639/2231 28% [================= ] 640/2231 28% [================= ] 641/2231 28% [================= ] 642/2231 28% [================= ] 643/2231 28% [================= ] 644/2231 28% [================= ] 645/2231 28% [================= ] 646/2231 28% [================= ] 647/2231 29% [================== ] 648/2231 29% [================== ] 649/2231 29% [================== ] 650/2231 29% [================== ] 651/2231 29% [================== ] 652/2231 29% [================== ] 653/2231 29% [================== ] 654/2231 29% [================== ] 655/2231 29% [================== ] 656/2231 29% [================== ] 657/2231 29% [================== ] 658/2231 29% [================== ] 659/2231 29% [================== ] 660/2231 29% [================== ] 661/2231 29% [================== ] 662/2231 29% [================== ] 663/2231 29% [================== ] 664/2231 29% [================== ] 665/2231 29% [================== ] 666/2231 29% [================== ] 667/2231 29% [================== ] 668/2231 29% [================== ] 669/2231 29% [================== ] 670/2231 30% [================== ] 671/2231 30% [================== ] 672/2231 30% [================== ] 673/2231 30% [================== ] 674/2231 30% [================== ] 675/2231 30% [================== ] 676/2231 30% [================== ] 677/2231 30% [================== ] 678/2231 30% [================== ] 679/2231 30% [================== ] 680/2231 30% [================== ] 681/2231 30% [================== ] 682/2231 30% [================== ] 683/2231 30% [=================== ] 684/2231 30% [=================== ] 685/2231 30% [=================== ] 686/2231 30% [=================== ] 687/2231 30% [=================== ] 688/2231 30% [=================== ] 689/2231 30% [=================== ] 690/2231 30% [=================== ] 691/2231 30% [=================== ] 692/2231 31% [=================== ] 693/2231 31% [=================== ] 694/2231 31% [=================== ] 695/2231 31% [=================== ] 696/2231 31% [=================== ] 697/2231 31% [=================== ] 698/2231 31% [=================== ] 699/2231 31% [=================== ] 700/2231 31% [=================== ] 701/2231 31% [=================== ] 702/2231 31% [=================== ] 703/2231 31% [=================== ] 704/2231 31% [=================== ] 705/2231 31% [=================== ] 706/2231 31% [=================== ] 707/2231 31% [=================== ] 708/2231 31% [=================== ] 709/2231 31% [=================== ] 710/2231 31% [=================== ] 711/2231 31% [=================== ] 712/2231 31% [=================== ] 713/2231 31% [=================== ] 714/2231 32% [=================== ] 715/2231 32% [=================== ] 716/2231 32% [=================== ] 717/2231 32% [=================== ] 718/2231 32% [=================== ] 719/2231 32% [==================== ] 720/2231 32% [==================== ] 721/2231 32% [==================== ] 722/2231 32% [==================== ] 723/2231 32% [==================== ] 724/2231 32% [==================== ] 725/2231 32% [==================== ] 726/2231 32% [==================== ] 727/2231 32% [==================== ] 728/2231 32% [==================== ] 729/2231 32% [==================== ] 730/2231 32% [==================== ] 731/2231 32% [==================== ] 732/2231 32% [==================== ] 733/2231 32% [==================== ] 734/2231 32% [==================== ] 735/2231 32% [==================== ] 736/2231 32% [==================== ] 737/2231 33% [==================== ] 738/2231 33% [==================== ] 739/2231 33% [==================== ] 740/2231 33% [==================== ] 741/2231 33% [==================== ] 742/2231 33% [==================== ] 743/2231 33% [==================== ] 744/2231 33% [==================== ] 745/2231 33% [==================== ] 746/2231 33% [==================== ] 747/2231 33% [==================== ] 748/2231 33% [==================== ] 749/2231 33% [==================== ] 750/2231 33% [==================== ] 751/2231 33% [==================== ] 752/2231 33% [==================== ] 753/2231 33% [==================== ] 754/2231 33% [==================== ] 755/2231 33% [===================== ] 756/2231 33% [===================== ] 757/2231 33% [===================== ] 758/2231 33% [===================== ] 759/2231 34% [===================== ] 760/2231 34% [===================== ] 761/2231 34% [===================== ] 762/2231 34% [===================== ] 763/2231 34% [===================== ] 764/2231 34% [===================== ] 765/2231 34% [===================== ] 766/2231 34% [===================== ] 767/2231 34% [===================== ] 768/2231 34% [===================== ] 769/2231 34% [===================== ] 770/2231 34% [===================== ] 771/2231 34% [===================== ] 772/2231 34% [===================== ] 773/2231 34% [===================== ] 774/2231 34% [===================== ] 775/2231 34% [===================== ] 776/2231 34% [===================== ] 777/2231 34% [===================== ] 778/2231 34% [===================== ] 779/2231 34% [===================== ] 780/2231 34% [===================== ] 781/2231 35% [===================== ] 782/2231 35% [===================== ] 783/2231 35% [===================== ] 784/2231 35% [===================== ] 785/2231 35% [===================== ] 786/2231 35% [===================== ] 787/2231 35% [===================== ] 788/2231 35% [===================== ] 789/2231 35% [===================== ] 790/2231 35% [===================== ] 791/2231 35% [====================== ] 792/2231 35% [====================== ] 793/2231 35% [====================== ] 794/2231 35% [====================== ] 795/2231 35% [====================== ] 796/2231 35% [====================== ] 797/2231 35% [====================== ] 798/2231 35% [====================== ] 799/2231 35% [====================== ] 800/2231 35% [====================== ] 801/2231 35% [====================== ] 802/2231 35% [====================== ] 803/2231 35% [====================== ] 804/2231 36% [====================== ] 805/2231 36% [====================== ] 806/2231 36% [====================== ] 807/2231 36% [====================== ] 808/2231 36% [====================== ] 809/2231 36% [====================== ] 810/2231 36% [====================== ] 811/2231 36% [====================== ] 812/2231 36% [====================== ] 813/2231 36% [====================== ] 814/2231 36% [====================== ] 815/2231 36% [====================== ] 816/2231 36% [====================== ] 817/2231 36% [====================== ] 818/2231 36% [====================== ] 819/2231 36% [====================== ] 820/2231 36% [====================== ] 821/2231 36% [====================== ] 822/2231 36% [====================== ] 823/2231 36% [====================== ] 824/2231 36% [====================== ] 825/2231 36% [====================== ] 826/2231 37% [====================== ] 827/2231 37% [======================= ] 828/2231 37% [======================= ] 829/2231 37% [======================= ] 830/2231 37% [======================= ] 831/2231 37% [======================= ] 832/2231 37% [======================= ] 833/2231 37% [======================= ] 834/2231 37% [======================= ] 835/2231 37% [======================= ] 836/2231 37% [======================= ] 837/2231 37% [======================= ] 838/2231 37% [======================= ] 839/2231 37% [======================= ] 840/2231 37% [======================= ] 841/2231 37% [======================= ] 842/2231 37% [======================= ] 843/2231 37% [======================= ] 844/2231 37% [======================= ] 845/2231 37% [======================= ] 846/2231 37% [======================= ] 847/2231 37% [======================= ] 848/2231 38% [======================= ] 849/2231 38% [======================= ] 850/2231 38% [======================= ] 851/2231 38% [======================= ] 852/2231 38% [======================= ] 853/2231 38% [======================= ] 854/2231 38% [======================= ] 855/2231 38% [======================= ] 856/2231 38% [======================= ] 857/2231 38% [======================= ] 858/2231 38% [======================= ] 859/2231 38% [======================= ] 860/2231 38% [======================= ] 861/2231 38% [======================= ] 862/2231 38% [======================= ] 863/2231 38% [======================== ] 864/2231 38% [======================== ] 865/2231 38% [======================== ] 866/2231 38% [======================== ] 867/2231 38% [======================== ] 868/2231 38% [======================== ] 869/2231 38% [======================== ] 870/2231 38% [======================== ] 871/2231 39% [======================== ] 872/2231 39% [======================== ] 873/2231 39% [======================== ] 874/2231 39% [======================== ] 875/2231 39% [======================== ] 876/2231 39% [======================== ] 877/2231 39% [======================== ] 878/2231 39% [======================== ] 879/2231 39% [======================== ] 880/2231 39% [======================== ] 881/2231 39% [======================== ] 882/2231 39% [======================== ] 883/2231 39% [======================== ] 884/2231 39% [======================== ] 885/2231 39% [======================== ] 886/2231 39% [======================== ] 887/2231 39% [======================== ] 888/2231 39% [======================== ] 889/2231 39% [======================== ] 890/2231 39% [======================== ] 891/2231 39% [======================== ] 892/2231 39% [======================== ] 893/2231 40% [======================== ] 894/2231 40% [======================== ] 895/2231 40% [======================== ] 896/2231 40% [======================== ] 897/2231 40% [======================== ] 898/2231 40% [======================== ] 899/2231 40% [========================= ] 900/2231 40% [========================= ] 901/2231 40% [========================= ] 902/2231 40% [========================= ] 903/2231 40% [========================= ] 904/2231 40% [========================= ] 905/2231 40% [========================= ] 906/2231 40% [========================= ] 907/2231 40% [========================= ] 908/2231 40% [========================= ] 909/2231 40% [========================= ] 910/2231 40% [========================= ] 911/2231 40% [========================= ] 912/2231 40% [========================= ] 913/2231 40% [========================= ] 914/2231 40% [========================= ] 915/2231 41% [========================= ] 916/2231 41% [========================= ] 917/2231 41% [========================= ] 918/2231 41% [========================= ] 919/2231 41% [========================= ] 920/2231 41% [========================= ] 921/2231 41% [========================= ] 922/2231 41% [========================= ] 923/2231 41% [========================= ] 924/2231 41% [========================= ] 925/2231 41% [========================= ] 926/2231 41% [========================= ] 927/2231 41% [========================= ] 928/2231 41% [========================= ] 929/2231 41% [========================= ] 930/2231 41% [========================= ] 931/2231 41% [========================= ] 932/2231 41% [========================= ] 933/2231 41% [========================= ] 934/2231 41% [========================= ] 935/2231 41% [========================== ] 936/2231 41% [========================== ] 937/2231 41% [========================== ] 938/2231 42% [========================== ] 939/2231 42% [========================== ] 940/2231 42% [========================== ] 941/2231 42% [========================== ] 942/2231 42% [========================== ] 943/2231 42% [========================== ] 944/2231 42% [========================== ] 945/2231 42% [========================== ] 946/2231 42% [========================== ] 947/2231 42% [========================== ] 948/2231 42% [========================== ] 949/2231 42% [========================== ] 950/2231 42% [========================== ] 951/2231 42% [========================== ] 952/2231 42% [========================== ] 953/2231 42% [========================== ] 954/2231 42% [========================== ] 955/2231 42% [========================== ] 956/2231 42% [========================== ] 957/2231 42% [========================== ] 958/2231 42% [========================== ] 959/2231 42% [========================== ] 960/2231 43% [========================== ] 961/2231 43% [========================== ] 962/2231 43% [========================== ] 963/2231 43% [========================== ] 964/2231 43% [========================== ] 965/2231 43% [========================== ] 966/2231 43% [========================== ] 967/2231 43% [========================== ] 968/2231 43% [========================== ] 969/2231 43% [========================== ] 970/2231 43% [========================== ] 971/2231 43% [=========================== ] 972/2231 43% [=========================== ] 973/2231 43% [=========================== ] 974/2231 43% [=========================== ] 975/2231 43% [=========================== ] 976/2231 43% [=========================== ] 977/2231 43% [=========================== ] 978/2231 43% [=========================== ] 979/2231 43% [=========================== ] 980/2231 43% [=========================== ] 981/2231 43% [=========================== ] 982/2231 44% [=========================== ] 983/2231 44% [=========================== ] 984/2231 44% [=========================== ] 985/2231 44% [=========================== ] 986/2231 44% [=========================== ] 987/2231 44% [=========================== ] 988/2231 44% [=========================== ] 989/2231 44% [=========================== ] 990/2231 44% [=========================== ] 991/2231 44% [=========================== ] 992/2231 44% [=========================== ] 993/2231 44% [=========================== ] 994/2231 44% [=========================== ] 995/2231 44% [=========================== ] 996/2231 44% [=========================== ] 997/2231 44% [=========================== ] 998/2231 44% [=========================== ] 999/2231 44% [=========================== ] 1000/2231 44% [=========================== ] 1001/2231 44% [=========================== ] 1002/2231 44% [=========================== ] 1003/2231 44% [=========================== ] 1004/2231 45% [=========================== ] 1005/2231 45% [=========================== ] 1006/2231 45% [=========================== ] 1007/2231 45% [============================ ] 1008/2231 45% [============================ ] 1009/2231 45% [============================ ] 1010/2231 45% [============================ ] 1011/2231 45% [============================ ] 1012/2231 45% [============================ ] 1013/2231 45% [============================ ] 1014/2231 45% [============================ ] 1015/2231 45% [============================ ] 1016/2231 45% [============================ ] 1017/2231 45% [============================ ] 1018/2231 45% [============================ ] 1019/2231 45% [============================ ] 1020/2231 45% [============================ ] 1021/2231 45% [============================ ] 1022/2231 45% [============================ ] 1023/2231 45% [============================ ] 1024/2231 45% [============================ ] 1025/2231 45% [============================ ] 1026/2231 45% [============================ ] 1027/2231 46% [============================ ] 1028/2231 46% [============================ ] 1029/2231 46% [============================ ] 1030/2231 46% [============================ ] 1031/2231 46% [============================ ] 1032/2231 46% [============================ ] 1033/2231 46% [============================ ] 1034/2231 46% [============================ ] 1035/2231 46% [============================ ] 1036/2231 46% [============================ ] 1037/2231 46% [============================ ] 1038/2231 46% [============================ ] 1039/2231 46% [============================ ] 1040/2231 46% [============================ ] 1041/2231 46% [============================ ] 1042/2231 46% [============================ ] 1043/2231 46% [============================= ] 1044/2231 46% [============================= ] 1045/2231 46% [============================= ] 1046/2231 46% [============================= ] 1047/2231 46% [============================= ] 1048/2231 46% [============================= ] 1049/2231 47% [============================= ] 1050/2231 47% [============================= ] 1051/2231 47% [============================= ] 1052/2231 47% [============================= ] 1053/2231 47% [============================= ] 1054/2231 47% [============================= ] 1055/2231 47% [============================= ] 1056/2231 47% [============================= ] 1057/2231 47% [============================= ] 1058/2231 47% [============================= ] 1059/2231 47% [============================= ] 1060/2231 47% [============================= ] 1061/2231 47% [============================= ] 1062/2231 47% [============================= ] 1063/2231 47% [============================= ] 1064/2231 47% [============================= ] 1065/2231 47% [============================= ] 1066/2231 47% [============================= ] 1067/2231 47% [============================= ] 1068/2231 47% [============================= ] 1069/2231 47% [============================= ] 1070/2231 47% [============================= ] 1071/2231 48% [============================= ] 1072/2231 48% [============================= ] 1073/2231 48% [============================= ] 1074/2231 48% [============================= ] 1075/2231 48% [============================= ] 1076/2231 48% [============================= ] 1077/2231 48% [============================= ] 1078/2231 48% [============================= ] 1079/2231 48% [============================== ] 1080/2231 48% [============================== ] 1081/2231 48% [============================== ] 1082/2231 48% [============================== ] 1083/2231 48% [============================== ] 1084/2231 48% [============================== ] 1085/2231 48% [============================== ] 1086/2231 48% [============================== ] 1087/2231 48% [============================== ] 1088/2231 48% [============================== ] 1089/2231 48% [============================== ] 1090/2231 48% [============================== ] 1091/2231 48% [============================== ] 1092/2231 48% [============================== ] 1093/2231 48% [============================== ] 1094/2231 49% [============================== ] 1095/2231 49% [============================== ] 1096/2231 49% [============================== ] 1097/2231 49% [============================== ] 1098/2231 49% [============================== ] 1099/2231 49% [============================== ] 1100/2231 49% [============================== ] 1101/2231 49% [============================== ] 1102/2231 49% [============================== ] 1103/2231 49% [============================== ] 1104/2231 49% [============================== ] 1105/2231 49% [============================== ] 1106/2231 49% [============================== ] 1107/2231 49% [============================== ] 1108/2231 49% [============================== ] 1109/2231 49% [============================== ] 1110/2231 49% [============================== ] 1111/2231 49% [============================== ] 1112/2231 49% [============================== ] 1113/2231 49% [============================== ] 1114/2231 49% [============================== ] 1115/2231 49% [=============================== ] 1116/2231 50% [=============================== ] 1117/2231 50% [=============================== ] 1118/2231 50% [=============================== ] 1119/2231 50% [=============================== ] 1120/2231 50% [=============================== ] 1121/2231 50% [=============================== ] 1122/2231 50% [=============================== ] 1123/2231 50% [=============================== ] 1124/2231 50% [=============================== ] 1125/2231 50% [=============================== ] 1126/2231 50% [=============================== ] 1127/2231 50% [=============================== ] 1128/2231 50% [=============================== ] 1129/2231 50% [=============================== ] 1130/2231 50% [=============================== ] 1131/2231 50% [=============================== ] 1132/2231 50% [=============================== ] 1133/2231 50% [=============================== ] 1134/2231 50% [=============================== ] 1135/2231 50% [=============================== ] 1136/2231 50% [=============================== ] 1137/2231 50% [=============================== ] 1138/2231 51% [=============================== ] 1139/2231 51% [=============================== ] 1140/2231 51% [=============================== ] 1141/2231 51% [=============================== ] 1142/2231 51% [=============================== ] 1143/2231 51% [=============================== ] 1144/2231 51% [=============================== ] 1145/2231 51% [=============================== ] 1146/2231 51% [=============================== ] 1147/2231 51% [=============================== ] 1148/2231 51% [=============================== ] 1149/2231 51% [=============================== ] 1150/2231 51% [=============================== ] 1151/2231 51% [================================ ] 1152/2231 51% [================================ ] 1153/2231 51% [================================ ] 1154/2231 51% [================================ ] 1155/2231 51% [================================ ] 1156/2231 51% [================================ ] 1157/2231 51% [================================ ] 1158/2231 51% [================================ ] 1159/2231 51% [================================ ] 1160/2231 51% [================================ ] 1161/2231 52% [================================ ] 1162/2231 52% [================================ ] 1163/2231 52% [================================ ] 1164/2231 52% [================================ ] 1165/2231 52% [================================ ] 1166/2231 52% [================================ ] 1167/2231 52% [================================ ] 1168/2231 52% [================================ ] 1169/2231 52% [================================ ] 1170/2231 52% [================================ ] 1171/2231 52% [================================ ] 1172/2231 52% [================================ ] 1173/2231 52% [================================ ] 1174/2231 52% [================================ ] 1175/2231 52% [================================ ] 1176/2231 52% [================================ ] 1177/2231 52% [================================ ] 1178/2231 52% [================================ ] 1179/2231 52% [================================ ] 1180/2231 52% [================================ ] 1181/2231 52% [================================ ] 1182/2231 52% [================================ ] 1183/2231 53% [================================ ] 1184/2231 53% [================================ ] 1185/2231 53% [================================ ] 1186/2231 53% [================================ ] 1187/2231 53% [================================= ] 1188/2231 53% [================================= ] 1189/2231 53% [================================= ] 1190/2231 53% [================================= ] 1191/2231 53% [================================= ] 1192/2231 53% [================================= ] 1193/2231 53% [================================= ] 1194/2231 53% [================================= ] 1195/2231 53% [================================= ] 1196/2231 53% [================================= ] 1197/2231 53% [================================= ] 1198/2231 53% [================================= ] 1199/2231 53% [================================= ] 1200/2231 53% [================================= ] 1201/2231 53% [================================= ] 1202/2231 53% [================================= ] 1203/2231 53% [================================= ] 1204/2231 53% [================================= ] 1205/2231 54% [================================= ] 1206/2231 54% [================================= ] 1207/2231 54% [================================= ] 1208/2231 54% [================================= ] 1209/2231 54% [================================= ] 1210/2231 54% [================================= ] 1211/2231 54% [================================= ] 1212/2231 54% [================================= ] 1213/2231 54% [================================= ] 1214/2231 54% [================================= ] 1215/2231 54% [================================= ] 1216/2231 54% [================================= ] 1217/2231 54% [================================= ] 1218/2231 54% [================================= ] 1219/2231 54% [================================= ] 1220/2231 54% [================================= ] 1221/2231 54% [================================= ] 1222/2231 54% [================================= ] 1223/2231 54% [================================== ] 1224/2231 54% [================================== ] 1225/2231 54% [================================== ] 1226/2231 54% [================================== ] 1227/2231 54% [================================== ] 1228/2231 55% [================================== ] 1229/2231 55% [================================== ] 1230/2231 55% [================================== ] 1231/2231 55% [================================== ] 1232/2231 55% [================================== ] 1233/2231 55% [================================== ] 1234/2231 55% [================================== ] 1235/2231 55% [================================== ] 1236/2231 55% [================================== ] 1237/2231 55% [================================== ] 1238/2231 55% [================================== ] 1239/2231 55% [================================== ] 1240/2231 55% [================================== ] 1241/2231 55% [================================== ] 1242/2231 55% [================================== ] 1243/2231 55% [================================== ] 1244/2231 55% [================================== ] 1245/2231 55% [================================== ] 1246/2231 55% [================================== ] 1247/2231 55% [================================== ] 1248/2231 55% [================================== ] 1249/2231 55% [================================== ] 1250/2231 56% [================================== ] 1251/2231 56% [================================== ] 1252/2231 56% [================================== ] 1253/2231 56% [================================== ] 1254/2231 56% [================================== ] 1255/2231 56% [================================== ] 1256/2231 56% [================================== ] 1257/2231 56% [================================== ] 1258/2231 56% [================================== ] 1259/2231 56% [=================================== ] 1260/2231 56% [=================================== ] 1261/2231 56% [=================================== ] 1262/2231 56% [=================================== ] 1263/2231 56% [=================================== ] 1264/2231 56% [=================================== ] 1265/2231 56% [=================================== ] 1266/2231 56% [=================================== ] 1267/2231 56% [=================================== ] 1268/2231 56% [=================================== ] 1269/2231 56% [=================================== ] 1270/2231 56% [=================================== ] 1271/2231 56% [=================================== ] 1272/2231 57% [=================================== ] 1273/2231 57% [=================================== ] 1274/2231 57% [=================================== ] 1275/2231 57% [=================================== ] 1276/2231 57% [=================================== ] 1277/2231 57% [=================================== ] 1278/2231 57% [=================================== ] 1279/2231 57% [=================================== ] 1280/2231 57% [=================================== ] 1281/2231 57% [=================================== ] 1282/2231 57% [=================================== ] 1283/2231 57% [=================================== ] 1284/2231 57% [=================================== ] 1285/2231 57% [=================================== ] 1286/2231 57% [=================================== ] 1287/2231 57% [=================================== ] 1288/2231 57% [=================================== ] 1289/2231 57% [=================================== ] 1290/2231 57% [=================================== ] 1291/2231 57% [=================================== ] 1292/2231 57% [=================================== ] 1293/2231 57% [=================================== ] 1294/2231 58% [=================================== ] 1295/2231 58% [==================================== ] 1296/2231 58% [==================================== ] 1297/2231 58% [==================================== ] 1298/2231 58% [==================================== ] 1299/2231 58% [==================================== ] 1300/2231 58% [==================================== ] 1301/2231 58% [==================================== ] 1302/2231 58% [==================================== ] 1303/2231 58% [==================================== ] 1304/2231 58% [==================================== ] 1305/2231 58% [==================================== ] 1306/2231 58% [==================================== ] 1307/2231 58% [==================================== ] 1308/2231 58% [==================================== ] 1309/2231 58% [==================================== ] 1310/2231 58% [==================================== ] 1311/2231 58% [==================================== ] 1312/2231 58% [==================================== ] 1313/2231 58% [==================================== ] 1314/2231 58% [==================================== ] 1315/2231 58% [==================================== ] 1316/2231 58% [==================================== ] 1317/2231 59% [==================================== ] 1318/2231 59% [==================================== ] 1319/2231 59% [==================================== ] 1320/2231 59% [==================================== ] 1321/2231 59% [==================================== ] 1322/2231 59% [==================================== ] 1323/2231 59% [==================================== ] 1324/2231 59% [==================================== ] 1325/2231 59% [==================================== ] 1326/2231 59% [==================================== ] 1327/2231 59% [==================================== ] 1328/2231 59% [==================================== ] 1329/2231 59% [==================================== ] 1330/2231 59% [==================================== ] 1331/2231 59% [===================================== ] 1332/2231 59% [===================================== ] 1333/2231 59% [===================================== ] 1334/2231 59% [===================================== ] 1335/2231 59% [===================================== ] 1336/2231 59% [===================================== ] 1337/2231 59% [===================================== ] 1338/2231 59% [===================================== ] 1339/2231 60% [===================================== ] 1340/2231 60% [===================================== ] 1341/2231 60% [===================================== ] 1342/2231 60% [===================================== ] 1343/2231 60% [===================================== ] 1344/2231 60% [===================================== ] 1345/2231 60% [===================================== ] 1346/2231 60% [===================================== ] 1347/2231 60% [===================================== ] 1348/2231 60% [===================================== ] 1349/2231 60% [===================================== ] 1350/2231 60% [===================================== ] 1351/2231 60% [===================================== ] 1352/2231 60% [===================================== ] 1353/2231 60% [===================================== ] 1354/2231 60% [===================================== ] 1355/2231 60% [===================================== ] 1356/2231 60% [===================================== ] 1357/2231 60% [===================================== ] 1358/2231 60% [===================================== ] 1359/2231 60% [===================================== ] 1360/2231 60% [===================================== ] 1361/2231 61% [===================================== ] 1362/2231 61% [===================================== ] 1363/2231 61% [===================================== ] 1364/2231 61% [===================================== ] 1365/2231 61% [===================================== ] 1366/2231 61% [===================================== ] 1367/2231 61% [====================================== ] 1368/2231 61% [====================================== ] 1369/2231 61% [====================================== ] 1370/2231 61% [====================================== ] 1371/2231 61% [====================================== ] 1372/2231 61% [====================================== ] 1373/2231 61% [====================================== ] 1374/2231 61% [====================================== ] 1375/2231 61% [====================================== ] 1376/2231 61% [====================================== ] 1377/2231 61% [====================================== ] 1378/2231 61% [====================================== ] 1379/2231 61% [====================================== ] 1380/2231 61% [====================================== ] 1381/2231 61% [====================================== ] 1382/2231 61% [====================================== ] 1383/2231 61% [====================================== ] 1384/2231 62% [====================================== ] 1385/2231 62% [====================================== ] 1386/2231 62% [====================================== ] 1387/2231 62% [====================================== ] 1388/2231 62% [====================================== ] 1389/2231 62% [====================================== ] 1390/2231 62% [====================================== ] 1391/2231 62% [====================================== ] 1392/2231 62% [====================================== ] 1393/2231 62% [====================================== ] 1394/2231 62% [====================================== ] 1395/2231 62% [====================================== ] 1396/2231 62% [====================================== ] 1397/2231 62% [====================================== ] 1398/2231 62% [====================================== ] 1399/2231 62% [====================================== ] 1400/2231 62% [====================================== ] 1401/2231 62% [====================================== ] 1402/2231 62% [====================================== ] 1403/2231 62% [======================================= ] 1404/2231 62% [======================================= ] 1405/2231 62% [======================================= ] 1406/2231 63% [======================================= ] 1407/2231 63% [======================================= ] 1408/2231 63% [======================================= ] 1409/2231 63% [======================================= ] 1410/2231 63% [======================================= ] 1411/2231 63% [======================================= ] 1412/2231 63% [======================================= ] 1413/2231 63% [======================================= ] 1414/2231 63% [======================================= ] 1415/2231 63% [======================================= ] 1416/2231 63% [======================================= ] 1417/2231 63% [======================================= ] 1418/2231 63% [======================================= ] 1419/2231 63% [======================================= ] 1420/2231 63% [======================================= ] 1421/2231 63% [======================================= ] 1422/2231 63% [======================================= ] 1423/2231 63% [======================================= ] 1424/2231 63% [======================================= ] 1425/2231 63% [======================================= ] 1426/2231 63% [======================================= ] 1427/2231 63% [======================================= ] 1428/2231 64% [======================================= ] 1429/2231 64% [======================================= ] 1430/2231 64% [======================================= ] 1431/2231 64% [======================================= ] 1432/2231 64% [======================================= ] 1433/2231 64% [======================================= ] 1434/2231 64% [======================================= ] 1435/2231 64% [======================================= ] 1436/2231 64% [======================================= ] 1437/2231 64% [======================================= ] 1438/2231 64% [======================================= ] 1439/2231 64% [======================================== ] 1440/2231 64% [======================================== ] 1441/2231 64% [======================================== ] 1442/2231 64% [======================================== ] 1443/2231 64% [======================================== ] 1444/2231 64% [======================================== ] 1445/2231 64% [======================================== ] 1446/2231 64% [======================================== ] 1447/2231 64% [======================================== ] 1448/2231 64% [======================================== ] 1449/2231 64% [======================================== ] 1450/2231 64% [======================================== ] 1451/2231 65% [======================================== ] 1452/2231 65% [======================================== ] 1453/2231 65% [======================================== ] 1454/2231 65% [======================================== ] 1455/2231 65% [======================================== ] 1456/2231 65% [======================================== ] 1457/2231 65% [======================================== ] 1458/2231 65% [======================================== ] 1459/2231 65% [======================================== ] 1460/2231 65% [======================================== ] 1461/2231 65% [======================================== ] 1462/2231 65% [======================================== ] 1463/2231 65% [======================================== ] 1464/2231 65% [======================================== ] 1465/2231 65% [======================================== ] 1466/2231 65% [======================================== ] 1467/2231 65% [======================================== ] 1468/2231 65% [======================================== ] 1469/2231 65% [======================================== ] 1470/2231 65% [======================================== ] 1471/2231 65% [======================================== ] 1472/2231 65% [======================================== ] 1473/2231 66% [======================================== ] 1474/2231 66% [======================================== ] 1475/2231 66% [========================================= ] 1476/2231 66% [========================================= ] 1477/2231 66% [========================================= ] 1478/2231 66% [========================================= ] 1479/2231 66% [========================================= ] 1480/2231 66% [========================================= ] 1481/2231 66% [========================================= ] 1482/2231 66% [========================================= ] 1483/2231 66% [========================================= ] 1484/2231 66% [========================================= ] 1485/2231 66% [========================================= ] 1486/2231 66% [========================================= ] 1487/2231 66% [========================================= ] 1488/2231 66% [========================================= ] 1489/2231 66% [========================================= ] 1490/2231 66% [========================================= ] 1491/2231 66% [========================================= ] 1492/2231 66% [========================================= ] 1493/2231 66% [========================================= ] 1494/2231 66% [========================================= ] 1495/2231 67% [========================================= ] 1496/2231 67% [========================================= ] 1497/2231 67% [========================================= ] 1498/2231 67% [========================================= ] 1499/2231 67% [========================================= ] 1500/2231 67% [========================================= ] 1501/2231 67% [========================================= ] 1502/2231 67% [========================================= ] 1503/2231 67% [========================================= ] 1504/2231 67% [========================================= ] 1505/2231 67% [========================================= ] 1506/2231 67% [========================================= ] 1507/2231 67% [========================================= ] 1508/2231 67% [========================================= ] 1509/2231 67% [========================================= ] 1510/2231 67% [========================================= ] 1511/2231 67% [========================================== ] 1512/2231 67% [========================================== ] 1513/2231 67% [========================================== ] 1514/2231 67% [========================================== ] 1515/2231 67% [========================================== ] 1516/2231 67% [========================================== ] 1517/2231 67% [========================================== ] 1518/2231 68% [========================================== ] 1519/2231 68% [========================================== ] 1520/2231 68% [========================================== ] 1521/2231 68% [========================================== ] 1522/2231 68% [========================================== ] 1523/2231 68% [========================================== ] 1524/2231 68% [========================================== ] 1525/2231 68% [========================================== ] 1526/2231 68% [========================================== ] 1527/2231 68% [========================================== ] 1528/2231 68% [========================================== ] 1529/2231 68% [========================================== ] 1530/2231 68% [========================================== ] 1531/2231 68% [========================================== ] 1532/2231 68% [========================================== ] 1533/2231 68% [========================================== ] 1534/2231 68% [========================================== ] 1535/2231 68% [========================================== ] 1536/2231 68% [========================================== ] 1537/2231 68% [========================================== ] 1538/2231 68% [========================================== ] 1539/2231 68% [========================================== ] 1540/2231 69% [========================================== ] 1541/2231 69% [========================================== ] 1542/2231 69% [========================================== ] 1543/2231 69% [========================================== ] 1544/2231 69% [========================================== ] 1545/2231 69% [========================================== ] 1546/2231 69% [========================================== ] 1547/2231 69% [=========================================== ] 1548/2231 69% [=========================================== ] 1549/2231 69% [=========================================== ] 1550/2231 69% [=========================================== ] 1551/2231 69% [=========================================== ] 1552/2231 69% [=========================================== ] 1553/2231 69% [=========================================== ] 1554/2231 69% [=========================================== ] 1555/2231 69% [=========================================== ] 1556/2231 69% [=========================================== ] 1557/2231 69% [=========================================== ] 1558/2231 69% [=========================================== ] 1559/2231 69% [=========================================== ] 1560/2231 69% [=========================================== ] 1561/2231 69% [=========================================== ] 1562/2231 70% [=========================================== ] 1563/2231 70% [=========================================== ] 1564/2231 70% [=========================================== ] 1565/2231 70% [=========================================== ] 1566/2231 70% [=========================================== ] 1567/2231 70% [=========================================== ] 1568/2231 70% [=========================================== ] 1569/2231 70% [=========================================== ] 1570/2231 70% [=========================================== ] 1571/2231 70% [=========================================== ] 1572/2231 70% [=========================================== ] 1573/2231 70% [=========================================== ] 1574/2231 70% [=========================================== ] 1575/2231 70% [=========================================== ] 1576/2231 70% [=========================================== ] 1577/2231 70% [=========================================== ] 1578/2231 70% [=========================================== ] 1579/2231 70% [=========================================== ] 1580/2231 70% [=========================================== ] 1581/2231 70% [=========================================== ] 1582/2231 70% [=========================================== ] 1583/2231 70% [============================================ ] 1584/2231 70% [============================================ ] 1585/2231 71% [============================================ ] 1586/2231 71% [============================================ ] 1587/2231 71% [============================================ ] 1588/2231 71% [============================================ ] 1589/2231 71% [============================================ ] 1590/2231 71% [============================================ ] 1591/2231 71% [============================================ ] 1592/2231 71% [============================================ ] 1593/2231 71% [============================================ ] 1594/2231 71% [============================================ ] 1595/2231 71% [============================================ ] 1596/2231 71% [============================================ ] 1597/2231 71% [============================================ ] 1598/2231 71% [============================================ ] 1599/2231 71% [============================================ ] 1600/2231 71% [============================================ ] 1601/2231 71% [============================================ ] 1602/2231 71% [============================================ ] 1603/2231 71% [============================================ ] 1604/2231 71% [============================================ ] 1605/2231 71% [============================================ ] 1606/2231 71% [============================================ ] 1607/2231 72% [============================================ ] 1608/2231 72% [============================================ ] 1609/2231 72% [============================================ ] 1610/2231 72% [============================================ ] 1611/2231 72% [============================================ ] 1612/2231 72% [============================================ ] 1613/2231 72% [============================================ ] 1614/2231 72% [============================================ ] 1615/2231 72% [============================================ ] 1616/2231 72% [============================================ ] 1617/2231 72% [============================================ ] 1618/2231 72% [============================================ ] 1619/2231 72% [============================================= ] 1620/2231 72% [============================================= ] 1621/2231 72% [============================================= ] 1622/2231 72% [============================================= ] 1623/2231 72% [============================================= ] 1624/2231 72% [============================================= ] 1625/2231 72% [============================================= ] 1626/2231 72% [============================================= ] 1627/2231 72% [============================================= ] 1628/2231 72% [============================================= ] 1629/2231 73% [============================================= ] 1630/2231 73% [============================================= ] 1631/2231 73% [============================================= ] 1632/2231 73% [============================================= ] 1633/2231 73% [============================================= ] 1634/2231 73% [============================================= ] 1635/2231 73% [============================================= ] 1636/2231 73% [============================================= ] 1637/2231 73% [============================================= ] 1638/2231 73% [============================================= ] 1639/2231 73% [============================================= ] 1640/2231 73% [============================================= ] 1641/2231 73% [============================================= ] 1642/2231 73% [============================================= ] 1643/2231 73% [============================================= ] 1644/2231 73% [============================================= ] 1645/2231 73% [============================================= ] 1646/2231 73% [============================================= ] 1647/2231 73% [============================================= ] 1648/2231 73% [============================================= ] 1649/2231 73% [============================================= ] 1650/2231 73% [============================================= ] 1651/2231 74% [============================================= ] 1652/2231 74% [============================================= ] 1653/2231 74% [============================================= ] 1654/2231 74% [============================================= ] 1655/2231 74% [============================================== ] 1656/2231 74% [============================================== ] 1657/2231 74% [============================================== ] 1658/2231 74% [============================================== ] 1659/2231 74% [============================================== ] 1660/2231 74% [============================================== ] 1661/2231 74% [============================================== ] 1662/2231 74% [============================================== ] 1663/2231 74% [============================================== ] 1664/2231 74% [============================================== ] 1665/2231 74% [============================================== ] 1666/2231 74% [============================================== ] 1667/2231 74% [============================================== ] 1668/2231 74% [============================================== ] 1669/2231 74% [============================================== ] 1670/2231 74% [============================================== ] 1671/2231 74% [============================================== ] 1672/2231 74% [============================================== ] 1673/2231 74% [============================================== ] 1674/2231 75% [============================================== ] 1675/2231 75% [============================================== ] 1676/2231 75% [============================================== ] 1677/2231 75% [============================================== ] 1678/2231 75% [============================================== ] 1679/2231 75% [============================================== ] 1680/2231 75% [============================================== ] 1681/2231 75% [============================================== ] 1682/2231 75% [============================================== ] 1683/2231 75% [============================================== ] 1684/2231 75% [============================================== ] 1685/2231 75% [============================================== ] 1686/2231 75% [============================================== ] 1687/2231 75% [============================================== ] 1688/2231 75% [============================================== ] 1689/2231 75% [============================================== ] 1690/2231 75% [============================================== ] 1691/2231 75% [=============================================== ] 1692/2231 75% [=============================================== ] 1693/2231 75% [=============================================== ] 1694/2231 75% [=============================================== ] 1695/2231 75% [=============================================== ] 1696/2231 76% [=============================================== ] 1697/2231 76% [=============================================== ] 1698/2231 76% [=============================================== ] 1699/2231 76% [=============================================== ] 1700/2231 76% [=============================================== ] 1701/2231 76% [=============================================== ] 1702/2231 76% [=============================================== ] 1703/2231 76% [=============================================== ] 1704/2231 76% [=============================================== ] 1705/2231 76% [=============================================== ] 1706/2231 76% [=============================================== ] 1707/2231 76% [=============================================== ] 1708/2231 76% [=============================================== ] 1709/2231 76% [=============================================== ] 1710/2231 76% [=============================================== ] 1711/2231 76% [=============================================== ] 1712/2231 76% [=============================================== ] 1713/2231 76% [=============================================== ] 1714/2231 76% [=============================================== ] 1715/2231 76% [=============================================== ] 1716/2231 76% [=============================================== ] 1717/2231 76% [=============================================== ] 1718/2231 77% [=============================================== ] 1719/2231 77% [=============================================== ] 1720/2231 77% [=============================================== ] 1721/2231 77% [=============================================== ] 1722/2231 77% [=============================================== ] 1723/2231 77% [=============================================== ] 1724/2231 77% [=============================================== ] 1725/2231 77% [=============================================== ] 1726/2231 77% [=============================================== ] 1727/2231 77% [================================================ ] 1728/2231 77% [================================================ ] 1729/2231 77% [================================================ ] 1730/2231 77% [================================================ ] 1731/2231 77% [================================================ ] 1732/2231 77% [================================================ ] 1733/2231 77% [================================================ ] 1734/2231 77% [================================================ ] 1735/2231 77% [================================================ ] 1736/2231 77% [================================================ ] 1737/2231 77% [================================================ ] 1738/2231 77% [================================================ ] 1739/2231 77% [================================================ ] 1740/2231 77% [================================================ ] 1741/2231 78% [================================================ ] 1742/2231 78% [================================================ ] 1743/2231 78% [================================================ ] 1744/2231 78% [================================================ ] 1745/2231 78% [================================================ ] 1746/2231 78% [================================================ ] 1747/2231 78% [================================================ ] 1748/2231 78% [================================================ ] 1749/2231 78% [================================================ ] 1750/2231 78% [================================================ ] 1751/2231 78% [================================================ ] 1752/2231 78% [================================================ ] 1753/2231 78% [================================================ ] 1754/2231 78% [================================================ ] 1755/2231 78% [================================================ ] 1756/2231 78% [================================================ ] 1757/2231 78% [================================================ ] 1758/2231 78% [================================================ ] 1759/2231 78% [================================================ ] 1760/2231 78% [================================================ ] 1761/2231 78% [================================================ ] 1762/2231 78% [================================================ ] 1763/2231 79% [================================================= ] 1764/2231 79% [================================================= ] 1765/2231 79% [================================================= ] 1766/2231 79% [================================================= ] 1767/2231 79% [================================================= ] 1768/2231 79% [================================================= ] 1769/2231 79% [================================================= ] 1770/2231 79% [================================================= ] 1771/2231 79% [================================================= ] 1772/2231 79% [================================================= ] 1773/2231 79% [================================================= ] 1774/2231 79% [================================================= ] 1775/2231 79% [================================================= ] 1776/2231 79% [================================================= ] 1777/2231 79% [================================================= ] 1778/2231 79% [================================================= ] 1779/2231 79% [================================================= ] 1780/2231 79% [================================================= ] 1781/2231 79% [================================================= ] 1782/2231 79% [================================================= ] 1783/2231 79% [================================================= ] 1784/2231 79% [================================================= ] 1785/2231 80% [================================================= ] 1786/2231 80% [================================================= ] 1787/2231 80% [================================================= ] 1788/2231 80% [================================================= ] 1789/2231 80% [================================================= ] 1790/2231 80% [================================================= ] 1791/2231 80% [================================================= ] 1792/2231 80% [================================================= ] 1793/2231 80% [================================================= ] 1794/2231 80% [================================================= ] 1795/2231 80% [================================================= ] 1796/2231 80% [================================================= ] 1797/2231 80% [================================================= ] 1798/2231 80% [================================================= ] 1799/2231 80% [================================================== ] 1800/2231 80% [================================================== ] 1801/2231 80% [================================================== ] 1802/2231 80% [================================================== ] 1803/2231 80% [================================================== ] 1804/2231 80% [================================================== ] 1805/2231 80% [================================================== ] 1806/2231 80% [================================================== ] 1807/2231 80% [================================================== ] 1808/2231 81% [================================================== ] 1809/2231 81% [================================================== ] 1810/2231 81% [================================================== ] 1811/2231 81% [================================================== ] 1812/2231 81% [================================================== ] 1813/2231 81% [================================================== ] 1814/2231 81% [================================================== ] 1815/2231 81% [================================================== ] 1816/2231 81% [================================================== ] 1817/2231 81% [================================================== ] 1818/2231 81% [================================================== ] 1819/2231 81% [================================================== ] 1820/2231 81% [================================================== ] 1821/2231 81% [================================================== ] 1822/2231 81% [================================================== ] 1823/2231 81% [================================================== ] 1824/2231 81% [================================================== ] 1825/2231 81% [================================================== ] 1826/2231 81% [================================================== ] 1827/2231 81% [================================================== ] 1828/2231 81% [================================================== ] 1829/2231 81% [================================================== ] 1830/2231 82% [================================================== ] 1831/2231 82% [================================================== ] 1832/2231 82% [================================================== ] 1833/2231 82% [================================================== ] 1834/2231 82% [================================================== ] 1835/2231 82% [=================================================== ] 1836/2231 82% [=================================================== ] 1837/2231 82% [=================================================== ] 1838/2231 82% [=================================================== ] 1839/2231 82% [=================================================== ] 1840/2231 82% [=================================================== ] 1841/2231 82% [=================================================== ] 1842/2231 82% [=================================================== ] 1843/2231 82% [=================================================== ] 1844/2231 82% [=================================================== ] 1845/2231 82% [=================================================== ] 1846/2231 82% [=================================================== ] 1847/2231 82% [=================================================== ] 1848/2231 82% [=================================================== ] 1849/2231 82% [=================================================== ] 1850/2231 82% [=================================================== ] 1851/2231 82% [=================================================== ] 1852/2231 83% [=================================================== ] 1853/2231 83% [=================================================== ] 1854/2231 83% [=================================================== ] 1855/2231 83% [=================================================== ] 1856/2231 83% [=================================================== ] 1857/2231 83% [=================================================== ] 1858/2231 83% [=================================================== ] 1859/2231 83% [=================================================== ] 1860/2231 83% [=================================================== ] 1861/2231 83% [=================================================== ] 1862/2231 83% [=================================================== ] 1863/2231 83% [=================================================== ] 1864/2231 83% [=================================================== ] 1865/2231 83% [=================================================== ] 1866/2231 83% [=================================================== ] 1867/2231 83% [=================================================== ] 1868/2231 83% [=================================================== ] 1869/2231 83% [=================================================== ] 1870/2231 83% [=================================================== ] 1871/2231 83% [==================================================== ] 1872/2231 83% [==================================================== ] 1873/2231 83% [==================================================== ] 1874/2231 83% [==================================================== ] 1875/2231 84% [==================================================== ] 1876/2231 84% [==================================================== ] 1877/2231 84% [==================================================== ] 1878/2231 84% [==================================================== ] 1879/2231 84% [==================================================== ] 1880/2231 84% [==================================================== ] 1881/2231 84% [==================================================== ] 1882/2231 84% [==================================================== ] 1883/2231 84% [==================================================== ] 1884/2231 84% [==================================================== ] 1885/2231 84% [==================================================== ] 1886/2231 84% [==================================================== ] 1887/2231 84% [==================================================== ] 1888/2231 84% [==================================================== ] 1889/2231 84% [==================================================== ] 1890/2231 84% [==================================================== ] 1891/2231 84% [==================================================== ] 1892/2231 84% [==================================================== ] 1893/2231 84% [==================================================== ] 1894/2231 84% [==================================================== ] 1895/2231 84% [==================================================== ] 1896/2231 84% [==================================================== ] 1897/2231 85% [==================================================== ] 1898/2231 85% [==================================================== ] 1899/2231 85% [==================================================== ] 1900/2231 85% [==================================================== ] 1901/2231 85% [==================================================== ] 1902/2231 85% [==================================================== ] 1903/2231 85% [==================================================== ] 1904/2231 85% [==================================================== ] 1905/2231 85% [==================================================== ] 1906/2231 85% [==================================================== ] 1907/2231 85% [===================================================== ] 1908/2231 85% [===================================================== ] 1909/2231 85% [===================================================== ] 1910/2231 85% [===================================================== ] 1911/2231 85% [===================================================== ] 1912/2231 85% [===================================================== ] 1913/2231 85% [===================================================== ] 1914/2231 85% [===================================================== ] 1915/2231 85% [===================================================== ] 1916/2231 85% [===================================================== ] 1917/2231 85% [===================================================== ] 1918/2231 85% [===================================================== ] 1919/2231 86% [===================================================== ] 1920/2231 86% [===================================================== ] 1921/2231 86% [===================================================== ] 1922/2231 86% [===================================================== ] 1923/2231 86% [===================================================== ] 1924/2231 86% [===================================================== ] 1925/2231 86% [===================================================== ] 1926/2231 86% [===================================================== ] 1927/2231 86% [===================================================== ] 1928/2231 86% [===================================================== ] 1929/2231 86% [===================================================== ] 1930/2231 86% [===================================================== ] 1931/2231 86% [===================================================== ] 1932/2231 86% [===================================================== ] 1933/2231 86% [===================================================== ] 1934/2231 86% [===================================================== ] 1935/2231 86% [===================================================== ] 1936/2231 86% [===================================================== ] 1937/2231 86% [===================================================== ] 1938/2231 86% [===================================================== ] 1939/2231 86% [===================================================== ] 1940/2231 86% [===================================================== ] 1941/2231 87% [===================================================== ] 1942/2231 87% [===================================================== ] 1943/2231 87% [====================================================== ] 1944/2231 87% [====================================================== ] 1945/2231 87% [====================================================== ] 1946/2231 87% [====================================================== ] 1947/2231 87% [====================================================== ] 1948/2231 87% [====================================================== ] 1949/2231 87% [====================================================== ] 1950/2231 87% [====================================================== ] 1951/2231 87% [====================================================== ] 1952/2231 87% [====================================================== ] 1953/2231 87% [====================================================== ] 1954/2231 87% [====================================================== ] 1955/2231 87% [====================================================== ] 1956/2231 87% [====================================================== ] 1957/2231 87% [====================================================== ] 1958/2231 87% [====================================================== ] 1959/2231 87% [====================================================== ] 1960/2231 87% [====================================================== ] 1961/2231 87% [====================================================== ] 1962/2231 87% [====================================================== ] 1963/2231 87% [====================================================== ] 1964/2231 88% [====================================================== ] 1965/2231 88% [====================================================== ] 1966/2231 88% [====================================================== ] 1967/2231 88% [====================================================== ] 1968/2231 88% [====================================================== ] 1969/2231 88% [====================================================== ] 1970/2231 88% [====================================================== ] 1971/2231 88% [====================================================== ] 1972/2231 88% [====================================================== ] 1973/2231 88% [====================================================== ] 1974/2231 88% [====================================================== ] 1975/2231 88% [====================================================== ] 1976/2231 88% [====================================================== ] 1977/2231 88% [====================================================== ] 1978/2231 88% [====================================================== ] 1979/2231 88% [======================================================= ] 1980/2231 88% [======================================================= ] 1981/2231 88% [======================================================= ] 1982/2231 88% [======================================================= ] 1983/2231 88% [======================================================= ] 1984/2231 88% [======================================================= ] 1985/2231 88% [======================================================= ] 1986/2231 89% [======================================================= ] 1987/2231 89% [======================================================= ] 1988/2231 89% [======================================================= ] 1989/2231 89% [======================================================= ] 1990/2231 89% [======================================================= ] 1991/2231 89% [======================================================= ] 1992/2231 89% [======================================================= ] 1993/2231 89% [======================================================= ] 1994/2231 89% [======================================================= ] 1995/2231 89% [======================================================= ] 1996/2231 89% [======================================================= ] 1997/2231 89% [======================================================= ] 1998/2231 89% [======================================================= ] 1999/2231 89% [======================================================= ] 2000/2231 89% [======================================================= ] 2001/2231 89% [======================================================= ] 2002/2231 89% [======================================================= ] 2003/2231 89% [======================================================= ] 2004/2231 89% [======================================================= ] 2005/2231 89% [======================================================= ] 2006/2231 89% [======================================================= ] 2007/2231 89% [======================================================= ] 2008/2231 90% [======================================================= ] 2009/2231 90% [======================================================= ] 2010/2231 90% [======================================================= ] 2011/2231 90% [======================================================= ] 2012/2231 90% [======================================================= ] 2013/2231 90% [======================================================= ] 2014/2231 90% [======================================================= ] 2015/2231 90% [======================================================== ] 2016/2231 90% [======================================================== ] 2017/2231 90% [======================================================== ] 2018/2231 90% [======================================================== ] 2019/2231 90% [======================================================== ] 2020/2231 90% [======================================================== ] 2021/2231 90% [======================================================== ] 2022/2231 90% [======================================================== ] 2023/2231 90% [======================================================== ] 2024/2231 90% [======================================================== ] 2025/2231 90% [======================================================== ] 2026/2231 90% [======================================================== ] 2027/2231 90% [======================================================== ] 2028/2231 90% [======================================================== ] 2029/2231 90% [======================================================== ] 2030/2231 90% [======================================================== ] 2031/2231 91% [======================================================== ] 2032/2231 91% [======================================================== ] 2033/2231 91% [======================================================== ] 2034/2231 91% [======================================================== ] 2035/2231 91% [======================================================== ] 2036/2231 91% [======================================================== ] 2037/2231 91% [======================================================== ] 2038/2231 91% [======================================================== ] 2039/2231 91% [======================================================== ] 2040/2231 91% [======================================================== ] 2041/2231 91% [======================================================== ] 2042/2231 91% [======================================================== ] 2043/2231 91% [======================================================== ] 2044/2231 91% [======================================================== ] 2045/2231 91% [======================================================== ] 2046/2231 91% [======================================================== ] 2047/2231 91% [======================================================== ] 2048/2231 91% [======================================================== ] 2049/2231 91% [======================================================== ] 2050/2231 91% [======================================================== ] 2051/2231 91% [========================================================= ] 2052/2231 91% [========================================================= ] 2053/2231 92% [========================================================= ] 2054/2231 92% [========================================================= ] 2055/2231 92% [========================================================= ] 2056/2231 92% [========================================================= ] 2057/2231 92% [========================================================= ] 2058/2231 92% [========================================================= ] 2059/2231 92% [========================================================= ] 2060/2231 92% [========================================================= ] 2061/2231 92% [========================================================= ] 2062/2231 92% [========================================================= ] 2063/2231 92% [========================================================= ] 2064/2231 92% [========================================================= ] 2065/2231 92% [========================================================= ] 2066/2231 92% [========================================================= ] 2067/2231 92% [========================================================= ] 2068/2231 92% [========================================================= ] 2069/2231 92% [========================================================= ] 2070/2231 92% [========================================================= ] 2071/2231 92% [========================================================= ] 2072/2231 92% [========================================================= ] 2073/2231 92% [========================================================= ] 2074/2231 92% [========================================================= ] 2075/2231 93% [========================================================= ] 2076/2231 93% [========================================================= ] 2077/2231 93% [========================================================= ] 2078/2231 93% [========================================================= ] 2079/2231 93% [========================================================= ] 2080/2231 93% [========================================================= ] 2081/2231 93% [========================================================= ] 2082/2231 93% [========================================================= ] 2083/2231 93% [========================================================= ] 2084/2231 93% [========================================================= ] 2085/2231 93% [========================================================= ] 2086/2231 93% [========================================================= ] 2087/2231 93% [========================================================== ] 2088/2231 93% [========================================================== ] 2089/2231 93% [========================================================== ] 2090/2231 93% [========================================================== ] 2091/2231 93% [========================================================== ] 2092/2231 93% [========================================================== ] 2093/2231 93% [========================================================== ] 2094/2231 93% [========================================================== ] 2095/2231 93% [========================================================== ] 2096/2231 93% [========================================================== ] 2097/2231 93% [========================================================== ] 2098/2231 94% [========================================================== ] 2099/2231 94% [========================================================== ] 2100/2231 94% [========================================================== ] 2101/2231 94% [========================================================== ] 2102/2231 94% [========================================================== ] 2103/2231 94% [========================================================== ] 2104/2231 94% [========================================================== ] 2105/2231 94% [========================================================== ] 2106/2231 94% [========================================================== ] 2107/2231 94% [========================================================== ] 2108/2231 94% [========================================================== ] 2109/2231 94% [========================================================== ] 2110/2231 94% [========================================================== ] 2111/2231 94% [========================================================== ] 2112/2231 94% [========================================================== ] 2113/2231 94% [========================================================== ] 2114/2231 94% [========================================================== ] 2115/2231 94% [========================================================== ] 2116/2231 94% [========================================================== ] 2117/2231 94% [========================================================== ] 2118/2231 94% [========================================================== ] 2119/2231 94% [========================================================== ] 2120/2231 95% [========================================================== ] 2121/2231 95% [========================================================== ] 2122/2231 95% [========================================================== ] 2123/2231 95% [=========================================================== ] 2124/2231 95% [=========================================================== ] 2125/2231 95% [=========================================================== ] 2126/2231 95% [=========================================================== ] 2127/2231 95% [=========================================================== ] 2128/2231 95% [=========================================================== ] 2129/2231 95% [=========================================================== ] 2130/2231 95% [=========================================================== ] 2131/2231 95% [=========================================================== ] 2132/2231 95% [=========================================================== ] 2133/2231 95% [=========================================================== ] 2134/2231 95% [=========================================================== ] 2135/2231 95% [=========================================================== ] 2136/2231 95% [=========================================================== ] 2137/2231 95% [=========================================================== ] 2138/2231 95% [=========================================================== ] 2139/2231 95% [=========================================================== ] 2140/2231 95% [=========================================================== ] 2141/2231 95% [=========================================================== ] 2142/2231 96% [=========================================================== ] 2143/2231 96% [=========================================================== ] 2144/2231 96% [=========================================================== ] 2145/2231 96% [=========================================================== ] 2146/2231 96% [=========================================================== ] 2147/2231 96% [=========================================================== ] 2148/2231 96% [=========================================================== ] 2149/2231 96% [=========================================================== ] 2150/2231 96% [=========================================================== ] 2151/2231 96% [=========================================================== ] 2152/2231 96% [=========================================================== ] 2153/2231 96% [=========================================================== ] 2154/2231 96% [=========================================================== ] 2155/2231 96% [=========================================================== ] 2156/2231 96% [=========================================================== ] 2157/2231 96% [=========================================================== ] 2158/2231 96% [=========================================================== ] 2159/2231 96% [============================================================ ] 2160/2231 96% [============================================================ ] 2161/2231 96% [============================================================ ] 2162/2231 96% [============================================================ ] 2163/2231 96% [============================================================ ] 2164/2231 96% [============================================================ ] 2165/2231 97% [============================================================ ] 2166/2231 97% [============================================================ ] 2167/2231 97% [============================================================ ] 2168/2231 97% [============================================================ ] 2169/2231 97% [============================================================ ] 2170/2231 97% [============================================================ ] 2171/2231 97% [============================================================ ] 2172/2231 97% [============================================================ ] 2173/2231 97% [============================================================ ] 2174/2231 97% [============================================================ ] 2175/2231 97% [============================================================ ] 2176/2231 97% [============================================================ ] 2177/2231 97% [============================================================ ] 2178/2231 97% [============================================================ ] 2179/2231 97% [============================================================ ] 2180/2231 97% [============================================================ ] 2181/2231 97% [============================================================ ] 2182/2231 97% [============================================================ ] 2183/2231 97% [============================================================ ] 2184/2231 97% [============================================================ ] 2185/2231 97% [============================================================ ] 2186/2231 97% [============================================================ ] 2187/2231 98% [============================================================ ] 2188/2231 98% [============================================================ ] 2189/2231 98% [============================================================ ] 2190/2231 98% [============================================================ ] 2191/2231 98% [============================================================ ] 2192/2231 98% [============================================================ ] 2193/2231 98% [============================================================ ] 2194/2231 98% [============================================================ ] 2195/2231 98% [============================================================= ] 2196/2231 98% [============================================================= ] 2197/2231 98% [============================================================= ] 2198/2231 98% [============================================================= ] 2199/2231 98% [============================================================= ] 2200/2231 98% [============================================================= ] 2201/2231 98% [============================================================= ] 2202/2231 98% [============================================================= ] 2203/2231 98% [============================================================= ] 2204/2231 98% [============================================================= ] 2205/2231 98% [============================================================= ] 2206/2231 98% [============================================================= ] 2207/2231 98% [============================================================= ] 2208/2231 98% [============================================================= ] 2209/2231 99% [============================================================= ] 2210/2231 99% [============================================================= ] 2211/2231 99% [============================================================= ] 2212/2231 99% [============================================================= ] 2213/2231 99% [============================================================= ] 2214/2231 99% [============================================================= ] 2215/2231 99% [============================================================= ] 2216/2231 99% [============================================================= ] 2217/2231 99% [============================================================= ] 2218/2231 99% [============================================================= ] 2219/2231 99% [============================================================= ] 2220/2231 99% [============================================================= ] 2221/2231 99% [============================================================= ] 2222/2231 99% [============================================================= ] 2223/2231 99% [============================================================= ] 2224/2231 99% [============================================================= ] 2225/2231 99% [============================================================= ] 2226/2231 99% [============================================================= ] 2227/2231 99% [============================================================= ] 2228/2231 99% [============================================================= ] 2229/2231 99% [============================================================= ] 2230/2231 99% [==============================================================] 2231/2231 100% operation complete, 2231 objects in 40661 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2024.05-905-g0a5260130c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.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.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.49 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.9.8 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 >>> acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> brcm-patchram-plus 15bd6638dd6d3a37d22dbc18059f6d9eb885f057 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bubblewrap 0.9.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 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-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> comix-cursors 0.9.1 Collecting legal info >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dnsmasq 2.90 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> leptonica 1.84.1 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcue 2.3.0 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 8.8.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> nghttp2 1.58.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfribidi 1.0.15 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libkrb5 1.21.2 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> libmpdclient 2.22 Collecting legal info LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-microchip-hss-payload-generator 2023.09 Collecting legal info tools/hss-payload-generator/LICENSE.md: OK (sha256: 0b67b1d44bcad078580fc5d8e9580a48a9466b769db58aeb1631d4c5ef97e08a) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> mpd-mpc 0.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mrouted 4.5 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-mtd 2.2.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> musepack 475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rust-bin 1.79.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-sdbus-cpp 2.0.0 Collecting legal info COPYING: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) COPYING-LGPL-Exception: OK (sha256: a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657) >>> host-systemd 254.13 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 8ccb649d1fc1103e5726612cf303f05d4eb86b7ab46d9f630009dd32e87612e2) >>> host-libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-jinja2 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.5 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-skopeo 1.13.3 Collecting legal info LICENSE: OK (sha256: 716a8b80635c394681e652823e1e42e411ad2d254e1f202403422d74f4b0b106) >>> host-btrfs-progs 6.9.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-go 1.22.5 Collecting legal info >>> host-go-src Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-libgpgme 1.23.2 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libgpg-error 1.49 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-lvm2 2.03.23 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysstat 12.7.5 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tcpreplay 4.4.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> host-uuu 1.5.182 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-tinyxml2 10.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'