test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-986-g9fcdc50175"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package \ /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.axfs -s -a /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.axfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1748 number of 4KB nodes: 11132 Total image size: 39822497 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1748 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1748 0% [ ] 2/1748 0% [ ] 3/1748 0% [ ] 4/1748 0% [ ] 5/1748 0% [ ] 6/1748 0% [ ] 7/1748 0% [ ] 8/1748 0% [ ] 9/1748 0% [ ] 10/1748 0% [ ] 11/1748 0% [ ] 12/1748 0% [ ] 13/1748 0% [ ] 14/1748 0% [ ] 15/1748 0% [ ] 16/1748 0% [ ] 17/1748 0% [ ] 18/1748 1% [ ] 19/1748 1% [ ] 20/1748 1% [ ] 21/1748 1% [ ] 22/1748 1% [ ] 23/1748 1% [ ] 24/1748 1% [ ] 25/1748 1% [ ] 26/1748 1% [ ] 27/1748 1% [ ] 28/1748 1% [= ] 29/1748 1% [= ] 30/1748 1% [= ] 31/1748 1% [= ] 32/1748 1% [= ] 33/1748 1% [= ] 34/1748 1% [= ] 35/1748 2% [= ] 36/1748 2% [= ] 37/1748 2% [= ] 38/1748 2% [= ] 39/1748 2% [= ] 40/1748 2% [= ] 41/1748 2% [= ] 42/1748 2% [= ] 43/1748 2% [= ] 44/1748 2% [= ] 45/1748 2% [= ] 46/1748 2% [= ] 47/1748 2% [= ] 48/1748 2% [= ] 49/1748 2% [= ] 50/1748 2% [= ] 51/1748 2% [= ] 52/1748 2% [= ] 53/1748 3% [= ] 54/1748 3% [= ] 55/1748 3% [= ] 56/1748 3% [== ] 57/1748 3% [== ] 58/1748 3% [== ] 59/1748 3% [== ] 60/1748 3% [== ] 61/1748 3% [== ] 62/1748 3% [== ] 63/1748 3% [== ] 64/1748 3% [== ] 65/1748 3% [== ] 66/1748 3% [== ] 67/1748 3% [== ] 68/1748 3% [== ] 69/1748 3% [== ] 70/1748 4% [== ] 71/1748 4% [== ] 72/1748 4% [== ] 73/1748 4% [== ] 74/1748 4% [== ] 75/1748 4% [== ] 76/1748 4% [== ] 77/1748 4% [== ] 78/1748 4% [== ] 79/1748 4% [== ] 80/1748 4% [== ] 81/1748 4% [== ] 82/1748 4% [== ] 83/1748 4% [== ] 84/1748 4% [=== ] 85/1748 4% [=== ] 86/1748 4% [=== ] 87/1748 4% [=== ] 88/1748 5% [=== ] 89/1748 5% [=== ] 90/1748 5% [=== ] 91/1748 5% [=== ] 92/1748 5% [=== ] 93/1748 5% [=== ] 94/1748 5% [=== ] 95/1748 5% [=== ] 96/1748 5% [=== ] 97/1748 5% [=== ] 98/1748 5% [=== ] 99/1748 5% [=== ] 100/1748 5% [=== ] 101/1748 5% [=== ] 102/1748 5% [=== ] 103/1748 5% [=== ] 104/1748 5% [=== ] 105/1748 6% [=== ] 106/1748 6% [=== ] 107/1748 6% [=== ] 108/1748 6% [=== ] 109/1748 6% [=== ] 110/1748 6% [=== ] 111/1748 6% [=== ] 112/1748 6% [==== ] 113/1748 6% [==== ] 114/1748 6% [==== ] 115/1748 6% [==== ] 116/1748 6% [==== ] 117/1748 6% [==== ] 118/1748 6% [==== ] 119/1748 6% [==== ] 120/1748 6% [==== ] 121/1748 6% [==== ] 122/1748 6% [==== ] 123/1748 7% [==== ] 124/1748 7% [==== ] 125/1748 7% [==== ] 126/1748 7% [==== ] 127/1748 7% [==== ] 128/1748 7% [==== ] 129/1748 7% [==== ] 130/1748 7% [==== ] 131/1748 7% [==== ] 132/1748 7% [==== ] 133/1748 7% [==== ] 134/1748 7% [==== ] 135/1748 7% [==== ] 136/1748 7% [==== ] 137/1748 7% [==== ] 138/1748 7% [==== ] 139/1748 7% [==== ] 140/1748 8% [===== ] 141/1748 8% [===== ] 142/1748 8% [===== ] 143/1748 8% [===== ] 144/1748 8% [===== ] 145/1748 8% [===== ] 146/1748 8% [===== ] 147/1748 8% [===== ] 148/1748 8% [===== ] 149/1748 8% [===== ] 150/1748 8% [===== ] 151/1748 8% [===== ] 152/1748 8% [===== ] 153/1748 8% [===== ] 154/1748 8% [===== ] 155/1748 8% [===== ] 156/1748 8% [===== ] 157/1748 8% [===== ] 158/1748 9% [===== ] 159/1748 9% [===== ] 160/1748 9% [===== ] 161/1748 9% [===== ] 162/1748 9% [===== ] 163/1748 9% [===== ] 164/1748 9% [===== ] 165/1748 9% [===== ] 166/1748 9% [===== ] 167/1748 9% [===== ] 168/1748 9% [===== ] 169/1748 9% [====== ] 170/1748 9% [====== ] 171/1748 9% [====== ] 172/1748 9% [====== ] 173/1748 9% [====== ] 174/1748 9% [====== ] 175/1748 10% [====== ] 176/1748 10% [====== ] 177/1748 10% [====== ] 178/1748 10% [====== ] 179/1748 10% [====== ] 180/1748 10% [====== ] 181/1748 10% [====== ] 182/1748 10% [====== ] 183/1748 10% [====== ] 184/1748 10% [====== ] 185/1748 10% [====== ] 186/1748 10% [====== ] 187/1748 10% [====== ] 188/1748 10% [====== ] 189/1748 10% [====== ] 190/1748 10% [====== ] 191/1748 10% [====== ] 192/1748 10% [====== ] 193/1748 11% [====== ] 194/1748 11% [====== ] 195/1748 11% [====== ] 196/1748 11% [====== ] 197/1748 11% [======= ] 198/1748 11% [======= ] 199/1748 11% [======= ] 200/1748 11% [======= ] 201/1748 11% [======= ] 202/1748 11% [======= ] 203/1748 11% [======= ] 204/1748 11% [======= ] 205/1748 11% [======= ] 206/1748 11% [======= ] 207/1748 11% [======= ] 208/1748 11% [======= ] 209/1748 11% [======= ] 210/1748 12% [======= ] 211/1748 12% [======= ] 212/1748 12% [======= ] 213/1748 12% [======= ] 214/1748 12% [======= ] 215/1748 12% [======= ] 216/1748 12% [======= ] 217/1748 12% [======= ] 218/1748 12% [======= ] 219/1748 12% [======= ] 220/1748 12% [======= ] 221/1748 12% [======= ] 222/1748 12% [======= ] 223/1748 12% [======= ] 224/1748 12% [======= ] 225/1748 12% [======== ] 226/1748 12% [======== ] 227/1748 12% [======== ] 228/1748 13% [======== ] 229/1748 13% [======== ] 230/1748 13% [======== ] 231/1748 13% [======== ] 232/1748 13% [======== ] 233/1748 13% [======== ] 234/1748 13% [======== ] 235/1748 13% [======== ] 236/1748 13% [======== ] 237/1748 13% [======== ] 238/1748 13% [======== ] 239/1748 13% [======== ] 240/1748 13% [======== ] 241/1748 13% [======== ] 242/1748 13% [======== ] 243/1748 13% [======== ] 244/1748 13% [======== ] 245/1748 14% [======== ] 246/1748 14% [======== ] 247/1748 14% [======== ] 248/1748 14% [======== ] 249/1748 14% [======== ] 250/1748 14% [======== ] 251/1748 14% [======== ] 252/1748 14% [======== ] 253/1748 14% [========= ] 254/1748 14% [========= ] 255/1748 14% [========= ] 256/1748 14% [========= ] 257/1748 14% [========= ] 258/1748 14% [========= ] 259/1748 14% [========= ] 260/1748 14% [========= ] 261/1748 14% [========= ] 262/1748 14% [========= ] 263/1748 15% [========= ] 264/1748 15% [========= ] 265/1748 15% [========= ] 266/1748 15% [========= ] 267/1748 15% [========= ] 268/1748 15% [========= ] 269/1748 15% [========= ] 270/1748 15% [========= ] 271/1748 15% [========= ] 272/1748 15% [========= ] 273/1748 15% [========= ] 274/1748 15% [========= ] 275/1748 15% [========= ] 276/1748 15% [========= ] 277/1748 15% [========= ] 278/1748 15% [========= ] 279/1748 15% [========= ] 280/1748 16% [========= ] 281/1748 16% [========== ] 282/1748 16% [========== ] 283/1748 16% [========== ] 284/1748 16% [========== ] 285/1748 16% [========== ] 286/1748 16% [========== ] 287/1748 16% [========== ] 288/1748 16% [========== ] 289/1748 16% [========== ] 290/1748 16% [========== ] 291/1748 16% [========== ] 292/1748 16% [========== ] 293/1748 16% [========== ] 294/1748 16% [========== ] 295/1748 16% [========== ] 296/1748 16% [========== ] 297/1748 16% [========== ] 298/1748 17% [========== ] 299/1748 17% [========== ] 300/1748 17% [========== ] 301/1748 17% [========== ] 302/1748 17% [========== ] 303/1748 17% [========== ] 304/1748 17% [========== ] 305/1748 17% [========== ] 306/1748 17% [========== ] 307/1748 17% [========== ] 308/1748 17% [========== ] 309/1748 17% [========== ] 310/1748 17% [=========== ] 311/1748 17% [=========== ] 312/1748 17% [=========== ] 313/1748 17% [=========== ] 314/1748 17% [=========== ] 315/1748 18% [=========== ] 316/1748 18% [=========== ] 317/1748 18% [=========== ] 318/1748 18% [=========== ] 319/1748 18% [=========== ] 320/1748 18% [=========== ] 321/1748 18% [=========== ] 322/1748 18% [=========== ] 323/1748 18% [=========== ] 324/1748 18% [=========== ] 325/1748 18% [=========== ] 326/1748 18% [=========== ] 327/1748 18% [=========== ] 328/1748 18% [=========== ] 329/1748 18% [=========== ] 330/1748 18% [=========== ] 331/1748 18% [=========== ] 332/1748 18% [=========== ] 333/1748 19% [=========== ] 334/1748 19% [=========== ] 335/1748 19% [=========== ] 336/1748 19% [=========== ] 337/1748 19% [=========== ] 338/1748 19% [============ ] 339/1748 19% [============ ] 340/1748 19% [============ ] 341/1748 19% [============ ] 342/1748 19% [============ ] 343/1748 19% [============ ] 344/1748 19% [============ ] 345/1748 19% [============ ] 346/1748 19% [============ ] 347/1748 19% [============ ] 348/1748 19% [============ ] 349/1748 19% [============ ] 350/1748 20% [============ ] 351/1748 20% [============ ] 352/1748 20% [============ ] 353/1748 20% [============ ] 354/1748 20% [============ ] 355/1748 20% [============ ] 356/1748 20% [============ ] 357/1748 20% [============ ] 358/1748 20% [============ ] 359/1748 20% [============ ] 360/1748 20% [============ ] 361/1748 20% [============ ] 362/1748 20% [============ ] 363/1748 20% [============ ] 364/1748 20% [============ ] 365/1748 20% [============ ] 366/1748 20% [============= ] 367/1748 20% [============= ] 368/1748 21% [============= ] 369/1748 21% [============= ] 370/1748 21% [============= ] 371/1748 21% [============= ] 372/1748 21% [============= ] 373/1748 21% [============= ] 374/1748 21% [============= ] 375/1748 21% [============= ] 376/1748 21% [============= ] 377/1748 21% [============= ] 378/1748 21% [============= ] 379/1748 21% [============= ] 380/1748 21% [============= ] 381/1748 21% [============= ] 382/1748 21% [============= ] 383/1748 21% [============= ] 384/1748 21% [============= ] 385/1748 22% [============= ] 386/1748 22% [============= ] 387/1748 22% [============= ] 388/1748 22% [============= ] 389/1748 22% [============= ] 390/1748 22% [============= ] 391/1748 22% [============= ] 392/1748 22% [============= ] 393/1748 22% [============= ] 394/1748 22% [============== ] 395/1748 22% [============== ] 396/1748 22% [============== ] 397/1748 22% [============== ] 398/1748 22% [============== ] 399/1748 22% [============== ] 400/1748 22% [============== ] 401/1748 22% [============== ] 402/1748 22% [============== ] 403/1748 23% [============== ] 404/1748 23% [============== ] 405/1748 23% [============== ] 406/1748 23% [============== ] 407/1748 23% [============== ] 408/1748 23% [============== ] 409/1748 23% [============== ] 410/1748 23% [============== ] 411/1748 23% [============== ] 412/1748 23% [============== ] 413/1748 23% [============== ] 414/1748 23% [============== ] 415/1748 23% [============== ] 416/1748 23% [============== ] 417/1748 23% [============== ] 418/1748 23% [============== ] 419/1748 23% [============== ] 420/1748 24% [============== ] 421/1748 24% [============== ] 422/1748 24% [=============== ] 423/1748 24% [=============== ] 424/1748 24% [=============== ] 425/1748 24% [=============== ] 426/1748 24% [=============== ] 427/1748 24% [=============== ] 428/1748 24% [=============== ] 429/1748 24% [=============== ] 430/1748 24% [=============== ] 431/1748 24% [=============== ] 432/1748 24% [=============== ] 433/1748 24% [=============== ] 434/1748 24% [=============== ] 435/1748 24% [=============== ] 436/1748 24% [=============== ] 437/1748 25% [=============== ] 438/1748 25% [=============== ] 439/1748 25% [=============== ] 440/1748 25% [=============== ] 441/1748 25% [=============== ] 442/1748 25% [=============== ] 443/1748 25% [=============== ] 444/1748 25% [=============== ] 445/1748 25% [=============== ] 446/1748 25% [=============== ] 447/1748 25% [=============== ] 448/1748 25% [=============== ] 449/1748 25% [=============== ] 450/1748 25% [=============== ] 451/1748 25% [================ ] 452/1748 25% [================ ] 453/1748 25% [================ ] 454/1748 25% [================ ] 455/1748 26% [================ ] 456/1748 26% [================ ] 457/1748 26% [================ ] 458/1748 26% [================ ] 459/1748 26% [================ ] 460/1748 26% [================ ] 461/1748 26% [================ ] 462/1748 26% [================ ] 463/1748 26% [================ ] 464/1748 26% [================ ] 465/1748 26% [================ ] 466/1748 26% [================ ] 467/1748 26% [================ ] 468/1748 26% [================ ] 469/1748 26% [================ ] 470/1748 26% [================ ] 471/1748 26% [================ ] 472/1748 27% [================ ] 473/1748 27% [================ ] 474/1748 27% [================ ] 475/1748 27% [================ ] 476/1748 27% [================ ] 477/1748 27% [================ ] 478/1748 27% [================ ] 479/1748 27% [================= ] 480/1748 27% [================= ] 481/1748 27% [================= ] 482/1748 27% [================= ] 483/1748 27% [================= ] 484/1748 27% [================= ] 485/1748 27% [================= ] 486/1748 27% [================= ] 487/1748 27% [================= ] 488/1748 27% [================= ] 489/1748 27% [================= ] 490/1748 28% [================= ] 491/1748 28% [================= ] 492/1748 28% [================= ] 493/1748 28% [================= ] 494/1748 28% [================= ] 495/1748 28% [================= ] 496/1748 28% [================= ] 497/1748 28% [================= ] 498/1748 28% [================= ] 499/1748 28% [================= ] 500/1748 28% [================= ] 501/1748 28% [================= ] 502/1748 28% [================= ] 503/1748 28% [================= ] 504/1748 28% [================= ] 505/1748 28% [================= ] 506/1748 28% [================= ] 507/1748 29% [================== ] 508/1748 29% [================== ] 509/1748 29% [================== ] 510/1748 29% [================== ] 511/1748 29% [================== ] 512/1748 29% [================== ] 513/1748 29% [================== ] 514/1748 29% [================== ] 515/1748 29% [================== ] 516/1748 29% [================== ] 517/1748 29% [================== ] 518/1748 29% [================== ] 519/1748 29% [================== ] 520/1748 29% [================== ] 521/1748 29% [================== ] 522/1748 29% [================== ] 523/1748 29% [================== ] 524/1748 29% [================== ] 525/1748 30% [================== ] 526/1748 30% [================== ] 527/1748 30% [================== ] 528/1748 30% [================== ] 529/1748 30% [================== ] 530/1748 30% [================== ] 531/1748 30% [================== ] 532/1748 30% [================== ] 533/1748 30% [================== ] 534/1748 30% [================== ] 535/1748 30% [=================== ] 536/1748 30% [=================== ] 537/1748 30% [=================== ] 538/1748 30% [=================== ] 539/1748 30% [=================== ] 540/1748 30% [=================== ] 541/1748 30% [=================== ] 542/1748 31% [=================== ] 543/1748 31% [=================== ] 544/1748 31% [=================== ] 545/1748 31% [=================== ] 546/1748 31% [=================== ] 547/1748 31% [=================== ] 548/1748 31% [=================== ] 549/1748 31% [=================== ] 550/1748 31% [=================== ] 551/1748 31% [=================== ] 552/1748 31% [=================== ] 553/1748 31% [=================== ] 554/1748 31% [=================== ] 555/1748 31% [=================== ] 556/1748 31% [=================== ] 557/1748 31% [=================== ] 558/1748 31% [=================== ] 559/1748 31% [=================== ] 560/1748 32% [=================== ] 561/1748 32% [=================== ] 562/1748 32% [=================== ] 563/1748 32% [==================== ] 564/1748 32% [==================== ] 565/1748 32% [==================== ] 566/1748 32% [==================== ] 567/1748 32% [==================== ] 568/1748 32% [==================== ] 569/1748 32% [==================== ] 570/1748 32% [==================== ] 571/1748 32% [==================== ] 572/1748 32% [==================== ] 573/1748 32% [==================== ] 574/1748 32% [==================== ] 575/1748 32% [==================== ] 576/1748 32% [==================== ] 577/1748 33% [==================== ] 578/1748 33% [==================== ] 579/1748 33% [==================== ] 580/1748 33% [==================== ] 581/1748 33% [==================== ] 582/1748 33% [==================== ] 583/1748 33% [==================== ] 584/1748 33% [==================== ] 585/1748 33% [==================== ] 586/1748 33% [==================== ] 587/1748 33% [==================== ] 588/1748 33% [==================== ] 589/1748 33% [==================== ] 590/1748 33% [==================== ] 591/1748 33% [==================== ] 592/1748 33% [===================== ] 593/1748 33% [===================== ] 594/1748 33% [===================== ] 595/1748 34% [===================== ] 596/1748 34% [===================== ] 597/1748 34% [===================== ] 598/1748 34% [===================== ] 599/1748 34% [===================== ] 600/1748 34% [===================== ] 601/1748 34% [===================== ] 602/1748 34% [===================== ] 603/1748 34% [===================== ] 604/1748 34% [===================== ] 605/1748 34% [===================== ] 606/1748 34% [===================== ] 607/1748 34% [===================== ] 608/1748 34% [===================== ] 609/1748 34% [===================== ] 610/1748 34% [===================== ] 611/1748 34% [===================== ] 612/1748 35% [===================== ] 613/1748 35% [===================== ] 614/1748 35% [===================== ] 615/1748 35% [===================== ] 616/1748 35% [===================== ] 617/1748 35% [===================== ] 618/1748 35% [===================== ] 619/1748 35% [===================== ] 620/1748 35% [====================== ] 621/1748 35% [====================== ] 622/1748 35% [====================== ] 623/1748 35% [====================== ] 624/1748 35% [====================== ] 625/1748 35% [====================== ] 626/1748 35% [====================== ] 627/1748 35% [====================== ] 628/1748 35% [====================== ] 629/1748 35% [====================== ] 630/1748 36% [====================== ] 631/1748 36% [====================== ] 632/1748 36% [====================== ] 633/1748 36% [====================== ] 634/1748 36% [====================== ] 635/1748 36% [====================== ] 636/1748 36% [====================== ] 637/1748 36% [====================== ] 638/1748 36% [====================== ] 639/1748 36% [====================== ] 640/1748 36% [====================== ] 641/1748 36% [====================== ] 642/1748 36% [====================== ] 643/1748 36% [====================== ] 644/1748 36% [====================== ] 645/1748 36% [====================== ] 646/1748 36% [====================== ] 647/1748 37% [====================== ] 648/1748 37% [======================= ] 649/1748 37% [======================= ] 650/1748 37% [======================= ] 651/1748 37% [======================= ] 652/1748 37% [======================= ] 653/1748 37% [======================= ] 654/1748 37% [======================= ] 655/1748 37% [======================= ] 656/1748 37% [======================= ] 657/1748 37% [======================= ] 658/1748 37% [======================= ] 659/1748 37% [======================= ] 660/1748 37% [======================= ] 661/1748 37% [======================= ] 662/1748 37% [======================= ] 663/1748 37% [======================= ] 664/1748 37% [======================= ] 665/1748 38% [======================= ] 666/1748 38% [======================= ] 667/1748 38% [======================= ] 668/1748 38% [======================= ] 669/1748 38% [======================= ] 670/1748 38% [======================= ] 671/1748 38% [======================= ] 672/1748 38% [======================= ] 673/1748 38% [======================= ] 674/1748 38% [======================= ] 675/1748 38% [======================= ] 676/1748 38% [======================== ] 677/1748 38% [======================== ] 678/1748 38% [======================== ] 679/1748 38% [======================== ] 680/1748 38% [======================== ] 681/1748 38% [======================== ] 682/1748 39% [======================== ] 683/1748 39% [======================== ] 684/1748 39% [======================== ] 685/1748 39% [======================== ] 686/1748 39% [======================== ] 687/1748 39% [======================== ] 688/1748 39% [======================== ] 689/1748 39% [======================== ] 690/1748 39% [======================== ] 691/1748 39% [======================== ] 692/1748 39% [======================== ] 693/1748 39% [======================== ] 694/1748 39% [======================== ] 695/1748 39% [======================== ] 696/1748 39% [======================== ] 697/1748 39% [======================== ] 698/1748 39% [======================== ] 699/1748 39% [======================== ] 700/1748 40% [======================== ] 701/1748 40% [======================== ] 702/1748 40% [======================== ] 703/1748 40% [======================== ] 704/1748 40% [========================= ] 705/1748 40% [========================= ] 706/1748 40% [========================= ] 707/1748 40% [========================= ] 708/1748 40% [========================= ] 709/1748 40% [========================= ] 710/1748 40% [========================= ] 711/1748 40% [========================= ] 712/1748 40% [========================= ] 713/1748 40% [========================= ] 714/1748 40% [========================= ] 715/1748 40% [========================= ] 716/1748 40% [========================= ] 717/1748 41% [========================= ] 718/1748 41% [========================= ] 719/1748 41% [========================= ] 720/1748 41% [========================= ] 721/1748 41% [========================= ] 722/1748 41% [========================= ] 723/1748 41% [========================= ] 724/1748 41% [========================= ] 725/1748 41% [========================= ] 726/1748 41% [========================= ] 727/1748 41% [========================= ] 728/1748 41% [========================= ] 729/1748 41% [========================= ] 730/1748 41% [========================= ] 731/1748 41% [========================= ] 732/1748 41% [========================= ] 733/1748 41% [========================== ] 734/1748 41% [========================== ] 735/1748 42% [========================== ] 736/1748 42% [========================== ] 737/1748 42% [========================== ] 738/1748 42% [========================== ] 739/1748 42% [========================== ] 740/1748 42% [========================== ] 741/1748 42% [========================== ] 742/1748 42% [========================== ] 743/1748 42% [========================== ] 744/1748 42% [========================== ] 745/1748 42% [========================== ] 746/1748 42% [========================== ] 747/1748 42% [========================== ] 748/1748 42% [========================== ] 749/1748 42% [========================== ] 750/1748 42% [========================== ] 751/1748 42% [========================== ] 752/1748 43% [========================== ] 753/1748 43% [========================== ] 754/1748 43% [========================== ] 755/1748 43% [========================== ] 756/1748 43% [========================== ] 757/1748 43% [========================== ] 758/1748 43% [========================== ] 759/1748 43% [========================== ] 760/1748 43% [========================== ] 761/1748 43% [=========================== ] 762/1748 43% [=========================== ] 763/1748 43% [=========================== ] 764/1748 43% [=========================== ] 765/1748 43% [=========================== ] 766/1748 43% [=========================== ] 767/1748 43% [=========================== ] 768/1748 43% [=========================== ] 769/1748 43% [=========================== ] 770/1748 44% [=========================== ] 771/1748 44% [=========================== ] 772/1748 44% [=========================== ] 773/1748 44% [=========================== ] 774/1748 44% [=========================== ] 775/1748 44% [=========================== ] 776/1748 44% [=========================== ] 777/1748 44% [=========================== ] 778/1748 44% [=========================== ] 779/1748 44% [=========================== ] 780/1748 44% [=========================== ] 781/1748 44% [=========================== ] 782/1748 44% [=========================== ] 783/1748 44% [=========================== ] 784/1748 44% [=========================== ] 785/1748 44% [=========================== ] 786/1748 44% [=========================== ] 787/1748 45% [=========================== ] 788/1748 45% [=========================== ] 789/1748 45% [============================ ] 790/1748 45% [============================ ] 791/1748 45% [============================ ] 792/1748 45% [============================ ] 793/1748 45% [============================ ] 794/1748 45% [============================ ] 795/1748 45% [============================ ] 796/1748 45% [============================ ] 797/1748 45% [============================ ] 798/1748 45% [============================ ] 799/1748 45% [============================ ] 800/1748 45% [============================ ] 801/1748 45% [============================ ] 802/1748 45% [============================ ] 803/1748 45% [============================ ] 804/1748 45% [============================ ] 805/1748 46% [============================ ] 806/1748 46% [============================ ] 807/1748 46% [============================ ] 808/1748 46% [============================ ] 809/1748 46% [============================ ] 810/1748 46% [============================ ] 811/1748 46% [============================ ] 812/1748 46% [============================ ] 813/1748 46% [============================ ] 814/1748 46% [============================ ] 815/1748 46% [============================ ] 816/1748 46% [============================ ] 817/1748 46% [============================= ] 818/1748 46% [============================= ] 819/1748 46% [============================= ] 820/1748 46% [============================= ] 821/1748 46% [============================= ] 822/1748 47% [============================= ] 823/1748 47% [============================= ] 824/1748 47% [============================= ] 825/1748 47% [============================= ] 826/1748 47% [============================= ] 827/1748 47% [============================= ] 828/1748 47% [============================= ] 829/1748 47% [============================= ] 830/1748 47% [============================= ] 831/1748 47% [============================= ] 832/1748 47% [============================= ] 833/1748 47% [============================= ] 834/1748 47% [============================= ] 835/1748 47% [============================= ] 836/1748 47% [============================= ] 837/1748 47% [============================= ] 838/1748 47% [============================= ] 839/1748 47% [============================= ] 840/1748 48% [============================= ] 841/1748 48% [============================= ] 842/1748 48% [============================= ] 843/1748 48% [============================= ] 844/1748 48% [============================= ] 845/1748 48% [============================== ] 846/1748 48% [============================== ] 847/1748 48% [============================== ] 848/1748 48% [============================== ] 849/1748 48% [============================== ] 850/1748 48% [============================== ] 851/1748 48% [============================== ] 852/1748 48% [============================== ] 853/1748 48% [============================== ] 854/1748 48% [============================== ] 855/1748 48% [============================== ] 856/1748 48% [============================== ] 857/1748 49% [============================== ] 858/1748 49% [============================== ] 859/1748 49% [============================== ] 860/1748 49% [============================== ] 861/1748 49% [============================== ] 862/1748 49% [============================== ] 863/1748 49% [============================== ] 864/1748 49% [============================== ] 865/1748 49% [============================== ] 866/1748 49% [============================== ] 867/1748 49% [============================== ] 868/1748 49% [============================== ] 869/1748 49% [============================== ] 870/1748 49% [============================== ] 871/1748 49% [============================== ] 872/1748 49% [============================== ] 873/1748 49% [=============================== ] 874/1748 50% [=============================== ] 875/1748 50% [=============================== ] 876/1748 50% [=============================== ] 877/1748 50% [=============================== ] 878/1748 50% [=============================== ] 879/1748 50% [=============================== ] 880/1748 50% [=============================== ] 881/1748 50% [=============================== ] 882/1748 50% [=============================== ] 883/1748 50% [=============================== ] 884/1748 50% [=============================== ] 885/1748 50% [=============================== ] 886/1748 50% [=============================== ] 887/1748 50% [=============================== ] 888/1748 50% [=============================== ] 889/1748 50% [=============================== ] 890/1748 50% [=============================== ] 891/1748 50% [=============================== ] 892/1748 51% [=============================== ] 893/1748 51% [=============================== ] 894/1748 51% [=============================== ] 895/1748 51% [=============================== ] 896/1748 51% [=============================== ] 897/1748 51% [=============================== ] 898/1748 51% [=============================== ] 899/1748 51% [=============================== ] 900/1748 51% [=============================== ] 901/1748 51% [=============================== ] 902/1748 51% [================================ ] 903/1748 51% [================================ ] 904/1748 51% [================================ ] 905/1748 51% [================================ ] 906/1748 51% [================================ ] 907/1748 51% [================================ ] 908/1748 51% [================================ ] 909/1748 52% [================================ ] 910/1748 52% [================================ ] 911/1748 52% [================================ ] 912/1748 52% [================================ ] 913/1748 52% [================================ ] 914/1748 52% [================================ ] 915/1748 52% [================================ ] 916/1748 52% [================================ ] 917/1748 52% [================================ ] 918/1748 52% [================================ ] 919/1748 52% [================================ ] 920/1748 52% [================================ ] 921/1748 52% [================================ ] 922/1748 52% [================================ ] 923/1748 52% [================================ ] 924/1748 52% [================================ ] 925/1748 52% [================================ ] 926/1748 52% [================================ ] 927/1748 53% [================================ ] 928/1748 53% [================================ ] 929/1748 53% [================================ ] 930/1748 53% [================================= ] 931/1748 53% [================================= ] 932/1748 53% [================================= ] 933/1748 53% [================================= ] 934/1748 53% [================================= ] 935/1748 53% [================================= ] 936/1748 53% [================================= ] 937/1748 53% [================================= ] 938/1748 53% [================================= ] 939/1748 53% [================================= ] 940/1748 53% [================================= ] 941/1748 53% [================================= ] 942/1748 53% [================================= ] 943/1748 53% [================================= ] 944/1748 54% [================================= ] 945/1748 54% [================================= ] 946/1748 54% [================================= ] 947/1748 54% [================================= ] 948/1748 54% [================================= ] 949/1748 54% [================================= ] 950/1748 54% [================================= ] 951/1748 54% [================================= ] 952/1748 54% [================================= ] 953/1748 54% [================================= ] 954/1748 54% [================================= ] 955/1748 54% [================================= ] 956/1748 54% [================================= ] 957/1748 54% [================================= ] 958/1748 54% [================================== ] 959/1748 54% [================================== ] 960/1748 54% [================================== ] 961/1748 54% [================================== ] 962/1748 55% [================================== ] 963/1748 55% [================================== ] 964/1748 55% [================================== ] 965/1748 55% [================================== ] 966/1748 55% [================================== ] 967/1748 55% [================================== ] 968/1748 55% [================================== ] 969/1748 55% [================================== ] 970/1748 55% [================================== ] 971/1748 55% [================================== ] 972/1748 55% [================================== ] 973/1748 55% [================================== ] 974/1748 55% [================================== ] 975/1748 55% [================================== ] 976/1748 55% [================================== ] 977/1748 55% [================================== ] 978/1748 55% [================================== ] 979/1748 56% [================================== ] 980/1748 56% [================================== ] 981/1748 56% [================================== ] 982/1748 56% [================================== ] 983/1748 56% [================================== ] 984/1748 56% [================================== ] 985/1748 56% [================================== ] 986/1748 56% [=================================== ] 987/1748 56% [=================================== ] 988/1748 56% [=================================== ] 989/1748 56% [=================================== ] 990/1748 56% [=================================== ] 991/1748 56% [=================================== ] 992/1748 56% [=================================== ] 993/1748 56% [=================================== ] 994/1748 56% [=================================== ] 995/1748 56% [=================================== ] 996/1748 56% [=================================== ] 997/1748 57% [=================================== ] 998/1748 57% [=================================== ] 999/1748 57% [=================================== ] 1000/1748 57% [=================================== ] 1001/1748 57% [=================================== ] 1002/1748 57% [=================================== ] 1003/1748 57% [=================================== ] 1004/1748 57% [=================================== ] 1005/1748 57% [=================================== ] 1006/1748 57% [=================================== ] 1007/1748 57% [=================================== ] 1008/1748 57% [=================================== ] 1009/1748 57% [=================================== ] 1010/1748 57% [=================================== ] 1011/1748 57% [=================================== ] 1012/1748 57% [=================================== ] 1013/1748 57% [=================================== ] 1014/1748 58% [==================================== ] 1015/1748 58% [==================================== ] 1016/1748 58% [==================================== ] 1017/1748 58% [==================================== ] 1018/1748 58% [==================================== ] 1019/1748 58% [==================================== ] 1020/1748 58% [==================================== ] 1021/1748 58% [==================================== ] 1022/1748 58% [==================================== ] 1023/1748 58% [==================================== ] 1024/1748 58% [==================================== ] 1025/1748 58% [==================================== ] 1026/1748 58% [==================================== ] 1027/1748 58% [==================================== ] 1028/1748 58% [==================================== ] 1029/1748 58% [==================================== ] 1030/1748 58% [==================================== ] 1031/1748 58% [==================================== ] 1032/1748 59% [==================================== ] 1033/1748 59% [==================================== ] 1034/1748 59% [==================================== ] 1035/1748 59% [==================================== ] 1036/1748 59% [==================================== ] 1037/1748 59% [==================================== ] 1038/1748 59% [==================================== ] 1039/1748 59% [==================================== ] 1040/1748 59% [==================================== ] 1041/1748 59% [==================================== ] 1042/1748 59% [==================================== ] 1043/1748 59% [===================================== ] 1044/1748 59% [===================================== ] 1045/1748 59% [===================================== ] 1046/1748 59% [===================================== ] 1047/1748 59% [===================================== ] 1048/1748 59% [===================================== ] 1049/1748 60% [===================================== ] 1050/1748 60% [===================================== ] 1051/1748 60% [===================================== ] 1052/1748 60% [===================================== ] 1053/1748 60% [===================================== ] 1054/1748 60% [===================================== ] 1055/1748 60% [===================================== ] 1056/1748 60% [===================================== ] 1057/1748 60% [===================================== ] 1058/1748 60% [===================================== ] 1059/1748 60% [===================================== ] 1060/1748 60% [===================================== ] 1061/1748 60% [===================================== ] 1062/1748 60% [===================================== ] 1063/1748 60% [===================================== ] 1064/1748 60% [===================================== ] 1065/1748 60% [===================================== ] 1066/1748 60% [===================================== ] 1067/1748 61% [===================================== ] 1068/1748 61% [===================================== ] 1069/1748 61% [===================================== ] 1070/1748 61% [===================================== ] 1071/1748 61% [====================================== ] 1072/1748 61% [====================================== ] 1073/1748 61% [====================================== ] 1074/1748 61% [====================================== ] 1075/1748 61% [====================================== ] 1076/1748 61% [====================================== ] 1077/1748 61% [====================================== ] 1078/1748 61% [====================================== ] 1079/1748 61% [====================================== ] 1080/1748 61% [====================================== ] 1081/1748 61% [====================================== ] 1082/1748 61% [====================================== ] 1083/1748 61% [====================================== ] 1084/1748 62% [====================================== ] 1085/1748 62% [====================================== ] 1086/1748 62% [====================================== ] 1087/1748 62% [====================================== ] 1088/1748 62% [====================================== ] 1089/1748 62% [====================================== ] 1090/1748 62% [====================================== ] 1091/1748 62% [====================================== ] 1092/1748 62% [====================================== ] 1093/1748 62% [====================================== ] 1094/1748 62% [====================================== ] 1095/1748 62% [====================================== ] 1096/1748 62% [====================================== ] 1097/1748 62% [====================================== ] 1098/1748 62% [====================================== ] 1099/1748 62% [======================================= ] 1100/1748 62% [======================================= ] 1101/1748 62% [======================================= ] 1102/1748 63% [======================================= ] 1103/1748 63% [======================================= ] 1104/1748 63% [======================================= ] 1105/1748 63% [======================================= ] 1106/1748 63% [======================================= ] 1107/1748 63% [======================================= ] 1108/1748 63% [======================================= ] 1109/1748 63% [======================================= ] 1110/1748 63% [======================================= ] 1111/1748 63% [======================================= ] 1112/1748 63% [======================================= ] 1113/1748 63% [======================================= ] 1114/1748 63% [======================================= ] 1115/1748 63% [======================================= ] 1116/1748 63% [======================================= ] 1117/1748 63% [======================================= ] 1118/1748 63% [======================================= ] 1119/1748 64% [======================================= ] 1120/1748 64% [======================================= ] 1121/1748 64% [======================================= ] 1122/1748 64% [======================================= ] 1123/1748 64% [======================================= ] 1124/1748 64% [======================================= ] 1125/1748 64% [======================================= ] 1126/1748 64% [======================================= ] 1127/1748 64% [======================================== ] 1128/1748 64% [======================================== ] 1129/1748 64% [======================================== ] 1130/1748 64% [======================================== ] 1131/1748 64% [======================================== ] 1132/1748 64% [======================================== ] 1133/1748 64% [======================================== ] 1134/1748 64% [======================================== ] 1135/1748 64% [======================================== ] 1136/1748 64% [======================================== ] 1137/1748 65% [======================================== ] 1138/1748 65% [======================================== ] 1139/1748 65% [======================================== ] 1140/1748 65% [======================================== ] 1141/1748 65% [======================================== ] 1142/1748 65% [======================================== ] 1143/1748 65% [======================================== ] 1144/1748 65% [======================================== ] 1145/1748 65% [======================================== ] 1146/1748 65% [======================================== ] 1147/1748 65% [======================================== ] 1148/1748 65% [======================================== ] 1149/1748 65% [======================================== ] 1150/1748 65% [======================================== ] 1151/1748 65% [======================================== ] 1152/1748 65% [======================================== ] 1153/1748 65% [======================================== ] 1154/1748 66% [======================================== ] 1155/1748 66% [========================================= ] 1156/1748 66% [========================================= ] 1157/1748 66% [========================================= ] 1158/1748 66% [========================================= ] 1159/1748 66% [========================================= ] 1160/1748 66% [========================================= ] 1161/1748 66% [========================================= ] 1162/1748 66% [========================================= ] 1163/1748 66% [========================================= ] 1164/1748 66% [========================================= ] 1165/1748 66% [========================================= ] 1166/1748 66% [========================================= ] 1167/1748 66% [========================================= ] 1168/1748 66% [========================================= ] 1169/1748 66% [========================================= ] 1170/1748 66% [========================================= ] 1171/1748 66% [========================================= ] 1172/1748 67% [========================================= ] 1173/1748 67% [========================================= ] 1174/1748 67% [========================================= ] 1175/1748 67% [========================================= ] 1176/1748 67% [========================================= ] 1177/1748 67% [========================================= ] 1178/1748 67% [========================================= ] 1179/1748 67% [========================================= ] 1180/1748 67% [========================================= ] 1181/1748 67% [========================================= ] 1182/1748 67% [========================================= ] 1183/1748 67% [========================================= ] 1184/1748 67% [========================================== ] 1185/1748 67% [========================================== ] 1186/1748 67% [========================================== ] 1187/1748 67% [========================================== ] 1188/1748 67% [========================================== ] 1189/1748 68% [========================================== ] 1190/1748 68% [========================================== ] 1191/1748 68% [========================================== ] 1192/1748 68% [========================================== ] 1193/1748 68% [========================================== ] 1194/1748 68% [========================================== ] 1195/1748 68% [========================================== ] 1196/1748 68% [========================================== ] 1197/1748 68% [========================================== ] 1198/1748 68% [========================================== ] 1199/1748 68% [========================================== ] 1200/1748 68% [========================================== ] 1201/1748 68% [========================================== ] 1202/1748 68% [========================================== ] 1203/1748 68% [========================================== ] 1204/1748 68% [========================================== ] 1205/1748 68% [========================================== ] 1206/1748 68% [========================================== ] 1207/1748 69% [========================================== ] 1208/1748 69% [========================================== ] 1209/1748 69% [========================================== ] 1210/1748 69% [========================================== ] 1211/1748 69% [========================================== ] 1212/1748 69% [=========================================== ] 1213/1748 69% [=========================================== ] 1214/1748 69% [=========================================== ] 1215/1748 69% [=========================================== ] 1216/1748 69% [=========================================== ] 1217/1748 69% [=========================================== ] 1218/1748 69% [=========================================== ] 1219/1748 69% [=========================================== ] 1220/1748 69% [=========================================== ] 1221/1748 69% [=========================================== ] 1222/1748 69% [=========================================== ] 1223/1748 69% [=========================================== ] 1224/1748 70% [=========================================== ] 1225/1748 70% [=========================================== ] 1226/1748 70% [=========================================== ] 1227/1748 70% [=========================================== ] 1228/1748 70% [=========================================== ] 1229/1748 70% [=========================================== ] 1230/1748 70% [=========================================== ] 1231/1748 70% [=========================================== ] 1232/1748 70% [=========================================== ] 1233/1748 70% [=========================================== ] 1234/1748 70% [=========================================== ] 1235/1748 70% [=========================================== ] 1236/1748 70% [=========================================== ] 1237/1748 70% [=========================================== ] 1238/1748 70% [=========================================== ] 1239/1748 70% [=========================================== ] 1240/1748 70% [============================================ ] 1241/1748 70% [============================================ ] 1242/1748 71% [============================================ ] 1243/1748 71% [============================================ ] 1244/1748 71% [============================================ ] 1245/1748 71% [============================================ ] 1246/1748 71% [============================================ ] 1247/1748 71% [============================================ ] 1248/1748 71% [============================================ ] 1249/1748 71% [============================================ ] 1250/1748 71% [============================================ ] 1251/1748 71% [============================================ ] 1252/1748 71% [============================================ ] 1253/1748 71% [============================================ ] 1254/1748 71% [============================================ ] 1255/1748 71% [============================================ ] 1256/1748 71% [============================================ ] 1257/1748 71% [============================================ ] 1258/1748 71% [============================================ ] 1259/1748 72% [============================================ ] 1260/1748 72% [============================================ ] 1261/1748 72% [============================================ ] 1262/1748 72% [============================================ ] 1263/1748 72% [============================================ ] 1264/1748 72% [============================================ ] 1265/1748 72% [============================================ ] 1266/1748 72% [============================================ ] 1267/1748 72% [============================================ ] 1268/1748 72% [============================================= ] 1269/1748 72% [============================================= ] 1270/1748 72% [============================================= ] 1271/1748 72% [============================================= ] 1272/1748 72% [============================================= ] 1273/1748 72% [============================================= ] 1274/1748 72% [============================================= ] 1275/1748 72% [============================================= ] 1276/1748 72% [============================================= ] 1277/1748 73% [============================================= ] 1278/1748 73% [============================================= ] 1279/1748 73% [============================================= ] 1280/1748 73% [============================================= ] 1281/1748 73% [============================================= ] 1282/1748 73% [============================================= ] 1283/1748 73% [============================================= ] 1284/1748 73% [============================================= ] 1285/1748 73% [============================================= ] 1286/1748 73% [============================================= ] 1287/1748 73% [============================================= ] 1288/1748 73% [============================================= ] 1289/1748 73% [============================================= ] 1290/1748 73% [============================================= ] 1291/1748 73% [============================================= ] 1292/1748 73% [============================================= ] 1293/1748 73% [============================================= ] 1294/1748 74% [============================================= ] 1295/1748 74% [============================================= ] 1296/1748 74% [============================================== ] 1297/1748 74% [============================================== ] 1298/1748 74% [============================================== ] 1299/1748 74% [============================================== ] 1300/1748 74% [============================================== ] 1301/1748 74% [============================================== ] 1302/1748 74% [============================================== ] 1303/1748 74% [============================================== ] 1304/1748 74% [============================================== ] 1305/1748 74% [============================================== ] 1306/1748 74% [============================================== ] 1307/1748 74% [============================================== ] 1308/1748 74% [============================================== ] 1309/1748 74% [============================================== ] 1310/1748 74% [============================================== ] 1311/1748 75% [============================================== ] 1312/1748 75% [============================================== ] 1313/1748 75% [============================================== ] 1314/1748 75% [============================================== ] 1315/1748 75% [============================================== ] 1316/1748 75% [============================================== ] 1317/1748 75% [============================================== ] 1318/1748 75% [============================================== ] 1319/1748 75% [============================================== ] 1320/1748 75% [============================================== ] 1321/1748 75% [============================================== ] 1322/1748 75% [============================================== ] 1323/1748 75% [============================================== ] 1324/1748 75% [============================================== ] 1325/1748 75% [=============================================== ] 1326/1748 75% [=============================================== ] 1327/1748 75% [=============================================== ] 1328/1748 75% [=============================================== ] 1329/1748 76% [=============================================== ] 1330/1748 76% [=============================================== ] 1331/1748 76% [=============================================== ] 1332/1748 76% [=============================================== ] 1333/1748 76% [=============================================== ] 1334/1748 76% [=============================================== ] 1335/1748 76% [=============================================== ] 1336/1748 76% [=============================================== ] 1337/1748 76% [=============================================== ] 1338/1748 76% [=============================================== ] 1339/1748 76% [=============================================== ] 1340/1748 76% [=============================================== ] 1341/1748 76% [=============================================== ] 1342/1748 76% [=============================================== ] 1343/1748 76% [=============================================== ] 1344/1748 76% [=============================================== ] 1345/1748 76% [=============================================== ] 1346/1748 77% [=============================================== ] 1347/1748 77% [=============================================== ] 1348/1748 77% [=============================================== ] 1349/1748 77% [=============================================== ] 1350/1748 77% [=============================================== ] 1351/1748 77% [=============================================== ] 1352/1748 77% [=============================================== ] 1353/1748 77% [================================================ ] 1354/1748 77% [================================================ ] 1355/1748 77% [================================================ ] 1356/1748 77% [================================================ ] 1357/1748 77% [================================================ ] 1358/1748 77% [================================================ ] 1359/1748 77% [================================================ ] 1360/1748 77% [================================================ ] 1361/1748 77% [================================================ ] 1362/1748 77% [================================================ ] 1363/1748 77% [================================================ ] 1364/1748 78% [================================================ ] 1365/1748 78% [================================================ ] 1366/1748 78% [================================================ ] 1367/1748 78% [================================================ ] 1368/1748 78% [================================================ ] 1369/1748 78% [================================================ ] 1370/1748 78% [================================================ ] 1371/1748 78% [================================================ ] 1372/1748 78% [================================================ ] 1373/1748 78% [================================================ ] 1374/1748 78% [================================================ ] 1375/1748 78% [================================================ ] 1376/1748 78% [================================================ ] 1377/1748 78% [================================================ ] 1378/1748 78% [================================================ ] 1379/1748 78% [================================================ ] 1380/1748 78% [================================================ ] 1381/1748 79% [================================================= ] 1382/1748 79% [================================================= ] 1383/1748 79% [================================================= ] 1384/1748 79% [================================================= ] 1385/1748 79% [================================================= ] 1386/1748 79% [================================================= ] 1387/1748 79% [================================================= ] 1388/1748 79% [================================================= ] 1389/1748 79% [================================================= ] 1390/1748 79% [================================================= ] 1391/1748 79% [================================================= ] 1392/1748 79% [================================================= ] 1393/1748 79% [================================================= ] 1394/1748 79% [================================================= ] 1395/1748 79% [================================================= ] 1396/1748 79% [================================================= ] 1397/1748 79% [================================================= ] 1398/1748 79% [================================================= ] 1399/1748 80% [================================================= ] 1400/1748 80% [================================================= ] 1401/1748 80% [================================================= ] 1402/1748 80% [================================================= ] 1403/1748 80% [================================================= ] 1404/1748 80% [================================================= ] 1405/1748 80% [================================================= ] 1406/1748 80% [================================================= ] 1407/1748 80% [================================================= ] 1408/1748 80% [================================================= ] 1409/1748 80% [================================================== ] 1410/1748 80% [================================================== ] 1411/1748 80% [================================================== ] 1412/1748 80% [================================================== ] 1413/1748 80% [================================================== ] 1414/1748 80% [================================================== ] 1415/1748 80% [================================================== ] 1416/1748 81% [================================================== ] 1417/1748 81% [================================================== ] 1418/1748 81% [================================================== ] 1419/1748 81% [================================================== ] 1420/1748 81% [================================================== ] 1421/1748 81% [================================================== ] 1422/1748 81% [================================================== ] 1423/1748 81% [================================================== ] 1424/1748 81% [================================================== ] 1425/1748 81% [================================================== ] 1426/1748 81% [================================================== ] 1427/1748 81% [================================================== ] 1428/1748 81% [================================================== ] 1429/1748 81% [================================================== ] 1430/1748 81% [================================================== ] 1431/1748 81% [================================================== ] 1432/1748 81% [================================================== ] 1433/1748 81% [================================================== ] 1434/1748 82% [================================================== ] 1435/1748 82% [================================================== ] 1436/1748 82% [================================================== ] 1437/1748 82% [=================================================== ] 1438/1748 82% [=================================================== ] 1439/1748 82% [=================================================== ] 1440/1748 82% [=================================================== ] 1441/1748 82% [=================================================== ] 1442/1748 82% [=================================================== ] 1443/1748 82% [=================================================== ] 1444/1748 82% [=================================================== ] 1445/1748 82% [=================================================== ] 1446/1748 82% [=================================================== ] 1447/1748 82% [=================================================== ] 1448/1748 82% [=================================================== ] 1449/1748 82% [=================================================== ] 1450/1748 82% [=================================================== ] 1451/1748 83% [=================================================== ] 1452/1748 83% [=================================================== ] 1453/1748 83% [=================================================== ] 1454/1748 83% [=================================================== ] 1455/1748 83% [=================================================== ] 1456/1748 83% [=================================================== ] 1457/1748 83% [=================================================== ] 1458/1748 83% [=================================================== ] 1459/1748 83% [=================================================== ] 1460/1748 83% [=================================================== ] 1461/1748 83% [=================================================== ] 1462/1748 83% [=================================================== ] 1463/1748 83% [=================================================== ] 1464/1748 83% [=================================================== ] 1465/1748 83% [=================================================== ] 1466/1748 83% [==================================================== ] 1467/1748 83% [==================================================== ] 1468/1748 83% [==================================================== ] 1469/1748 84% [==================================================== ] 1470/1748 84% [==================================================== ] 1471/1748 84% [==================================================== ] 1472/1748 84% [==================================================== ] 1473/1748 84% [==================================================== ] 1474/1748 84% [==================================================== ] 1475/1748 84% [==================================================== ] 1476/1748 84% [==================================================== ] 1477/1748 84% [==================================================== ] 1478/1748 84% [==================================================== ] 1479/1748 84% [==================================================== ] 1480/1748 84% [==================================================== ] 1481/1748 84% [==================================================== ] 1482/1748 84% [==================================================== ] 1483/1748 84% [==================================================== ] 1484/1748 84% [==================================================== ] 1485/1748 84% [==================================================== ] 1486/1748 85% [==================================================== ] 1487/1748 85% [==================================================== ] 1488/1748 85% [==================================================== ] 1489/1748 85% [==================================================== ] 1490/1748 85% [==================================================== ] 1491/1748 85% [==================================================== ] 1492/1748 85% [==================================================== ] 1493/1748 85% [==================================================== ] 1494/1748 85% [===================================================== ] 1495/1748 85% [===================================================== ] 1496/1748 85% [===================================================== ] 1497/1748 85% [===================================================== ] 1498/1748 85% [===================================================== ] 1499/1748 85% [===================================================== ] 1500/1748 85% [===================================================== ] 1501/1748 85% [===================================================== ] 1502/1748 85% [===================================================== ] 1503/1748 85% [===================================================== ] 1504/1748 86% [===================================================== ] 1505/1748 86% [===================================================== ] 1506/1748 86% [===================================================== ] 1507/1748 86% [===================================================== ] 1508/1748 86% [===================================================== ] 1509/1748 86% [===================================================== ] 1510/1748 86% [===================================================== ] 1511/1748 86% [===================================================== ] 1512/1748 86% [===================================================== ] 1513/1748 86% [===================================================== ] 1514/1748 86% [===================================================== ] 1515/1748 86% [===================================================== ] 1516/1748 86% [===================================================== ] 1517/1748 86% [===================================================== ] 1518/1748 86% [===================================================== ] 1519/1748 86% [===================================================== ] 1520/1748 86% [===================================================== ] 1521/1748 87% [===================================================== ] 1522/1748 87% [====================================================== ] 1523/1748 87% [====================================================== ] 1524/1748 87% [====================================================== ] 1525/1748 87% [====================================================== ] 1526/1748 87% [====================================================== ] 1527/1748 87% [====================================================== ] 1528/1748 87% [====================================================== ] 1529/1748 87% [====================================================== ] 1530/1748 87% [====================================================== ] 1531/1748 87% [====================================================== ] 1532/1748 87% [====================================================== ] 1533/1748 87% [====================================================== ] 1534/1748 87% [====================================================== ] 1535/1748 87% [====================================================== ] 1536/1748 87% [====================================================== ] 1537/1748 87% [====================================================== ] 1538/1748 87% [====================================================== ] 1539/1748 88% [====================================================== ] 1540/1748 88% [====================================================== ] 1541/1748 88% [====================================================== ] 1542/1748 88% [====================================================== ] 1543/1748 88% [====================================================== ] 1544/1748 88% [====================================================== ] 1545/1748 88% [====================================================== ] 1546/1748 88% [====================================================== ] 1547/1748 88% [====================================================== ] 1548/1748 88% [====================================================== ] 1549/1748 88% [====================================================== ] 1550/1748 88% [======================================================= ] 1551/1748 88% [======================================================= ] 1552/1748 88% [======================================================= ] 1553/1748 88% [======================================================= ] 1554/1748 88% [======================================================= ] 1555/1748 88% [======================================================= ] 1556/1748 89% [======================================================= ] 1557/1748 89% [======================================================= ] 1558/1748 89% [======================================================= ] 1559/1748 89% [======================================================= ] 1560/1748 89% [======================================================= ] 1561/1748 89% [======================================================= ] 1562/1748 89% [======================================================= ] 1563/1748 89% [======================================================= ] 1564/1748 89% [======================================================= ] 1565/1748 89% [======================================================= ] 1566/1748 89% [======================================================= ] 1567/1748 89% [======================================================= ] 1568/1748 89% [======================================================= ] 1569/1748 89% [======================================================= ] 1570/1748 89% [======================================================= ] 1571/1748 89% [======================================================= ] 1572/1748 89% [======================================================= ] 1573/1748 89% [======================================================= ] 1574/1748 90% [======================================================= ] 1575/1748 90% [======================================================= ] 1576/1748 90% [======================================================= ] 1577/1748 90% [======================================================= ] 1578/1748 90% [======================================================== ] 1579/1748 90% [======================================================== ] 1580/1748 90% [======================================================== ] 1581/1748 90% [======================================================== ] 1582/1748 90% [======================================================== ] 1583/1748 90% [======================================================== ] 1584/1748 90% [======================================================== ] 1585/1748 90% [======================================================== ] 1586/1748 90% [======================================================== ] 1587/1748 90% [======================================================== ] 1588/1748 90% [======================================================== ] 1589/1748 90% [======================================================== ] 1590/1748 90% [======================================================== ] 1591/1748 91% [======================================================== ] 1592/1748 91% [======================================================== ] 1593/1748 91% [======================================================== ] 1594/1748 91% [======================================================== ] 1595/1748 91% [======================================================== ] 1596/1748 91% [======================================================== ] 1597/1748 91% [======================================================== ] 1598/1748 91% [======================================================== ] 1599/1748 91% [======================================================== ] 1600/1748 91% [======================================================== ] 1601/1748 91% [======================================================== ] 1602/1748 91% [======================================================== ] 1603/1748 91% [======================================================== ] 1604/1748 91% [======================================================== ] 1605/1748 91% [======================================================== ] 1606/1748 91% [======================================================== ] 1607/1748 91% [========================================================= ] 1608/1748 91% [========================================================= ] 1609/1748 92% [========================================================= ] 1610/1748 92% [========================================================= ] 1611/1748 92% [========================================================= ] 1612/1748 92% [========================================================= ] 1613/1748 92% [========================================================= ] 1614/1748 92% [========================================================= ] 1615/1748 92% [========================================================= ] 1616/1748 92% [========================================================= ] 1617/1748 92% [========================================================= ] 1618/1748 92% [========================================================= ] 1619/1748 92% [========================================================= ] 1620/1748 92% [========================================================= ] 1621/1748 92% [========================================================= ] 1622/1748 92% [========================================================= ] 1623/1748 92% [========================================================= ] 1624/1748 92% [========================================================= ] 1625/1748 92% [========================================================= ] 1626/1748 93% [========================================================= ] 1627/1748 93% [========================================================= ] 1628/1748 93% [========================================================= ] 1629/1748 93% [========================================================= ] 1630/1748 93% [========================================================= ] 1631/1748 93% [========================================================= ] 1632/1748 93% [========================================================= ] 1633/1748 93% [========================================================= ] 1634/1748 93% [========================================================= ] 1635/1748 93% [========================================================== ] 1636/1748 93% [========================================================== ] 1637/1748 93% [========================================================== ] 1638/1748 93% [========================================================== ] 1639/1748 93% [========================================================== ] 1640/1748 93% [========================================================== ] 1641/1748 93% [========================================================== ] 1642/1748 93% [========================================================== ] 1643/1748 93% [========================================================== ] 1644/1748 94% [========================================================== ] 1645/1748 94% [========================================================== ] 1646/1748 94% [========================================================== ] 1647/1748 94% [========================================================== ] 1648/1748 94% [========================================================== ] 1649/1748 94% [========================================================== ] 1650/1748 94% [========================================================== ] 1651/1748 94% [========================================================== ] 1652/1748 94% [========================================================== ] 1653/1748 94% [========================================================== ] 1654/1748 94% [========================================================== ] 1655/1748 94% [========================================================== ] 1656/1748 94% [========================================================== ] 1657/1748 94% [========================================================== ] 1658/1748 94% [========================================================== ] 1659/1748 94% [========================================================== ] 1660/1748 94% [========================================================== ] 1661/1748 95% [========================================================== ] 1662/1748 95% [========================================================== ] 1663/1748 95% [=========================================================== ] 1664/1748 95% [=========================================================== ] 1665/1748 95% [=========================================================== ] 1666/1748 95% [=========================================================== ] 1667/1748 95% [=========================================================== ] 1668/1748 95% [=========================================================== ] 1669/1748 95% [=========================================================== ] 1670/1748 95% [=========================================================== ] 1671/1748 95% [=========================================================== ] 1672/1748 95% [=========================================================== ] 1673/1748 95% [=========================================================== ] 1674/1748 95% [=========================================================== ] 1675/1748 95% [=========================================================== ] 1676/1748 95% [=========================================================== ] 1677/1748 95% [=========================================================== ] 1678/1748 95% [=========================================================== ] 1679/1748 96% [=========================================================== ] 1680/1748 96% [=========================================================== ] 1681/1748 96% [=========================================================== ] 1682/1748 96% [=========================================================== ] 1683/1748 96% [=========================================================== ] 1684/1748 96% [=========================================================== ] 1685/1748 96% [=========================================================== ] 1686/1748 96% [=========================================================== ] 1687/1748 96% [=========================================================== ] 1688/1748 96% [=========================================================== ] 1689/1748 96% [=========================================================== ] 1690/1748 96% [=========================================================== ] 1691/1748 96% [============================================================ ] 1692/1748 96% [============================================================ ] 1693/1748 96% [============================================================ ] 1694/1748 96% [============================================================ ] 1695/1748 96% [============================================================ ] 1696/1748 97% [============================================================ ] 1697/1748 97% [============================================================ ] 1698/1748 97% [============================================================ ] 1699/1748 97% [============================================================ ] 1700/1748 97% [============================================================ ] 1701/1748 97% [============================================================ ] 1702/1748 97% [============================================================ ] 1703/1748 97% [============================================================ ] 1704/1748 97% [============================================================ ] 1705/1748 97% [============================================================ ] 1706/1748 97% [============================================================ ] 1707/1748 97% [============================================================ ] 1708/1748 97% [============================================================ ] 1709/1748 97% [============================================================ ] 1710/1748 97% [============================================================ ] 1711/1748 97% [============================================================ ] 1712/1748 97% [============================================================ ] 1713/1748 97% [============================================================ ] 1714/1748 98% [============================================================ ] 1715/1748 98% [============================================================ ] 1716/1748 98% [============================================================ ] 1717/1748 98% [============================================================ ] 1718/1748 98% [============================================================ ] 1719/1748 98% [============================================================= ] 1720/1748 98% [============================================================= ] 1721/1748 98% [============================================================= ] 1722/1748 98% [============================================================= ] 1723/1748 98% [============================================================= ] 1724/1748 98% [============================================================= ] 1725/1748 98% [============================================================= ] 1726/1748 98% [============================================================= ] 1727/1748 98% [============================================================= ] 1728/1748 98% [============================================================= ] 1729/1748 98% [============================================================= ] 1730/1748 98% [============================================================= ] 1731/1748 99% [============================================================= ] 1732/1748 99% [============================================================= ] 1733/1748 99% [============================================================= ] 1734/1748 99% [============================================================= ] 1735/1748 99% [============================================================= ] 1736/1748 99% [============================================================= ] 1737/1748 99% [============================================================= ] 1738/1748 99% [============================================================= ] 1739/1748 99% [============================================================= ] 1740/1748 99% [============================================================= ] 1741/1748 99% [============================================================= ] 1742/1748 99% [============================================================= ] 1743/1748 99% [============================================================= ] 1744/1748 99% [============================================================= ] 1745/1748 99% [============================================================= ] 1746/1748 99% [============================================================= ] 1747/1748 99% [==============================================================] 1748/1748 100% operation complete, 1748 objects in 22273 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2024.02-986-g9fcdc50175 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2023.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.48 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.8.9 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.8 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.30.3 Collecting legal info LICENSE.txt: OK (sha256: 9b9e1764f06701bcf7ce21e942c682d5921ba0900c6fca760321b1c8837a9662) >>> sdl2_mixer 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: 1852c8549e3d154687197d46abababd3e8faae035f19991b2ca850fa3a43ad57) >>> sdl2_net 2.2.0 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> conntrack-tools 1.4.7 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> faad2 2.11.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fft-eval 777749c5c7cc0af1fe5a74e3c589581eabcf0f1e Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f) LICENSES/GPL-2.0-only.txt: OK (sha256: d1cf0896da7045d841fe45b0991cf35540bac1a17b5d11f4afcf8fcb950246b5) LICENSES/OFL-1.1.txt: OK (sha256: 797832eda5ff4360a10fee3be94a3250995e76423b79675c9c44204c37ca492d) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> hwdata 0.379 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> inadyn 2.12.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> openssl Collecting legal info >>> libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> leafnode2 ce7d3b13fb285c9fb7bffc382ea10fd41e12582d Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libgsm 1.0.22 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libkrb5 1.21.2 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> pcsc-lite 2.1.0 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libubootenv 0.3.5 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> linuxptp 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> host-mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 2023-04 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pigz 2.8 Collecting legal info README: OK (sha256: 328634933a65dbc7f97a0f51df52741dc67f593bbe9eccabc9eedc6934c4983b) >>> host-pigz 2.8 Collecting legal info README: OK (sha256: 328634933a65dbc7f97a0f51df52741dc67f593bbe9eccabc9eedc6934c4983b) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> host-sdbus-cpp 2.0.0 Collecting legal info COPYING: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) COPYING-LGPL-Exception: OK (sha256: a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657) >>> host-systemd 254.9 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 8ccb649d1fc1103e5726612cf303f05d4eb86b7ab46d9f630009dd32e87612e2) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpreplay 4.4.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinyssh 20240101 Collecting legal info LICENCE: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> unixodbc 2.3.12 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.48 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 6b1a1de0b3394002973daaa407b93a1d2c13efd8dd1a32095d6872c36f09ba66) >>> wavemon 0.9.5 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'