touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/sbin/mkfs.jffs2 -e 0x4000 --with-xattr -l -n -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target -o /home/buildroot/autobuild/instance-3/output-1/images/rootfs.jffs2.nosummary\n /home/buildroot/autobuild/instance-3/output-1/host/sbin/sumtool -e 0x4000 -l -n -i /home/buildroot/autobuild/instance-3/output-1/images/rootfs.jffs2.nosummary -o /home/buildroot/autobuild/instance-3/output-1/images/rootfs.jffs2\n rm /home/buildroot/autobuild/instance-3/output-1/images/rootfs.jffs2.nosummary\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1772 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/1772 0% [ ] 2/1772 0% [ ] 3/1772 0% [ ] 4/1772 0% [ ] 5/1772 0% [ ] 6/1772 0% [ ] 7/1772 0% [ ] 8/1772 0% [ ] 9/1772 0% [ ] 10/1772 0% [ ] 11/1772 0% [ ] 12/1772 0% [ ] 13/1772 0% [ ] 14/1772 0% [ ] 15/1772 0% [ ] 16/1772 0% [ ] 17/1772 0% [ ] 18/1772 1% [ ] 19/1772 1% [ ] 20/1772 1% [ ] 21/1772 1% [ ] 22/1772 1% [ ] 23/1772 1% [ ] 24/1772 1% [ ] 25/1772 1% [ ] 26/1772 1% [ ] 27/1772 1% [ ] 28/1772 1% [= ] 29/1772 1% [= ] 30/1772 1% [= ] 31/1772 1% [= ] 32/1772 1% [= ] 33/1772 1% [= ] 34/1772 1% [= ] 35/1772 1% [= ] 36/1772 2% [= ] 37/1772 2% [= ] 38/1772 2% [= ] 39/1772 2% [= ] 40/1772 2% [= ] 41/1772 2% [= ] 42/1772 2% [= ] 43/1772 2% [= ] 44/1772 2% [= ] 45/1772 2% [= ] 46/1772 2% [= ] 47/1772 2% [= ] 48/1772 2% [= ] 49/1772 2% [= ] 50/1772 2% [= ] 51/1772 2% [= ] 52/1772 2% [= ] 53/1772 2% [= ] 54/1772 3% [= ] 55/1772 3% [= ] 56/1772 3% [= ] 57/1772 3% [== ] 58/1772 3% [== ] 59/1772 3% [== ] 60/1772 3% [== ] 61/1772 3% [== ] 62/1772 3% [== ] 63/1772 3% [== ] 64/1772 3% [== ] 65/1772 3% [== ] 66/1772 3% [== ] 67/1772 3% [== ] 68/1772 3% [== ] 69/1772 3% [== ] 70/1772 3% [== ] 71/1772 4% [== ] 72/1772 4% [== ] 73/1772 4% [== ] 74/1772 4% [== ] 75/1772 4% [== ] 76/1772 4% [== ] 77/1772 4% [== ] 78/1772 4% [== ] 79/1772 4% [== ] 80/1772 4% [== ] 81/1772 4% [== ] 82/1772 4% [== ] 83/1772 4% [== ] 84/1772 4% [== ] 85/1772 4% [=== ] 86/1772 4% [=== ] 87/1772 4% [=== ] 88/1772 4% [=== ] 89/1772 5% [=== ] 90/1772 5% [=== ] 91/1772 5% [=== ] 92/1772 5% [=== ] 93/1772 5% [=== ] 94/1772 5% [=== ] 95/1772 5% [=== ] 96/1772 5% [=== ] 97/1772 5% [=== ] 98/1772 5% [=== ] 99/1772 5% [=== ] 100/1772 5% [=== ] 101/1772 5% [=== ] 102/1772 5% [=== ] 103/1772 5% [=== ] 104/1772 5% [=== ] 105/1772 5% [=== ] 106/1772 5% [=== ] 107/1772 6% [=== ] 108/1772 6% [=== ] 109/1772 6% [=== ] 110/1772 6% [=== ] 111/1772 6% [=== ] 112/1772 6% [=== ] 113/1772 6% [=== ] 114/1772 6% [==== ] 115/1772 6% [==== ] 116/1772 6% [==== ] 117/1772 6% [==== ] 118/1772 6% [==== ] 119/1772 6% [==== ] 120/1772 6% [==== ] 121/1772 6% [==== ] 122/1772 6% [==== ] 123/1772 6% [==== ] 124/1772 6% [==== ] 125/1772 7% [==== ] 126/1772 7% [==== ] 127/1772 7% [==== ] 128/1772 7% [==== ] 129/1772 7% [==== ] 130/1772 7% [==== ] 131/1772 7% [==== ] 132/1772 7% [==== ] 133/1772 7% [==== ] 134/1772 7% [==== ] 135/1772 7% [==== ] 136/1772 7% [==== ] 137/1772 7% [==== ] 138/1772 7% [==== ] 139/1772 7% [==== ] 140/1772 7% [==== ] 141/1772 7% [==== ] 142/1772 8% [===== ] 143/1772 8% [===== ] 144/1772 8% [===== ] 145/1772 8% [===== ] 146/1772 8% [===== ] 147/1772 8% [===== ] 148/1772 8% [===== ] 149/1772 8% [===== ] 150/1772 8% [===== ] 151/1772 8% [===== ] 152/1772 8% [===== ] 153/1772 8% [===== ] 154/1772 8% [===== ] 155/1772 8% [===== ] 156/1772 8% [===== ] 157/1772 8% [===== ] 158/1772 8% [===== ] 159/1772 8% [===== ] 160/1772 9% [===== ] 161/1772 9% [===== ] 162/1772 9% [===== ] 163/1772 9% [===== ] 164/1772 9% [===== ] 165/1772 9% [===== ] 166/1772 9% [===== ] 167/1772 9% [===== ] 168/1772 9% [===== ] 169/1772 9% [===== ] 170/1772 9% [===== ] 171/1772 9% [====== ] 172/1772 9% [====== ] 173/1772 9% [====== ] 174/1772 9% [====== ] 175/1772 9% [====== ] 176/1772 9% [====== ] 177/1772 9% [====== ] 178/1772 10% [====== ] 179/1772 10% [====== ] 180/1772 10% [====== ] 181/1772 10% [====== ] 182/1772 10% [====== ] 183/1772 10% [====== ] 184/1772 10% [====== ] 185/1772 10% [====== ] 186/1772 10% [====== ] 187/1772 10% [====== ] 188/1772 10% [====== ] 189/1772 10% [====== ] 190/1772 10% [====== ] 191/1772 10% [====== ] 192/1772 10% [====== ] 193/1772 10% [====== ] 194/1772 10% [====== ] 195/1772 11% [====== ] 196/1772 11% [====== ] 197/1772 11% [====== ] 198/1772 11% [====== ] 199/1772 11% [====== ] 200/1772 11% [======= ] 201/1772 11% [======= ] 202/1772 11% [======= ] 203/1772 11% [======= ] 204/1772 11% [======= ] 205/1772 11% [======= ] 206/1772 11% [======= ] 207/1772 11% [======= ] 208/1772 11% [======= ] 209/1772 11% [======= ] 210/1772 11% [======= ] 211/1772 11% [======= ] 212/1772 11% [======= ] 213/1772 12% [======= ] 214/1772 12% [======= ] 215/1772 12% [======= ] 216/1772 12% [======= ] 217/1772 12% [======= ] 218/1772 12% [======= ] 219/1772 12% [======= ] 220/1772 12% [======= ] 221/1772 12% [======= ] 222/1772 12% [======= ] 223/1772 12% [======= ] 224/1772 12% [======= ] 225/1772 12% [======= ] 226/1772 12% [======= ] 227/1772 12% [======= ] 228/1772 12% [======== ] 229/1772 12% [======== ] 230/1772 12% [======== ] 231/1772 13% [======== ] 232/1772 13% [======== ] 233/1772 13% [======== ] 234/1772 13% [======== ] 235/1772 13% [======== ] 236/1772 13% [======== ] 237/1772 13% [======== ] 238/1772 13% [======== ] 239/1772 13% [======== ] 240/1772 13% [======== ] 241/1772 13% [======== ] 242/1772 13% [======== ] 243/1772 13% [======== ] 244/1772 13% [======== ] 245/1772 13% [======== ] 246/1772 13% [======== ] 247/1772 13% [======== ] 248/1772 13% [======== ] 249/1772 14% [======== ] 250/1772 14% [======== ] 251/1772 14% [======== ] 252/1772 14% [======== ] 253/1772 14% [======== ] 254/1772 14% [======== ] 255/1772 14% [======== ] 256/1772 14% [======== ] 257/1772 14% [========= ] 258/1772 14% [========= ] 259/1772 14% [========= ] 260/1772 14% [========= ] 261/1772 14% [========= ] 262/1772 14% [========= ] 263/1772 14% [========= ] 264/1772 14% [========= ] 265/1772 14% [========= ] 266/1772 15% [========= ] 267/1772 15% [========= ] 268/1772 15% [========= ] 269/1772 15% [========= ] 270/1772 15% [========= ] 271/1772 15% [========= ] 272/1772 15% [========= ] 273/1772 15% [========= ] 274/1772 15% [========= ] 275/1772 15% [========= ] 276/1772 15% [========= ] 277/1772 15% [========= ] 278/1772 15% [========= ] 279/1772 15% [========= ] 280/1772 15% [========= ] 281/1772 15% [========= ] 282/1772 15% [========= ] 283/1772 15% [========= ] 284/1772 16% [========= ] 285/1772 16% [========== ] 286/1772 16% [========== ] 287/1772 16% [========== ] 288/1772 16% [========== ] 289/1772 16% [========== ] 290/1772 16% [========== ] 291/1772 16% [========== ] 292/1772 16% [========== ] 293/1772 16% [========== ] 294/1772 16% [========== ] 295/1772 16% [========== ] 296/1772 16% [========== ] 297/1772 16% [========== ] 298/1772 16% [========== ] 299/1772 16% [========== ] 300/1772 16% [========== ] 301/1772 16% [========== ] 302/1772 17% [========== ] 303/1772 17% [========== ] 304/1772 17% [========== ] 305/1772 17% [========== ] 306/1772 17% [========== ] 307/1772 17% [========== ] 308/1772 17% [========== ] 309/1772 17% [========== ] 310/1772 17% [========== ] 311/1772 17% [========== ] 312/1772 17% [========== ] 313/1772 17% [========== ] 314/1772 17% [=========== ] 315/1772 17% [=========== ] 316/1772 17% [=========== ] 317/1772 17% [=========== ] 318/1772 17% [=========== ] 319/1772 18% [=========== ] 320/1772 18% [=========== ] 321/1772 18% [=========== ] 322/1772 18% [=========== ] 323/1772 18% [=========== ] 324/1772 18% [=========== ] 325/1772 18% [=========== ] 326/1772 18% [=========== ] 327/1772 18% [=========== ] 328/1772 18% [=========== ] 329/1772 18% [=========== ] 330/1772 18% [=========== ] 331/1772 18% [=========== ] 332/1772 18% [=========== ] 333/1772 18% [=========== ] 334/1772 18% [=========== ] 335/1772 18% [=========== ] 336/1772 18% [=========== ] 337/1772 19% [=========== ] 338/1772 19% [=========== ] 339/1772 19% [=========== ] 340/1772 19% [=========== ] 341/1772 19% [=========== ] 342/1772 19% [============ ] 343/1772 19% [============ ] 344/1772 19% [============ ] 345/1772 19% [============ ] 346/1772 19% [============ ] 347/1772 19% [============ ] 348/1772 19% [============ ] 349/1772 19% [============ ] 350/1772 19% [============ ] 351/1772 19% [============ ] 352/1772 19% [============ ] 353/1772 19% [============ ] 354/1772 19% [============ ] 355/1772 20% [============ ] 356/1772 20% [============ ] 357/1772 20% [============ ] 358/1772 20% [============ ] 359/1772 20% [============ ] 360/1772 20% [============ ] 361/1772 20% [============ ] 362/1772 20% [============ ] 363/1772 20% [============ ] 364/1772 20% [============ ] 365/1772 20% [============ ] 366/1772 20% [============ ] 367/1772 20% [============ ] 368/1772 20% [============ ] 369/1772 20% [============ ] 370/1772 20% [============ ] 371/1772 20% [============= ] 372/1772 20% [============= ] 373/1772 21% [============= ] 374/1772 21% [============= ] 375/1772 21% [============= ] 376/1772 21% [============= ] 377/1772 21% [============= ] 378/1772 21% [============= ] 379/1772 21% [============= ] 380/1772 21% [============= ] 381/1772 21% [============= ] 382/1772 21% [============= ] 383/1772 21% [============= ] 384/1772 21% [============= ] 385/1772 21% [============= ] 386/1772 21% [============= ] 387/1772 21% [============= ] 388/1772 21% [============= ] 389/1772 21% [============= ] 390/1772 22% [============= ] 391/1772 22% [============= ] 392/1772 22% [============= ] 393/1772 22% [============= ] 394/1772 22% [============= ] 395/1772 22% [============= ] 396/1772 22% [============= ] 397/1772 22% [============= ] 398/1772 22% [============= ] 399/1772 22% [============= ] 400/1772 22% [============== ] 401/1772 22% [============== ] 402/1772 22% [============== ] 403/1772 22% [============== ] 404/1772 22% [============== ] 405/1772 22% [============== ] 406/1772 22% [============== ] 407/1772 22% [============== ] 408/1772 23% [============== ] 409/1772 23% [============== ] 410/1772 23% [============== ] 411/1772 23% [============== ] 412/1772 23% [============== ] 413/1772 23% [============== ] 414/1772 23% [============== ] 415/1772 23% [============== ] 416/1772 23% [============== ] 417/1772 23% [============== ] 418/1772 23% [============== ] 419/1772 23% [============== ] 420/1772 23% [============== ] 421/1772 23% [============== ] 422/1772 23% [============== ] 423/1772 23% [============== ] 424/1772 23% [============== ] 425/1772 23% [============== ] 426/1772 24% [============== ] 427/1772 24% [============== ] 428/1772 24% [=============== ] 429/1772 24% [=============== ] 430/1772 24% [=============== ] 431/1772 24% [=============== ] 432/1772 24% [=============== ] 433/1772 24% [=============== ] 434/1772 24% [=============== ] 435/1772 24% [=============== ] 436/1772 24% [=============== ] 437/1772 24% [=============== ] 438/1772 24% [=============== ] 439/1772 24% [=============== ] 440/1772 24% [=============== ] 441/1772 24% [=============== ] 442/1772 24% [=============== ] 443/1772 25% [=============== ] 444/1772 25% [=============== ] 445/1772 25% [=============== ] 446/1772 25% [=============== ] 447/1772 25% [=============== ] 448/1772 25% [=============== ] 449/1772 25% [=============== ] 450/1772 25% [=============== ] 451/1772 25% [=============== ] 452/1772 25% [=============== ] 453/1772 25% [=============== ] 454/1772 25% [=============== ] 455/1772 25% [=============== ] 456/1772 25% [=============== ] 457/1772 25% [================ ] 458/1772 25% [================ ] 459/1772 25% [================ ] 460/1772 25% [================ ] 461/1772 26% [================ ] 462/1772 26% [================ ] 463/1772 26% [================ ] 464/1772 26% [================ ] 465/1772 26% [================ ] 466/1772 26% [================ ] 467/1772 26% [================ ] 468/1772 26% [================ ] 469/1772 26% [================ ] 470/1772 26% [================ ] 471/1772 26% [================ ] 472/1772 26% [================ ] 473/1772 26% [================ ] 474/1772 26% [================ ] 475/1772 26% [================ ] 476/1772 26% [================ ] 477/1772 26% [================ ] 478/1772 26% [================ ] 479/1772 27% [================ ] 480/1772 27% [================ ] 481/1772 27% [================ ] 482/1772 27% [================ ] 483/1772 27% [================ ] 484/1772 27% [================ ] 485/1772 27% [================= ] 486/1772 27% [================= ] 487/1772 27% [================= ] 488/1772 27% [================= ] 489/1772 27% [================= ] 490/1772 27% [================= ] 491/1772 27% [================= ] 492/1772 27% [================= ] 493/1772 27% [================= ] 494/1772 27% [================= ] 495/1772 27% [================= ] 496/1772 27% [================= ] 497/1772 28% [================= ] 498/1772 28% [================= ] 499/1772 28% [================= ] 500/1772 28% [================= ] 501/1772 28% [================= ] 502/1772 28% [================= ] 503/1772 28% [================= ] 504/1772 28% [================= ] 505/1772 28% [================= ] 506/1772 28% [================= ] 507/1772 28% [================= ] 508/1772 28% [================= ] 509/1772 28% [================= ] 510/1772 28% [================= ] 511/1772 28% [================= ] 512/1772 28% [================= ] 513/1772 28% [================= ] 514/1772 29% [================== ] 515/1772 29% [================== ] 516/1772 29% [================== ] 517/1772 29% [================== ] 518/1772 29% [================== ] 519/1772 29% [================== ] 520/1772 29% [================== ] 521/1772 29% [================== ] 522/1772 29% [================== ] 523/1772 29% [================== ] 524/1772 29% [================== ] 525/1772 29% [================== ] 526/1772 29% [================== ] 527/1772 29% [================== ] 528/1772 29% [================== ] 529/1772 29% [================== ] 530/1772 29% [================== ] 531/1772 29% [================== ] 532/1772 30% [================== ] 533/1772 30% [================== ] 534/1772 30% [================== ] 535/1772 30% [================== ] 536/1772 30% [================== ] 537/1772 30% [================== ] 538/1772 30% [================== ] 539/1772 30% [================== ] 540/1772 30% [================== ] 541/1772 30% [================== ] 542/1772 30% [================== ] 543/1772 30% [=================== ] 544/1772 30% [=================== ] 545/1772 30% [=================== ] 546/1772 30% [=================== ] 547/1772 30% [=================== ] 548/1772 30% [=================== ] 549/1772 30% [=================== ] 550/1772 31% [=================== ] 551/1772 31% [=================== ] 552/1772 31% [=================== ] 553/1772 31% [=================== ] 554/1772 31% [=================== ] 555/1772 31% [=================== ] 556/1772 31% [=================== ] 557/1772 31% [=================== ] 558/1772 31% [=================== ] 559/1772 31% [=================== ] 560/1772 31% [=================== ] 561/1772 31% [=================== ] 562/1772 31% [=================== ] 563/1772 31% [=================== ] 564/1772 31% [=================== ] 565/1772 31% [=================== ] 566/1772 31% [=================== ] 567/1772 31% [=================== ] 568/1772 32% [=================== ] 569/1772 32% [=================== ] 570/1772 32% [=================== ] 571/1772 32% [==================== ] 572/1772 32% [==================== ] 573/1772 32% [==================== ] 574/1772 32% [==================== ] 575/1772 32% [==================== ] 576/1772 32% [==================== ] 577/1772 32% [==================== ] 578/1772 32% [==================== ] 579/1772 32% [==================== ] 580/1772 32% [==================== ] 581/1772 32% [==================== ] 582/1772 32% [==================== ] 583/1772 32% [==================== ] 584/1772 32% [==================== ] 585/1772 33% [==================== ] 586/1772 33% [==================== ] 587/1772 33% [==================== ] 588/1772 33% [==================== ] 589/1772 33% [==================== ] 590/1772 33% [==================== ] 591/1772 33% [==================== ] 592/1772 33% [==================== ] 593/1772 33% [==================== ] 594/1772 33% [==================== ] 595/1772 33% [==================== ] 596/1772 33% [==================== ] 597/1772 33% [==================== ] 598/1772 33% [==================== ] 599/1772 33% [==================== ] 600/1772 33% [===================== ] 601/1772 33% [===================== ] 602/1772 33% [===================== ] 603/1772 34% [===================== ] 604/1772 34% [===================== ] 605/1772 34% [===================== ] 606/1772 34% [===================== ] 607/1772 34% [===================== ] 608/1772 34% [===================== ] 609/1772 34% [===================== ] 610/1772 34% [===================== ] 611/1772 34% [===================== ] 612/1772 34% [===================== ] 613/1772 34% [===================== ] 614/1772 34% [===================== ] 615/1772 34% [===================== ] 616/1772 34% [===================== ] 617/1772 34% [===================== ] 618/1772 34% [===================== ] 619/1772 34% [===================== ] 620/1772 34% [===================== ] 621/1772 35% [===================== ] 622/1772 35% [===================== ] 623/1772 35% [===================== ] 624/1772 35% [===================== ] 625/1772 35% [===================== ] 626/1772 35% [===================== ] 627/1772 35% [===================== ] 628/1772 35% [====================== ] 629/1772 35% [====================== ] 630/1772 35% [====================== ] 631/1772 35% [====================== ] 632/1772 35% [====================== ] 633/1772 35% [====================== ] 634/1772 35% [====================== ] 635/1772 35% [====================== ] 636/1772 35% [====================== ] 637/1772 35% [====================== ] 638/1772 36% [====================== ] 639/1772 36% [====================== ] 640/1772 36% [====================== ] 641/1772 36% [====================== ] 642/1772 36% [====================== ] 643/1772 36% [====================== ] 644/1772 36% [====================== ] 645/1772 36% [====================== ] 646/1772 36% [====================== ] 647/1772 36% [====================== ] 648/1772 36% [====================== ] 649/1772 36% [====================== ] 650/1772 36% [====================== ] 651/1772 36% [====================== ] 652/1772 36% [====================== ] 653/1772 36% [====================== ] 654/1772 36% [====================== ] 655/1772 36% [====================== ] 656/1772 37% [====================== ] 657/1772 37% [======================= ] 658/1772 37% [======================= ] 659/1772 37% [======================= ] 660/1772 37% [======================= ] 661/1772 37% [======================= ] 662/1772 37% [======================= ] 663/1772 37% [======================= ] 664/1772 37% [======================= ] 665/1772 37% [======================= ] 666/1772 37% [======================= ] 667/1772 37% [======================= ] 668/1772 37% [======================= ] 669/1772 37% [======================= ] 670/1772 37% [======================= ] 671/1772 37% [======================= ] 672/1772 37% [======================= ] 673/1772 37% [======================= ] 674/1772 38% [======================= ] 675/1772 38% [======================= ] 676/1772 38% [======================= ] 677/1772 38% [======================= ] 678/1772 38% [======================= ] 679/1772 38% [======================= ] 680/1772 38% [======================= ] 681/1772 38% [======================= ] 682/1772 38% [======================= ] 683/1772 38% [======================= ] 684/1772 38% [======================= ] 685/1772 38% [======================== ] 686/1772 38% [======================== ] 687/1772 38% [======================== ] 688/1772 38% [======================== ] 689/1772 38% [======================== ] 690/1772 38% [======================== ] 691/1772 38% [======================== ] 692/1772 39% [======================== ] 693/1772 39% [======================== ] 694/1772 39% [======================== ] 695/1772 39% [======================== ] 696/1772 39% [======================== ] 697/1772 39% [======================== ] 698/1772 39% [======================== ] 699/1772 39% [======================== ] 700/1772 39% [======================== ] 701/1772 39% [======================== ] 702/1772 39% [======================== ] 703/1772 39% [======================== ] 704/1772 39% [======================== ] 705/1772 39% [======================== ] 706/1772 39% [======================== ] 707/1772 39% [======================== ] 708/1772 39% [======================== ] 709/1772 40% [======================== ] 710/1772 40% [======================== ] 711/1772 40% [======================== ] 712/1772 40% [======================== ] 713/1772 40% [======================== ] 714/1772 40% [========================= ] 715/1772 40% [========================= ] 716/1772 40% [========================= ] 717/1772 40% [========================= ] 718/1772 40% [========================= ] 719/1772 40% [========================= ] 720/1772 40% [========================= ] 721/1772 40% [========================= ] 722/1772 40% [========================= ] 723/1772 40% [========================= ] 724/1772 40% [========================= ] 725/1772 40% [========================= ] 726/1772 40% [========================= ] 727/1772 41% [========================= ] 728/1772 41% [========================= ] 729/1772 41% [========================= ] 730/1772 41% [========================= ] 731/1772 41% [========================= ] 732/1772 41% [========================= ] 733/1772 41% [========================= ] 734/1772 41% [========================= ] 735/1772 41% [========================= ] 736/1772 41% [========================= ] 737/1772 41% [========================= ] 738/1772 41% [========================= ] 739/1772 41% [========================= ] 740/1772 41% [========================= ] 741/1772 41% [========================= ] 742/1772 41% [========================= ] 743/1772 41% [========================== ] 744/1772 41% [========================== ] 745/1772 42% [========================== ] 746/1772 42% [========================== ] 747/1772 42% [========================== ] 748/1772 42% [========================== ] 749/1772 42% [========================== ] 750/1772 42% [========================== ] 751/1772 42% [========================== ] 752/1772 42% [========================== ] 753/1772 42% [========================== ] 754/1772 42% [========================== ] 755/1772 42% [========================== ] 756/1772 42% [========================== ] 757/1772 42% [========================== ] 758/1772 42% [========================== ] 759/1772 42% [========================== ] 760/1772 42% [========================== ] 761/1772 42% [========================== ] 762/1772 43% [========================== ] 763/1772 43% [========================== ] 764/1772 43% [========================== ] 765/1772 43% [========================== ] 766/1772 43% [========================== ] 767/1772 43% [========================== ] 768/1772 43% [========================== ] 769/1772 43% [========================== ] 770/1772 43% [========================== ] 771/1772 43% [=========================== ] 772/1772 43% [=========================== ] 773/1772 43% [=========================== ] 774/1772 43% [=========================== ] 775/1772 43% [=========================== ] 776/1772 43% [=========================== ] 777/1772 43% [=========================== ] 778/1772 43% [=========================== ] 779/1772 43% [=========================== ] 780/1772 44% [=========================== ] 781/1772 44% [=========================== ] 782/1772 44% [=========================== ] 783/1772 44% [=========================== ] 784/1772 44% [=========================== ] 785/1772 44% [=========================== ] 786/1772 44% [=========================== ] 787/1772 44% [=========================== ] 788/1772 44% [=========================== ] 789/1772 44% [=========================== ] 790/1772 44% [=========================== ] 791/1772 44% [=========================== ] 792/1772 44% [=========================== ] 793/1772 44% [=========================== ] 794/1772 44% [=========================== ] 795/1772 44% [=========================== ] 796/1772 44% [=========================== ] 797/1772 44% [=========================== ] 798/1772 45% [=========================== ] 799/1772 45% [=========================== ] 800/1772 45% [============================ ] 801/1772 45% [============================ ] 802/1772 45% [============================ ] 803/1772 45% [============================ ] 804/1772 45% [============================ ] 805/1772 45% [============================ ] 806/1772 45% [============================ ] 807/1772 45% [============================ ] 808/1772 45% [============================ ] 809/1772 45% [============================ ] 810/1772 45% [============================ ] 811/1772 45% [============================ ] 812/1772 45% [============================ ] 813/1772 45% [============================ ] 814/1772 45% [============================ ] 815/1772 45% [============================ ] 816/1772 46% [============================ ] 817/1772 46% [============================ ] 818/1772 46% [============================ ] 819/1772 46% [============================ ] 820/1772 46% [============================ ] 821/1772 46% [============================ ] 822/1772 46% [============================ ] 823/1772 46% [============================ ] 824/1772 46% [============================ ] 825/1772 46% [============================ ] 826/1772 46% [============================ ] 827/1772 46% [============================ ] 828/1772 46% [============================= ] 829/1772 46% [============================= ] 830/1772 46% [============================= ] 831/1772 46% [============================= ] 832/1772 46% [============================= ] 833/1772 47% [============================= ] 834/1772 47% [============================= ] 835/1772 47% [============================= ] 836/1772 47% [============================= ] 837/1772 47% [============================= ] 838/1772 47% [============================= ] 839/1772 47% [============================= ] 840/1772 47% [============================= ] 841/1772 47% [============================= ] 842/1772 47% [============================= ] 843/1772 47% [============================= ] 844/1772 47% [============================= ] 845/1772 47% [============================= ] 846/1772 47% [============================= ] 847/1772 47% [============================= ] 848/1772 47% [============================= ] 849/1772 47% [============================= ] 850/1772 47% [============================= ] 851/1772 48% [============================= ] 852/1772 48% [============================= ] 853/1772 48% [============================= ] 854/1772 48% [============================= ] 855/1772 48% [============================= ] 856/1772 48% [============================= ] 857/1772 48% [============================== ] 858/1772 48% [============================== ] 859/1772 48% [============================== ] 860/1772 48% [============================== ] 861/1772 48% [============================== ] 862/1772 48% [============================== ] 863/1772 48% [============================== ] 864/1772 48% [============================== ] 865/1772 48% [============================== ] 866/1772 48% [============================== ] 867/1772 48% [============================== ] 868/1772 48% [============================== ] 869/1772 49% [============================== ] 870/1772 49% [============================== ] 871/1772 49% [============================== ] 872/1772 49% [============================== ] 873/1772 49% [============================== ] 874/1772 49% [============================== ] 875/1772 49% [============================== ] 876/1772 49% [============================== ] 877/1772 49% [============================== ] 878/1772 49% [============================== ] 879/1772 49% [============================== ] 880/1772 49% [============================== ] 881/1772 49% [============================== ] 882/1772 49% [============================== ] 883/1772 49% [============================== ] 884/1772 49% [============================== ] 885/1772 49% [=============================== ] 886/1772 50% [=============================== ] 887/1772 50% [=============================== ] 888/1772 50% [=============================== ] 889/1772 50% [=============================== ] 890/1772 50% [=============================== ] 891/1772 50% [=============================== ] 892/1772 50% [=============================== ] 893/1772 50% [=============================== ] 894/1772 50% [=============================== ] 895/1772 50% [=============================== ] 896/1772 50% [=============================== ] 897/1772 50% [=============================== ] 898/1772 50% [=============================== ] 899/1772 50% [=============================== ] 900/1772 50% [=============================== ] 901/1772 50% [=============================== ] 902/1772 50% [=============================== ] 903/1772 50% [=============================== ] 904/1772 51% [=============================== ] 905/1772 51% [=============================== ] 906/1772 51% [=============================== ] 907/1772 51% [=============================== ] 908/1772 51% [=============================== ] 909/1772 51% [=============================== ] 910/1772 51% [=============================== ] 911/1772 51% [=============================== ] 912/1772 51% [=============================== ] 913/1772 51% [=============================== ] 914/1772 51% [================================ ] 915/1772 51% [================================ ] 916/1772 51% [================================ ] 917/1772 51% [================================ ] 918/1772 51% [================================ ] 919/1772 51% [================================ ] 920/1772 51% [================================ ] 921/1772 51% [================================ ] 922/1772 52% [================================ ] 923/1772 52% [================================ ] 924/1772 52% [================================ ] 925/1772 52% [================================ ] 926/1772 52% [================================ ] 927/1772 52% [================================ ] 928/1772 52% [================================ ] 929/1772 52% [================================ ] 930/1772 52% [================================ ] 931/1772 52% [================================ ] 932/1772 52% [================================ ] 933/1772 52% [================================ ] 934/1772 52% [================================ ] 935/1772 52% [================================ ] 936/1772 52% [================================ ] 937/1772 52% [================================ ] 938/1772 52% [================================ ] 939/1772 52% [================================ ] 940/1772 53% [================================ ] 941/1772 53% [================================ ] 942/1772 53% [================================ ] 943/1772 53% [================================= ] 944/1772 53% [================================= ] 945/1772 53% [================================= ] 946/1772 53% [================================= ] 947/1772 53% [================================= ] 948/1772 53% [================================= ] 949/1772 53% [================================= ] 950/1772 53% [================================= ] 951/1772 53% [================================= ] 952/1772 53% [================================= ] 953/1772 53% [================================= ] 954/1772 53% [================================= ] 955/1772 53% [================================= ] 956/1772 53% [================================= ] 957/1772 54% [================================= ] 958/1772 54% [================================= ] 959/1772 54% [================================= ] 960/1772 54% [================================= ] 961/1772 54% [================================= ] 962/1772 54% [================================= ] 963/1772 54% [================================= ] 964/1772 54% [================================= ] 965/1772 54% [================================= ] 966/1772 54% [================================= ] 967/1772 54% [================================= ] 968/1772 54% [================================= ] 969/1772 54% [================================= ] 970/1772 54% [================================= ] 971/1772 54% [================================== ] 972/1772 54% [================================== ] 973/1772 54% [================================== ] 974/1772 54% [================================== ] 975/1772 55% [================================== ] 976/1772 55% [================================== ] 977/1772 55% [================================== ] 978/1772 55% [================================== ] 979/1772 55% [================================== ] 980/1772 55% [================================== ] 981/1772 55% [================================== ] 982/1772 55% [================================== ] 983/1772 55% [================================== ] 984/1772 55% [================================== ] 985/1772 55% [================================== ] 986/1772 55% [================================== ] 987/1772 55% [================================== ] 988/1772 55% [================================== ] 989/1772 55% [================================== ] 990/1772 55% [================================== ] 991/1772 55% [================================== ] 992/1772 55% [================================== ] 993/1772 56% [================================== ] 994/1772 56% [================================== ] 995/1772 56% [================================== ] 996/1772 56% [================================== ] 997/1772 56% [================================== ] 998/1772 56% [================================== ] 999/1772 56% [================================== ] 1000/1772 56% [=================================== ] 1001/1772 56% [=================================== ] 1002/1772 56% [=================================== ] 1003/1772 56% [=================================== ] 1004/1772 56% [=================================== ] 1005/1772 56% [=================================== ] 1006/1772 56% [=================================== ] 1007/1772 56% [=================================== ] 1008/1772 56% [=================================== ] 1009/1772 56% [=================================== ] 1010/1772 56% [=================================== ] 1011/1772 57% [=================================== ] 1012/1772 57% [=================================== ] 1013/1772 57% [=================================== ] 1014/1772 57% [=================================== ] 1015/1772 57% [=================================== ] 1016/1772 57% [=================================== ] 1017/1772 57% [=================================== ] 1018/1772 57% [=================================== ] 1019/1772 57% [=================================== ] 1020/1772 57% [=================================== ] 1021/1772 57% [=================================== ] 1022/1772 57% [=================================== ] 1023/1772 57% [=================================== ] 1024/1772 57% [=================================== ] 1025/1772 57% [=================================== ] 1026/1772 57% [=================================== ] 1027/1772 57% [=================================== ] 1028/1772 58% [==================================== ] 1029/1772 58% [==================================== ] 1030/1772 58% [==================================== ] 1031/1772 58% [==================================== ] 1032/1772 58% [==================================== ] 1033/1772 58% [==================================== ] 1034/1772 58% [==================================== ] 1035/1772 58% [==================================== ] 1036/1772 58% [==================================== ] 1037/1772 58% [==================================== ] 1038/1772 58% [==================================== ] 1039/1772 58% [==================================== ] 1040/1772 58% [==================================== ] 1041/1772 58% [==================================== ] 1042/1772 58% [==================================== ] 1043/1772 58% [==================================== ] 1044/1772 58% [==================================== ] 1045/1772 58% [==================================== ] 1046/1772 59% [==================================== ] 1047/1772 59% [==================================== ] 1048/1772 59% [==================================== ] 1049/1772 59% [==================================== ] 1050/1772 59% [==================================== ] 1051/1772 59% [==================================== ] 1052/1772 59% [==================================== ] 1053/1772 59% [==================================== ] 1054/1772 59% [==================================== ] 1055/1772 59% [==================================== ] 1056/1772 59% [==================================== ] 1057/1772 59% [===================================== ] 1058/1772 59% [===================================== ] 1059/1772 59% [===================================== ] 1060/1772 59% [===================================== ] 1061/1772 59% [===================================== ] 1062/1772 59% [===================================== ] 1063/1772 59% [===================================== ] 1064/1772 60% [===================================== ] 1065/1772 60% [===================================== ] 1066/1772 60% [===================================== ] 1067/1772 60% [===================================== ] 1068/1772 60% [===================================== ] 1069/1772 60% [===================================== ] 1070/1772 60% [===================================== ] 1071/1772 60% [===================================== ] 1072/1772 60% [===================================== ] 1073/1772 60% [===================================== ] 1074/1772 60% [===================================== ] 1075/1772 60% [===================================== ] 1076/1772 60% [===================================== ] 1077/1772 60% [===================================== ] 1078/1772 60% [===================================== ] 1079/1772 60% [===================================== ] 1080/1772 60% [===================================== ] 1081/1772 61% [===================================== ] 1082/1772 61% [===================================== ] 1083/1772 61% [===================================== ] 1084/1772 61% [===================================== ] 1085/1772 61% [===================================== ] 1086/1772 61% [====================================== ] 1087/1772 61% [====================================== ] 1088/1772 61% [====================================== ] 1089/1772 61% [====================================== ] 1090/1772 61% [====================================== ] 1091/1772 61% [====================================== ] 1092/1772 61% [====================================== ] 1093/1772 61% [====================================== ] 1094/1772 61% [====================================== ] 1095/1772 61% [====================================== ] 1096/1772 61% [====================================== ] 1097/1772 61% [====================================== ] 1098/1772 61% [====================================== ] 1099/1772 62% [====================================== ] 1100/1772 62% [====================================== ] 1101/1772 62% [====================================== ] 1102/1772 62% [====================================== ] 1103/1772 62% [====================================== ] 1104/1772 62% [====================================== ] 1105/1772 62% [====================================== ] 1106/1772 62% [====================================== ] 1107/1772 62% [====================================== ] 1108/1772 62% [====================================== ] 1109/1772 62% [====================================== ] 1110/1772 62% [====================================== ] 1111/1772 62% [====================================== ] 1112/1772 62% [====================================== ] 1113/1772 62% [====================================== ] 1114/1772 62% [======================================= ] 1115/1772 62% [======================================= ] 1116/1772 62% [======================================= ] 1117/1772 63% [======================================= ] 1118/1772 63% [======================================= ] 1119/1772 63% [======================================= ] 1120/1772 63% [======================================= ] 1121/1772 63% [======================================= ] 1122/1772 63% [======================================= ] 1123/1772 63% [======================================= ] 1124/1772 63% [======================================= ] 1125/1772 63% [======================================= ] 1126/1772 63% [======================================= ] 1127/1772 63% [======================================= ] 1128/1772 63% [======================================= ] 1129/1772 63% [======================================= ] 1130/1772 63% [======================================= ] 1131/1772 63% [======================================= ] 1132/1772 63% [======================================= ] 1133/1772 63% [======================================= ] 1134/1772 63% [======================================= ] 1135/1772 64% [======================================= ] 1136/1772 64% [======================================= ] 1137/1772 64% [======================================= ] 1138/1772 64% [======================================= ] 1139/1772 64% [======================================= ] 1140/1772 64% [======================================= ] 1141/1772 64% [======================================= ] 1142/1772 64% [======================================= ] 1143/1772 64% [======================================== ] 1144/1772 64% [======================================== ] 1145/1772 64% [======================================== ] 1146/1772 64% [======================================== ] 1147/1772 64% [======================================== ] 1148/1772 64% [======================================== ] 1149/1772 64% [======================================== ] 1150/1772 64% [======================================== ] 1151/1772 64% [======================================== ] 1152/1772 65% [======================================== ] 1153/1772 65% [======================================== ] 1154/1772 65% [======================================== ] 1155/1772 65% [======================================== ] 1156/1772 65% [======================================== ] 1157/1772 65% [======================================== ] 1158/1772 65% [======================================== ] 1159/1772 65% [======================================== ] 1160/1772 65% [======================================== ] 1161/1772 65% [======================================== ] 1162/1772 65% [======================================== ] 1163/1772 65% [======================================== ] 1164/1772 65% [======================================== ] 1165/1772 65% [======================================== ] 1166/1772 65% [======================================== ] 1167/1772 65% [======================================== ] 1168/1772 65% [======================================== ] 1169/1772 65% [======================================== ] 1170/1772 66% [======================================== ] 1171/1772 66% [========================================= ] 1172/1772 66% [========================================= ] 1173/1772 66% [========================================= ] 1174/1772 66% [========================================= ] 1175/1772 66% [========================================= ] 1176/1772 66% [========================================= ] 1177/1772 66% [========================================= ] 1178/1772 66% [========================================= ] 1179/1772 66% [========================================= ] 1180/1772 66% [========================================= ] 1181/1772 66% [========================================= ] 1182/1772 66% [========================================= ] 1183/1772 66% [========================================= ] 1184/1772 66% [========================================= ] 1185/1772 66% [========================================= ] 1186/1772 66% [========================================= ] 1187/1772 66% [========================================= ] 1188/1772 67% [========================================= ] 1189/1772 67% [========================================= ] 1190/1772 67% [========================================= ] 1191/1772 67% [========================================= ] 1192/1772 67% [========================================= ] 1193/1772 67% [========================================= ] 1194/1772 67% [========================================= ] 1195/1772 67% [========================================= ] 1196/1772 67% [========================================= ] 1197/1772 67% [========================================= ] 1198/1772 67% [========================================= ] 1199/1772 67% [========================================= ] 1200/1772 67% [========================================== ] 1201/1772 67% [========================================== ] 1202/1772 67% [========================================== ] 1203/1772 67% [========================================== ] 1204/1772 67% [========================================== ] 1205/1772 68% [========================================== ] 1206/1772 68% [========================================== ] 1207/1772 68% [========================================== ] 1208/1772 68% [========================================== ] 1209/1772 68% [========================================== ] 1210/1772 68% [========================================== ] 1211/1772 68% [========================================== ] 1212/1772 68% [========================================== ] 1213/1772 68% [========================================== ] 1214/1772 68% [========================================== ] 1215/1772 68% [========================================== ] 1216/1772 68% [========================================== ] 1217/1772 68% [========================================== ] 1218/1772 68% [========================================== ] 1219/1772 68% [========================================== ] 1220/1772 68% [========================================== ] 1221/1772 68% [========================================== ] 1222/1772 68% [========================================== ] 1223/1772 69% [========================================== ] 1224/1772 69% [========================================== ] 1225/1772 69% [========================================== ] 1226/1772 69% [========================================== ] 1227/1772 69% [========================================== ] 1228/1772 69% [=========================================== ] 1229/1772 69% [=========================================== ] 1230/1772 69% [=========================================== ] 1231/1772 69% [=========================================== ] 1232/1772 69% [=========================================== ] 1233/1772 69% [=========================================== ] 1234/1772 69% [=========================================== ] 1235/1772 69% [=========================================== ] 1236/1772 69% [=========================================== ] 1237/1772 69% [=========================================== ] 1238/1772 69% [=========================================== ] 1239/1772 69% [=========================================== ] 1240/1772 69% [=========================================== ] 1241/1772 70% [=========================================== ] 1242/1772 70% [=========================================== ] 1243/1772 70% [=========================================== ] 1244/1772 70% [=========================================== ] 1245/1772 70% [=========================================== ] 1246/1772 70% [=========================================== ] 1247/1772 70% [=========================================== ] 1248/1772 70% [=========================================== ] 1249/1772 70% [=========================================== ] 1250/1772 70% [=========================================== ] 1251/1772 70% [=========================================== ] 1252/1772 70% [=========================================== ] 1253/1772 70% [=========================================== ] 1254/1772 70% [=========================================== ] 1255/1772 70% [=========================================== ] 1256/1772 70% [=========================================== ] 1257/1772 70% [============================================ ] 1258/1772 70% [============================================ ] 1259/1772 71% [============================================ ] 1260/1772 71% [============================================ ] 1261/1772 71% [============================================ ] 1262/1772 71% [============================================ ] 1263/1772 71% [============================================ ] 1264/1772 71% [============================================ ] 1265/1772 71% [============================================ ] 1266/1772 71% [============================================ ] 1267/1772 71% [============================================ ] 1268/1772 71% [============================================ ] 1269/1772 71% [============================================ ] 1270/1772 71% [============================================ ] 1271/1772 71% [============================================ ] 1272/1772 71% [============================================ ] 1273/1772 71% [============================================ ] 1274/1772 71% [============================================ ] 1275/1772 71% [============================================ ] 1276/1772 72% [============================================ ] 1277/1772 72% [============================================ ] 1278/1772 72% [============================================ ] 1279/1772 72% [============================================ ] 1280/1772 72% [============================================ ] 1281/1772 72% [============================================ ] 1282/1772 72% [============================================ ] 1283/1772 72% [============================================ ] 1284/1772 72% [============================================ ] 1285/1772 72% [============================================ ] 1286/1772 72% [============================================= ] 1287/1772 72% [============================================= ] 1288/1772 72% [============================================= ] 1289/1772 72% [============================================= ] 1290/1772 72% [============================================= ] 1291/1772 72% [============================================= ] 1292/1772 72% [============================================= ] 1293/1772 72% [============================================= ] 1294/1772 73% [============================================= ] 1295/1772 73% [============================================= ] 1296/1772 73% [============================================= ] 1297/1772 73% [============================================= ] 1298/1772 73% [============================================= ] 1299/1772 73% [============================================= ] 1300/1772 73% [============================================= ] 1301/1772 73% [============================================= ] 1302/1772 73% [============================================= ] 1303/1772 73% [============================================= ] 1304/1772 73% [============================================= ] 1305/1772 73% [============================================= ] 1306/1772 73% [============================================= ] 1307/1772 73% [============================================= ] 1308/1772 73% [============================================= ] 1309/1772 73% [============================================= ] 1310/1772 73% [============================================= ] 1311/1772 73% [============================================= ] 1312/1772 74% [============================================= ] 1313/1772 74% [============================================= ] 1314/1772 74% [============================================== ] 1315/1772 74% [============================================== ] 1316/1772 74% [============================================== ] 1317/1772 74% [============================================== ] 1318/1772 74% [============================================== ] 1319/1772 74% [============================================== ] 1320/1772 74% [============================================== ] 1321/1772 74% [============================================== ] 1322/1772 74% [============================================== ] 1323/1772 74% [============================================== ] 1324/1772 74% [============================================== ] 1325/1772 74% [============================================== ] 1326/1772 74% [============================================== ] 1327/1772 74% [============================================== ] 1328/1772 74% [============================================== ] 1329/1772 75% [============================================== ] 1330/1772 75% [============================================== ] 1331/1772 75% [============================================== ] 1332/1772 75% [============================================== ] 1333/1772 75% [============================================== ] 1334/1772 75% [============================================== ] 1335/1772 75% [============================================== ] 1336/1772 75% [============================================== ] 1337/1772 75% [============================================== ] 1338/1772 75% [============================================== ] 1339/1772 75% [============================================== ] 1340/1772 75% [============================================== ] 1341/1772 75% [============================================== ] 1342/1772 75% [============================================== ] 1343/1772 75% [=============================================== ] 1344/1772 75% [=============================================== ] 1345/1772 75% [=============================================== ] 1346/1772 75% [=============================================== ] 1347/1772 76% [=============================================== ] 1348/1772 76% [=============================================== ] 1349/1772 76% [=============================================== ] 1350/1772 76% [=============================================== ] 1351/1772 76% [=============================================== ] 1352/1772 76% [=============================================== ] 1353/1772 76% [=============================================== ] 1354/1772 76% [=============================================== ] 1355/1772 76% [=============================================== ] 1356/1772 76% [=============================================== ] 1357/1772 76% [=============================================== ] 1358/1772 76% [=============================================== ] 1359/1772 76% [=============================================== ] 1360/1772 76% [=============================================== ] 1361/1772 76% [=============================================== ] 1362/1772 76% [=============================================== ] 1363/1772 76% [=============================================== ] 1364/1772 76% [=============================================== ] 1365/1772 77% [=============================================== ] 1366/1772 77% [=============================================== ] 1367/1772 77% [=============================================== ] 1368/1772 77% [=============================================== ] 1369/1772 77% [=============================================== ] 1370/1772 77% [=============================================== ] 1371/1772 77% [================================================ ] 1372/1772 77% [================================================ ] 1373/1772 77% [================================================ ] 1374/1772 77% [================================================ ] 1375/1772 77% [================================================ ] 1376/1772 77% [================================================ ] 1377/1772 77% [================================================ ] 1378/1772 77% [================================================ ] 1379/1772 77% [================================================ ] 1380/1772 77% [================================================ ] 1381/1772 77% [================================================ ] 1382/1772 77% [================================================ ] 1383/1772 78% [================================================ ] 1384/1772 78% [================================================ ] 1385/1772 78% [================================================ ] 1386/1772 78% [================================================ ] 1387/1772 78% [================================================ ] 1388/1772 78% [================================================ ] 1389/1772 78% [================================================ ] 1390/1772 78% [================================================ ] 1391/1772 78% [================================================ ] 1392/1772 78% [================================================ ] 1393/1772 78% [================================================ ] 1394/1772 78% [================================================ ] 1395/1772 78% [================================================ ] 1396/1772 78% [================================================ ] 1397/1772 78% [================================================ ] 1398/1772 78% [================================================ ] 1399/1772 78% [================================================ ] 1400/1772 79% [================================================= ] 1401/1772 79% [================================================= ] 1402/1772 79% [================================================= ] 1403/1772 79% [================================================= ] 1404/1772 79% [================================================= ] 1405/1772 79% [================================================= ] 1406/1772 79% [================================================= ] 1407/1772 79% [================================================= ] 1408/1772 79% [================================================= ] 1409/1772 79% [================================================= ] 1410/1772 79% [================================================= ] 1411/1772 79% [================================================= ] 1412/1772 79% [================================================= ] 1413/1772 79% [================================================= ] 1414/1772 79% [================================================= ] 1415/1772 79% [================================================= ] 1416/1772 79% [================================================= ] 1417/1772 79% [================================================= ] 1418/1772 80% [================================================= ] 1419/1772 80% [================================================= ] 1420/1772 80% [================================================= ] 1421/1772 80% [================================================= ] 1422/1772 80% [================================================= ] 1423/1772 80% [================================================= ] 1424/1772 80% [================================================= ] 1425/1772 80% [================================================= ] 1426/1772 80% [================================================= ] 1427/1772 80% [================================================= ] 1428/1772 80% [================================================= ] 1429/1772 80% [================================================== ] 1430/1772 80% [================================================== ] 1431/1772 80% [================================================== ] 1432/1772 80% [================================================== ] 1433/1772 80% [================================================== ] 1434/1772 80% [================================================== ] 1435/1772 80% [================================================== ] 1436/1772 81% [================================================== ] 1437/1772 81% [================================================== ] 1438/1772 81% [================================================== ] 1439/1772 81% [================================================== ] 1440/1772 81% [================================================== ] 1441/1772 81% [================================================== ] 1442/1772 81% [================================================== ] 1443/1772 81% [================================================== ] 1444/1772 81% [================================================== ] 1445/1772 81% [================================================== ] 1446/1772 81% [================================================== ] 1447/1772 81% [================================================== ] 1448/1772 81% [================================================== ] 1449/1772 81% [================================================== ] 1450/1772 81% [================================================== ] 1451/1772 81% [================================================== ] 1452/1772 81% [================================================== ] 1453/1772 81% [================================================== ] 1454/1772 82% [================================================== ] 1455/1772 82% [================================================== ] 1456/1772 82% [================================================== ] 1457/1772 82% [=================================================== ] 1458/1772 82% [=================================================== ] 1459/1772 82% [=================================================== ] 1460/1772 82% [=================================================== ] 1461/1772 82% [=================================================== ] 1462/1772 82% [=================================================== ] 1463/1772 82% [=================================================== ] 1464/1772 82% [=================================================== ] 1465/1772 82% [=================================================== ] 1466/1772 82% [=================================================== ] 1467/1772 82% [=================================================== ] 1468/1772 82% [=================================================== ] 1469/1772 82% [=================================================== ] 1470/1772 82% [=================================================== ] 1471/1772 83% [=================================================== ] 1472/1772 83% [=================================================== ] 1473/1772 83% [=================================================== ] 1474/1772 83% [=================================================== ] 1475/1772 83% [=================================================== ] 1476/1772 83% [=================================================== ] 1477/1772 83% [=================================================== ] 1478/1772 83% [=================================================== ] 1479/1772 83% [=================================================== ] 1480/1772 83% [=================================================== ] 1481/1772 83% [=================================================== ] 1482/1772 83% [=================================================== ] 1483/1772 83% [=================================================== ] 1484/1772 83% [=================================================== ] 1485/1772 83% [=================================================== ] 1486/1772 83% [==================================================== ] 1487/1772 83% [==================================================== ] 1488/1772 83% [==================================================== ] 1489/1772 84% [==================================================== ] 1490/1772 84% [==================================================== ] 1491/1772 84% [==================================================== ] 1492/1772 84% [==================================================== ] 1493/1772 84% [==================================================== ] 1494/1772 84% [==================================================== ] 1495/1772 84% [==================================================== ] 1496/1772 84% [==================================================== ] 1497/1772 84% [==================================================== ] 1498/1772 84% [==================================================== ] 1499/1772 84% [==================================================== ] 1500/1772 84% [==================================================== ] 1501/1772 84% [==================================================== ] 1502/1772 84% [==================================================== ] 1503/1772 84% [==================================================== ] 1504/1772 84% [==================================================== ] 1505/1772 84% [==================================================== ] 1506/1772 84% [==================================================== ] 1507/1772 85% [==================================================== ] 1508/1772 85% [==================================================== ] 1509/1772 85% [==================================================== ] 1510/1772 85% [==================================================== ] 1511/1772 85% [==================================================== ] 1512/1772 85% [==================================================== ] 1513/1772 85% [==================================================== ] 1514/1772 85% [===================================================== ] 1515/1772 85% [===================================================== ] 1516/1772 85% [===================================================== ] 1517/1772 85% [===================================================== ] 1518/1772 85% [===================================================== ] 1519/1772 85% [===================================================== ] 1520/1772 85% [===================================================== ] 1521/1772 85% [===================================================== ] 1522/1772 85% [===================================================== ] 1523/1772 85% [===================================================== ] 1524/1772 86% [===================================================== ] 1525/1772 86% [===================================================== ] 1526/1772 86% [===================================================== ] 1527/1772 86% [===================================================== ] 1528/1772 86% [===================================================== ] 1529/1772 86% [===================================================== ] 1530/1772 86% [===================================================== ] 1531/1772 86% [===================================================== ] 1532/1772 86% [===================================================== ] 1533/1772 86% [===================================================== ] 1534/1772 86% [===================================================== ] 1535/1772 86% [===================================================== ] 1536/1772 86% [===================================================== ] 1537/1772 86% [===================================================== ] 1538/1772 86% [===================================================== ] 1539/1772 86% [===================================================== ] 1540/1772 86% [===================================================== ] 1541/1772 86% [===================================================== ] 1542/1772 87% [===================================================== ] 1543/1772 87% [====================================================== ] 1544/1772 87% [====================================================== ] 1545/1772 87% [====================================================== ] 1546/1772 87% [====================================================== ] 1547/1772 87% [====================================================== ] 1548/1772 87% [====================================================== ] 1549/1772 87% [====================================================== ] 1550/1772 87% [====================================================== ] 1551/1772 87% [====================================================== ] 1552/1772 87% [====================================================== ] 1553/1772 87% [====================================================== ] 1554/1772 87% [====================================================== ] 1555/1772 87% [====================================================== ] 1556/1772 87% [====================================================== ] 1557/1772 87% [====================================================== ] 1558/1772 87% [====================================================== ] 1559/1772 87% [====================================================== ] 1560/1772 88% [====================================================== ] 1561/1772 88% [====================================================== ] 1562/1772 88% [====================================================== ] 1563/1772 88% [====================================================== ] 1564/1772 88% [====================================================== ] 1565/1772 88% [====================================================== ] 1566/1772 88% [====================================================== ] 1567/1772 88% [====================================================== ] 1568/1772 88% [====================================================== ] 1569/1772 88% [====================================================== ] 1570/1772 88% [====================================================== ] 1571/1772 88% [======================================================= ] 1572/1772 88% [======================================================= ] 1573/1772 88% [======================================================= ] 1574/1772 88% [======================================================= ] 1575/1772 88% [======================================================= ] 1576/1772 88% [======================================================= ] 1577/1772 88% [======================================================= ] 1578/1772 89% [======================================================= ] 1579/1772 89% [======================================================= ] 1580/1772 89% [======================================================= ] 1581/1772 89% [======================================================= ] 1582/1772 89% [======================================================= ] 1583/1772 89% [======================================================= ] 1584/1772 89% [======================================================= ] 1585/1772 89% [======================================================= ] 1586/1772 89% [======================================================= ] 1587/1772 89% [======================================================= ] 1588/1772 89% [======================================================= ] 1589/1772 89% [======================================================= ] 1590/1772 89% [======================================================= ] 1591/1772 89% [======================================================= ] 1592/1772 89% [======================================================= ] 1593/1772 89% [======================================================= ] 1594/1772 89% [======================================================= ] 1595/1772 90% [======================================================= ] 1596/1772 90% [======================================================= ] 1597/1772 90% [======================================================= ] 1598/1772 90% [======================================================= ] 1599/1772 90% [======================================================= ] 1600/1772 90% [======================================================== ] 1601/1772 90% [======================================================== ] 1602/1772 90% [======================================================== ] 1603/1772 90% [======================================================== ] 1604/1772 90% [======================================================== ] 1605/1772 90% [======================================================== ] 1606/1772 90% [======================================================== ] 1607/1772 90% [======================================================== ] 1608/1772 90% [======================================================== ] 1609/1772 90% [======================================================== ] 1610/1772 90% [======================================================== ] 1611/1772 90% [======================================================== ] 1612/1772 90% [======================================================== ] 1613/1772 91% [======================================================== ] 1614/1772 91% [======================================================== ] 1615/1772 91% [======================================================== ] 1616/1772 91% [======================================================== ] 1617/1772 91% [======================================================== ] 1618/1772 91% [======================================================== ] 1619/1772 91% [======================================================== ] 1620/1772 91% [======================================================== ] 1621/1772 91% [======================================================== ] 1622/1772 91% [======================================================== ] 1623/1772 91% [======================================================== ] 1624/1772 91% [======================================================== ] 1625/1772 91% [======================================================== ] 1626/1772 91% [======================================================== ] 1627/1772 91% [======================================================== ] 1628/1772 91% [======================================================== ] 1629/1772 91% [========================================================= ] 1630/1772 91% [========================================================= ] 1631/1772 92% [========================================================= ] 1632/1772 92% [========================================================= ] 1633/1772 92% [========================================================= ] 1634/1772 92% [========================================================= ] 1635/1772 92% [========================================================= ] 1636/1772 92% [========================================================= ] 1637/1772 92% [========================================================= ] 1638/1772 92% [========================================================= ] 1639/1772 92% [========================================================= ] 1640/1772 92% [========================================================= ] 1641/1772 92% [========================================================= ] 1642/1772 92% [========================================================= ] 1643/1772 92% [========================================================= ] 1644/1772 92% [========================================================= ] 1645/1772 92% [========================================================= ] 1646/1772 92% [========================================================= ] 1647/1772 92% [========================================================= ] 1648/1772 93% [========================================================= ] 1649/1772 93% [========================================================= ] 1650/1772 93% [========================================================= ] 1651/1772 93% [========================================================= ] 1652/1772 93% [========================================================= ] 1653/1772 93% [========================================================= ] 1654/1772 93% [========================================================= ] 1655/1772 93% [========================================================= ] 1656/1772 93% [========================================================= ] 1657/1772 93% [========================================================== ] 1658/1772 93% [========================================================== ] 1659/1772 93% [========================================================== ] 1660/1772 93% [========================================================== ] 1661/1772 93% [========================================================== ] 1662/1772 93% [========================================================== ] 1663/1772 93% [========================================================== ] 1664/1772 93% [========================================================== ] 1665/1772 93% [========================================================== ] 1666/1772 94% [========================================================== ] 1667/1772 94% [========================================================== ] 1668/1772 94% [========================================================== ] 1669/1772 94% [========================================================== ] 1670/1772 94% [========================================================== ] 1671/1772 94% [========================================================== ] 1672/1772 94% [========================================================== ] 1673/1772 94% [========================================================== ] 1674/1772 94% [========================================================== ] 1675/1772 94% [========================================================== ] 1676/1772 94% [========================================================== ] 1677/1772 94% [========================================================== ] 1678/1772 94% [========================================================== ] 1679/1772 94% [========================================================== ] 1680/1772 94% [========================================================== ] 1681/1772 94% [========================================================== ] 1682/1772 94% [========================================================== ] 1683/1772 94% [========================================================== ] 1684/1772 95% [========================================================== ] 1685/1772 95% [========================================================== ] 1686/1772 95% [=========================================================== ] 1687/1772 95% [=========================================================== ] 1688/1772 95% [=========================================================== ] 1689/1772 95% [=========================================================== ] 1690/1772 95% [=========================================================== ] 1691/1772 95% [=========================================================== ] 1692/1772 95% [=========================================================== ] 1693/1772 95% [=========================================================== ] 1694/1772 95% [=========================================================== ] 1695/1772 95% [=========================================================== ] 1696/1772 95% [=========================================================== ] 1697/1772 95% [=========================================================== ] 1698/1772 95% [=========================================================== ] 1699/1772 95% [=========================================================== ] 1700/1772 95% [=========================================================== ] 1701/1772 95% [=========================================================== ] 1702/1772 96% [=========================================================== ] 1703/1772 96% [=========================================================== ] 1704/1772 96% [=========================================================== ] 1705/1772 96% [=========================================================== ] 1706/1772 96% [=========================================================== ] 1707/1772 96% [=========================================================== ] 1708/1772 96% [=========================================================== ] 1709/1772 96% [=========================================================== ] 1710/1772 96% [=========================================================== ] 1711/1772 96% [=========================================================== ] 1712/1772 96% [=========================================================== ] 1713/1772 96% [=========================================================== ] 1714/1772 96% [============================================================ ] 1715/1772 96% [============================================================ ] 1716/1772 96% [============================================================ ] 1717/1772 96% [============================================================ ] 1718/1772 96% [============================================================ ] 1719/1772 97% [============================================================ ] 1720/1772 97% [============================================================ ] 1721/1772 97% [============================================================ ] 1722/1772 97% [============================================================ ] 1723/1772 97% [============================================================ ] 1724/1772 97% [============================================================ ] 1725/1772 97% [============================================================ ] 1726/1772 97% [============================================================ ] 1727/1772 97% [============================================================ ] 1728/1772 97% [============================================================ ] 1729/1772 97% [============================================================ ] 1730/1772 97% [============================================================ ] 1731/1772 97% [============================================================ ] 1732/1772 97% [============================================================ ] 1733/1772 97% [============================================================ ] 1734/1772 97% [============================================================ ] 1735/1772 97% [============================================================ ] 1736/1772 97% [============================================================ ] 1737/1772 98% [============================================================ ] 1738/1772 98% [============================================================ ] 1739/1772 98% [============================================================ ] 1740/1772 98% [============================================================ ] 1741/1772 98% [============================================================ ] 1742/1772 98% [============================================================ ] 1743/1772 98% [============================================================= ] 1744/1772 98% [============================================================= ] 1745/1772 98% [============================================================= ] 1746/1772 98% [============================================================= ] 1747/1772 98% [============================================================= ] 1748/1772 98% [============================================================= ] 1749/1772 98% [============================================================= ] 1750/1772 98% [============================================================= ] 1751/1772 98% [============================================================= ] 1752/1772 98% [============================================================= ] 1753/1772 98% [============================================================= ] 1754/1772 98% [============================================================= ] 1755/1772 99% [============================================================= ] 1756/1772 99% [============================================================= ] 1757/1772 99% [============================================================= ] 1758/1772 99% [============================================================= ] 1759/1772 99% [============================================================= ] 1760/1772 99% [============================================================= ] 1761/1772 99% [============================================================= ] 1762/1772 99% [============================================================= ] 1763/1772 99% [============================================================= ] 1764/1772 99% [============================================================= ] 1765/1772 99% [============================================================= ] 1766/1772 99% [============================================================= ] 1767/1772 99% [============================================================= ] 1768/1772 99% [============================================================= ] 1769/1772 99% [============================================================= ] 1770/1772 99% [============================================================= ] 1771/1772 99% [==============================================================] 1772/1772 100% operation complete, 1772 objects in 94775 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2022.05-1655-ga8a65d0951 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.17.15 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 >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dhrystone 2 Collecting legal info >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> ethtool 5.19 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> ifupdown-scripts Collecting legal info >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> jitterentropy-library 3.3.1 Collecting legal info LICENSE: OK (sha256: 7e06574ff822594269083a796d06fa4e5e78c40efe5ca01a72d2a4662e8206df) LICENSE.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) LICENSE.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libminiupnpc 2.2.3 Collecting legal info LICENSE: OK (sha256: 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> logsurfer 1.8 Collecting legal info >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> minizip-zlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> paho-mqtt-c 1.3.10 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) 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-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'