find /home/autobuild/autobuild/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-12/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-12/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-518-gf3fa74a8f7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2365 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/2365 0% [ ] 2/2365 0% [ ] 3/2365 0% [ ] 4/2365 0% [ ] 5/2365 0% [ ] 6/2365 0% [ ] 7/2365 0% [ ] 8/2365 0% [ ] 9/2365 0% [ ] 10/2365 0% [ ] 11/2365 0% [ ] 12/2365 0% [ ] 13/2365 0% [ ] 14/2365 0% [ ] 15/2365 0% [ ] 16/2365 0% [ ] 17/2365 0% [ ] 18/2365 0% [ ] 19/2365 0% [ ] 20/2365 0% [ ] 21/2365 0% [ ] 22/2365 0% [ ] 23/2365 0% [ ] 24/2365 1% [ ] 25/2365 1% [ ] 26/2365 1% [ ] 27/2365 1% [ ] 28/2365 1% [ ] 29/2365 1% [ ] 30/2365 1% [ ] 31/2365 1% [ ] 32/2365 1% [ ] 33/2365 1% [ ] 34/2365 1% [ ] 35/2365 1% [ ] 36/2365 1% [ ] 37/2365 1% [ ] 38/2365 1% [= ] 39/2365 1% [= ] 40/2365 1% [= ] 41/2365 1% [= ] 42/2365 1% [= ] 43/2365 1% [= ] 44/2365 1% [= ] 45/2365 1% [= ] 46/2365 1% [= ] 47/2365 1% [= ] 48/2365 2% [= ] 49/2365 2% [= ] 50/2365 2% [= ] 51/2365 2% [= ] 52/2365 2% [= ] 53/2365 2% [= ] 54/2365 2% [= ] 55/2365 2% [= ] 56/2365 2% [= ] 57/2365 2% [= ] 58/2365 2% [= ] 59/2365 2% [= ] 60/2365 2% [= ] 61/2365 2% [= ] 62/2365 2% [= ] 63/2365 2% [= ] 64/2365 2% [= ] 65/2365 2% [= ] 66/2365 2% [= ] 67/2365 2% [= ] 68/2365 2% [= ] 69/2365 2% [= ] 70/2365 2% [= ] 71/2365 3% [= ] 72/2365 3% [= ] 73/2365 3% [= ] 74/2365 3% [= ] 75/2365 3% [= ] 76/2365 3% [== ] 77/2365 3% [== ] 78/2365 3% [== ] 79/2365 3% [== ] 80/2365 3% [== ] 81/2365 3% [== ] 82/2365 3% [== ] 83/2365 3% [== ] 84/2365 3% [== ] 85/2365 3% [== ] 86/2365 3% [== ] 87/2365 3% [== ] 88/2365 3% [== ] 89/2365 3% [== ] 90/2365 3% [== ] 91/2365 3% [== ] 92/2365 3% [== ] 93/2365 3% [== ] 94/2365 3% [== ] 95/2365 4% [== ] 96/2365 4% [== ] 97/2365 4% [== ] 98/2365 4% [== ] 99/2365 4% [== ] 100/2365 4% [== ] 101/2365 4% [== ] 102/2365 4% [== ] 103/2365 4% [== ] 104/2365 4% [== ] 105/2365 4% [== ] 106/2365 4% [== ] 107/2365 4% [== ] 108/2365 4% [== ] 109/2365 4% [== ] 110/2365 4% [== ] 111/2365 4% [== ] 112/2365 4% [== ] 113/2365 4% [== ] 114/2365 4% [=== ] 115/2365 4% [=== ] 116/2365 4% [=== ] 117/2365 4% [=== ] 118/2365 4% [=== ] 119/2365 5% [=== ] 120/2365 5% [=== ] 121/2365 5% [=== ] 122/2365 5% [=== ] 123/2365 5% [=== ] 124/2365 5% [=== ] 125/2365 5% [=== ] 126/2365 5% [=== ] 127/2365 5% [=== ] 128/2365 5% [=== ] 129/2365 5% [=== ] 130/2365 5% [=== ] 131/2365 5% [=== ] 132/2365 5% [=== ] 133/2365 5% [=== ] 134/2365 5% [=== ] 135/2365 5% [=== ] 136/2365 5% [=== ] 137/2365 5% [=== ] 138/2365 5% [=== ] 139/2365 5% [=== ] 140/2365 5% [=== ] 141/2365 5% [=== ] 142/2365 6% [=== ] 143/2365 6% [=== ] 144/2365 6% [=== ] 145/2365 6% [=== ] 146/2365 6% [=== ] 147/2365 6% [=== ] 148/2365 6% [=== ] 149/2365 6% [=== ] 150/2365 6% [=== ] 151/2365 6% [=== ] 152/2365 6% [==== ] 153/2365 6% [==== ] 154/2365 6% [==== ] 155/2365 6% [==== ] 156/2365 6% [==== ] 157/2365 6% [==== ] 158/2365 6% [==== ] 159/2365 6% [==== ] 160/2365 6% [==== ] 161/2365 6% [==== ] 162/2365 6% [==== ] 163/2365 6% [==== ] 164/2365 6% [==== ] 165/2365 6% [==== ] 166/2365 7% [==== ] 167/2365 7% [==== ] 168/2365 7% [==== ] 169/2365 7% [==== ] 170/2365 7% [==== ] 171/2365 7% [==== ] 172/2365 7% [==== ] 173/2365 7% [==== ] 174/2365 7% [==== ] 175/2365 7% [==== ] 176/2365 7% [==== ] 177/2365 7% [==== ] 178/2365 7% [==== ] 179/2365 7% [==== ] 180/2365 7% [==== ] 181/2365 7% [==== ] 182/2365 7% [==== ] 183/2365 7% [==== ] 184/2365 7% [==== ] 185/2365 7% [==== ] 186/2365 7% [==== ] 187/2365 7% [==== ] 188/2365 7% [==== ] 189/2365 7% [==== ] 190/2365 8% [===== ] 191/2365 8% [===== ] 192/2365 8% [===== ] 193/2365 8% [===== ] 194/2365 8% [===== ] 195/2365 8% [===== ] 196/2365 8% [===== ] 197/2365 8% [===== ] 198/2365 8% [===== ] 199/2365 8% [===== ] 200/2365 8% [===== ] 201/2365 8% [===== ] 202/2365 8% [===== ] 203/2365 8% [===== ] 204/2365 8% [===== ] 205/2365 8% [===== ] 206/2365 8% [===== ] 207/2365 8% [===== ] 208/2365 8% [===== ] 209/2365 8% [===== ] 210/2365 8% [===== ] 211/2365 8% [===== ] 212/2365 8% [===== ] 213/2365 9% [===== ] 214/2365 9% [===== ] 215/2365 9% [===== ] 216/2365 9% [===== ] 217/2365 9% [===== ] 218/2365 9% [===== ] 219/2365 9% [===== ] 220/2365 9% [===== ] 221/2365 9% [===== ] 222/2365 9% [===== ] 223/2365 9% [===== ] 224/2365 9% [===== ] 225/2365 9% [===== ] 226/2365 9% [===== ] 227/2365 9% [===== ] 228/2365 9% [====== ] 229/2365 9% [====== ] 230/2365 9% [====== ] 231/2365 9% [====== ] 232/2365 9% [====== ] 233/2365 9% [====== ] 234/2365 9% [====== ] 235/2365 9% [====== ] 236/2365 9% [====== ] 237/2365 10% [====== ] 238/2365 10% [====== ] 239/2365 10% [====== ] 240/2365 10% [====== ] 241/2365 10% [====== ] 242/2365 10% [====== ] 243/2365 10% [====== ] 244/2365 10% [====== ] 245/2365 10% [====== ] 246/2365 10% [====== ] 247/2365 10% [====== ] 248/2365 10% [====== ] 249/2365 10% [====== ] 250/2365 10% [====== ] 251/2365 10% [====== ] 252/2365 10% [====== ] 253/2365 10% [====== ] 254/2365 10% [====== ] 255/2365 10% [====== ] 256/2365 10% [====== ] 257/2365 10% [====== ] 258/2365 10% [====== ] 259/2365 10% [====== ] 260/2365 10% [====== ] 261/2365 11% [====== ] 262/2365 11% [====== ] 263/2365 11% [====== ] 264/2365 11% [====== ] 265/2365 11% [====== ] 266/2365 11% [====== ] 267/2365 11% [======= ] 268/2365 11% [======= ] 269/2365 11% [======= ] 270/2365 11% [======= ] 271/2365 11% [======= ] 272/2365 11% [======= ] 273/2365 11% [======= ] 274/2365 11% [======= ] 275/2365 11% [======= ] 276/2365 11% [======= ] 277/2365 11% [======= ] 278/2365 11% [======= ] 279/2365 11% [======= ] 280/2365 11% [======= ] 281/2365 11% [======= ] 282/2365 11% [======= ] 283/2365 11% [======= ] 284/2365 12% [======= ] 285/2365 12% [======= ] 286/2365 12% [======= ] 287/2365 12% [======= ] 288/2365 12% [======= ] 289/2365 12% [======= ] 290/2365 12% [======= ] 291/2365 12% [======= ] 292/2365 12% [======= ] 293/2365 12% [======= ] 294/2365 12% [======= ] 295/2365 12% [======= ] 296/2365 12% [======= ] 297/2365 12% [======= ] 298/2365 12% [======= ] 299/2365 12% [======= ] 300/2365 12% [======= ] 301/2365 12% [======= ] 302/2365 12% [======= ] 303/2365 12% [======= ] 304/2365 12% [======= ] 305/2365 12% [======== ] 306/2365 12% [======== ] 307/2365 12% [======== ] 308/2365 13% [======== ] 309/2365 13% [======== ] 310/2365 13% [======== ] 311/2365 13% [======== ] 312/2365 13% [======== ] 313/2365 13% [======== ] 314/2365 13% [======== ] 315/2365 13% [======== ] 316/2365 13% [======== ] 317/2365 13% [======== ] 318/2365 13% [======== ] 319/2365 13% [======== ] 320/2365 13% [======== ] 321/2365 13% [======== ] 322/2365 13% [======== ] 323/2365 13% [======== ] 324/2365 13% [======== ] 325/2365 13% [======== ] 326/2365 13% [======== ] 327/2365 13% [======== ] 328/2365 13% [======== ] 329/2365 13% [======== ] 330/2365 13% [======== ] 331/2365 13% [======== ] 332/2365 14% [======== ] 333/2365 14% [======== ] 334/2365 14% [======== ] 335/2365 14% [======== ] 336/2365 14% [======== ] 337/2365 14% [======== ] 338/2365 14% [======== ] 339/2365 14% [======== ] 340/2365 14% [======== ] 341/2365 14% [======== ] 342/2365 14% [======== ] 343/2365 14% [========= ] 344/2365 14% [========= ] 345/2365 14% [========= ] 346/2365 14% [========= ] 347/2365 14% [========= ] 348/2365 14% [========= ] 349/2365 14% [========= ] 350/2365 14% [========= ] 351/2365 14% [========= ] 352/2365 14% [========= ] 353/2365 14% [========= ] 354/2365 14% [========= ] 355/2365 15% [========= ] 356/2365 15% [========= ] 357/2365 15% [========= ] 358/2365 15% [========= ] 359/2365 15% [========= ] 360/2365 15% [========= ] 361/2365 15% [========= ] 362/2365 15% [========= ] 363/2365 15% [========= ] 364/2365 15% [========= ] 365/2365 15% [========= ] 366/2365 15% [========= ] 367/2365 15% [========= ] 368/2365 15% [========= ] 369/2365 15% [========= ] 370/2365 15% [========= ] 371/2365 15% [========= ] 372/2365 15% [========= ] 373/2365 15% [========= ] 374/2365 15% [========= ] 375/2365 15% [========= ] 376/2365 15% [========= ] 377/2365 15% [========= ] 378/2365 15% [========= ] 379/2365 16% [========= ] 380/2365 16% [========= ] 381/2365 16% [========== ] 382/2365 16% [========== ] 383/2365 16% [========== ] 384/2365 16% [========== ] 385/2365 16% [========== ] 386/2365 16% [========== ] 387/2365 16% [========== ] 388/2365 16% [========== ] 389/2365 16% [========== ] 390/2365 16% [========== ] 391/2365 16% [========== ] 392/2365 16% [========== ] 393/2365 16% [========== ] 394/2365 16% [========== ] 395/2365 16% [========== ] 396/2365 16% [========== ] 397/2365 16% [========== ] 398/2365 16% [========== ] 399/2365 16% [========== ] 400/2365 16% [========== ] 401/2365 16% [========== ] 402/2365 16% [========== ] 403/2365 17% [========== ] 404/2365 17% [========== ] 405/2365 17% [========== ] 406/2365 17% [========== ] 407/2365 17% [========== ] 408/2365 17% [========== ] 409/2365 17% [========== ] 410/2365 17% [========== ] 411/2365 17% [========== ] 412/2365 17% [========== ] 413/2365 17% [========== ] 414/2365 17% [========== ] 415/2365 17% [========== ] 416/2365 17% [========== ] 417/2365 17% [========== ] 418/2365 17% [========== ] 419/2365 17% [=========== ] 420/2365 17% [=========== ] 421/2365 17% [=========== ] 422/2365 17% [=========== ] 423/2365 17% [=========== ] 424/2365 17% [=========== ] 425/2365 17% [=========== ] 426/2365 18% [=========== ] 427/2365 18% [=========== ] 428/2365 18% [=========== ] 429/2365 18% [=========== ] 430/2365 18% [=========== ] 431/2365 18% [=========== ] 432/2365 18% [=========== ] 433/2365 18% [=========== ] 434/2365 18% [=========== ] 435/2365 18% [=========== ] 436/2365 18% [=========== ] 437/2365 18% [=========== ] 438/2365 18% [=========== ] 439/2365 18% [=========== ] 440/2365 18% [=========== ] 441/2365 18% [=========== ] 442/2365 18% [=========== ] 443/2365 18% [=========== ] 444/2365 18% [=========== ] 445/2365 18% [=========== ] 446/2365 18% [=========== ] 447/2365 18% [=========== ] 448/2365 18% [=========== ] 449/2365 18% [=========== ] 450/2365 19% [=========== ] 451/2365 19% [=========== ] 452/2365 19% [=========== ] 453/2365 19% [=========== ] 454/2365 19% [=========== ] 455/2365 19% [=========== ] 456/2365 19% [=========== ] 457/2365 19% [============ ] 458/2365 19% [============ ] 459/2365 19% [============ ] 460/2365 19% [============ ] 461/2365 19% [============ ] 462/2365 19% [============ ] 463/2365 19% [============ ] 464/2365 19% [============ ] 465/2365 19% [============ ] 466/2365 19% [============ ] 467/2365 19% [============ ] 468/2365 19% [============ ] 469/2365 19% [============ ] 470/2365 19% [============ ] 471/2365 19% [============ ] 472/2365 19% [============ ] 473/2365 20% [============ ] 474/2365 20% [============ ] 475/2365 20% [============ ] 476/2365 20% [============ ] 477/2365 20% [============ ] 478/2365 20% [============ ] 479/2365 20% [============ ] 480/2365 20% [============ ] 481/2365 20% [============ ] 482/2365 20% [============ ] 483/2365 20% [============ ] 484/2365 20% [============ ] 485/2365 20% [============ ] 486/2365 20% [============ ] 487/2365 20% [============ ] 488/2365 20% [============ ] 489/2365 20% [============ ] 490/2365 20% [============ ] 491/2365 20% [============ ] 492/2365 20% [============ ] 493/2365 20% [============ ] 494/2365 20% [============ ] 495/2365 20% [============= ] 496/2365 20% [============= ] 497/2365 21% [============= ] 498/2365 21% [============= ] 499/2365 21% [============= ] 500/2365 21% [============= ] 501/2365 21% [============= ] 502/2365 21% [============= ] 503/2365 21% [============= ] 504/2365 21% [============= ] 505/2365 21% [============= ] 506/2365 21% [============= ] 507/2365 21% [============= ] 508/2365 21% [============= ] 509/2365 21% [============= ] 510/2365 21% [============= ] 511/2365 21% [============= ] 512/2365 21% [============= ] 513/2365 21% [============= ] 514/2365 21% [============= ] 515/2365 21% [============= ] 516/2365 21% [============= ] 517/2365 21% [============= ] 518/2365 21% [============= ] 519/2365 21% [============= ] 520/2365 21% [============= ] 521/2365 22% [============= ] 522/2365 22% [============= ] 523/2365 22% [============= ] 524/2365 22% [============= ] 525/2365 22% [============= ] 526/2365 22% [============= ] 527/2365 22% [============= ] 528/2365 22% [============= ] 529/2365 22% [============= ] 530/2365 22% [============= ] 531/2365 22% [============= ] 532/2365 22% [============= ] 533/2365 22% [============= ] 534/2365 22% [============== ] 535/2365 22% [============== ] 536/2365 22% [============== ] 537/2365 22% [============== ] 538/2365 22% [============== ] 539/2365 22% [============== ] 540/2365 22% [============== ] 541/2365 22% [============== ] 542/2365 22% [============== ] 543/2365 22% [============== ] 544/2365 23% [============== ] 545/2365 23% [============== ] 546/2365 23% [============== ] 547/2365 23% [============== ] 548/2365 23% [============== ] 549/2365 23% [============== ] 550/2365 23% [============== ] 551/2365 23% [============== ] 552/2365 23% [============== ] 553/2365 23% [============== ] 554/2365 23% [============== ] 555/2365 23% [============== ] 556/2365 23% [============== ] 557/2365 23% [============== ] 558/2365 23% [============== ] 559/2365 23% [============== ] 560/2365 23% [============== ] 561/2365 23% [============== ] 562/2365 23% [============== ] 563/2365 23% [============== ] 564/2365 23% [============== ] 565/2365 23% [============== ] 566/2365 23% [============== ] 567/2365 23% [============== ] 568/2365 24% [============== ] 569/2365 24% [============== ] 570/2365 24% [============== ] 571/2365 24% [============== ] 572/2365 24% [=============== ] 573/2365 24% [=============== ] 574/2365 24% [=============== ] 575/2365 24% [=============== ] 576/2365 24% [=============== ] 577/2365 24% [=============== ] 578/2365 24% [=============== ] 579/2365 24% [=============== ] 580/2365 24% [=============== ] 581/2365 24% [=============== ] 582/2365 24% [=============== ] 583/2365 24% [=============== ] 584/2365 24% [=============== ] 585/2365 24% [=============== ] 586/2365 24% [=============== ] 587/2365 24% [=============== ] 588/2365 24% [=============== ] 589/2365 24% [=============== ] 590/2365 24% [=============== ] 591/2365 24% [=============== ] 592/2365 25% [=============== ] 593/2365 25% [=============== ] 594/2365 25% [=============== ] 595/2365 25% [=============== ] 596/2365 25% [=============== ] 597/2365 25% [=============== ] 598/2365 25% [=============== ] 599/2365 25% [=============== ] 600/2365 25% [=============== ] 601/2365 25% [=============== ] 602/2365 25% [=============== ] 603/2365 25% [=============== ] 604/2365 25% [=============== ] 605/2365 25% [=============== ] 606/2365 25% [=============== ] 607/2365 25% [=============== ] 608/2365 25% [=============== ] 609/2365 25% [=============== ] 610/2365 25% [================ ] 611/2365 25% [================ ] 612/2365 25% [================ ] 613/2365 25% [================ ] 614/2365 25% [================ ] 615/2365 26% [================ ] 616/2365 26% [================ ] 617/2365 26% [================ ] 618/2365 26% [================ ] 619/2365 26% [================ ] 620/2365 26% [================ ] 621/2365 26% [================ ] 622/2365 26% [================ ] 623/2365 26% [================ ] 624/2365 26% [================ ] 625/2365 26% [================ ] 626/2365 26% [================ ] 627/2365 26% [================ ] 628/2365 26% [================ ] 629/2365 26% [================ ] 630/2365 26% [================ ] 631/2365 26% [================ ] 632/2365 26% [================ ] 633/2365 26% [================ ] 634/2365 26% [================ ] 635/2365 26% [================ ] 636/2365 26% [================ ] 637/2365 26% [================ ] 638/2365 26% [================ ] 639/2365 27% [================ ] 640/2365 27% [================ ] 641/2365 27% [================ ] 642/2365 27% [================ ] 643/2365 27% [================ ] 644/2365 27% [================ ] 645/2365 27% [================ ] 646/2365 27% [================ ] 647/2365 27% [================ ] 648/2365 27% [================= ] 649/2365 27% [================= ] 650/2365 27% [================= ] 651/2365 27% [================= ] 652/2365 27% [================= ] 653/2365 27% [================= ] 654/2365 27% [================= ] 655/2365 27% [================= ] 656/2365 27% [================= ] 657/2365 27% [================= ] 658/2365 27% [================= ] 659/2365 27% [================= ] 660/2365 27% [================= ] 661/2365 27% [================= ] 662/2365 27% [================= ] 663/2365 28% [================= ] 664/2365 28% [================= ] 665/2365 28% [================= ] 666/2365 28% [================= ] 667/2365 28% [================= ] 668/2365 28% [================= ] 669/2365 28% [================= ] 670/2365 28% [================= ] 671/2365 28% [================= ] 672/2365 28% [================= ] 673/2365 28% [================= ] 674/2365 28% [================= ] 675/2365 28% [================= ] 676/2365 28% [================= ] 677/2365 28% [================= ] 678/2365 28% [================= ] 679/2365 28% [================= ] 680/2365 28% [================= ] 681/2365 28% [================= ] 682/2365 28% [================= ] 683/2365 28% [================= ] 684/2365 28% [================= ] 685/2365 28% [================= ] 686/2365 29% [================== ] 687/2365 29% [================== ] 688/2365 29% [================== ] 689/2365 29% [================== ] 690/2365 29% [================== ] 691/2365 29% [================== ] 692/2365 29% [================== ] 693/2365 29% [================== ] 694/2365 29% [================== ] 695/2365 29% [================== ] 696/2365 29% [================== ] 697/2365 29% [================== ] 698/2365 29% [================== ] 699/2365 29% [================== ] 700/2365 29% [================== ] 701/2365 29% [================== ] 702/2365 29% [================== ] 703/2365 29% [================== ] 704/2365 29% [================== ] 705/2365 29% [================== ] 706/2365 29% [================== ] 707/2365 29% [================== ] 708/2365 29% [================== ] 709/2365 29% [================== ] 710/2365 30% [================== ] 711/2365 30% [================== ] 712/2365 30% [================== ] 713/2365 30% [================== ] 714/2365 30% [================== ] 715/2365 30% [================== ] 716/2365 30% [================== ] 717/2365 30% [================== ] 718/2365 30% [================== ] 719/2365 30% [================== ] 720/2365 30% [================== ] 721/2365 30% [================== ] 722/2365 30% [================== ] 723/2365 30% [================== ] 724/2365 30% [=================== ] 725/2365 30% [=================== ] 726/2365 30% [=================== ] 727/2365 30% [=================== ] 728/2365 30% [=================== ] 729/2365 30% [=================== ] 730/2365 30% [=================== ] 731/2365 30% [=================== ] 732/2365 30% [=================== ] 733/2365 30% [=================== ] 734/2365 31% [=================== ] 735/2365 31% [=================== ] 736/2365 31% [=================== ] 737/2365 31% [=================== ] 738/2365 31% [=================== ] 739/2365 31% [=================== ] 740/2365 31% [=================== ] 741/2365 31% [=================== ] 742/2365 31% [=================== ] 743/2365 31% [=================== ] 744/2365 31% [=================== ] 745/2365 31% [=================== ] 746/2365 31% [=================== ] 747/2365 31% [=================== ] 748/2365 31% [=================== ] 749/2365 31% [=================== ] 750/2365 31% [=================== ] 751/2365 31% [=================== ] 752/2365 31% [=================== ] 753/2365 31% [=================== ] 754/2365 31% [=================== ] 755/2365 31% [=================== ] 756/2365 31% [=================== ] 757/2365 32% [=================== ] 758/2365 32% [=================== ] 759/2365 32% [=================== ] 760/2365 32% [=================== ] 761/2365 32% [=================== ] 762/2365 32% [==================== ] 763/2365 32% [==================== ] 764/2365 32% [==================== ] 765/2365 32% [==================== ] 766/2365 32% [==================== ] 767/2365 32% [==================== ] 768/2365 32% [==================== ] 769/2365 32% [==================== ] 770/2365 32% [==================== ] 771/2365 32% [==================== ] 772/2365 32% [==================== ] 773/2365 32% [==================== ] 774/2365 32% [==================== ] 775/2365 32% [==================== ] 776/2365 32% [==================== ] 777/2365 32% [==================== ] 778/2365 32% [==================== ] 779/2365 32% [==================== ] 780/2365 32% [==================== ] 781/2365 33% [==================== ] 782/2365 33% [==================== ] 783/2365 33% [==================== ] 784/2365 33% [==================== ] 785/2365 33% [==================== ] 786/2365 33% [==================== ] 787/2365 33% [==================== ] 788/2365 33% [==================== ] 789/2365 33% [==================== ] 790/2365 33% [==================== ] 791/2365 33% [==================== ] 792/2365 33% [==================== ] 793/2365 33% [==================== ] 794/2365 33% [==================== ] 795/2365 33% [==================== ] 796/2365 33% [==================== ] 797/2365 33% [==================== ] 798/2365 33% [==================== ] 799/2365 33% [==================== ] 800/2365 33% [==================== ] 801/2365 33% [===================== ] 802/2365 33% [===================== ] 803/2365 33% [===================== ] 804/2365 33% [===================== ] 805/2365 34% [===================== ] 806/2365 34% [===================== ] 807/2365 34% [===================== ] 808/2365 34% [===================== ] 809/2365 34% [===================== ] 810/2365 34% [===================== ] 811/2365 34% [===================== ] 812/2365 34% [===================== ] 813/2365 34% [===================== ] 814/2365 34% [===================== ] 815/2365 34% [===================== ] 816/2365 34% [===================== ] 817/2365 34% [===================== ] 818/2365 34% [===================== ] 819/2365 34% [===================== ] 820/2365 34% [===================== ] 821/2365 34% [===================== ] 822/2365 34% [===================== ] 823/2365 34% [===================== ] 824/2365 34% [===================== ] 825/2365 34% [===================== ] 826/2365 34% [===================== ] 827/2365 34% [===================== ] 828/2365 35% [===================== ] 829/2365 35% [===================== ] 830/2365 35% [===================== ] 831/2365 35% [===================== ] 832/2365 35% [===================== ] 833/2365 35% [===================== ] 834/2365 35% [===================== ] 835/2365 35% [===================== ] 836/2365 35% [===================== ] 837/2365 35% [===================== ] 838/2365 35% [===================== ] 839/2365 35% [====================== ] 840/2365 35% [====================== ] 841/2365 35% [====================== ] 842/2365 35% [====================== ] 843/2365 35% [====================== ] 844/2365 35% [====================== ] 845/2365 35% [====================== ] 846/2365 35% [====================== ] 847/2365 35% [====================== ] 848/2365 35% [====================== ] 849/2365 35% [====================== ] 850/2365 35% [====================== ] 851/2365 35% [====================== ] 852/2365 36% [====================== ] 853/2365 36% [====================== ] 854/2365 36% [====================== ] 855/2365 36% [====================== ] 856/2365 36% [====================== ] 857/2365 36% [====================== ] 858/2365 36% [====================== ] 859/2365 36% [====================== ] 860/2365 36% [====================== ] 861/2365 36% [====================== ] 862/2365 36% [====================== ] 863/2365 36% [====================== ] 864/2365 36% [====================== ] 865/2365 36% [====================== ] 866/2365 36% [====================== ] 867/2365 36% [====================== ] 868/2365 36% [====================== ] 869/2365 36% [====================== ] 870/2365 36% [====================== ] 871/2365 36% [====================== ] 872/2365 36% [====================== ] 873/2365 36% [====================== ] 874/2365 36% [====================== ] 875/2365 36% [====================== ] 876/2365 37% [====================== ] 877/2365 37% [======================= ] 878/2365 37% [======================= ] 879/2365 37% [======================= ] 880/2365 37% [======================= ] 881/2365 37% [======================= ] 882/2365 37% [======================= ] 883/2365 37% [======================= ] 884/2365 37% [======================= ] 885/2365 37% [======================= ] 886/2365 37% [======================= ] 887/2365 37% [======================= ] 888/2365 37% [======================= ] 889/2365 37% [======================= ] 890/2365 37% [======================= ] 891/2365 37% [======================= ] 892/2365 37% [======================= ] 893/2365 37% [======================= ] 894/2365 37% [======================= ] 895/2365 37% [======================= ] 896/2365 37% [======================= ] 897/2365 37% [======================= ] 898/2365 37% [======================= ] 899/2365 38% [======================= ] 900/2365 38% [======================= ] 901/2365 38% [======================= ] 902/2365 38% [======================= ] 903/2365 38% [======================= ] 904/2365 38% [======================= ] 905/2365 38% [======================= ] 906/2365 38% [======================= ] 907/2365 38% [======================= ] 908/2365 38% [======================= ] 909/2365 38% [======================= ] 910/2365 38% [======================= ] 911/2365 38% [======================= ] 912/2365 38% [======================= ] 913/2365 38% [======================= ] 914/2365 38% [======================= ] 915/2365 38% [======================== ] 916/2365 38% [======================== ] 917/2365 38% [======================== ] 918/2365 38% [======================== ] 919/2365 38% [======================== ] 920/2365 38% [======================== ] 921/2365 38% [======================== ] 922/2365 38% [======================== ] 923/2365 39% [======================== ] 924/2365 39% [======================== ] 925/2365 39% [======================== ] 926/2365 39% [======================== ] 927/2365 39% [======================== ] 928/2365 39% [======================== ] 929/2365 39% [======================== ] 930/2365 39% [======================== ] 931/2365 39% [======================== ] 932/2365 39% [======================== ] 933/2365 39% [======================== ] 934/2365 39% [======================== ] 935/2365 39% [======================== ] 936/2365 39% [======================== ] 937/2365 39% [======================== ] 938/2365 39% [======================== ] 939/2365 39% [======================== ] 940/2365 39% [======================== ] 941/2365 39% [======================== ] 942/2365 39% [======================== ] 943/2365 39% [======================== ] 944/2365 39% [======================== ] 945/2365 39% [======================== ] 946/2365 40% [======================== ] 947/2365 40% [======================== ] 948/2365 40% [======================== ] 949/2365 40% [======================== ] 950/2365 40% [======================== ] 951/2365 40% [======================== ] 952/2365 40% [======================== ] 953/2365 40% [========================= ] 954/2365 40% [========================= ] 955/2365 40% [========================= ] 956/2365 40% [========================= ] 957/2365 40% [========================= ] 958/2365 40% [========================= ] 959/2365 40% [========================= ] 960/2365 40% [========================= ] 961/2365 40% [========================= ] 962/2365 40% [========================= ] 963/2365 40% [========================= ] 964/2365 40% [========================= ] 965/2365 40% [========================= ] 966/2365 40% [========================= ] 967/2365 40% [========================= ] 968/2365 40% [========================= ] 969/2365 40% [========================= ] 970/2365 41% [========================= ] 971/2365 41% [========================= ] 972/2365 41% [========================= ] 973/2365 41% [========================= ] 974/2365 41% [========================= ] 975/2365 41% [========================= ] 976/2365 41% [========================= ] 977/2365 41% [========================= ] 978/2365 41% [========================= ] 979/2365 41% [========================= ] 980/2365 41% [========================= ] 981/2365 41% [========================= ] 982/2365 41% [========================= ] 983/2365 41% [========================= ] 984/2365 41% [========================= ] 985/2365 41% [========================= ] 986/2365 41% [========================= ] 987/2365 41% [========================= ] 988/2365 41% [========================= ] 989/2365 41% [========================= ] 990/2365 41% [========================= ] 991/2365 41% [========================== ] 992/2365 41% [========================== ] 993/2365 41% [========================== ] 994/2365 42% [========================== ] 995/2365 42% [========================== ] 996/2365 42% [========================== ] 997/2365 42% [========================== ] 998/2365 42% [========================== ] 999/2365 42% [========================== ] 1000/2365 42% [========================== ] 1001/2365 42% [========================== ] 1002/2365 42% [========================== ] 1003/2365 42% [========================== ] 1004/2365 42% [========================== ] 1005/2365 42% [========================== ] 1006/2365 42% [========================== ] 1007/2365 42% [========================== ] 1008/2365 42% [========================== ] 1009/2365 42% [========================== ] 1010/2365 42% [========================== ] 1011/2365 42% [========================== ] 1012/2365 42% [========================== ] 1013/2365 42% [========================== ] 1014/2365 42% [========================== ] 1015/2365 42% [========================== ] 1016/2365 42% [========================== ] 1017/2365 43% [========================== ] 1018/2365 43% [========================== ] 1019/2365 43% [========================== ] 1020/2365 43% [========================== ] 1021/2365 43% [========================== ] 1022/2365 43% [========================== ] 1023/2365 43% [========================== ] 1024/2365 43% [========================== ] 1025/2365 43% [========================== ] 1026/2365 43% [========================== ] 1027/2365 43% [========================== ] 1028/2365 43% [========================== ] 1029/2365 43% [=========================== ] 1030/2365 43% [=========================== ] 1031/2365 43% [=========================== ] 1032/2365 43% [=========================== ] 1033/2365 43% [=========================== ] 1034/2365 43% [=========================== ] 1035/2365 43% [=========================== ] 1036/2365 43% [=========================== ] 1037/2365 43% [=========================== ] 1038/2365 43% [=========================== ] 1039/2365 43% [=========================== ] 1040/2365 43% [=========================== ] 1041/2365 44% [=========================== ] 1042/2365 44% [=========================== ] 1043/2365 44% [=========================== ] 1044/2365 44% [=========================== ] 1045/2365 44% [=========================== ] 1046/2365 44% [=========================== ] 1047/2365 44% [=========================== ] 1048/2365 44% [=========================== ] 1049/2365 44% [=========================== ] 1050/2365 44% [=========================== ] 1051/2365 44% [=========================== ] 1052/2365 44% [=========================== ] 1053/2365 44% [=========================== ] 1054/2365 44% [=========================== ] 1055/2365 44% [=========================== ] 1056/2365 44% [=========================== ] 1057/2365 44% [=========================== ] 1058/2365 44% [=========================== ] 1059/2365 44% [=========================== ] 1060/2365 44% [=========================== ] 1061/2365 44% [=========================== ] 1062/2365 44% [=========================== ] 1063/2365 44% [=========================== ] 1064/2365 44% [=========================== ] 1065/2365 45% [=========================== ] 1066/2365 45% [=========================== ] 1067/2365 45% [=========================== ] 1068/2365 45% [============================ ] 1069/2365 45% [============================ ] 1070/2365 45% [============================ ] 1071/2365 45% [============================ ] 1072/2365 45% [============================ ] 1073/2365 45% [============================ ] 1074/2365 45% [============================ ] 1075/2365 45% [============================ ] 1076/2365 45% [============================ ] 1077/2365 45% [============================ ] 1078/2365 45% [============================ ] 1079/2365 45% [============================ ] 1080/2365 45% [============================ ] 1081/2365 45% [============================ ] 1082/2365 45% [============================ ] 1083/2365 45% [============================ ] 1084/2365 45% [============================ ] 1085/2365 45% [============================ ] 1086/2365 45% [============================ ] 1087/2365 45% [============================ ] 1088/2365 46% [============================ ] 1089/2365 46% [============================ ] 1090/2365 46% [============================ ] 1091/2365 46% [============================ ] 1092/2365 46% [============================ ] 1093/2365 46% [============================ ] 1094/2365 46% [============================ ] 1095/2365 46% [============================ ] 1096/2365 46% [============================ ] 1097/2365 46% [============================ ] 1098/2365 46% [============================ ] 1099/2365 46% [============================ ] 1100/2365 46% [============================ ] 1101/2365 46% [============================ ] 1102/2365 46% [============================ ] 1103/2365 46% [============================ ] 1104/2365 46% [============================ ] 1105/2365 46% [============================ ] 1106/2365 46% [============================= ] 1107/2365 46% [============================= ] 1108/2365 46% [============================= ] 1109/2365 46% [============================= ] 1110/2365 46% [============================= ] 1111/2365 46% [============================= ] 1112/2365 47% [============================= ] 1113/2365 47% [============================= ] 1114/2365 47% [============================= ] 1115/2365 47% [============================= ] 1116/2365 47% [============================= ] 1117/2365 47% [============================= ] 1118/2365 47% [============================= ] 1119/2365 47% [============================= ] 1120/2365 47% [============================= ] 1121/2365 47% [============================= ] 1122/2365 47% [============================= ] 1123/2365 47% [============================= ] 1124/2365 47% [============================= ] 1125/2365 47% [============================= ] 1126/2365 47% [============================= ] 1127/2365 47% [============================= ] 1128/2365 47% [============================= ] 1129/2365 47% [============================= ] 1130/2365 47% [============================= ] 1131/2365 47% [============================= ] 1132/2365 47% [============================= ] 1133/2365 47% [============================= ] 1134/2365 47% [============================= ] 1135/2365 47% [============================= ] 1136/2365 48% [============================= ] 1137/2365 48% [============================= ] 1138/2365 48% [============================= ] 1139/2365 48% [============================= ] 1140/2365 48% [============================= ] 1141/2365 48% [============================= ] 1142/2365 48% [============================= ] 1143/2365 48% [============================= ] 1144/2365 48% [============================== ] 1145/2365 48% [============================== ] 1146/2365 48% [============================== ] 1147/2365 48% [============================== ] 1148/2365 48% [============================== ] 1149/2365 48% [============================== ] 1150/2365 48% [============================== ] 1151/2365 48% [============================== ] 1152/2365 48% [============================== ] 1153/2365 48% [============================== ] 1154/2365 48% [============================== ] 1155/2365 48% [============================== ] 1156/2365 48% [============================== ] 1157/2365 48% [============================== ] 1158/2365 48% [============================== ] 1159/2365 49% [============================== ] 1160/2365 49% [============================== ] 1161/2365 49% [============================== ] 1162/2365 49% [============================== ] 1163/2365 49% [============================== ] 1164/2365 49% [============================== ] 1165/2365 49% [============================== ] 1166/2365 49% [============================== ] 1167/2365 49% [============================== ] 1168/2365 49% [============================== ] 1169/2365 49% [============================== ] 1170/2365 49% [============================== ] 1171/2365 49% [============================== ] 1172/2365 49% [============================== ] 1173/2365 49% [============================== ] 1174/2365 49% [============================== ] 1175/2365 49% [============================== ] 1176/2365 49% [============================== ] 1177/2365 49% [============================== ] 1178/2365 49% [============================== ] 1179/2365 49% [============================== ] 1180/2365 49% [============================== ] 1181/2365 49% [============================== ] 1182/2365 49% [=============================== ] 1183/2365 50% [=============================== ] 1184/2365 50% [=============================== ] 1185/2365 50% [=============================== ] 1186/2365 50% [=============================== ] 1187/2365 50% [=============================== ] 1188/2365 50% [=============================== ] 1189/2365 50% [=============================== ] 1190/2365 50% [=============================== ] 1191/2365 50% [=============================== ] 1192/2365 50% [=============================== ] 1193/2365 50% [=============================== ] 1194/2365 50% [=============================== ] 1195/2365 50% [=============================== ] 1196/2365 50% [=============================== ] 1197/2365 50% [=============================== ] 1198/2365 50% [=============================== ] 1199/2365 50% [=============================== ] 1200/2365 50% [=============================== ] 1201/2365 50% [=============================== ] 1202/2365 50% [=============================== ] 1203/2365 50% [=============================== ] 1204/2365 50% [=============================== ] 1205/2365 50% [=============================== ] 1206/2365 50% [=============================== ] 1207/2365 51% [=============================== ] 1208/2365 51% [=============================== ] 1209/2365 51% [=============================== ] 1210/2365 51% [=============================== ] 1211/2365 51% [=============================== ] 1212/2365 51% [=============================== ] 1213/2365 51% [=============================== ] 1214/2365 51% [=============================== ] 1215/2365 51% [=============================== ] 1216/2365 51% [=============================== ] 1217/2365 51% [=============================== ] 1218/2365 51% [=============================== ] 1219/2365 51% [=============================== ] 1220/2365 51% [================================ ] 1221/2365 51% [================================ ] 1222/2365 51% [================================ ] 1223/2365 51% [================================ ] 1224/2365 51% [================================ ] 1225/2365 51% [================================ ] 1226/2365 51% [================================ ] 1227/2365 51% [================================ ] 1228/2365 51% [================================ ] 1229/2365 51% [================================ ] 1230/2365 52% [================================ ] 1231/2365 52% [================================ ] 1232/2365 52% [================================ ] 1233/2365 52% [================================ ] 1234/2365 52% [================================ ] 1235/2365 52% [================================ ] 1236/2365 52% [================================ ] 1237/2365 52% [================================ ] 1238/2365 52% [================================ ] 1239/2365 52% [================================ ] 1240/2365 52% [================================ ] 1241/2365 52% [================================ ] 1242/2365 52% [================================ ] 1243/2365 52% [================================ ] 1244/2365 52% [================================ ] 1245/2365 52% [================================ ] 1246/2365 52% [================================ ] 1247/2365 52% [================================ ] 1248/2365 52% [================================ ] 1249/2365 52% [================================ ] 1250/2365 52% [================================ ] 1251/2365 52% [================================ ] 1252/2365 52% [================================ ] 1253/2365 52% [================================ ] 1254/2365 53% [================================ ] 1255/2365 53% [================================ ] 1256/2365 53% [================================ ] 1257/2365 53% [================================ ] 1258/2365 53% [================================= ] 1259/2365 53% [================================= ] 1260/2365 53% [================================= ] 1261/2365 53% [================================= ] 1262/2365 53% [================================= ] 1263/2365 53% [================================= ] 1264/2365 53% [================================= ] 1265/2365 53% [================================= ] 1266/2365 53% [================================= ] 1267/2365 53% [================================= ] 1268/2365 53% [================================= ] 1269/2365 53% [================================= ] 1270/2365 53% [================================= ] 1271/2365 53% [================================= ] 1272/2365 53% [================================= ] 1273/2365 53% [================================= ] 1274/2365 53% [================================= ] 1275/2365 53% [================================= ] 1276/2365 53% [================================= ] 1277/2365 53% [================================= ] 1278/2365 54% [================================= ] 1279/2365 54% [================================= ] 1280/2365 54% [================================= ] 1281/2365 54% [================================= ] 1282/2365 54% [================================= ] 1283/2365 54% [================================= ] 1284/2365 54% [================================= ] 1285/2365 54% [================================= ] 1286/2365 54% [================================= ] 1287/2365 54% [================================= ] 1288/2365 54% [================================= ] 1289/2365 54% [================================= ] 1290/2365 54% [================================= ] 1291/2365 54% [================================= ] 1292/2365 54% [================================= ] 1293/2365 54% [================================= ] 1294/2365 54% [================================= ] 1295/2365 54% [================================= ] 1296/2365 54% [================================== ] 1297/2365 54% [================================== ] 1298/2365 54% [================================== ] 1299/2365 54% [================================== ] 1300/2365 54% [================================== ] 1301/2365 55% [================================== ] 1302/2365 55% [================================== ] 1303/2365 55% [================================== ] 1304/2365 55% [================================== ] 1305/2365 55% [================================== ] 1306/2365 55% [================================== ] 1307/2365 55% [================================== ] 1308/2365 55% [================================== ] 1309/2365 55% [================================== ] 1310/2365 55% [================================== ] 1311/2365 55% [================================== ] 1312/2365 55% [================================== ] 1313/2365 55% [================================== ] 1314/2365 55% [================================== ] 1315/2365 55% [================================== ] 1316/2365 55% [================================== ] 1317/2365 55% [================================== ] 1318/2365 55% [================================== ] 1319/2365 55% [================================== ] 1320/2365 55% [================================== ] 1321/2365 55% [================================== ] 1322/2365 55% [================================== ] 1323/2365 55% [================================== ] 1324/2365 55% [================================== ] 1325/2365 56% [================================== ] 1326/2365 56% [================================== ] 1327/2365 56% [================================== ] 1328/2365 56% [================================== ] 1329/2365 56% [================================== ] 1330/2365 56% [================================== ] 1331/2365 56% [================================== ] 1332/2365 56% [================================== ] 1333/2365 56% [================================== ] 1334/2365 56% [================================== ] 1335/2365 56% [=================================== ] 1336/2365 56% [=================================== ] 1337/2365 56% [=================================== ] 1338/2365 56% [=================================== ] 1339/2365 56% [=================================== ] 1340/2365 56% [=================================== ] 1341/2365 56% [=================================== ] 1342/2365 56% [=================================== ] 1343/2365 56% [=================================== ] 1344/2365 56% [=================================== ] 1345/2365 56% [=================================== ] 1346/2365 56% [=================================== ] 1347/2365 56% [=================================== ] 1348/2365 56% [=================================== ] 1349/2365 57% [=================================== ] 1350/2365 57% [=================================== ] 1351/2365 57% [=================================== ] 1352/2365 57% [=================================== ] 1353/2365 57% [=================================== ] 1354/2365 57% [=================================== ] 1355/2365 57% [=================================== ] 1356/2365 57% [=================================== ] 1357/2365 57% [=================================== ] 1358/2365 57% [=================================== ] 1359/2365 57% [=================================== ] 1360/2365 57% [=================================== ] 1361/2365 57% [=================================== ] 1362/2365 57% [=================================== ] 1363/2365 57% [=================================== ] 1364/2365 57% [=================================== ] 1365/2365 57% [=================================== ] 1366/2365 57% [=================================== ] 1367/2365 57% [=================================== ] 1368/2365 57% [=================================== ] 1369/2365 57% [=================================== ] 1370/2365 57% [=================================== ] 1371/2365 57% [=================================== ] 1372/2365 58% [=================================== ] 1373/2365 58% [==================================== ] 1374/2365 58% [==================================== ] 1375/2365 58% [==================================== ] 1376/2365 58% [==================================== ] 1377/2365 58% [==================================== ] 1378/2365 58% [==================================== ] 1379/2365 58% [==================================== ] 1380/2365 58% [==================================== ] 1381/2365 58% [==================================== ] 1382/2365 58% [==================================== ] 1383/2365 58% [==================================== ] 1384/2365 58% [==================================== ] 1385/2365 58% [==================================== ] 1386/2365 58% [==================================== ] 1387/2365 58% [==================================== ] 1388/2365 58% [==================================== ] 1389/2365 58% [==================================== ] 1390/2365 58% [==================================== ] 1391/2365 58% [==================================== ] 1392/2365 58% [==================================== ] 1393/2365 58% [==================================== ] 1394/2365 58% [==================================== ] 1395/2365 58% [==================================== ] 1396/2365 59% [==================================== ] 1397/2365 59% [==================================== ] 1398/2365 59% [==================================== ] 1399/2365 59% [==================================== ] 1400/2365 59% [==================================== ] 1401/2365 59% [==================================== ] 1402/2365 59% [==================================== ] 1403/2365 59% [==================================== ] 1404/2365 59% [==================================== ] 1405/2365 59% [==================================== ] 1406/2365 59% [==================================== ] 1407/2365 59% [==================================== ] 1408/2365 59% [==================================== ] 1409/2365 59% [==================================== ] 1410/2365 59% [==================================== ] 1411/2365 59% [===================================== ] 1412/2365 59% [===================================== ] 1413/2365 59% [===================================== ] 1414/2365 59% [===================================== ] 1415/2365 59% [===================================== ] 1416/2365 59% [===================================== ] 1417/2365 59% [===================================== ] 1418/2365 59% [===================================== ] 1419/2365 60% [===================================== ] 1420/2365 60% [===================================== ] 1421/2365 60% [===================================== ] 1422/2365 60% [===================================== ] 1423/2365 60% [===================================== ] 1424/2365 60% [===================================== ] 1425/2365 60% [===================================== ] 1426/2365 60% [===================================== ] 1427/2365 60% [===================================== ] 1428/2365 60% [===================================== ] 1429/2365 60% [===================================== ] 1430/2365 60% [===================================== ] 1431/2365 60% [===================================== ] 1432/2365 60% [===================================== ] 1433/2365 60% [===================================== ] 1434/2365 60% [===================================== ] 1435/2365 60% [===================================== ] 1436/2365 60% [===================================== ] 1437/2365 60% [===================================== ] 1438/2365 60% [===================================== ] 1439/2365 60% [===================================== ] 1440/2365 60% [===================================== ] 1441/2365 60% [===================================== ] 1442/2365 60% [===================================== ] 1443/2365 61% [===================================== ] 1444/2365 61% [===================================== ] 1445/2365 61% [===================================== ] 1446/2365 61% [===================================== ] 1447/2365 61% [===================================== ] 1448/2365 61% [===================================== ] 1449/2365 61% [====================================== ] 1450/2365 61% [====================================== ] 1451/2365 61% [====================================== ] 1452/2365 61% [====================================== ] 1453/2365 61% [====================================== ] 1454/2365 61% [====================================== ] 1455/2365 61% [====================================== ] 1456/2365 61% [====================================== ] 1457/2365 61% [====================================== ] 1458/2365 61% [====================================== ] 1459/2365 61% [====================================== ] 1460/2365 61% [====================================== ] 1461/2365 61% [====================================== ] 1462/2365 61% [====================================== ] 1463/2365 61% [====================================== ] 1464/2365 61% [====================================== ] 1465/2365 61% [====================================== ] 1466/2365 61% [====================================== ] 1467/2365 62% [====================================== ] 1468/2365 62% [====================================== ] 1469/2365 62% [====================================== ] 1470/2365 62% [====================================== ] 1471/2365 62% [====================================== ] 1472/2365 62% [====================================== ] 1473/2365 62% [====================================== ] 1474/2365 62% [====================================== ] 1475/2365 62% [====================================== ] 1476/2365 62% [====================================== ] 1477/2365 62% [====================================== ] 1478/2365 62% [====================================== ] 1479/2365 62% [====================================== ] 1480/2365 62% [====================================== ] 1481/2365 62% [====================================== ] 1482/2365 62% [====================================== ] 1483/2365 62% [====================================== ] 1484/2365 62% [====================================== ] 1485/2365 62% [====================================== ] 1486/2365 62% [====================================== ] 1487/2365 62% [======================================= ] 1488/2365 62% [======================================= ] 1489/2365 62% [======================================= ] 1490/2365 63% [======================================= ] 1491/2365 63% [======================================= ] 1492/2365 63% [======================================= ] 1493/2365 63% [======================================= ] 1494/2365 63% [======================================= ] 1495/2365 63% [======================================= ] 1496/2365 63% [======================================= ] 1497/2365 63% [======================================= ] 1498/2365 63% [======================================= ] 1499/2365 63% [======================================= ] 1500/2365 63% [======================================= ] 1501/2365 63% [======================================= ] 1502/2365 63% [======================================= ] 1503/2365 63% [======================================= ] 1504/2365 63% [======================================= ] 1505/2365 63% [======================================= ] 1506/2365 63% [======================================= ] 1507/2365 63% [======================================= ] 1508/2365 63% [======================================= ] 1509/2365 63% [======================================= ] 1510/2365 63% [======================================= ] 1511/2365 63% [======================================= ] 1512/2365 63% [======================================= ] 1513/2365 63% [======================================= ] 1514/2365 64% [======================================= ] 1515/2365 64% [======================================= ] 1516/2365 64% [======================================= ] 1517/2365 64% [======================================= ] 1518/2365 64% [======================================= ] 1519/2365 64% [======================================= ] 1520/2365 64% [======================================= ] 1521/2365 64% [======================================= ] 1522/2365 64% [======================================= ] 1523/2365 64% [======================================= ] 1524/2365 64% [======================================= ] 1525/2365 64% [======================================== ] 1526/2365 64% [======================================== ] 1527/2365 64% [======================================== ] 1528/2365 64% [======================================== ] 1529/2365 64% [======================================== ] 1530/2365 64% [======================================== ] 1531/2365 64% [======================================== ] 1532/2365 64% [======================================== ] 1533/2365 64% [======================================== ] 1534/2365 64% [======================================== ] 1535/2365 64% [======================================== ] 1536/2365 64% [======================================== ] 1537/2365 64% [======================================== ] 1538/2365 65% [======================================== ] 1539/2365 65% [======================================== ] 1540/2365 65% [======================================== ] 1541/2365 65% [======================================== ] 1542/2365 65% [======================================== ] 1543/2365 65% [======================================== ] 1544/2365 65% [======================================== ] 1545/2365 65% [======================================== ] 1546/2365 65% [======================================== ] 1547/2365 65% [======================================== ] 1548/2365 65% [======================================== ] 1549/2365 65% [======================================== ] 1550/2365 65% [======================================== ] 1551/2365 65% [======================================== ] 1552/2365 65% [======================================== ] 1553/2365 65% [======================================== ] 1554/2365 65% [======================================== ] 1555/2365 65% [======================================== ] 1556/2365 65% [======================================== ] 1557/2365 65% [======================================== ] 1558/2365 65% [======================================== ] 1559/2365 65% [======================================== ] 1560/2365 65% [======================================== ] 1561/2365 66% [======================================== ] 1562/2365 66% [======================================== ] 1563/2365 66% [========================================= ] 1564/2365 66% [========================================= ] 1565/2365 66% [========================================= ] 1566/2365 66% [========================================= ] 1567/2365 66% [========================================= ] 1568/2365 66% [========================================= ] 1569/2365 66% [========================================= ] 1570/2365 66% [========================================= ] 1571/2365 66% [========================================= ] 1572/2365 66% [========================================= ] 1573/2365 66% [========================================= ] 1574/2365 66% [========================================= ] 1575/2365 66% [========================================= ] 1576/2365 66% [========================================= ] 1577/2365 66% [========================================= ] 1578/2365 66% [========================================= ] 1579/2365 66% [========================================= ] 1580/2365 66% [========================================= ] 1581/2365 66% [========================================= ] 1582/2365 66% [========================================= ] 1583/2365 66% [========================================= ] 1584/2365 66% [========================================= ] 1585/2365 67% [========================================= ] 1586/2365 67% [========================================= ] 1587/2365 67% [========================================= ] 1588/2365 67% [========================================= ] 1589/2365 67% [========================================= ] 1590/2365 67% [========================================= ] 1591/2365 67% [========================================= ] 1592/2365 67% [========================================= ] 1593/2365 67% [========================================= ] 1594/2365 67% [========================================= ] 1595/2365 67% [========================================= ] 1596/2365 67% [========================================= ] 1597/2365 67% [========================================= ] 1598/2365 67% [========================================= ] 1599/2365 67% [========================================= ] 1600/2365 67% [========================================= ] 1601/2365 67% [========================================= ] 1602/2365 67% [========================================== ] 1603/2365 67% [========================================== ] 1604/2365 67% [========================================== ] 1605/2365 67% [========================================== ] 1606/2365 67% [========================================== ] 1607/2365 67% [========================================== ] 1608/2365 67% [========================================== ] 1609/2365 68% [========================================== ] 1610/2365 68% [========================================== ] 1611/2365 68% [========================================== ] 1612/2365 68% [========================================== ] 1613/2365 68% [========================================== ] 1614/2365 68% [========================================== ] 1615/2365 68% [========================================== ] 1616/2365 68% [========================================== ] 1617/2365 68% [========================================== ] 1618/2365 68% [========================================== ] 1619/2365 68% [========================================== ] 1620/2365 68% [========================================== ] 1621/2365 68% [========================================== ] 1622/2365 68% [========================================== ] 1623/2365 68% [========================================== ] 1624/2365 68% [========================================== ] 1625/2365 68% [========================================== ] 1626/2365 68% [========================================== ] 1627/2365 68% [========================================== ] 1628/2365 68% [========================================== ] 1629/2365 68% [========================================== ] 1630/2365 68% [========================================== ] 1631/2365 68% [========================================== ] 1632/2365 69% [========================================== ] 1633/2365 69% [========================================== ] 1634/2365 69% [========================================== ] 1635/2365 69% [========================================== ] 1636/2365 69% [========================================== ] 1637/2365 69% [========================================== ] 1638/2365 69% [========================================== ] 1639/2365 69% [========================================== ] 1640/2365 69% [=========================================== ] 1641/2365 69% [=========================================== ] 1642/2365 69% [=========================================== ] 1643/2365 69% [=========================================== ] 1644/2365 69% [=========================================== ] 1645/2365 69% [=========================================== ] 1646/2365 69% [=========================================== ] 1647/2365 69% [=========================================== ] 1648/2365 69% [=========================================== ] 1649/2365 69% [=========================================== ] 1650/2365 69% [=========================================== ] 1651/2365 69% [=========================================== ] 1652/2365 69% [=========================================== ] 1653/2365 69% [=========================================== ] 1654/2365 69% [=========================================== ] 1655/2365 69% [=========================================== ] 1656/2365 70% [=========================================== ] 1657/2365 70% [=========================================== ] 1658/2365 70% [=========================================== ] 1659/2365 70% [=========================================== ] 1660/2365 70% [=========================================== ] 1661/2365 70% [=========================================== ] 1662/2365 70% [=========================================== ] 1663/2365 70% [=========================================== ] 1664/2365 70% [=========================================== ] 1665/2365 70% [=========================================== ] 1666/2365 70% [=========================================== ] 1667/2365 70% [=========================================== ] 1668/2365 70% [=========================================== ] 1669/2365 70% [=========================================== ] 1670/2365 70% [=========================================== ] 1671/2365 70% [=========================================== ] 1672/2365 70% [=========================================== ] 1673/2365 70% [=========================================== ] 1674/2365 70% [=========================================== ] 1675/2365 70% [=========================================== ] 1676/2365 70% [=========================================== ] 1677/2365 70% [=========================================== ] 1678/2365 70% [============================================ ] 1679/2365 70% [============================================ ] 1680/2365 71% [============================================ ] 1681/2365 71% [============================================ ] 1682/2365 71% [============================================ ] 1683/2365 71% [============================================ ] 1684/2365 71% [============================================ ] 1685/2365 71% [============================================ ] 1686/2365 71% [============================================ ] 1687/2365 71% [============================================ ] 1688/2365 71% [============================================ ] 1689/2365 71% [============================================ ] 1690/2365 71% [============================================ ] 1691/2365 71% [============================================ ] 1692/2365 71% [============================================ ] 1693/2365 71% [============================================ ] 1694/2365 71% [============================================ ] 1695/2365 71% [============================================ ] 1696/2365 71% [============================================ ] 1697/2365 71% [============================================ ] 1698/2365 71% [============================================ ] 1699/2365 71% [============================================ ] 1700/2365 71% [============================================ ] 1701/2365 71% [============================================ ] 1702/2365 71% [============================================ ] 1703/2365 72% [============================================ ] 1704/2365 72% [============================================ ] 1705/2365 72% [============================================ ] 1706/2365 72% [============================================ ] 1707/2365 72% [============================================ ] 1708/2365 72% [============================================ ] 1709/2365 72% [============================================ ] 1710/2365 72% [============================================ ] 1711/2365 72% [============================================ ] 1712/2365 72% [============================================ ] 1713/2365 72% [============================================ ] 1714/2365 72% [============================================ ] 1715/2365 72% [============================================ ] 1716/2365 72% [============================================= ] 1717/2365 72% [============================================= ] 1718/2365 72% [============================================= ] 1719/2365 72% [============================================= ] 1720/2365 72% [============================================= ] 1721/2365 72% [============================================= ] 1722/2365 72% [============================================= ] 1723/2365 72% [============================================= ] 1724/2365 72% [============================================= ] 1725/2365 72% [============================================= ] 1726/2365 72% [============================================= ] 1727/2365 73% [============================================= ] 1728/2365 73% [============================================= ] 1729/2365 73% [============================================= ] 1730/2365 73% [============================================= ] 1731/2365 73% [============================================= ] 1732/2365 73% [============================================= ] 1733/2365 73% [============================================= ] 1734/2365 73% [============================================= ] 1735/2365 73% [============================================= ] 1736/2365 73% [============================================= ] 1737/2365 73% [============================================= ] 1738/2365 73% [============================================= ] 1739/2365 73% [============================================= ] 1740/2365 73% [============================================= ] 1741/2365 73% [============================================= ] 1742/2365 73% [============================================= ] 1743/2365 73% [============================================= ] 1744/2365 73% [============================================= ] 1745/2365 73% [============================================= ] 1746/2365 73% [============================================= ] 1747/2365 73% [============================================= ] 1748/2365 73% [============================================= ] 1749/2365 73% [============================================= ] 1750/2365 73% [============================================= ] 1751/2365 74% [============================================= ] 1752/2365 74% [============================================= ] 1753/2365 74% [============================================= ] 1754/2365 74% [============================================== ] 1755/2365 74% [============================================== ] 1756/2365 74% [============================================== ] 1757/2365 74% [============================================== ] 1758/2365 74% [============================================== ] 1759/2365 74% [============================================== ] 1760/2365 74% [============================================== ] 1761/2365 74% [============================================== ] 1762/2365 74% [============================================== ] 1763/2365 74% [============================================== ] 1764/2365 74% [============================================== ] 1765/2365 74% [============================================== ] 1766/2365 74% [============================================== ] 1767/2365 74% [============================================== ] 1768/2365 74% [============================================== ] 1769/2365 74% [============================================== ] 1770/2365 74% [============================================== ] 1771/2365 74% [============================================== ] 1772/2365 74% [============================================== ] 1773/2365 74% [============================================== ] 1774/2365 75% [============================================== ] 1775/2365 75% [============================================== ] 1776/2365 75% [============================================== ] 1777/2365 75% [============================================== ] 1778/2365 75% [============================================== ] 1779/2365 75% [============================================== ] 1780/2365 75% [============================================== ] 1781/2365 75% [============================================== ] 1782/2365 75% [============================================== ] 1783/2365 75% [============================================== ] 1784/2365 75% [============================================== ] 1785/2365 75% [============================================== ] 1786/2365 75% [============================================== ] 1787/2365 75% [============================================== ] 1788/2365 75% [============================================== ] 1789/2365 75% [============================================== ] 1790/2365 75% [============================================== ] 1791/2365 75% [============================================== ] 1792/2365 75% [=============================================== ] 1793/2365 75% [=============================================== ] 1794/2365 75% [=============================================== ] 1795/2365 75% [=============================================== ] 1796/2365 75% [=============================================== ] 1797/2365 75% [=============================================== ] 1798/2365 76% [=============================================== ] 1799/2365 76% [=============================================== ] 1800/2365 76% [=============================================== ] 1801/2365 76% [=============================================== ] 1802/2365 76% [=============================================== ] 1803/2365 76% [=============================================== ] 1804/2365 76% [=============================================== ] 1805/2365 76% [=============================================== ] 1806/2365 76% [=============================================== ] 1807/2365 76% [=============================================== ] 1808/2365 76% [=============================================== ] 1809/2365 76% [=============================================== ] 1810/2365 76% [=============================================== ] 1811/2365 76% [=============================================== ] 1812/2365 76% [=============================================== ] 1813/2365 76% [=============================================== ] 1814/2365 76% [=============================================== ] 1815/2365 76% [=============================================== ] 1816/2365 76% [=============================================== ] 1817/2365 76% [=============================================== ] 1818/2365 76% [=============================================== ] 1819/2365 76% [=============================================== ] 1820/2365 76% [=============================================== ] 1821/2365 76% [=============================================== ] 1822/2365 77% [=============================================== ] 1823/2365 77% [=============================================== ] 1824/2365 77% [=============================================== ] 1825/2365 77% [=============================================== ] 1826/2365 77% [=============================================== ] 1827/2365 77% [=============================================== ] 1828/2365 77% [=============================================== ] 1829/2365 77% [=============================================== ] 1830/2365 77% [================================================ ] 1831/2365 77% [================================================ ] 1832/2365 77% [================================================ ] 1833/2365 77% [================================================ ] 1834/2365 77% [================================================ ] 1835/2365 77% [================================================ ] 1836/2365 77% [================================================ ] 1837/2365 77% [================================================ ] 1838/2365 77% [================================================ ] 1839/2365 77% [================================================ ] 1840/2365 77% [================================================ ] 1841/2365 77% [================================================ ] 1842/2365 77% [================================================ ] 1843/2365 77% [================================================ ] 1844/2365 77% [================================================ ] 1845/2365 78% [================================================ ] 1846/2365 78% [================================================ ] 1847/2365 78% [================================================ ] 1848/2365 78% [================================================ ] 1849/2365 78% [================================================ ] 1850/2365 78% [================================================ ] 1851/2365 78% [================================================ ] 1852/2365 78% [================================================ ] 1853/2365 78% [================================================ ] 1854/2365 78% [================================================ ] 1855/2365 78% [================================================ ] 1856/2365 78% [================================================ ] 1857/2365 78% [================================================ ] 1858/2365 78% [================================================ ] 1859/2365 78% [================================================ ] 1860/2365 78% [================================================ ] 1861/2365 78% [================================================ ] 1862/2365 78% [================================================ ] 1863/2365 78% [================================================ ] 1864/2365 78% [================================================ ] 1865/2365 78% [================================================ ] 1866/2365 78% [================================================ ] 1867/2365 78% [================================================ ] 1868/2365 78% [================================================ ] 1869/2365 79% [================================================= ] 1870/2365 79% [================================================= ] 1871/2365 79% [================================================= ] 1872/2365 79% [================================================= ] 1873/2365 79% [================================================= ] 1874/2365 79% [================================================= ] 1875/2365 79% [================================================= ] 1876/2365 79% [================================================= ] 1877/2365 79% [================================================= ] 1878/2365 79% [================================================= ] 1879/2365 79% [================================================= ] 1880/2365 79% [================================================= ] 1881/2365 79% [================================================= ] 1882/2365 79% [================================================= ] 1883/2365 79% [================================================= ] 1884/2365 79% [================================================= ] 1885/2365 79% [================================================= ] 1886/2365 79% [================================================= ] 1887/2365 79% [================================================= ] 1888/2365 79% [================================================= ] 1889/2365 79% [================================================= ] 1890/2365 79% [================================================= ] 1891/2365 79% [================================================= ] 1892/2365 80% [================================================= ] 1893/2365 80% [================================================= ] 1894/2365 80% [================================================= ] 1895/2365 80% [================================================= ] 1896/2365 80% [================================================= ] 1897/2365 80% [================================================= ] 1898/2365 80% [================================================= ] 1899/2365 80% [================================================= ] 1900/2365 80% [================================================= ] 1901/2365 80% [================================================= ] 1902/2365 80% [================================================= ] 1903/2365 80% [================================================= ] 1904/2365 80% [================================================= ] 1905/2365 80% [================================================= ] 1906/2365 80% [================================================= ] 1907/2365 80% [================================================== ] 1908/2365 80% [================================================== ] 1909/2365 80% [================================================== ] 1910/2365 80% [================================================== ] 1911/2365 80% [================================================== ] 1912/2365 80% [================================================== ] 1913/2365 80% [================================================== ] 1914/2365 80% [================================================== ] 1915/2365 80% [================================================== ] 1916/2365 81% [================================================== ] 1917/2365 81% [================================================== ] 1918/2365 81% [================================================== ] 1919/2365 81% [================================================== ] 1920/2365 81% [================================================== ] 1921/2365 81% [================================================== ] 1922/2365 81% [================================================== ] 1923/2365 81% [================================================== ] 1924/2365 81% [================================================== ] 1925/2365 81% [================================================== ] 1926/2365 81% [================================================== ] 1927/2365 81% [================================================== ] 1928/2365 81% [================================================== ] 1929/2365 81% [================================================== ] 1930/2365 81% [================================================== ] 1931/2365 81% [================================================== ] 1932/2365 81% [================================================== ] 1933/2365 81% [================================================== ] 1934/2365 81% [================================================== ] 1935/2365 81% [================================================== ] 1936/2365 81% [================================================== ] 1937/2365 81% [================================================== ] 1938/2365 81% [================================================== ] 1939/2365 81% [================================================== ] 1940/2365 82% [================================================== ] 1941/2365 82% [================================================== ] 1942/2365 82% [================================================== ] 1943/2365 82% [================================================== ] 1944/2365 82% [================================================== ] 1945/2365 82% [=================================================== ] 1946/2365 82% [=================================================== ] 1947/2365 82% [=================================================== ] 1948/2365 82% [=================================================== ] 1949/2365 82% [=================================================== ] 1950/2365 82% [=================================================== ] 1951/2365 82% [=================================================== ] 1952/2365 82% [=================================================== ] 1953/2365 82% [=================================================== ] 1954/2365 82% [=================================================== ] 1955/2365 82% [=================================================== ] 1956/2365 82% [=================================================== ] 1957/2365 82% [=================================================== ] 1958/2365 82% [=================================================== ] 1959/2365 82% [=================================================== ] 1960/2365 82% [=================================================== ] 1961/2365 82% [=================================================== ] 1962/2365 82% [=================================================== ] 1963/2365 83% [=================================================== ] 1964/2365 83% [=================================================== ] 1965/2365 83% [=================================================== ] 1966/2365 83% [=================================================== ] 1967/2365 83% [=================================================== ] 1968/2365 83% [=================================================== ] 1969/2365 83% [=================================================== ] 1970/2365 83% [=================================================== ] 1971/2365 83% [=================================================== ] 1972/2365 83% [=================================================== ] 1973/2365 83% [=================================================== ] 1974/2365 83% [=================================================== ] 1975/2365 83% [=================================================== ] 1976/2365 83% [=================================================== ] 1977/2365 83% [=================================================== ] 1978/2365 83% [=================================================== ] 1979/2365 83% [=================================================== ] 1980/2365 83% [=================================================== ] 1981/2365 83% [=================================================== ] 1982/2365 83% [=================================================== ] 1983/2365 83% [==================================================== ] 1984/2365 83% [==================================================== ] 1985/2365 83% [==================================================== ] 1986/2365 83% [==================================================== ] 1987/2365 84% [==================================================== ] 1988/2365 84% [==================================================== ] 1989/2365 84% [==================================================== ] 1990/2365 84% [==================================================== ] 1991/2365 84% [==================================================== ] 1992/2365 84% [==================================================== ] 1993/2365 84% [==================================================== ] 1994/2365 84% [==================================================== ] 1995/2365 84% [==================================================== ] 1996/2365 84% [==================================================== ] 1997/2365 84% [==================================================== ] 1998/2365 84% [==================================================== ] 1999/2365 84% [==================================================== ] 2000/2365 84% [==================================================== ] 2001/2365 84% [==================================================== ] 2002/2365 84% [==================================================== ] 2003/2365 84% [==================================================== ] 2004/2365 84% [==================================================== ] 2005/2365 84% [==================================================== ] 2006/2365 84% [==================================================== ] 2007/2365 84% [==================================================== ] 2008/2365 84% [==================================================== ] 2009/2365 84% [==================================================== ] 2010/2365 84% [==================================================== ] 2011/2365 85% [==================================================== ] 2012/2365 85% [==================================================== ] 2013/2365 85% [==================================================== ] 2014/2365 85% [==================================================== ] 2015/2365 85% [==================================================== ] 2016/2365 85% [==================================================== ] 2017/2365 85% [==================================================== ] 2018/2365 85% [==================================================== ] 2019/2365 85% [==================================================== ] 2020/2365 85% [==================================================== ] 2021/2365 85% [===================================================== ] 2022/2365 85% [===================================================== ] 2023/2365 85% [===================================================== ] 2024/2365 85% [===================================================== ] 2025/2365 85% [===================================================== ] 2026/2365 85% [===================================================== ] 2027/2365 85% [===================================================== ] 2028/2365 85% [===================================================== ] 2029/2365 85% [===================================================== ] 2030/2365 85% [===================================================== ] 2031/2365 85% [===================================================== ] 2032/2365 85% [===================================================== ] 2033/2365 85% [===================================================== ] 2034/2365 86% [===================================================== ] 2035/2365 86% [===================================================== ] 2036/2365 86% [===================================================== ] 2037/2365 86% [===================================================== ] 2038/2365 86% [===================================================== ] 2039/2365 86% [===================================================== ] 2040/2365 86% [===================================================== ] 2041/2365 86% [===================================================== ] 2042/2365 86% [===================================================== ] 2043/2365 86% [===================================================== ] 2044/2365 86% [===================================================== ] 2045/2365 86% [===================================================== ] 2046/2365 86% [===================================================== ] 2047/2365 86% [===================================================== ] 2048/2365 86% [===================================================== ] 2049/2365 86% [===================================================== ] 2050/2365 86% [===================================================== ] 2051/2365 86% [===================================================== ] 2052/2365 86% [===================================================== ] 2053/2365 86% [===================================================== ] 2054/2365 86% [===================================================== ] 2055/2365 86% [===================================================== ] 2056/2365 86% [===================================================== ] 2057/2365 86% [===================================================== ] 2058/2365 87% [===================================================== ] 2059/2365 87% [====================================================== ] 2060/2365 87% [====================================================== ] 2061/2365 87% [====================================================== ] 2062/2365 87% [====================================================== ] 2063/2365 87% [====================================================== ] 2064/2365 87% [====================================================== ] 2065/2365 87% [====================================================== ] 2066/2365 87% [====================================================== ] 2067/2365 87% [====================================================== ] 2068/2365 87% [====================================================== ] 2069/2365 87% [====================================================== ] 2070/2365 87% [====================================================== ] 2071/2365 87% [====================================================== ] 2072/2365 87% [====================================================== ] 2073/2365 87% [====================================================== ] 2074/2365 87% [====================================================== ] 2075/2365 87% [====================================================== ] 2076/2365 87% [====================================================== ] 2077/2365 87% [====================================================== ] 2078/2365 87% [====================================================== ] 2079/2365 87% [====================================================== ] 2080/2365 87% [====================================================== ] 2081/2365 87% [====================================================== ] 2082/2365 88% [====================================================== ] 2083/2365 88% [====================================================== ] 2084/2365 88% [====================================================== ] 2085/2365 88% [====================================================== ] 2086/2365 88% [====================================================== ] 2087/2365 88% [====================================================== ] 2088/2365 88% [====================================================== ] 2089/2365 88% [====================================================== ] 2090/2365 88% [====================================================== ] 2091/2365 88% [====================================================== ] 2092/2365 88% [====================================================== ] 2093/2365 88% [====================================================== ] 2094/2365 88% [====================================================== ] 2095/2365 88% [====================================================== ] 2096/2365 88% [====================================================== ] 2097/2365 88% [======================================================= ] 2098/2365 88% [======================================================= ] 2099/2365 88% [======================================================= ] 2100/2365 88% [======================================================= ] 2101/2365 88% [======================================================= ] 2102/2365 88% [======================================================= ] 2103/2365 88% [======================================================= ] 2104/2365 88% [======================================================= ] 2105/2365 89% [======================================================= ] 2106/2365 89% [======================================================= ] 2107/2365 89% [======================================================= ] 2108/2365 89% [======================================================= ] 2109/2365 89% [======================================================= ] 2110/2365 89% [======================================================= ] 2111/2365 89% [======================================================= ] 2112/2365 89% [======================================================= ] 2113/2365 89% [======================================================= ] 2114/2365 89% [======================================================= ] 2115/2365 89% [======================================================= ] 2116/2365 89% [======================================================= ] 2117/2365 89% [======================================================= ] 2118/2365 89% [======================================================= ] 2119/2365 89% [======================================================= ] 2120/2365 89% [======================================================= ] 2121/2365 89% [======================================================= ] 2122/2365 89% [======================================================= ] 2123/2365 89% [======================================================= ] 2124/2365 89% [======================================================= ] 2125/2365 89% [======================================================= ] 2126/2365 89% [======================================================= ] 2127/2365 89% [======================================================= ] 2128/2365 89% [======================================================= ] 2129/2365 90% [======================================================= ] 2130/2365 90% [======================================================= ] 2131/2365 90% [======================================================= ] 2132/2365 90% [======================================================= ] 2133/2365 90% [======================================================= ] 2134/2365 90% [======================================================= ] 2135/2365 90% [======================================================= ] 2136/2365 90% [======================================================== ] 2137/2365 90% [======================================================== ] 2138/2365 90% [======================================================== ] 2139/2365 90% [======================================================== ] 2140/2365 90% [======================================================== ] 2141/2365 90% [======================================================== ] 2142/2365 90% [======================================================== ] 2143/2365 90% [======================================================== ] 2144/2365 90% [======================================================== ] 2145/2365 90% [======================================================== ] 2146/2365 90% [======================================================== ] 2147/2365 90% [======================================================== ] 2148/2365 90% [======================================================== ] 2149/2365 90% [======================================================== ] 2150/2365 90% [======================================================== ] 2151/2365 90% [======================================================== ] 2152/2365 90% [======================================================== ] 2153/2365 91% [======================================================== ] 2154/2365 91% [======================================================== ] 2155/2365 91% [======================================================== ] 2156/2365 91% [======================================================== ] 2157/2365 91% [======================================================== ] 2158/2365 91% [======================================================== ] 2159/2365 91% [======================================================== ] 2160/2365 91% [======================================================== ] 2161/2365 91% [======================================================== ] 2162/2365 91% [======================================================== ] 2163/2365 91% [======================================================== ] 2164/2365 91% [======================================================== ] 2165/2365 91% [======================================================== ] 2166/2365 91% [======================================================== ] 2167/2365 91% [======================================================== ] 2168/2365 91% [======================================================== ] 2169/2365 91% [======================================================== ] 2170/2365 91% [======================================================== ] 2171/2365 91% [======================================================== ] 2172/2365 91% [======================================================== ] 2173/2365 91% [======================================================== ] 2174/2365 91% [========================================================= ] 2175/2365 91% [========================================================= ] 2176/2365 92% [========================================================= ] 2177/2365 92% [========================================================= ] 2178/2365 92% [========================================================= ] 2179/2365 92% [========================================================= ] 2180/2365 92% [========================================================= ] 2181/2365 92% [========================================================= ] 2182/2365 92% [========================================================= ] 2183/2365 92% [========================================================= ] 2184/2365 92% [========================================================= ] 2185/2365 92% [========================================================= ] 2186/2365 92% [========================================================= ] 2187/2365 92% [========================================================= ] 2188/2365 92% [========================================================= ] 2189/2365 92% [========================================================= ] 2190/2365 92% [========================================================= ] 2191/2365 92% [========================================================= ] 2192/2365 92% [========================================================= ] 2193/2365 92% [========================================================= ] 2194/2365 92% [========================================================= ] 2195/2365 92% [========================================================= ] 2196/2365 92% [========================================================= ] 2197/2365 92% [========================================================= ] 2198/2365 92% [========================================================= ] 2199/2365 92% [========================================================= ] 2200/2365 93% [========================================================= ] 2201/2365 93% [========================================================= ] 2202/2365 93% [========================================================= ] 2203/2365 93% [========================================================= ] 2204/2365 93% [========================================================= ] 2205/2365 93% [========================================================= ] 2206/2365 93% [========================================================= ] 2207/2365 93% [========================================================= ] 2208/2365 93% [========================================================= ] 2209/2365 93% [========================================================= ] 2210/2365 93% [========================================================= ] 2211/2365 93% [========================================================= ] 2212/2365 93% [========================================================== ] 2213/2365 93% [========================================================== ] 2214/2365 93% [========================================================== ] 2215/2365 93% [========================================================== ] 2216/2365 93% [========================================================== ] 2217/2365 93% [========================================================== ] 2218/2365 93% [========================================================== ] 2219/2365 93% [========================================================== ] 2220/2365 93% [========================================================== ] 2221/2365 93% [========================================================== ] 2222/2365 93% [========================================================== ] 2223/2365 93% [========================================================== ] 2224/2365 94% [========================================================== ] 2225/2365 94% [========================================================== ] 2226/2365 94% [========================================================== ] 2227/2365 94% [========================================================== ] 2228/2365 94% [========================================================== ] 2229/2365 94% [========================================================== ] 2230/2365 94% [========================================================== ] 2231/2365 94% [========================================================== ] 2232/2365 94% [========================================================== ] 2233/2365 94% [========================================================== ] 2234/2365 94% [========================================================== ] 2235/2365 94% [========================================================== ] 2236/2365 94% [========================================================== ] 2237/2365 94% [========================================================== ] 2238/2365 94% [========================================================== ] 2239/2365 94% [========================================================== ] 2240/2365 94% [========================================================== ] 2241/2365 94% [========================================================== ] 2242/2365 94% [========================================================== ] 2243/2365 94% [========================================================== ] 2244/2365 94% [========================================================== ] 2245/2365 94% [========================================================== ] 2246/2365 94% [========================================================== ] 2247/2365 95% [========================================================== ] 2248/2365 95% [========================================================== ] 2249/2365 95% [========================================================== ] 2250/2365 95% [=========================================================== ] 2251/2365 95% [=========================================================== ] 2252/2365 95% [=========================================================== ] 2253/2365 95% [=========================================================== ] 2254/2365 95% [=========================================================== ] 2255/2365 95% [=========================================================== ] 2256/2365 95% [=========================================================== ] 2257/2365 95% [=========================================================== ] 2258/2365 95% [=========================================================== ] 2259/2365 95% [=========================================================== ] 2260/2365 95% [=========================================================== ] 2261/2365 95% [=========================================================== ] 2262/2365 95% [=========================================================== ] 2263/2365 95% [=========================================================== ] 2264/2365 95% [=========================================================== ] 2265/2365 95% [=========================================================== ] 2266/2365 95% [=========================================================== ] 2267/2365 95% [=========================================================== ] 2268/2365 95% [=========================================================== ] 2269/2365 95% [=========================================================== ] 2270/2365 95% [=========================================================== ] 2271/2365 96% [=========================================================== ] 2272/2365 96% [=========================================================== ] 2273/2365 96% [=========================================================== ] 2274/2365 96% [=========================================================== ] 2275/2365 96% [=========================================================== ] 2276/2365 96% [=========================================================== ] 2277/2365 96% [=========================================================== ] 2278/2365 96% [=========================================================== ] 2279/2365 96% [=========================================================== ] 2280/2365 96% [=========================================================== ] 2281/2365 96% [=========================================================== ] 2282/2365 96% [=========================================================== ] 2283/2365 96% [=========================================================== ] 2284/2365 96% [=========================================================== ] 2285/2365 96% [=========================================================== ] 2286/2365 96% [=========================================================== ] 2287/2365 96% [=========================================================== ] 2288/2365 96% [============================================================ ] 2289/2365 96% [============================================================ ] 2290/2365 96% [============================================================ ] 2291/2365 96% [============================================================ ] 2292/2365 96% [============================================================ ] 2293/2365 96% [============================================================ ] 2294/2365 96% [============================================================ ] 2295/2365 97% [============================================================ ] 2296/2365 97% [============================================================ ] 2297/2365 97% [============================================================ ] 2298/2365 97% [============================================================ ] 2299/2365 97% [============================================================ ] 2300/2365 97% [============================================================ ] 2301/2365 97% [============================================================ ] 2302/2365 97% [============================================================ ] 2303/2365 97% [============================================================ ] 2304/2365 97% [============================================================ ] 2305/2365 97% [============================================================ ] 2306/2365 97% [============================================================ ] 2307/2365 97% [============================================================ ] 2308/2365 97% [============================================================ ] 2309/2365 97% [============================================================ ] 2310/2365 97% [============================================================ ] 2311/2365 97% [============================================================ ] 2312/2365 97% [============================================================ ] 2313/2365 97% [============================================================ ] 2314/2365 97% [============================================================ ] 2315/2365 97% [============================================================ ] 2316/2365 97% [============================================================ ] 2317/2365 97% [============================================================ ] 2318/2365 98% [============================================================ ] 2319/2365 98% [============================================================ ] 2320/2365 98% [============================================================ ] 2321/2365 98% [============================================================ ] 2322/2365 98% [============================================================ ] 2323/2365 98% [============================================================ ] 2324/2365 98% [============================================================ ] 2325/2365 98% [============================================================ ] 2326/2365 98% [============================================================= ] 2327/2365 98% [============================================================= ] 2328/2365 98% [============================================================= ] 2329/2365 98% [============================================================= ] 2330/2365 98% [============================================================= ] 2331/2365 98% [============================================================= ] 2332/2365 98% [============================================================= ] 2333/2365 98% [============================================================= ] 2334/2365 98% [============================================================= ] 2335/2365 98% [============================================================= ] 2336/2365 98% [============================================================= ] 2337/2365 98% [============================================================= ] 2338/2365 98% [============================================================= ] 2339/2365 98% [============================================================= ] 2340/2365 98% [============================================================= ] 2341/2365 98% [============================================================= ] 2342/2365 99% [============================================================= ] 2343/2365 99% [============================================================= ] 2344/2365 99% [============================================================= ] 2345/2365 99% [============================================================= ] 2346/2365 99% [============================================================= ] 2347/2365 99% [============================================================= ] 2348/2365 99% [============================================================= ] 2349/2365 99% [============================================================= ] 2350/2365 99% [============================================================= ] 2351/2365 99% [============================================================= ] 2352/2365 99% [============================================================= ] 2353/2365 99% [============================================================= ] 2354/2365 99% [============================================================= ] 2355/2365 99% [============================================================= ] 2356/2365 99% [============================================================= ] 2357/2365 99% [============================================================= ] 2358/2365 99% [============================================================= ] 2359/2365 99% [============================================================= ] 2360/2365 99% [============================================================= ] 2361/2365 99% [============================================================= ] 2362/2365 99% [============================================================= ] 2363/2365 99% [============================================================= ] 2364/2365 99% [==============================================================] 2365/2365 100% operation complete, 2365 objects in 48272 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/mipsel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2023.02-518-gf3fa74a8f7 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.3.2 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 >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.0 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.9.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.3 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> font-awesome 4.7.0 Collecting legal info >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> host-gdb 12.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> genpart 1.0.2 Collecting legal info >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libite 2.5.3 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> host-python-cython 0.29.33 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> host-rust-bin 1.68.2 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-init 1.0.8.0 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> smcroute 2.5.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sound-theme-borealis 0.9a Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.4 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'