rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/images rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-15/output-1/target/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-15/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-15/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-15/output-1/host/sbin/mkfs.ext2 -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-15/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 8b9e4727-d9e8-4a5b-a554-7eb2cce67f54 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2.zst /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2 : 0.37% ( 5.00 GiB => 18.9 MiB, /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2.zst) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/images rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-15/output-1/target/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-15/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-15/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-15/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-15/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1481 objects. stage 2: creating image '/home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2' [ ] 1/1481 0% [ ] 2/1481 0% [ ] 3/1481 0% [ ] 4/1481 0% [ ] 5/1481 0% [ ] 6/1481 0% [ ] 7/1481 0% [ ] 8/1481 0% [ ] 9/1481 0% [ ] 10/1481 0% [ ] 11/1481 0% [ ] 12/1481 0% [ ] 13/1481 0% [ ] 14/1481 0% [ ] 15/1481 1% [ ] 16/1481 1% [ ] 17/1481 1% [ ] 18/1481 1% [ ] 19/1481 1% [ ] 20/1481 1% [ ] 21/1481 1% [ ] 22/1481 1% [ ] 23/1481 1% [= ] 24/1481 1% [= ] 25/1481 1% [= ] 26/1481 1% [= ] 27/1481 1% [= ] 28/1481 1% [= ] 29/1481 1% [= ] 30/1481 2% [= ] 31/1481 2% [= ] 32/1481 2% [= ] 33/1481 2% [= ] 34/1481 2% [= ] 35/1481 2% [= ] 36/1481 2% [= ] 37/1481 2% [= ] 38/1481 2% [= ] 39/1481 2% [= ] 40/1481 2% [= ] 41/1481 2% [= ] 42/1481 2% [= ] 43/1481 2% [= ] 44/1481 2% [= ] 45/1481 3% [= ] 46/1481 3% [= ] 47/1481 3% [== ] 48/1481 3% [== ] 49/1481 3% [== ] 50/1481 3% [== ] 51/1481 3% [== ] 52/1481 3% [== ] 53/1481 3% [== ] 54/1481 3% [== ] 55/1481 3% [== ] 56/1481 3% [== ] 57/1481 3% [== ] 58/1481 3% [== ] 59/1481 3% [== ] 60/1481 4% [== ] 61/1481 4% [== ] 62/1481 4% [== ] 63/1481 4% [== ] 64/1481 4% [== ] 65/1481 4% [== ] 66/1481 4% [== ] 67/1481 4% [== ] 68/1481 4% [== ] 69/1481 4% [== ] 70/1481 4% [== ] 71/1481 4% [=== ] 72/1481 4% [=== ] 73/1481 4% [=== ] 74/1481 4% [=== ] 75/1481 5% [=== ] 76/1481 5% [=== ] 77/1481 5% [=== ] 78/1481 5% [=== ] 79/1481 5% [=== ] 80/1481 5% [=== ] 81/1481 5% [=== ] 82/1481 5% [=== ] 83/1481 5% [=== ] 84/1481 5% [=== ] 85/1481 5% [=== ] 86/1481 5% [=== ] 87/1481 5% [=== ] 88/1481 5% [=== ] 89/1481 6% [=== ] 90/1481 6% [=== ] 91/1481 6% [=== ] 92/1481 6% [=== ] 93/1481 6% [=== ] 94/1481 6% [=== ] 95/1481 6% [==== ] 96/1481 6% [==== ] 97/1481 6% [==== ] 98/1481 6% [==== ] 99/1481 6% [==== ] 100/1481 6% [==== ] 101/1481 6% [==== ] 102/1481 6% [==== ] 103/1481 6% [==== ] 104/1481 7% [==== ] 105/1481 7% [==== ] 106/1481 7% [==== ] 107/1481 7% [==== ] 108/1481 7% [==== ] 109/1481 7% [==== ] 110/1481 7% [==== ] 111/1481 7% [==== ] 112/1481 7% [==== ] 113/1481 7% [==== ] 114/1481 7% [==== ] 115/1481 7% [==== ] 116/1481 7% [==== ] 117/1481 7% [==== ] 118/1481 7% [==== ] 119/1481 8% [===== ] 120/1481 8% [===== ] 121/1481 8% [===== ] 122/1481 8% [===== ] 123/1481 8% [===== ] 124/1481 8% [===== ] 125/1481 8% [===== ] 126/1481 8% [===== ] 127/1481 8% [===== ] 128/1481 8% [===== ] 129/1481 8% [===== ] 130/1481 8% [===== ] 131/1481 8% [===== ] 132/1481 8% [===== ] 133/1481 8% [===== ] 134/1481 9% [===== ] 135/1481 9% [===== ] 136/1481 9% [===== ] 137/1481 9% [===== ] 138/1481 9% [===== ] 139/1481 9% [===== ] 140/1481 9% [===== ] 141/1481 9% [===== ] 142/1481 9% [===== ] 143/1481 9% [====== ] 144/1481 9% [====== ] 145/1481 9% [====== ] 146/1481 9% [====== ] 147/1481 9% [====== ] 148/1481 9% [====== ] 149/1481 10% [====== ] 150/1481 10% [====== ] 151/1481 10% [====== ] 152/1481 10% [====== ] 153/1481 10% [====== ] 154/1481 10% [====== ] 155/1481 10% [====== ] 156/1481 10% [====== ] 157/1481 10% [====== ] 158/1481 10% [====== ] 159/1481 10% [====== ] 160/1481 10% [====== ] 161/1481 10% [====== ] 162/1481 10% [====== ] 163/1481 11% [====== ] 164/1481 11% [====== ] 165/1481 11% [====== ] 166/1481 11% [====== ] 167/1481 11% [======= ] 168/1481 11% [======= ] 169/1481 11% [======= ] 170/1481 11% [======= ] 171/1481 11% [======= ] 172/1481 11% [======= ] 173/1481 11% [======= ] 174/1481 11% [======= ] 175/1481 11% [======= ] 176/1481 11% [======= ] 177/1481 11% [======= ] 178/1481 12% [======= ] 179/1481 12% [======= ] 180/1481 12% [======= ] 181/1481 12% [======= ] 182/1481 12% [======= ] 183/1481 12% [======= ] 184/1481 12% [======= ] 185/1481 12% [======= ] 186/1481 12% [======= ] 187/1481 12% [======= ] 188/1481 12% [======= ] 189/1481 12% [======= ] 190/1481 12% [======= ] 191/1481 12% [======== ] 192/1481 12% [======== ] 193/1481 13% [======== ] 194/1481 13% [======== ] 195/1481 13% [======== ] 196/1481 13% [======== ] 197/1481 13% [======== ] 198/1481 13% [======== ] 199/1481 13% [======== ] 200/1481 13% [======== ] 201/1481 13% [======== ] 202/1481 13% [======== ] 203/1481 13% [======== ] 204/1481 13% [======== ] 205/1481 13% [======== ] 206/1481 13% [======== ] 207/1481 13% [======== ] 208/1481 14% [======== ] 209/1481 14% [======== ] 210/1481 14% [======== ] 211/1481 14% [======== ] 212/1481 14% [======== ] 213/1481 14% [======== ] 214/1481 14% [========= ] 215/1481 14% [========= ] 216/1481 14% [========= ] 217/1481 14% [========= ] 218/1481 14% [========= ] 219/1481 14% [========= ] 220/1481 14% [========= ] 221/1481 14% [========= ] 222/1481 14% [========= ] 223/1481 15% [========= ] 224/1481 15% [========= ] 225/1481 15% [========= ] 226/1481 15% [========= ] 227/1481 15% [========= ] 228/1481 15% [========= ] 229/1481 15% [========= ] 230/1481 15% [========= ] 231/1481 15% [========= ] 232/1481 15% [========= ] 233/1481 15% [========= ] 234/1481 15% [========= ] 235/1481 15% [========= ] 236/1481 15% [========= ] 237/1481 16% [========= ] 238/1481 16% [========== ] 239/1481 16% [========== ] 240/1481 16% [========== ] 241/1481 16% [========== ] 242/1481 16% [========== ] 243/1481 16% [========== ] 244/1481 16% [========== ] 245/1481 16% [========== ] 246/1481 16% [========== ] 247/1481 16% [========== ] 248/1481 16% [========== ] 249/1481 16% [========== ] 250/1481 16% [========== ] 251/1481 16% [========== ] 252/1481 17% [========== ] 253/1481 17% [========== ] 254/1481 17% [========== ] 255/1481 17% [========== ] 256/1481 17% [========== ] 257/1481 17% [========== ] 258/1481 17% [========== ] 259/1481 17% [========== ] 260/1481 17% [========== ] 261/1481 17% [========== ] 262/1481 17% [=========== ] 263/1481 17% [=========== ] 264/1481 17% [=========== ] 265/1481 17% [=========== ] 266/1481 17% [=========== ] 267/1481 18% [=========== ] 268/1481 18% [=========== ] 269/1481 18% [=========== ] 270/1481 18% [=========== ] 271/1481 18% [=========== ] 272/1481 18% [=========== ] 273/1481 18% [=========== ] 274/1481 18% [=========== ] 275/1481 18% [=========== ] 276/1481 18% [=========== ] 277/1481 18% [=========== ] 278/1481 18% [=========== ] 279/1481 18% [=========== ] 280/1481 18% [=========== ] 281/1481 18% [=========== ] 282/1481 19% [=========== ] 283/1481 19% [=========== ] 284/1481 19% [=========== ] 285/1481 19% [=========== ] 286/1481 19% [============ ] 287/1481 19% [============ ] 288/1481 19% [============ ] 289/1481 19% [============ ] 290/1481 19% [============ ] 291/1481 19% [============ ] 292/1481 19% [============ ] 293/1481 19% [============ ] 294/1481 19% [============ ] 295/1481 19% [============ ] 296/1481 19% [============ ] 297/1481 20% [============ ] 298/1481 20% [============ ] 299/1481 20% [============ ] 300/1481 20% [============ ] 301/1481 20% [============ ] 302/1481 20% [============ ] 303/1481 20% [============ ] 304/1481 20% [============ ] 305/1481 20% [============ ] 306/1481 20% [============ ] 307/1481 20% [============ ] 308/1481 20% [============ ] 309/1481 20% [============ ] 310/1481 20% [============= ] 311/1481 20% [============= ] 312/1481 21% [============= ] 313/1481 21% [============= ] 314/1481 21% [============= ] 315/1481 21% [============= ] 316/1481 21% [============= ] 317/1481 21% [============= ] 318/1481 21% [============= ] 319/1481 21% [============= ] 320/1481 21% [============= ] 321/1481 21% [============= ] 322/1481 21% [============= ] 323/1481 21% [============= ] 324/1481 21% [============= ] 325/1481 21% [============= ] 326/1481 22% [============= ] 327/1481 22% [============= ] 328/1481 22% [============= ] 329/1481 22% [============= ] 330/1481 22% [============= ] 331/1481 22% [============= ] 332/1481 22% [============= ] 333/1481 22% [============= ] 334/1481 22% [============== ] 335/1481 22% [============== ] 336/1481 22% [============== ] 337/1481 22% [============== ] 338/1481 22% [============== ] 339/1481 22% [============== ] 340/1481 22% [============== ] 341/1481 23% [============== ] 342/1481 23% [============== ] 343/1481 23% [============== ] 344/1481 23% [============== ] 345/1481 23% [============== ] 346/1481 23% [============== ] 347/1481 23% [============== ] 348/1481 23% [============== ] 349/1481 23% [============== ] 350/1481 23% [============== ] 351/1481 23% [============== ] 352/1481 23% [============== ] 353/1481 23% [============== ] 354/1481 23% [============== ] 355/1481 23% [============== ] 356/1481 24% [============== ] 357/1481 24% [============== ] 358/1481 24% [=============== ] 359/1481 24% [=============== ] 360/1481 24% [=============== ] 361/1481 24% [=============== ] 362/1481 24% [=============== ] 363/1481 24% [=============== ] 364/1481 24% [=============== ] 365/1481 24% [=============== ] 366/1481 24% [=============== ] 367/1481 24% [=============== ] 368/1481 24% [=============== ] 369/1481 24% [=============== ] 370/1481 24% [=============== ] 371/1481 25% [=============== ] 372/1481 25% [=============== ] 373/1481 25% [=============== ] 374/1481 25% [=============== ] 375/1481 25% [=============== ] 376/1481 25% [=============== ] 377/1481 25% [=============== ] 378/1481 25% [=============== ] 379/1481 25% [=============== ] 380/1481 25% [=============== ] 381/1481 25% [=============== ] 382/1481 25% [================ ] 383/1481 25% [================ ] 384/1481 25% [================ ] 385/1481 25% [================ ] 386/1481 26% [================ ] 387/1481 26% [================ ] 388/1481 26% [================ ] 389/1481 26% [================ ] 390/1481 26% [================ ] 391/1481 26% [================ ] 392/1481 26% [================ ] 393/1481 26% [================ ] 394/1481 26% [================ ] 395/1481 26% [================ ] 396/1481 26% [================ ] 397/1481 26% [================ ] 398/1481 26% [================ ] 399/1481 26% [================ ] 400/1481 27% [================ ] 401/1481 27% [================ ] 402/1481 27% [================ ] 403/1481 27% [================ ] 404/1481 27% [================ ] 405/1481 27% [================ ] 406/1481 27% [================= ] 407/1481 27% [================= ] 408/1481 27% [================= ] 409/1481 27% [================= ] 410/1481 27% [================= ] 411/1481 27% [================= ] 412/1481 27% [================= ] 413/1481 27% [================= ] 414/1481 27% [================= ] 415/1481 28% [================= ] 416/1481 28% [================= ] 417/1481 28% [================= ] 418/1481 28% [================= ] 419/1481 28% [================= ] 420/1481 28% [================= ] 421/1481 28% [================= ] 422/1481 28% [================= ] 423/1481 28% [================= ] 424/1481 28% [================= ] 425/1481 28% [================= ] 426/1481 28% [================= ] 427/1481 28% [================= ] 428/1481 28% [================= ] 429/1481 28% [================== ] 430/1481 29% [================== ] 431/1481 29% [================== ] 432/1481 29% [================== ] 433/1481 29% [================== ] 434/1481 29% [================== ] 435/1481 29% [================== ] 436/1481 29% [================== ] 437/1481 29% [================== ] 438/1481 29% [================== ] 439/1481 29% [================== ] 440/1481 29% [================== ] 441/1481 29% [================== ] 442/1481 29% [================== ] 443/1481 29% [================== ] 444/1481 29% [================== ] 445/1481 30% [================== ] 446/1481 30% [================== ] 447/1481 30% [================== ] 448/1481 30% [================== ] 449/1481 30% [================== ] 450/1481 30% [================== ] 451/1481 30% [================== ] 452/1481 30% [================== ] 453/1481 30% [=================== ] 454/1481 30% [=================== ] 455/1481 30% [=================== ] 456/1481 30% [=================== ] 457/1481 30% [=================== ] 458/1481 30% [=================== ] 459/1481 30% [=================== ] 460/1481 31% [=================== ] 461/1481 31% [=================== ] 462/1481 31% [=================== ] 463/1481 31% [=================== ] 464/1481 31% [=================== ] 465/1481 31% [=================== ] 466/1481 31% [=================== ] 467/1481 31% [=================== ] 468/1481 31% [=================== ] 469/1481 31% [=================== ] 470/1481 31% [=================== ] 471/1481 31% [=================== ] 472/1481 31% [=================== ] 473/1481 31% [=================== ] 474/1481 32% [=================== ] 475/1481 32% [=================== ] 476/1481 32% [=================== ] 477/1481 32% [==================== ] 478/1481 32% [==================== ] 479/1481 32% [==================== ] 480/1481 32% [==================== ] 481/1481 32% [==================== ] 482/1481 32% [==================== ] 483/1481 32% [==================== ] 484/1481 32% [==================== ] 485/1481 32% [==================== ] 486/1481 32% [==================== ] 487/1481 32% [==================== ] 488/1481 32% [==================== ] 489/1481 33% [==================== ] 490/1481 33% [==================== ] 491/1481 33% [==================== ] 492/1481 33% [==================== ] 493/1481 33% [==================== ] 494/1481 33% [==================== ] 495/1481 33% [==================== ] 496/1481 33% [==================== ] 497/1481 33% [==================== ] 498/1481 33% [==================== ] 499/1481 33% [==================== ] 500/1481 33% [==================== ] 501/1481 33% [===================== ] 502/1481 33% [===================== ] 503/1481 33% [===================== ] 504/1481 34% [===================== ] 505/1481 34% [===================== ] 506/1481 34% [===================== ] 507/1481 34% [===================== ] 508/1481 34% [===================== ] 509/1481 34% [===================== ] 510/1481 34% [===================== ] 511/1481 34% [===================== ] 512/1481 34% [===================== ] 513/1481 34% [===================== ] 514/1481 34% [===================== ] 515/1481 34% [===================== ] 516/1481 34% [===================== ] 517/1481 34% [===================== ] 518/1481 34% [===================== ] 519/1481 35% [===================== ] 520/1481 35% [===================== ] 521/1481 35% [===================== ] 522/1481 35% [===================== ] 523/1481 35% [===================== ] 524/1481 35% [===================== ] 525/1481 35% [====================== ] 526/1481 35% [====================== ] 527/1481 35% [====================== ] 528/1481 35% [====================== ] 529/1481 35% [====================== ] 530/1481 35% [====================== ] 531/1481 35% [====================== ] 532/1481 35% [====================== ] 533/1481 35% [====================== ] 534/1481 36% [====================== ] 535/1481 36% [====================== ] 536/1481 36% [====================== ] 537/1481 36% [====================== ] 538/1481 36% [====================== ] 539/1481 36% [====================== ] 540/1481 36% [====================== ] 541/1481 36% [====================== ] 542/1481 36% [====================== ] 543/1481 36% [====================== ] 544/1481 36% [====================== ] 545/1481 36% [====================== ] 546/1481 36% [====================== ] 547/1481 36% [====================== ] 548/1481 37% [====================== ] 549/1481 37% [======================= ] 550/1481 37% [======================= ] 551/1481 37% [======================= ] 552/1481 37% [======================= ] 553/1481 37% [======================= ] 554/1481 37% [======================= ] 555/1481 37% [======================= ] 556/1481 37% [======================= ] 557/1481 37% [======================= ] 558/1481 37% [======================= ] 559/1481 37% [======================= ] 560/1481 37% [======================= ] 561/1481 37% [======================= ] 562/1481 37% [======================= ] 563/1481 38% [======================= ] 564/1481 38% [======================= ] 565/1481 38% [======================= ] 566/1481 38% [======================= ] 567/1481 38% [======================= ] 568/1481 38% [======================= ] 569/1481 38% [======================= ] 570/1481 38% [======================= ] 571/1481 38% [======================= ] 572/1481 38% [======================= ] 573/1481 38% [======================== ] 574/1481 38% [======================== ] 575/1481 38% [======================== ] 576/1481 38% [======================== ] 577/1481 38% [======================== ] 578/1481 39% [======================== ] 579/1481 39% [======================== ] 580/1481 39% [======================== ] 581/1481 39% [======================== ] 582/1481 39% [======================== ] 583/1481 39% [======================== ] 584/1481 39% [======================== ] 585/1481 39% [======================== ] 586/1481 39% [======================== ] 587/1481 39% [======================== ] 588/1481 39% [======================== ] 589/1481 39% [======================== ] 590/1481 39% [======================== ] 591/1481 39% [======================== ] 592/1481 39% [======================== ] 593/1481 40% [======================== ] 594/1481 40% [======================== ] 595/1481 40% [======================== ] 596/1481 40% [======================== ] 597/1481 40% [========================= ] 598/1481 40% [========================= ] 599/1481 40% [========================= ] 600/1481 40% [========================= ] 601/1481 40% [========================= ] 602/1481 40% [========================= ] 603/1481 40% [========================= ] 604/1481 40% [========================= ] 605/1481 40% [========================= ] 606/1481 40% [========================= ] 607/1481 40% [========================= ] 608/1481 41% [========================= ] 609/1481 41% [========================= ] 610/1481 41% [========================= ] 611/1481 41% [========================= ] 612/1481 41% [========================= ] 613/1481 41% [========================= ] 614/1481 41% [========================= ] 615/1481 41% [========================= ] 616/1481 41% [========================= ] 617/1481 41% [========================= ] 618/1481 41% [========================= ] 619/1481 41% [========================= ] 620/1481 41% [========================= ] 621/1481 41% [========================== ] 622/1481 41% [========================== ] 623/1481 42% [========================== ] 624/1481 42% [========================== ] 625/1481 42% [========================== ] 626/1481 42% [========================== ] 627/1481 42% [========================== ] 628/1481 42% [========================== ] 629/1481 42% [========================== ] 630/1481 42% [========================== ] 631/1481 42% [========================== ] 632/1481 42% [========================== ] 633/1481 42% [========================== ] 634/1481 42% [========================== ] 635/1481 42% [========================== ] 636/1481 42% [========================== ] 637/1481 43% [========================== ] 638/1481 43% [========================== ] 639/1481 43% [========================== ] 640/1481 43% [========================== ] 641/1481 43% [========================== ] 642/1481 43% [========================== ] 643/1481 43% [========================== ] 644/1481 43% [=========================== ] 645/1481 43% [=========================== ] 646/1481 43% [=========================== ] 647/1481 43% [=========================== ] 648/1481 43% [=========================== ] 649/1481 43% [=========================== ] 650/1481 43% [=========================== ] 651/1481 43% [=========================== ] 652/1481 44% [=========================== ] 653/1481 44% [=========================== ] 654/1481 44% [=========================== ] 655/1481 44% [=========================== ] 656/1481 44% [=========================== ] 657/1481 44% [=========================== ] 658/1481 44% [=========================== ] 659/1481 44% [=========================== ] 660/1481 44% [=========================== ] 661/1481 44% [=========================== ] 662/1481 44% [=========================== ] 663/1481 44% [=========================== ] 664/1481 44% [=========================== ] 665/1481 44% [=========================== ] 666/1481 44% [=========================== ] 667/1481 45% [=========================== ] 668/1481 45% [============================ ] 669/1481 45% [============================ ] 670/1481 45% [============================ ] 671/1481 45% [============================ ] 672/1481 45% [============================ ] 673/1481 45% [============================ ] 674/1481 45% [============================ ] 675/1481 45% [============================ ] 676/1481 45% [============================ ] 677/1481 45% [============================ ] 678/1481 45% [============================ ] 679/1481 45% [============================ ] 680/1481 45% [============================ ] 681/1481 45% [============================ ] 682/1481 46% [============================ ] 683/1481 46% [============================ ] 684/1481 46% [============================ ] 685/1481 46% [============================ ] 686/1481 46% [============================ ] 687/1481 46% [============================ ] 688/1481 46% [============================ ] 689/1481 46% [============================ ] 690/1481 46% [============================ ] 691/1481 46% [============================ ] 692/1481 46% [============================= ] 693/1481 46% [============================= ] 694/1481 46% [============================= ] 695/1481 46% [============================= ] 696/1481 46% [============================= ] 697/1481 47% [============================= ] 698/1481 47% [============================= ] 699/1481 47% [============================= ] 700/1481 47% [============================= ] 701/1481 47% [============================= ] 702/1481 47% [============================= ] 703/1481 47% [============================= ] 704/1481 47% [============================= ] 705/1481 47% [============================= ] 706/1481 47% [============================= ] 707/1481 47% [============================= ] 708/1481 47% [============================= ] 709/1481 47% [============================= ] 710/1481 47% [============================= ] 711/1481 48% [============================= ] 712/1481 48% [============================= ] 713/1481 48% [============================= ] 714/1481 48% [============================= ] 715/1481 48% [============================= ] 716/1481 48% [============================== ] 717/1481 48% [============================== ] 718/1481 48% [============================== ] 719/1481 48% [============================== ] 720/1481 48% [============================== ] 721/1481 48% [============================== ] 722/1481 48% [============================== ] 723/1481 48% [============================== ] 724/1481 48% [============================== ] 725/1481 48% [============================== ] 726/1481 49% [============================== ] 727/1481 49% [============================== ] 728/1481 49% [============================== ] 729/1481 49% [============================== ] 730/1481 49% [============================== ] 731/1481 49% [============================== ] 732/1481 49% [============================== ] 733/1481 49% [============================== ] 734/1481 49% [============================== ] 735/1481 49% [============================== ] 736/1481 49% [============================== ] 737/1481 49% [============================== ] 738/1481 49% [============================== ] 739/1481 49% [============================== ] 740/1481 49% [=============================== ] 741/1481 50% [=============================== ] 742/1481 50% [=============================== ] 743/1481 50% [=============================== ] 744/1481 50% [=============================== ] 745/1481 50% [=============================== ] 746/1481 50% [=============================== ] 747/1481 50% [=============================== ] 748/1481 50% [=============================== ] 749/1481 50% [=============================== ] 750/1481 50% [=============================== ] 751/1481 50% [=============================== ] 752/1481 50% [=============================== ] 753/1481 50% [=============================== ] 754/1481 50% [=============================== ] 755/1481 50% [=============================== ] 756/1481 51% [=============================== ] 757/1481 51% [=============================== ] 758/1481 51% [=============================== ] 759/1481 51% [=============================== ] 760/1481 51% [=============================== ] 761/1481 51% [=============================== ] 762/1481 51% [=============================== ] 763/1481 51% [=============================== ] 764/1481 51% [================================ ] 765/1481 51% [================================ ] 766/1481 51% [================================ ] 767/1481 51% [================================ ] 768/1481 51% [================================ ] 769/1481 51% [================================ ] 770/1481 51% [================================ ] 771/1481 52% [================================ ] 772/1481 52% [================================ ] 773/1481 52% [================================ ] 774/1481 52% [================================ ] 775/1481 52% [================================ ] 776/1481 52% [================================ ] 777/1481 52% [================================ ] 778/1481 52% [================================ ] 779/1481 52% [================================ ] 780/1481 52% [================================ ] 781/1481 52% [================================ ] 782/1481 52% [================================ ] 783/1481 52% [================================ ] 784/1481 52% [================================ ] 785/1481 53% [================================ ] 786/1481 53% [================================ ] 787/1481 53% [================================ ] 788/1481 53% [================================= ] 789/1481 53% [================================= ] 790/1481 53% [================================= ] 791/1481 53% [================================= ] 792/1481 53% [================================= ] 793/1481 53% [================================= ] 794/1481 53% [================================= ] 795/1481 53% [================================= ] 796/1481 53% [================================= ] 797/1481 53% [================================= ] 798/1481 53% [================================= ] 799/1481 53% [================================= ] 800/1481 54% [================================= ] 801/1481 54% [================================= ] 802/1481 54% [================================= ] 803/1481 54% [================================= ] 804/1481 54% [================================= ] 805/1481 54% [================================= ] 806/1481 54% [================================= ] 807/1481 54% [================================= ] 808/1481 54% [================================= ] 809/1481 54% [================================= ] 810/1481 54% [================================= ] 811/1481 54% [================================= ] 812/1481 54% [================================== ] 813/1481 54% [================================== ] 814/1481 54% [================================== ] 815/1481 55% [================================== ] 816/1481 55% [================================== ] 817/1481 55% [================================== ] 818/1481 55% [================================== ] 819/1481 55% [================================== ] 820/1481 55% [================================== ] 821/1481 55% [================================== ] 822/1481 55% [================================== ] 823/1481 55% [================================== ] 824/1481 55% [================================== ] 825/1481 55% [================================== ] 826/1481 55% [================================== ] 827/1481 55% [================================== ] 828/1481 55% [================================== ] 829/1481 55% [================================== ] 830/1481 56% [================================== ] 831/1481 56% [================================== ] 832/1481 56% [================================== ] 833/1481 56% [================================== ] 834/1481 56% [================================== ] 835/1481 56% [================================== ] 836/1481 56% [=================================== ] 837/1481 56% [=================================== ] 838/1481 56% [=================================== ] 839/1481 56% [=================================== ] 840/1481 56% [=================================== ] 841/1481 56% [=================================== ] 842/1481 56% [=================================== ] 843/1481 56% [=================================== ] 844/1481 56% [=================================== ] 845/1481 57% [=================================== ] 846/1481 57% [=================================== ] 847/1481 57% [=================================== ] 848/1481 57% [=================================== ] 849/1481 57% [=================================== ] 850/1481 57% [=================================== ] 851/1481 57% [=================================== ] 852/1481 57% [=================================== ] 853/1481 57% [=================================== ] 854/1481 57% [=================================== ] 855/1481 57% [=================================== ] 856/1481 57% [=================================== ] 857/1481 57% [=================================== ] 858/1481 57% [=================================== ] 859/1481 58% [==================================== ] 860/1481 58% [==================================== ] 861/1481 58% [==================================== ] 862/1481 58% [==================================== ] 863/1481 58% [==================================== ] 864/1481 58% [==================================== ] 865/1481 58% [==================================== ] 866/1481 58% [==================================== ] 867/1481 58% [==================================== ] 868/1481 58% [==================================== ] 869/1481 58% [==================================== ] 870/1481 58% [==================================== ] 871/1481 58% [==================================== ] 872/1481 58% [==================================== ] 873/1481 58% [==================================== ] 874/1481 59% [==================================== ] 875/1481 59% [==================================== ] 876/1481 59% [==================================== ] 877/1481 59% [==================================== ] 878/1481 59% [==================================== ] 879/1481 59% [==================================== ] 880/1481 59% [==================================== ] 881/1481 59% [==================================== ] 882/1481 59% [==================================== ] 883/1481 59% [===================================== ] 884/1481 59% [===================================== ] 885/1481 59% [===================================== ] 886/1481 59% [===================================== ] 887/1481 59% [===================================== ] 888/1481 59% [===================================== ] 889/1481 60% [===================================== ] 890/1481 60% [===================================== ] 891/1481 60% [===================================== ] 892/1481 60% [===================================== ] 893/1481 60% [===================================== ] 894/1481 60% [===================================== ] 895/1481 60% [===================================== ] 896/1481 60% [===================================== ] 897/1481 60% [===================================== ] 898/1481 60% [===================================== ] 899/1481 60% [===================================== ] 900/1481 60% [===================================== ] 901/1481 60% [===================================== ] 902/1481 60% [===================================== ] 903/1481 60% [===================================== ] 904/1481 61% [===================================== ] 905/1481 61% [===================================== ] 906/1481 61% [===================================== ] 907/1481 61% [====================================== ] 908/1481 61% [====================================== ] 909/1481 61% [====================================== ] 910/1481 61% [====================================== ] 911/1481 61% [====================================== ] 912/1481 61% [====================================== ] 913/1481 61% [====================================== ] 914/1481 61% [====================================== ] 915/1481 61% [====================================== ] 916/1481 61% [====================================== ] 917/1481 61% [====================================== ] 918/1481 61% [====================================== ] 919/1481 62% [====================================== ] 920/1481 62% [====================================== ] 921/1481 62% [====================================== ] 922/1481 62% [====================================== ] 923/1481 62% [====================================== ] 924/1481 62% [====================================== ] 925/1481 62% [====================================== ] 926/1481 62% [====================================== ] 927/1481 62% [====================================== ] 928/1481 62% [====================================== ] 929/1481 62% [====================================== ] 930/1481 62% [====================================== ] 931/1481 62% [======================================= ] 932/1481 62% [======================================= ] 933/1481 62% [======================================= ] 934/1481 63% [======================================= ] 935/1481 63% [======================================= ] 936/1481 63% [======================================= ] 937/1481 63% [======================================= ] 938/1481 63% [======================================= ] 939/1481 63% [======================================= ] 940/1481 63% [======================================= ] 941/1481 63% [======================================= ] 942/1481 63% [======================================= ] 943/1481 63% [======================================= ] 944/1481 63% [======================================= ] 945/1481 63% [======================================= ] 946/1481 63% [======================================= ] 947/1481 63% [======================================= ] 948/1481 64% [======================================= ] 949/1481 64% [======================================= ] 950/1481 64% [======================================= ] 951/1481 64% [======================================= ] 952/1481 64% [======================================= ] 953/1481 64% [======================================= ] 954/1481 64% [======================================= ] 955/1481 64% [======================================== ] 956/1481 64% [======================================== ] 957/1481 64% [======================================== ] 958/1481 64% [======================================== ] 959/1481 64% [======================================== ] 960/1481 64% [======================================== ] 961/1481 64% [======================================== ] 962/1481 64% [======================================== ] 963/1481 65% [======================================== ] 964/1481 65% [======================================== ] 965/1481 65% [======================================== ] 966/1481 65% [======================================== ] 967/1481 65% [======================================== ] 968/1481 65% [======================================== ] 969/1481 65% [======================================== ] 970/1481 65% [======================================== ] 971/1481 65% [======================================== ] 972/1481 65% [======================================== ] 973/1481 65% [======================================== ] 974/1481 65% [======================================== ] 975/1481 65% [======================================== ] 976/1481 65% [======================================== ] 977/1481 65% [======================================== ] 978/1481 66% [======================================== ] 979/1481 66% [========================================= ] 980/1481 66% [========================================= ] 981/1481 66% [========================================= ] 982/1481 66% [========================================= ] 983/1481 66% [========================================= ] 984/1481 66% [========================================= ] 985/1481 66% [========================================= ] 986/1481 66% [========================================= ] 987/1481 66% [========================================= ] 988/1481 66% [========================================= ] 989/1481 66% [========================================= ] 990/1481 66% [========================================= ] 991/1481 66% [========================================= ] 992/1481 66% [========================================= ] 993/1481 67% [========================================= ] 994/1481 67% [========================================= ] 995/1481 67% [========================================= ] 996/1481 67% [========================================= ] 997/1481 67% [========================================= ] 998/1481 67% [========================================= ] 999/1481 67% [========================================= ] 1000/1481 67% [========================================= ] 1001/1481 67% [========================================= ] 1002/1481 67% [========================================= ] 1003/1481 67% [========================================== ] 1004/1481 67% [========================================== ] 1005/1481 67% [========================================== ] 1006/1481 67% [========================================== ] 1007/1481 67% [========================================== ] 1008/1481 68% [========================================== ] 1009/1481 68% [========================================== ] 1010/1481 68% [========================================== ] 1011/1481 68% [========================================== ] 1012/1481 68% [========================================== ] 1013/1481 68% [========================================== ] 1014/1481 68% [========================================== ] 1015/1481 68% [========================================== ] 1016/1481 68% [========================================== ] 1017/1481 68% [========================================== ] 1018/1481 68% [========================================== ] 1019/1481 68% [========================================== ] 1020/1481 68% [========================================== ] 1021/1481 68% [========================================== ] 1022/1481 69% [========================================== ] 1023/1481 69% [========================================== ] 1024/1481 69% [========================================== ] 1025/1481 69% [========================================== ] 1026/1481 69% [========================================== ] 1027/1481 69% [=========================================== ] 1028/1481 69% [=========================================== ] 1029/1481 69% [=========================================== ] 1030/1481 69% [=========================================== ] 1031/1481 69% [=========================================== ] 1032/1481 69% [=========================================== ] 1033/1481 69% [=========================================== ] 1034/1481 69% [=========================================== ] 1035/1481 69% [=========================================== ] 1036/1481 69% [=========================================== ] 1037/1481 70% [=========================================== ] 1038/1481 70% [=========================================== ] 1039/1481 70% [=========================================== ] 1040/1481 70% [=========================================== ] 1041/1481 70% [=========================================== ] 1042/1481 70% [=========================================== ] 1043/1481 70% [=========================================== ] 1044/1481 70% [=========================================== ] 1045/1481 70% [=========================================== ] 1046/1481 70% [=========================================== ] 1047/1481 70% [=========================================== ] 1048/1481 70% [=========================================== ] 1049/1481 70% [=========================================== ] 1050/1481 70% [=========================================== ] 1051/1481 70% [============================================ ] 1052/1481 71% [============================================ ] 1053/1481 71% [============================================ ] 1054/1481 71% [============================================ ] 1055/1481 71% [============================================ ] 1056/1481 71% [============================================ ] 1057/1481 71% [============================================ ] 1058/1481 71% [============================================ ] 1059/1481 71% [============================================ ] 1060/1481 71% [============================================ ] 1061/1481 71% [============================================ ] 1062/1481 71% [============================================ ] 1063/1481 71% [============================================ ] 1064/1481 71% [============================================ ] 1065/1481 71% [============================================ ] 1066/1481 71% [============================================ ] 1067/1481 72% [============================================ ] 1068/1481 72% [============================================ ] 1069/1481 72% [============================================ ] 1070/1481 72% [============================================ ] 1071/1481 72% [============================================ ] 1072/1481 72% [============================================ ] 1073/1481 72% [============================================ ] 1074/1481 72% [============================================= ] 1075/1481 72% [============================================= ] 1076/1481 72% [============================================= ] 1077/1481 72% [============================================= ] 1078/1481 72% [============================================= ] 1079/1481 72% [============================================= ] 1080/1481 72% [============================================= ] 1081/1481 72% [============================================= ] 1082/1481 73% [============================================= ] 1083/1481 73% [============================================= ] 1084/1481 73% [============================================= ] 1085/1481 73% [============================================= ] 1086/1481 73% [============================================= ] 1087/1481 73% [============================================= ] 1088/1481 73% [============================================= ] 1089/1481 73% [============================================= ] 1090/1481 73% [============================================= ] 1091/1481 73% [============================================= ] 1092/1481 73% [============================================= ] 1093/1481 73% [============================================= ] 1094/1481 73% [============================================= ] 1095/1481 73% [============================================= ] 1096/1481 74% [============================================= ] 1097/1481 74% [============================================= ] 1098/1481 74% [============================================== ] 1099/1481 74% [============================================== ] 1100/1481 74% [============================================== ] 1101/1481 74% [============================================== ] 1102/1481 74% [============================================== ] 1103/1481 74% [============================================== ] 1104/1481 74% [============================================== ] 1105/1481 74% [============================================== ] 1106/1481 74% [============================================== ] 1107/1481 74% [============================================== ] 1108/1481 74% [============================================== ] 1109/1481 74% [============================================== ] 1110/1481 74% [============================================== ] 1111/1481 75% [============================================== ] 1112/1481 75% [============================================== ] 1113/1481 75% [============================================== ] 1114/1481 75% [============================================== ] 1115/1481 75% [============================================== ] 1116/1481 75% [============================================== ] 1117/1481 75% [============================================== ] 1118/1481 75% [============================================== ] 1119/1481 75% [============================================== ] 1120/1481 75% [============================================== ] 1121/1481 75% [============================================== ] 1122/1481 75% [=============================================== ] 1123/1481 75% [=============================================== ] 1124/1481 75% [=============================================== ] 1125/1481 75% [=============================================== ] 1126/1481 76% [=============================================== ] 1127/1481 76% [=============================================== ] 1128/1481 76% [=============================================== ] 1129/1481 76% [=============================================== ] 1130/1481 76% [=============================================== ] 1131/1481 76% [=============================================== ] 1132/1481 76% [=============================================== ] 1133/1481 76% [=============================================== ] 1134/1481 76% [=============================================== ] 1135/1481 76% [=============================================== ] 1136/1481 76% [=============================================== ] 1137/1481 76% [=============================================== ] 1138/1481 76% [=============================================== ] 1139/1481 76% [=============================================== ] 1140/1481 76% [=============================================== ] 1141/1481 77% [=============================================== ] 1142/1481 77% [=============================================== ] 1143/1481 77% [=============================================== ] 1144/1481 77% [=============================================== ] 1145/1481 77% [=============================================== ] 1146/1481 77% [================================================ ] 1147/1481 77% [================================================ ] 1148/1481 77% [================================================ ] 1149/1481 77% [================================================ ] 1150/1481 77% [================================================ ] 1151/1481 77% [================================================ ] 1152/1481 77% [================================================ ] 1153/1481 77% [================================================ ] 1154/1481 77% [================================================ ] 1155/1481 77% [================================================ ] 1156/1481 78% [================================================ ] 1157/1481 78% [================================================ ] 1158/1481 78% [================================================ ] 1159/1481 78% [================================================ ] 1160/1481 78% [================================================ ] 1161/1481 78% [================================================ ] 1162/1481 78% [================================================ ] 1163/1481 78% [================================================ ] 1164/1481 78% [================================================ ] 1165/1481 78% [================================================ ] 1166/1481 78% [================================================ ] 1167/1481 78% [================================================ ] 1168/1481 78% [================================================ ] 1169/1481 78% [================================================ ] 1170/1481 79% [================================================= ] 1171/1481 79% [================================================= ] 1172/1481 79% [================================================= ] 1173/1481 79% [================================================= ] 1174/1481 79% [================================================= ] 1175/1481 79% [================================================= ] 1176/1481 79% [================================================= ] 1177/1481 79% [================================================= ] 1178/1481 79% [================================================= ] 1179/1481 79% [================================================= ] 1180/1481 79% [================================================= ] 1181/1481 79% [================================================= ] 1182/1481 79% [================================================= ] 1183/1481 79% [================================================= ] 1184/1481 79% [================================================= ] 1185/1481 80% [================================================= ] 1186/1481 80% [================================================= ] 1187/1481 80% [================================================= ] 1188/1481 80% [================================================= ] 1189/1481 80% [================================================= ] 1190/1481 80% [================================================= ] 1191/1481 80% [================================================= ] 1192/1481 80% [================================================= ] 1193/1481 80% [================================================= ] 1194/1481 80% [================================================== ] 1195/1481 80% [================================================== ] 1196/1481 80% [================================================== ] 1197/1481 80% [================================================== ] 1198/1481 80% [================================================== ] 1199/1481 80% [================================================== ] 1200/1481 81% [================================================== ] 1201/1481 81% [================================================== ] 1202/1481 81% [================================================== ] 1203/1481 81% [================================================== ] 1204/1481 81% [================================================== ] 1205/1481 81% [================================================== ] 1206/1481 81% [================================================== ] 1207/1481 81% [================================================== ] 1208/1481 81% [================================================== ] 1209/1481 81% [================================================== ] 1210/1481 81% [================================================== ] 1211/1481 81% [================================================== ] 1212/1481 81% [================================================== ] 1213/1481 81% [================================================== ] 1214/1481 81% [================================================== ] 1215/1481 82% [================================================== ] 1216/1481 82% [================================================== ] 1217/1481 82% [================================================== ] 1218/1481 82% [=================================================== ] 1219/1481 82% [=================================================== ] 1220/1481 82% [=================================================== ] 1221/1481 82% [=================================================== ] 1222/1481 82% [=================================================== ] 1223/1481 82% [=================================================== ] 1224/1481 82% [=================================================== ] 1225/1481 82% [=================================================== ] 1226/1481 82% [=================================================== ] 1227/1481 82% [=================================================== ] 1228/1481 82% [=================================================== ] 1229/1481 82% [=================================================== ] 1230/1481 83% [=================================================== ] 1231/1481 83% [=================================================== ] 1232/1481 83% [=================================================== ] 1233/1481 83% [=================================================== ] 1234/1481 83% [=================================================== ] 1235/1481 83% [=================================================== ] 1236/1481 83% [=================================================== ] 1237/1481 83% [=================================================== ] 1238/1481 83% [=================================================== ] 1239/1481 83% [=================================================== ] 1240/1481 83% [=================================================== ] 1241/1481 83% [=================================================== ] 1242/1481 83% [==================================================== ] 1243/1481 83% [==================================================== ] 1244/1481 83% [==================================================== ] 1245/1481 84% [==================================================== ] 1246/1481 84% [==================================================== ] 1247/1481 84% [==================================================== ] 1248/1481 84% [==================================================== ] 1249/1481 84% [==================================================== ] 1250/1481 84% [==================================================== ] 1251/1481 84% [==================================================== ] 1252/1481 84% [==================================================== ] 1253/1481 84% [==================================================== ] 1254/1481 84% [==================================================== ] 1255/1481 84% [==================================================== ] 1256/1481 84% [==================================================== ] 1257/1481 84% [==================================================== ] 1258/1481 84% [==================================================== ] 1259/1481 85% [==================================================== ] 1260/1481 85% [==================================================== ] 1261/1481 85% [==================================================== ] 1262/1481 85% [==================================================== ] 1263/1481 85% [==================================================== ] 1264/1481 85% [==================================================== ] 1265/1481 85% [==================================================== ] 1266/1481 85% [===================================================== ] 1267/1481 85% [===================================================== ] 1268/1481 85% [===================================================== ] 1269/1481 85% [===================================================== ] 1270/1481 85% [===================================================== ] 1271/1481 85% [===================================================== ] 1272/1481 85% [===================================================== ] 1273/1481 85% [===================================================== ] 1274/1481 86% [===================================================== ] 1275/1481 86% [===================================================== ] 1276/1481 86% [===================================================== ] 1277/1481 86% [===================================================== ] 1278/1481 86% [===================================================== ] 1279/1481 86% [===================================================== ] 1280/1481 86% [===================================================== ] 1281/1481 86% [===================================================== ] 1282/1481 86% [===================================================== ] 1283/1481 86% [===================================================== ] 1284/1481 86% [===================================================== ] 1285/1481 86% [===================================================== ] 1286/1481 86% [===================================================== ] 1287/1481 86% [===================================================== ] 1288/1481 86% [===================================================== ] 1289/1481 87% [====================================================== ] 1290/1481 87% [====================================================== ] 1291/1481 87% [====================================================== ] 1292/1481 87% [====================================================== ] 1293/1481 87% [====================================================== ] 1294/1481 87% [====================================================== ] 1295/1481 87% [====================================================== ] 1296/1481 87% [====================================================== ] 1297/1481 87% [====================================================== ] 1298/1481 87% [====================================================== ] 1299/1481 87% [====================================================== ] 1300/1481 87% [====================================================== ] 1301/1481 87% [====================================================== ] 1302/1481 87% [====================================================== ] 1303/1481 87% [====================================================== ] 1304/1481 88% [====================================================== ] 1305/1481 88% [====================================================== ] 1306/1481 88% [====================================================== ] 1307/1481 88% [====================================================== ] 1308/1481 88% [====================================================== ] 1309/1481 88% [====================================================== ] 1310/1481 88% [====================================================== ] 1311/1481 88% [====================================================== ] 1312/1481 88% [====================================================== ] 1313/1481 88% [======================================================= ] 1314/1481 88% [======================================================= ] 1315/1481 88% [======================================================= ] 1316/1481 88% [======================================================= ] 1317/1481 88% [======================================================= ] 1318/1481 88% [======================================================= ] 1319/1481 89% [======================================================= ] 1320/1481 89% [======================================================= ] 1321/1481 89% [======================================================= ] 1322/1481 89% [======================================================= ] 1323/1481 89% [======================================================= ] 1324/1481 89% [======================================================= ] 1325/1481 89% [======================================================= ] 1326/1481 89% [======================================================= ] 1327/1481 89% [======================================================= ] 1328/1481 89% [======================================================= ] 1329/1481 89% [======================================================= ] 1330/1481 89% [======================================================= ] 1331/1481 89% [======================================================= ] 1332/1481 89% [======================================================= ] 1333/1481 90% [======================================================= ] 1334/1481 90% [======================================================= ] 1335/1481 90% [======================================================= ] 1336/1481 90% [======================================================= ] 1337/1481 90% [======================================================== ] 1338/1481 90% [======================================================== ] 1339/1481 90% [======================================================== ] 1340/1481 90% [======================================================== ] 1341/1481 90% [======================================================== ] 1342/1481 90% [======================================================== ] 1343/1481 90% [======================================================== ] 1344/1481 90% [======================================================== ] 1345/1481 90% [======================================================== ] 1346/1481 90% [======================================================== ] 1347/1481 90% [======================================================== ] 1348/1481 91% [======================================================== ] 1349/1481 91% [======================================================== ] 1350/1481 91% [======================================================== ] 1351/1481 91% [======================================================== ] 1352/1481 91% [======================================================== ] 1353/1481 91% [======================================================== ] 1354/1481 91% [======================================================== ] 1355/1481 91% [======================================================== ] 1356/1481 91% [======================================================== ] 1357/1481 91% [======================================================== ] 1358/1481 91% [======================================================== ] 1359/1481 91% [======================================================== ] 1360/1481 91% [======================================================== ] 1361/1481 91% [========================================================= ] 1362/1481 91% [========================================================= ] 1363/1481 92% [========================================================= ] 1364/1481 92% [========================================================= ] 1365/1481 92% [========================================================= ] 1366/1481 92% [========================================================= ] 1367/1481 92% [========================================================= ] 1368/1481 92% [========================================================= ] 1369/1481 92% [========================================================= ] 1370/1481 92% [========================================================= ] 1371/1481 92% [========================================================= ] 1372/1481 92% [========================================================= ] 1373/1481 92% [========================================================= ] 1374/1481 92% [========================================================= ] 1375/1481 92% [========================================================= ] 1376/1481 92% [========================================================= ] 1377/1481 92% [========================================================= ] 1378/1481 93% [========================================================= ] 1379/1481 93% [========================================================= ] 1380/1481 93% [========================================================= ] 1381/1481 93% [========================================================= ] 1382/1481 93% [========================================================= ] 1383/1481 93% [========================================================= ] 1384/1481 93% [========================================================= ] 1385/1481 93% [========================================================== ] 1386/1481 93% [========================================================== ] 1387/1481 93% [========================================================== ] 1388/1481 93% [========================================================== ] 1389/1481 93% [========================================================== ] 1390/1481 93% [========================================================== ] 1391/1481 93% [========================================================== ] 1392/1481 93% [========================================================== ] 1393/1481 94% [========================================================== ] 1394/1481 94% [========================================================== ] 1395/1481 94% [========================================================== ] 1396/1481 94% [========================================================== ] 1397/1481 94% [========================================================== ] 1398/1481 94% [========================================================== ] 1399/1481 94% [========================================================== ] 1400/1481 94% [========================================================== ] 1401/1481 94% [========================================================== ] 1402/1481 94% [========================================================== ] 1403/1481 94% [========================================================== ] 1404/1481 94% [========================================================== ] 1405/1481 94% [========================================================== ] 1406/1481 94% [========================================================== ] 1407/1481 95% [========================================================== ] 1408/1481 95% [========================================================== ] 1409/1481 95% [=========================================================== ] 1410/1481 95% [=========================================================== ] 1411/1481 95% [=========================================================== ] 1412/1481 95% [=========================================================== ] 1413/1481 95% [=========================================================== ] 1414/1481 95% [=========================================================== ] 1415/1481 95% [=========================================================== ] 1416/1481 95% [=========================================================== ] 1417/1481 95% [=========================================================== ] 1418/1481 95% [=========================================================== ] 1419/1481 95% [=========================================================== ] 1420/1481 95% [=========================================================== ] 1421/1481 95% [=========================================================== ] 1422/1481 96% [=========================================================== ] 1423/1481 96% [=========================================================== ] 1424/1481 96% [=========================================================== ] 1425/1481 96% [=========================================================== ] 1426/1481 96% [=========================================================== ] 1427/1481 96% [=========================================================== ] 1428/1481 96% [=========================================================== ] 1429/1481 96% [=========================================================== ] 1430/1481 96% [=========================================================== ] 1431/1481 96% [=========================================================== ] 1432/1481 96% [=========================================================== ] 1433/1481 96% [============================================================ ] 1434/1481 96% [============================================================ ] 1435/1481 96% [============================================================ ] 1436/1481 96% [============================================================ ] 1437/1481 97% [============================================================ ] 1438/1481 97% [============================================================ ] 1439/1481 97% [============================================================ ] 1440/1481 97% [============================================================ ] 1441/1481 97% [============================================================ ] 1442/1481 97% [============================================================ ] 1443/1481 97% [============================================================ ] 1444/1481 97% [============================================================ ] 1445/1481 97% [============================================================ ] 1446/1481 97% [============================================================ ] 1447/1481 97% [============================================================ ] 1448/1481 97% [============================================================ ] 1449/1481 97% [============================================================ ] 1450/1481 97% [============================================================ ] 1451/1481 97% [============================================================ ] 1452/1481 98% [============================================================ ] 1453/1481 98% [============================================================ ] 1454/1481 98% [============================================================ ] 1455/1481 98% [============================================================ ] 1456/1481 98% [============================================================ ] 1457/1481 98% [============================================================= ] 1458/1481 98% [============================================================= ] 1459/1481 98% [============================================================= ] 1460/1481 98% [============================================================= ] 1461/1481 98% [============================================================= ] 1462/1481 98% [============================================================= ] 1463/1481 98% [============================================================= ] 1464/1481 98% [============================================================= ] 1465/1481 98% [============================================================= ] 1466/1481 98% [============================================================= ] 1467/1481 99% [============================================================= ] 1468/1481 99% [============================================================= ] 1469/1481 99% [============================================================= ] 1470/1481 99% [============================================================= ] 1471/1481 99% [============================================================= ] 1472/1481 99% [============================================================= ] 1473/1481 99% [============================================================= ] 1474/1481 99% [============================================================= ] 1475/1481 99% [============================================================= ] 1476/1481 99% [============================================================= ] 1477/1481 99% [============================================================= ] 1478/1481 99% [============================================================= ] 1479/1481 99% [============================================================= ] 1480/1481 99% [==============================================================] 1481/1481 100% operation complete, 1481 objects in 32982 NAND pages. ln -snf /home/autobuild/autobuild/instance-15/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-15/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-15/buildroot' >>> Buildroot 2024.05-798-g9c8f6dc5e4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2023.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils arc-2023.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.49 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.9.8 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bubblewrap 0.9.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.13.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cairo 1.18.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> chrony 4.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cjson 1.7.18 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> execline 2.9.6.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbtft 274035404701245e7491c0c6471c5b72ade4d491 Collecting legal info fbtft-core.c: OK (sha256: a9ca80d65a5ef10fe614a6c1e8c8d4d3b96637e8855a96c7cf0fa438526097a7) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genpart 1.0.2 Collecting legal info >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> host-go-src Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptables 1.8.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libminiupnpc 2.2.7 Collecting legal info LICENSE: OK (sha256: 7480ae23b082c05ad9823896163d78f3a96f1beadce51f29c96cf898545c27e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnvme 1.9 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> linux-fusion 9.0.3 Collecting legal info debian/copyright: OK (sha256: 51bc14bdef3a064383702e638515824986e5a746de236d46ee904ea15312a198) >>> linux 6.9.8 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> linux-tools Collecting legal info >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mg 3.7 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> musepack 475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> openjpeg 2.5.2 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-cython 0.29.37 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtl8812au-aircrack-ng b44d288f423ede0fc7cdbf92d07a7772cd727de4 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-runc 1.1.12 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.22.5 Collecting legal info >>> s6-dns 2.3.7.2 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> s6-portable-utils 2.3.0.3 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sound-theme-borealis 0.9a Collecting legal info >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sslh 2.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-swugenerator 0.3 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gzip 1.13 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-python-libconf 2.0.1 Collecting legal info LICENSE: OK (sha256: 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873) >>> tllist 1.1.0 Collecting legal info LICENSE: OK (sha256: d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.48 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 6b1a1de0b3394002973daaa407b93a1d2c13efd8dd1a32095d6872c36f09ba66) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-15/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'