mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-789-gd26991f76b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package \ /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' snmp -1 snmp -1 * - - - snmpd user\n\n' >> /home/autobuild/autobuild/instance-2/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-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-2/output-1/images/rootfs.jffs2.nosummary\n /home/autobuild/autobuild/instance-2/output-1/host/sbin/sumtool -e 0x20000 -l -i /home/autobuild/autobuild/instance-2/output-1/images/rootfs.jffs2.nosummary -o /home/autobuild/autobuild/instance-2/output-1/images/rootfs.jffs2\n rm /home/autobuild/autobuild/instance-2/output-1/images/rootfs.jffs2.nosummary\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1336 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1336 0% [ ] 2/1336 0% [ ] 3/1336 0% [ ] 4/1336 0% [ ] 5/1336 0% [ ] 6/1336 0% [ ] 7/1336 0% [ ] 8/1336 0% [ ] 9/1336 0% [ ] 10/1336 0% [ ] 11/1336 0% [ ] 12/1336 0% [ ] 13/1336 0% [ ] 14/1336 1% [ ] 15/1336 1% [ ] 16/1336 1% [ ] 17/1336 1% [ ] 18/1336 1% [ ] 19/1336 1% [ ] 20/1336 1% [ ] 21/1336 1% [= ] 22/1336 1% [= ] 23/1336 1% [= ] 24/1336 1% [= ] 25/1336 1% [= ] 26/1336 1% [= ] 27/1336 2% [= ] 28/1336 2% [= ] 29/1336 2% [= ] 30/1336 2% [= ] 31/1336 2% [= ] 32/1336 2% [= ] 33/1336 2% [= ] 34/1336 2% [= ] 35/1336 2% [= ] 36/1336 2% [= ] 37/1336 2% [= ] 38/1336 2% [= ] 39/1336 2% [= ] 40/1336 2% [= ] 41/1336 3% [= ] 42/1336 3% [= ] 43/1336 3% [== ] 44/1336 3% [== ] 45/1336 3% [== ] 46/1336 3% [== ] 47/1336 3% [== ] 48/1336 3% [== ] 49/1336 3% [== ] 50/1336 3% [== ] 51/1336 3% [== ] 52/1336 3% [== ] 53/1336 3% [== ] 54/1336 4% [== ] 55/1336 4% [== ] 56/1336 4% [== ] 57/1336 4% [== ] 58/1336 4% [== ] 59/1336 4% [== ] 60/1336 4% [== ] 61/1336 4% [== ] 62/1336 4% [== ] 63/1336 4% [== ] 64/1336 4% [=== ] 65/1336 4% [=== ] 66/1336 4% [=== ] 67/1336 5% [=== ] 68/1336 5% [=== ] 69/1336 5% [=== ] 70/1336 5% [=== ] 71/1336 5% [=== ] 72/1336 5% [=== ] 73/1336 5% [=== ] 74/1336 5% [=== ] 75/1336 5% [=== ] 76/1336 5% [=== ] 77/1336 5% [=== ] 78/1336 5% [=== ] 79/1336 5% [=== ] 80/1336 5% [=== ] 81/1336 6% [=== ] 82/1336 6% [=== ] 83/1336 6% [=== ] 84/1336 6% [=== ] 85/1336 6% [=== ] 86/1336 6% [==== ] 87/1336 6% [==== ] 88/1336 6% [==== ] 89/1336 6% [==== ] 90/1336 6% [==== ] 91/1336 6% [==== ] 92/1336 6% [==== ] 93/1336 6% [==== ] 94/1336 7% [==== ] 95/1336 7% [==== ] 96/1336 7% [==== ] 97/1336 7% [==== ] 98/1336 7% [==== ] 99/1336 7% [==== ] 100/1336 7% [==== ] 101/1336 7% [==== ] 102/1336 7% [==== ] 103/1336 7% [==== ] 104/1336 7% [==== ] 105/1336 7% [==== ] 106/1336 7% [==== ] 107/1336 8% [===== ] 108/1336 8% [===== ] 109/1336 8% [===== ] 110/1336 8% [===== ] 111/1336 8% [===== ] 112/1336 8% [===== ] 113/1336 8% [===== ] 114/1336 8% [===== ] 115/1336 8% [===== ] 116/1336 8% [===== ] 117/1336 8% [===== ] 118/1336 8% [===== ] 119/1336 8% [===== ] 120/1336 8% [===== ] 121/1336 9% [===== ] 122/1336 9% [===== ] 123/1336 9% [===== ] 124/1336 9% [===== ] 125/1336 9% [===== ] 126/1336 9% [===== ] 127/1336 9% [===== ] 128/1336 9% [===== ] 129/1336 9% [====== ] 130/1336 9% [====== ] 131/1336 9% [====== ] 132/1336 9% [====== ] 133/1336 9% [====== ] 134/1336 10% [====== ] 135/1336 10% [====== ] 136/1336 10% [====== ] 137/1336 10% [====== ] 138/1336 10% [====== ] 139/1336 10% [====== ] 140/1336 10% [====== ] 141/1336 10% [====== ] 142/1336 10% [====== ] 143/1336 10% [====== ] 144/1336 10% [====== ] 145/1336 10% [====== ] 146/1336 10% [====== ] 147/1336 11% [====== ] 148/1336 11% [====== ] 149/1336 11% [====== ] 150/1336 11% [======= ] 151/1336 11% [======= ] 152/1336 11% [======= ] 153/1336 11% [======= ] 154/1336 11% [======= ] 155/1336 11% [======= ] 156/1336 11% [======= ] 157/1336 11% [======= ] 158/1336 11% [======= ] 159/1336 11% [======= ] 160/1336 11% [======= ] 161/1336 12% [======= ] 162/1336 12% [======= ] 163/1336 12% [======= ] 164/1336 12% [======= ] 165/1336 12% [======= ] 166/1336 12% [======= ] 167/1336 12% [======= ] 168/1336 12% [======= ] 169/1336 12% [======= ] 170/1336 12% [======= ] 171/1336 12% [======= ] 172/1336 12% [======== ] 173/1336 12% [======== ] 174/1336 13% [======== ] 175/1336 13% [======== ] 176/1336 13% [======== ] 177/1336 13% [======== ] 178/1336 13% [======== ] 179/1336 13% [======== ] 180/1336 13% [======== ] 181/1336 13% [======== ] 182/1336 13% [======== ] 183/1336 13% [======== ] 184/1336 13% [======== ] 185/1336 13% [======== ] 186/1336 13% [======== ] 187/1336 13% [======== ] 188/1336 14% [======== ] 189/1336 14% [======== ] 190/1336 14% [======== ] 191/1336 14% [======== ] 192/1336 14% [======== ] 193/1336 14% [========= ] 194/1336 14% [========= ] 195/1336 14% [========= ] 196/1336 14% [========= ] 197/1336 14% [========= ] 198/1336 14% [========= ] 199/1336 14% [========= ] 200/1336 14% [========= ] 201/1336 15% [========= ] 202/1336 15% [========= ] 203/1336 15% [========= ] 204/1336 15% [========= ] 205/1336 15% [========= ] 206/1336 15% [========= ] 207/1336 15% [========= ] 208/1336 15% [========= ] 209/1336 15% [========= ] 210/1336 15% [========= ] 211/1336 15% [========= ] 212/1336 15% [========= ] 213/1336 15% [========= ] 214/1336 16% [========= ] 215/1336 16% [========== ] 216/1336 16% [========== ] 217/1336 16% [========== ] 218/1336 16% [========== ] 219/1336 16% [========== ] 220/1336 16% [========== ] 221/1336 16% [========== ] 222/1336 16% [========== ] 223/1336 16% [========== ] 224/1336 16% [========== ] 225/1336 16% [========== ] 226/1336 16% [========== ] 227/1336 16% [========== ] 228/1336 17% [========== ] 229/1336 17% [========== ] 230/1336 17% [========== ] 231/1336 17% [========== ] 232/1336 17% [========== ] 233/1336 17% [========== ] 234/1336 17% [========== ] 235/1336 17% [========== ] 236/1336 17% [========== ] 237/1336 17% [=========== ] 238/1336 17% [=========== ] 239/1336 17% [=========== ] 240/1336 17% [=========== ] 241/1336 18% [=========== ] 242/1336 18% [=========== ] 243/1336 18% [=========== ] 244/1336 18% [=========== ] 245/1336 18% [=========== ] 246/1336 18% [=========== ] 247/1336 18% [=========== ] 248/1336 18% [=========== ] 249/1336 18% [=========== ] 250/1336 18% [=========== ] 251/1336 18% [=========== ] 252/1336 18% [=========== ] 253/1336 18% [=========== ] 254/1336 19% [=========== ] 255/1336 19% [=========== ] 256/1336 19% [=========== ] 257/1336 19% [=========== ] 258/1336 19% [============ ] 259/1336 19% [============ ] 260/1336 19% [============ ] 261/1336 19% [============ ] 262/1336 19% [============ ] 263/1336 19% [============ ] 264/1336 19% [============ ] 265/1336 19% [============ ] 266/1336 19% [============ ] 267/1336 19% [============ ] 268/1336 20% [============ ] 269/1336 20% [============ ] 270/1336 20% [============ ] 271/1336 20% [============ ] 272/1336 20% [============ ] 273/1336 20% [============ ] 274/1336 20% [============ ] 275/1336 20% [============ ] 276/1336 20% [============ ] 277/1336 20% [============ ] 278/1336 20% [============ ] 279/1336 20% [============ ] 280/1336 20% [============= ] 281/1336 21% [============= ] 282/1336 21% [============= ] 283/1336 21% [============= ] 284/1336 21% [============= ] 285/1336 21% [============= ] 286/1336 21% [============= ] 287/1336 21% [============= ] 288/1336 21% [============= ] 289/1336 21% [============= ] 290/1336 21% [============= ] 291/1336 21% [============= ] 292/1336 21% [============= ] 293/1336 21% [============= ] 294/1336 22% [============= ] 295/1336 22% [============= ] 296/1336 22% [============= ] 297/1336 22% [============= ] 298/1336 22% [============= ] 299/1336 22% [============= ] 300/1336 22% [============= ] 301/1336 22% [============== ] 302/1336 22% [============== ] 303/1336 22% [============== ] 304/1336 22% [============== ] 305/1336 22% [============== ] 306/1336 22% [============== ] 307/1336 22% [============== ] 308/1336 23% [============== ] 309/1336 23% [============== ] 310/1336 23% [============== ] 311/1336 23% [============== ] 312/1336 23% [============== ] 313/1336 23% [============== ] 314/1336 23% [============== ] 315/1336 23% [============== ] 316/1336 23% [============== ] 317/1336 23% [============== ] 318/1336 23% [============== ] 319/1336 23% [============== ] 320/1336 23% [============== ] 321/1336 24% [============== ] 322/1336 24% [============== ] 323/1336 24% [=============== ] 324/1336 24% [=============== ] 325/1336 24% [=============== ] 326/1336 24% [=============== ] 327/1336 24% [=============== ] 328/1336 24% [=============== ] 329/1336 24% [=============== ] 330/1336 24% [=============== ] 331/1336 24% [=============== ] 332/1336 24% [=============== ] 333/1336 24% [=============== ] 334/1336 25% [=============== ] 335/1336 25% [=============== ] 336/1336 25% [=============== ] 337/1336 25% [=============== ] 338/1336 25% [=============== ] 339/1336 25% [=============== ] 340/1336 25% [=============== ] 341/1336 25% [=============== ] 342/1336 25% [=============== ] 343/1336 25% [=============== ] 344/1336 25% [================ ] 345/1336 25% [================ ] 346/1336 25% [================ ] 347/1336 25% [================ ] 348/1336 26% [================ ] 349/1336 26% [================ ] 350/1336 26% [================ ] 351/1336 26% [================ ] 352/1336 26% [================ ] 353/1336 26% [================ ] 354/1336 26% [================ ] 355/1336 26% [================ ] 356/1336 26% [================ ] 357/1336 26% [================ ] 358/1336 26% [================ ] 359/1336 26% [================ ] 360/1336 26% [================ ] 361/1336 27% [================ ] 362/1336 27% [================ ] 363/1336 27% [================ ] 364/1336 27% [================ ] 365/1336 27% [================ ] 366/1336 27% [================= ] 367/1336 27% [================= ] 368/1336 27% [================= ] 369/1336 27% [================= ] 370/1336 27% [================= ] 371/1336 27% [================= ] 372/1336 27% [================= ] 373/1336 27% [================= ] 374/1336 27% [================= ] 375/1336 28% [================= ] 376/1336 28% [================= ] 377/1336 28% [================= ] 378/1336 28% [================= ] 379/1336 28% [================= ] 380/1336 28% [================= ] 381/1336 28% [================= ] 382/1336 28% [================= ] 383/1336 28% [================= ] 384/1336 28% [================= ] 385/1336 28% [================= ] 386/1336 28% [================= ] 387/1336 28% [================== ] 388/1336 29% [================== ] 389/1336 29% [================== ] 390/1336 29% [================== ] 391/1336 29% [================== ] 392/1336 29% [================== ] 393/1336 29% [================== ] 394/1336 29% [================== ] 395/1336 29% [================== ] 396/1336 29% [================== ] 397/1336 29% [================== ] 398/1336 29% [================== ] 399/1336 29% [================== ] 400/1336 29% [================== ] 401/1336 30% [================== ] 402/1336 30% [================== ] 403/1336 30% [================== ] 404/1336 30% [================== ] 405/1336 30% [================== ] 406/1336 30% [================== ] 407/1336 30% [================== ] 408/1336 30% [================== ] 409/1336 30% [=================== ] 410/1336 30% [=================== ] 411/1336 30% [=================== ] 412/1336 30% [=================== ] 413/1336 30% [=================== ] 414/1336 30% [=================== ] 415/1336 31% [=================== ] 416/1336 31% [=================== ] 417/1336 31% [=================== ] 418/1336 31% [=================== ] 419/1336 31% [=================== ] 420/1336 31% [=================== ] 421/1336 31% [=================== ] 422/1336 31% [=================== ] 423/1336 31% [=================== ] 424/1336 31% [=================== ] 425/1336 31% [=================== ] 426/1336 31% [=================== ] 427/1336 31% [=================== ] 428/1336 32% [=================== ] 429/1336 32% [=================== ] 430/1336 32% [==================== ] 431/1336 32% [==================== ] 432/1336 32% [==================== ] 433/1336 32% [==================== ] 434/1336 32% [==================== ] 435/1336 32% [==================== ] 436/1336 32% [==================== ] 437/1336 32% [==================== ] 438/1336 32% [==================== ] 439/1336 32% [==================== ] 440/1336 32% [==================== ] 441/1336 33% [==================== ] 442/1336 33% [==================== ] 443/1336 33% [==================== ] 444/1336 33% [==================== ] 445/1336 33% [==================== ] 446/1336 33% [==================== ] 447/1336 33% [==================== ] 448/1336 33% [==================== ] 449/1336 33% [==================== ] 450/1336 33% [==================== ] 451/1336 33% [==================== ] 452/1336 33% [===================== ] 453/1336 33% [===================== ] 454/1336 33% [===================== ] 455/1336 34% [===================== ] 456/1336 34% [===================== ] 457/1336 34% [===================== ] 458/1336 34% [===================== ] 459/1336 34% [===================== ] 460/1336 34% [===================== ] 461/1336 34% [===================== ] 462/1336 34% [===================== ] 463/1336 34% [===================== ] 464/1336 34% [===================== ] 465/1336 34% [===================== ] 466/1336 34% [===================== ] 467/1336 34% [===================== ] 468/1336 35% [===================== ] 469/1336 35% [===================== ] 470/1336 35% [===================== ] 471/1336 35% [===================== ] 472/1336 35% [===================== ] 473/1336 35% [===================== ] 474/1336 35% [====================== ] 475/1336 35% [====================== ] 476/1336 35% [====================== ] 477/1336 35% [====================== ] 478/1336 35% [====================== ] 479/1336 35% [====================== ] 480/1336 35% [====================== ] 481/1336 36% [====================== ] 482/1336 36% [====================== ] 483/1336 36% [====================== ] 484/1336 36% [====================== ] 485/1336 36% [====================== ] 486/1336 36% [====================== ] 487/1336 36% [====================== ] 488/1336 36% [====================== ] 489/1336 36% [====================== ] 490/1336 36% [====================== ] 491/1336 36% [====================== ] 492/1336 36% [====================== ] 493/1336 36% [====================== ] 494/1336 36% [====================== ] 495/1336 37% [======================= ] 496/1336 37% [======================= ] 497/1336 37% [======================= ] 498/1336 37% [======================= ] 499/1336 37% [======================= ] 500/1336 37% [======================= ] 501/1336 37% [======================= ] 502/1336 37% [======================= ] 503/1336 37% [======================= ] 504/1336 37% [======================= ] 505/1336 37% [======================= ] 506/1336 37% [======================= ] 507/1336 37% [======================= ] 508/1336 38% [======================= ] 509/1336 38% [======================= ] 510/1336 38% [======================= ] 511/1336 38% [======================= ] 512/1336 38% [======================= ] 513/1336 38% [======================= ] 514/1336 38% [======================= ] 515/1336 38% [======================= ] 516/1336 38% [======================= ] 517/1336 38% [======================== ] 518/1336 38% [======================== ] 519/1336 38% [======================== ] 520/1336 38% [======================== ] 521/1336 38% [======================== ] 522/1336 39% [======================== ] 523/1336 39% [======================== ] 524/1336 39% [======================== ] 525/1336 39% [======================== ] 526/1336 39% [======================== ] 527/1336 39% [======================== ] 528/1336 39% [======================== ] 529/1336 39% [======================== ] 530/1336 39% [======================== ] 531/1336 39% [======================== ] 532/1336 39% [======================== ] 533/1336 39% [======================== ] 534/1336 39% [======================== ] 535/1336 40% [======================== ] 536/1336 40% [======================== ] 537/1336 40% [======================== ] 538/1336 40% [========================= ] 539/1336 40% [========================= ] 540/1336 40% [========================= ] 541/1336 40% [========================= ] 542/1336 40% [========================= ] 543/1336 40% [========================= ] 544/1336 40% [========================= ] 545/1336 40% [========================= ] 546/1336 40% [========================= ] 547/1336 40% [========================= ] 548/1336 41% [========================= ] 549/1336 41% [========================= ] 550/1336 41% [========================= ] 551/1336 41% [========================= ] 552/1336 41% [========================= ] 553/1336 41% [========================= ] 554/1336 41% [========================= ] 555/1336 41% [========================= ] 556/1336 41% [========================= ] 557/1336 41% [========================= ] 558/1336 41% [========================= ] 559/1336 41% [========================= ] 560/1336 41% [========================== ] 561/1336 41% [========================== ] 562/1336 42% [========================== ] 563/1336 42% [========================== ] 564/1336 42% [========================== ] 565/1336 42% [========================== ] 566/1336 42% [========================== ] 567/1336 42% [========================== ] 568/1336 42% [========================== ] 569/1336 42% [========================== ] 570/1336 42% [========================== ] 571/1336 42% [========================== ] 572/1336 42% [========================== ] 573/1336 42% [========================== ] 574/1336 42% [========================== ] 575/1336 43% [========================== ] 576/1336 43% [========================== ] 577/1336 43% [========================== ] 578/1336 43% [========================== ] 579/1336 43% [========================== ] 580/1336 43% [========================== ] 581/1336 43% [=========================== ] 582/1336 43% [=========================== ] 583/1336 43% [=========================== ] 584/1336 43% [=========================== ] 585/1336 43% [=========================== ] 586/1336 43% [=========================== ] 587/1336 43% [=========================== ] 588/1336 44% [=========================== ] 589/1336 44% [=========================== ] 590/1336 44% [=========================== ] 591/1336 44% [=========================== ] 592/1336 44% [=========================== ] 593/1336 44% [=========================== ] 594/1336 44% [=========================== ] 595/1336 44% [=========================== ] 596/1336 44% [=========================== ] 597/1336 44% [=========================== ] 598/1336 44% [=========================== ] 599/1336 44% [=========================== ] 600/1336 44% [=========================== ] 601/1336 44% [=========================== ] 602/1336 45% [=========================== ] 603/1336 45% [============================ ] 604/1336 45% [============================ ] 605/1336 45% [============================ ] 606/1336 45% [============================ ] 607/1336 45% [============================ ] 608/1336 45% [============================ ] 609/1336 45% [============================ ] 610/1336 45% [============================ ] 611/1336 45% [============================ ] 612/1336 45% [============================ ] 613/1336 45% [============================ ] 614/1336 45% [============================ ] 615/1336 46% [============================ ] 616/1336 46% [============================ ] 617/1336 46% [============================ ] 618/1336 46% [============================ ] 619/1336 46% [============================ ] 620/1336 46% [============================ ] 621/1336 46% [============================ ] 622/1336 46% [============================ ] 623/1336 46% [============================ ] 624/1336 46% [============================= ] 625/1336 46% [============================= ] 626/1336 46% [============================= ] 627/1336 46% [============================= ] 628/1336 47% [============================= ] 629/1336 47% [============================= ] 630/1336 47% [============================= ] 631/1336 47% [============================= ] 632/1336 47% [============================= ] 633/1336 47% [============================= ] 634/1336 47% [============================= ] 635/1336 47% [============================= ] 636/1336 47% [============================= ] 637/1336 47% [============================= ] 638/1336 47% [============================= ] 639/1336 47% [============================= ] 640/1336 47% [============================= ] 641/1336 47% [============================= ] 642/1336 48% [============================= ] 643/1336 48% [============================= ] 644/1336 48% [============================= ] 645/1336 48% [============================= ] 646/1336 48% [============================== ] 647/1336 48% [============================== ] 648/1336 48% [============================== ] 649/1336 48% [============================== ] 650/1336 48% [============================== ] 651/1336 48% [============================== ] 652/1336 48% [============================== ] 653/1336 48% [============================== ] 654/1336 48% [============================== ] 655/1336 49% [============================== ] 656/1336 49% [============================== ] 657/1336 49% [============================== ] 658/1336 49% [============================== ] 659/1336 49% [============================== ] 660/1336 49% [============================== ] 661/1336 49% [============================== ] 662/1336 49% [============================== ] 663/1336 49% [============================== ] 664/1336 49% [============================== ] 665/1336 49% [============================== ] 666/1336 49% [============================== ] 667/1336 49% [=============================== ] 668/1336 50% [=============================== ] 669/1336 50% [=============================== ] 670/1336 50% [=============================== ] 671/1336 50% [=============================== ] 672/1336 50% [=============================== ] 673/1336 50% [=============================== ] 674/1336 50% [=============================== ] 675/1336 50% [=============================== ] 676/1336 50% [=============================== ] 677/1336 50% [=============================== ] 678/1336 50% [=============================== ] 679/1336 50% [=============================== ] 680/1336 50% [=============================== ] 681/1336 50% [=============================== ] 682/1336 51% [=============================== ] 683/1336 51% [=============================== ] 684/1336 51% [=============================== ] 685/1336 51% [=============================== ] 686/1336 51% [=============================== ] 687/1336 51% [=============================== ] 688/1336 51% [=============================== ] 689/1336 51% [================================ ] 690/1336 51% [================================ ] 691/1336 51% [================================ ] 692/1336 51% [================================ ] 693/1336 51% [================================ ] 694/1336 51% [================================ ] 695/1336 52% [================================ ] 696/1336 52% [================================ ] 697/1336 52% [================================ ] 698/1336 52% [================================ ] 699/1336 52% [================================ ] 700/1336 52% [================================ ] 701/1336 52% [================================ ] 702/1336 52% [================================ ] 703/1336 52% [================================ ] 704/1336 52% [================================ ] 705/1336 52% [================================ ] 706/1336 52% [================================ ] 707/1336 52% [================================ ] 708/1336 52% [================================ ] 709/1336 53% [================================ ] 710/1336 53% [================================ ] 711/1336 53% [================================= ] 712/1336 53% [================================= ] 713/1336 53% [================================= ] 714/1336 53% [================================= ] 715/1336 53% [================================= ] 716/1336 53% [================================= ] 717/1336 53% [================================= ] 718/1336 53% [================================= ] 719/1336 53% [================================= ] 720/1336 53% [================================= ] 721/1336 53% [================================= ] 722/1336 54% [================================= ] 723/1336 54% [================================= ] 724/1336 54% [================================= ] 725/1336 54% [================================= ] 726/1336 54% [================================= ] 727/1336 54% [================================= ] 728/1336 54% [================================= ] 729/1336 54% [================================= ] 730/1336 54% [================================= ] 731/1336 54% [================================= ] 732/1336 54% [================================== ] 733/1336 54% [================================== ] 734/1336 54% [================================== ] 735/1336 55% [================================== ] 736/1336 55% [================================== ] 737/1336 55% [================================== ] 738/1336 55% [================================== ] 739/1336 55% [================================== ] 740/1336 55% [================================== ] 741/1336 55% [================================== ] 742/1336 55% [================================== ] 743/1336 55% [================================== ] 744/1336 55% [================================== ] 745/1336 55% [================================== ] 746/1336 55% [================================== ] 747/1336 55% [================================== ] 748/1336 55% [================================== ] 749/1336 56% [================================== ] 750/1336 56% [================================== ] 751/1336 56% [================================== ] 752/1336 56% [================================== ] 753/1336 56% [================================== ] 754/1336 56% [=================================== ] 755/1336 56% [=================================== ] 756/1336 56% [=================================== ] 757/1336 56% [=================================== ] 758/1336 56% [=================================== ] 759/1336 56% [=================================== ] 760/1336 56% [=================================== ] 761/1336 56% [=================================== ] 762/1336 57% [=================================== ] 763/1336 57% [=================================== ] 764/1336 57% [=================================== ] 765/1336 57% [=================================== ] 766/1336 57% [=================================== ] 767/1336 57% [=================================== ] 768/1336 57% [=================================== ] 769/1336 57% [=================================== ] 770/1336 57% [=================================== ] 771/1336 57% [=================================== ] 772/1336 57% [=================================== ] 773/1336 57% [=================================== ] 774/1336 57% [=================================== ] 775/1336 58% [==================================== ] 776/1336 58% [==================================== ] 777/1336 58% [==================================== ] 778/1336 58% [==================================== ] 779/1336 58% [==================================== ] 780/1336 58% [==================================== ] 781/1336 58% [==================================== ] 782/1336 58% [==================================== ] 783/1336 58% [==================================== ] 784/1336 58% [==================================== ] 785/1336 58% [==================================== ] 786/1336 58% [==================================== ] 787/1336 58% [==================================== ] 788/1336 58% [==================================== ] 789/1336 59% [==================================== ] 790/1336 59% [==================================== ] 791/1336 59% [==================================== ] 792/1336 59% [==================================== ] 793/1336 59% [==================================== ] 794/1336 59% [==================================== ] 795/1336 59% [==================================== ] 796/1336 59% [==================================== ] 797/1336 59% [===================================== ] 798/1336 59% [===================================== ] 799/1336 59% [===================================== ] 800/1336 59% [===================================== ] 801/1336 59% [===================================== ] 802/1336 60% [===================================== ] 803/1336 60% [===================================== ] 804/1336 60% [===================================== ] 805/1336 60% [===================================== ] 806/1336 60% [===================================== ] 807/1336 60% [===================================== ] 808/1336 60% [===================================== ] 809/1336 60% [===================================== ] 810/1336 60% [===================================== ] 811/1336 60% [===================================== ] 812/1336 60% [===================================== ] 813/1336 60% [===================================== ] 814/1336 60% [===================================== ] 815/1336 61% [===================================== ] 816/1336 61% [===================================== ] 817/1336 61% [===================================== ] 818/1336 61% [====================================== ] 819/1336 61% [====================================== ] 820/1336 61% [====================================== ] 821/1336 61% [====================================== ] 822/1336 61% [====================================== ] 823/1336 61% [====================================== ] 824/1336 61% [====================================== ] 825/1336 61% [====================================== ] 826/1336 61% [====================================== ] 827/1336 61% [====================================== ] 828/1336 61% [====================================== ] 829/1336 62% [====================================== ] 830/1336 62% [====================================== ] 831/1336 62% [====================================== ] 832/1336 62% [====================================== ] 833/1336 62% [====================================== ] 834/1336 62% [====================================== ] 835/1336 62% [====================================== ] 836/1336 62% [====================================== ] 837/1336 62% [====================================== ] 838/1336 62% [====================================== ] 839/1336 62% [====================================== ] 840/1336 62% [======================================= ] 841/1336 62% [======================================= ] 842/1336 63% [======================================= ] 843/1336 63% [======================================= ] 844/1336 63% [======================================= ] 845/1336 63% [======================================= ] 846/1336 63% [======================================= ] 847/1336 63% [======================================= ] 848/1336 63% [======================================= ] 849/1336 63% [======================================= ] 850/1336 63% [======================================= ] 851/1336 63% [======================================= ] 852/1336 63% [======================================= ] 853/1336 63% [======================================= ] 854/1336 63% [======================================= ] 855/1336 63% [======================================= ] 856/1336 64% [======================================= ] 857/1336 64% [======================================= ] 858/1336 64% [======================================= ] 859/1336 64% [======================================= ] 860/1336 64% [======================================= ] 861/1336 64% [======================================== ] 862/1336 64% [======================================== ] 863/1336 64% [======================================== ] 864/1336 64% [======================================== ] 865/1336 64% [======================================== ] 866/1336 64% [======================================== ] 867/1336 64% [======================================== ] 868/1336 64% [======================================== ] 869/1336 65% [======================================== ] 870/1336 65% [======================================== ] 871/1336 65% [======================================== ] 872/1336 65% [======================================== ] 873/1336 65% [======================================== ] 874/1336 65% [======================================== ] 875/1336 65% [======================================== ] 876/1336 65% [======================================== ] 877/1336 65% [======================================== ] 878/1336 65% [======================================== ] 879/1336 65% [======================================== ] 880/1336 65% [======================================== ] 881/1336 65% [======================================== ] 882/1336 66% [======================================== ] 883/1336 66% [========================================= ] 884/1336 66% [========================================= ] 885/1336 66% [========================================= ] 886/1336 66% [========================================= ] 887/1336 66% [========================================= ] 888/1336 66% [========================================= ] 889/1336 66% [========================================= ] 890/1336 66% [========================================= ] 891/1336 66% [========================================= ] 892/1336 66% [========================================= ] 893/1336 66% [========================================= ] 894/1336 66% [========================================= ] 895/1336 66% [========================================= ] 896/1336 67% [========================================= ] 897/1336 67% [========================================= ] 898/1336 67% [========================================= ] 899/1336 67% [========================================= ] 900/1336 67% [========================================= ] 901/1336 67% [========================================= ] 902/1336 67% [========================================= ] 903/1336 67% [========================================= ] 904/1336 67% [========================================= ] 905/1336 67% [========================================== ] 906/1336 67% [========================================== ] 907/1336 67% [========================================== ] 908/1336 67% [========================================== ] 909/1336 68% [========================================== ] 910/1336 68% [========================================== ] 911/1336 68% [========================================== ] 912/1336 68% [========================================== ] 913/1336 68% [========================================== ] 914/1336 68% [========================================== ] 915/1336 68% [========================================== ] 916/1336 68% [========================================== ] 917/1336 68% [========================================== ] 918/1336 68% [========================================== ] 919/1336 68% [========================================== ] 920/1336 68% [========================================== ] 921/1336 68% [========================================== ] 922/1336 69% [========================================== ] 923/1336 69% [========================================== ] 924/1336 69% [========================================== ] 925/1336 69% [========================================== ] 926/1336 69% [=========================================== ] 927/1336 69% [=========================================== ] 928/1336 69% [=========================================== ] 929/1336 69% [=========================================== ] 930/1336 69% [=========================================== ] 931/1336 69% [=========================================== ] 932/1336 69% [=========================================== ] 933/1336 69% [=========================================== ] 934/1336 69% [=========================================== ] 935/1336 69% [=========================================== ] 936/1336 70% [=========================================== ] 937/1336 70% [=========================================== ] 938/1336 70% [=========================================== ] 939/1336 70% [=========================================== ] 940/1336 70% [=========================================== ] 941/1336 70% [=========================================== ] 942/1336 70% [=========================================== ] 943/1336 70% [=========================================== ] 944/1336 70% [=========================================== ] 945/1336 70% [=========================================== ] 946/1336 70% [=========================================== ] 947/1336 70% [=========================================== ] 948/1336 70% [============================================ ] 949/1336 71% [============================================ ] 950/1336 71% [============================================ ] 951/1336 71% [============================================ ] 952/1336 71% [============================================ ] 953/1336 71% [============================================ ] 954/1336 71% [============================================ ] 955/1336 71% [============================================ ] 956/1336 71% [============================================ ] 957/1336 71% [============================================ ] 958/1336 71% [============================================ ] 959/1336 71% [============================================ ] 960/1336 71% [============================================ ] 961/1336 71% [============================================ ] 962/1336 72% [============================================ ] 963/1336 72% [============================================ ] 964/1336 72% [============================================ ] 965/1336 72% [============================================ ] 966/1336 72% [============================================ ] 967/1336 72% [============================================ ] 968/1336 72% [============================================ ] 969/1336 72% [============================================= ] 970/1336 72% [============================================= ] 971/1336 72% [============================================= ] 972/1336 72% [============================================= ] 973/1336 72% [============================================= ] 974/1336 72% [============================================= ] 975/1336 72% [============================================= ] 976/1336 73% [============================================= ] 977/1336 73% [============================================= ] 978/1336 73% [============================================= ] 979/1336 73% [============================================= ] 980/1336 73% [============================================= ] 981/1336 73% [============================================= ] 982/1336 73% [============================================= ] 983/1336 73% [============================================= ] 984/1336 73% [============================================= ] 985/1336 73% [============================================= ] 986/1336 73% [============================================= ] 987/1336 73% [============================================= ] 988/1336 73% [============================================= ] 989/1336 74% [============================================= ] 990/1336 74% [============================================= ] 991/1336 74% [============================================== ] 992/1336 74% [============================================== ] 993/1336 74% [============================================== ] 994/1336 74% [============================================== ] 995/1336 74% [============================================== ] 996/1336 74% [============================================== ] 997/1336 74% [============================================== ] 998/1336 74% [============================================== ] 999/1336 74% [============================================== ] 1000/1336 74% [============================================== ] 1001/1336 74% [============================================== ] 1002/1336 75% [============================================== ] 1003/1336 75% [============================================== ] 1004/1336 75% [============================================== ] 1005/1336 75% [============================================== ] 1006/1336 75% [============================================== ] 1007/1336 75% [============================================== ] 1008/1336 75% [============================================== ] 1009/1336 75% [============================================== ] 1010/1336 75% [============================================== ] 1011/1336 75% [============================================== ] 1012/1336 75% [=============================================== ] 1013/1336 75% [=============================================== ] 1014/1336 75% [=============================================== ] 1015/1336 75% [=============================================== ] 1016/1336 76% [=============================================== ] 1017/1336 76% [=============================================== ] 1018/1336 76% [=============================================== ] 1019/1336 76% [=============================================== ] 1020/1336 76% [=============================================== ] 1021/1336 76% [=============================================== ] 1022/1336 76% [=============================================== ] 1023/1336 76% [=============================================== ] 1024/1336 76% [=============================================== ] 1025/1336 76% [=============================================== ] 1026/1336 76% [=============================================== ] 1027/1336 76% [=============================================== ] 1028/1336 76% [=============================================== ] 1029/1336 77% [=============================================== ] 1030/1336 77% [=============================================== ] 1031/1336 77% [=============================================== ] 1032/1336 77% [=============================================== ] 1033/1336 77% [=============================================== ] 1034/1336 77% [================================================ ] 1035/1336 77% [================================================ ] 1036/1336 77% [================================================ ] 1037/1336 77% [================================================ ] 1038/1336 77% [================================================ ] 1039/1336 77% [================================================ ] 1040/1336 77% [================================================ ] 1041/1336 77% [================================================ ] 1042/1336 77% [================================================ ] 1043/1336 78% [================================================ ] 1044/1336 78% [================================================ ] 1045/1336 78% [================================================ ] 1046/1336 78% [================================================ ] 1047/1336 78% [================================================ ] 1048/1336 78% [================================================ ] 1049/1336 78% [================================================ ] 1050/1336 78% [================================================ ] 1051/1336 78% [================================================ ] 1052/1336 78% [================================================ ] 1053/1336 78% [================================================ ] 1054/1336 78% [================================================ ] 1055/1336 78% [================================================= ] 1056/1336 79% [================================================= ] 1057/1336 79% [================================================= ] 1058/1336 79% [================================================= ] 1059/1336 79% [================================================= ] 1060/1336 79% [================================================= ] 1061/1336 79% [================================================= ] 1062/1336 79% [================================================= ] 1063/1336 79% [================================================= ] 1064/1336 79% [================================================= ] 1065/1336 79% [================================================= ] 1066/1336 79% [================================================= ] 1067/1336 79% [================================================= ] 1068/1336 79% [================================================= ] 1069/1336 80% [================================================= ] 1070/1336 80% [================================================= ] 1071/1336 80% [================================================= ] 1072/1336 80% [================================================= ] 1073/1336 80% [================================================= ] 1074/1336 80% [================================================= ] 1075/1336 80% [================================================= ] 1076/1336 80% [================================================= ] 1077/1336 80% [================================================== ] 1078/1336 80% [================================================== ] 1079/1336 80% [================================================== ] 1080/1336 80% [================================================== ] 1081/1336 80% [================================================== ] 1082/1336 80% [================================================== ] 1083/1336 81% [================================================== ] 1084/1336 81% [================================================== ] 1085/1336 81% [================================================== ] 1086/1336 81% [================================================== ] 1087/1336 81% [================================================== ] 1088/1336 81% [================================================== ] 1089/1336 81% [================================================== ] 1090/1336 81% [================================================== ] 1091/1336 81% [================================================== ] 1092/1336 81% [================================================== ] 1093/1336 81% [================================================== ] 1094/1336 81% [================================================== ] 1095/1336 81% [================================================== ] 1096/1336 82% [================================================== ] 1097/1336 82% [================================================== ] 1098/1336 82% [=================================================== ] 1099/1336 82% [=================================================== ] 1100/1336 82% [=================================================== ] 1101/1336 82% [=================================================== ] 1102/1336 82% [=================================================== ] 1103/1336 82% [=================================================== ] 1104/1336 82% [=================================================== ] 1105/1336 82% [=================================================== ] 1106/1336 82% [=================================================== ] 1107/1336 82% [=================================================== ] 1108/1336 82% [=================================================== ] 1109/1336 83% [=================================================== ] 1110/1336 83% [=================================================== ] 1111/1336 83% [=================================================== ] 1112/1336 83% [=================================================== ] 1113/1336 83% [=================================================== ] 1114/1336 83% [=================================================== ] 1115/1336 83% [=================================================== ] 1116/1336 83% [=================================================== ] 1117/1336 83% [=================================================== ] 1118/1336 83% [=================================================== ] 1119/1336 83% [=================================================== ] 1120/1336 83% [==================================================== ] 1121/1336 83% [==================================================== ] 1122/1336 83% [==================================================== ] 1123/1336 84% [==================================================== ] 1124/1336 84% [==================================================== ] 1125/1336 84% [==================================================== ] 1126/1336 84% [==================================================== ] 1127/1336 84% [==================================================== ] 1128/1336 84% [==================================================== ] 1129/1336 84% [==================================================== ] 1130/1336 84% [==================================================== ] 1131/1336 84% [==================================================== ] 1132/1336 84% [==================================================== ] 1133/1336 84% [==================================================== ] 1134/1336 84% [==================================================== ] 1135/1336 84% [==================================================== ] 1136/1336 85% [==================================================== ] 1137/1336 85% [==================================================== ] 1138/1336 85% [==================================================== ] 1139/1336 85% [==================================================== ] 1140/1336 85% [==================================================== ] 1141/1336 85% [==================================================== ] 1142/1336 85% [===================================================== ] 1143/1336 85% [===================================================== ] 1144/1336 85% [===================================================== ] 1145/1336 85% [===================================================== ] 1146/1336 85% [===================================================== ] 1147/1336 85% [===================================================== ] 1148/1336 85% [===================================================== ] 1149/1336 86% [===================================================== ] 1150/1336 86% [===================================================== ] 1151/1336 86% [===================================================== ] 1152/1336 86% [===================================================== ] 1153/1336 86% [===================================================== ] 1154/1336 86% [===================================================== ] 1155/1336 86% [===================================================== ] 1156/1336 86% [===================================================== ] 1157/1336 86% [===================================================== ] 1158/1336 86% [===================================================== ] 1159/1336 86% [===================================================== ] 1160/1336 86% [===================================================== ] 1161/1336 86% [===================================================== ] 1162/1336 86% [===================================================== ] 1163/1336 87% [====================================================== ] 1164/1336 87% [====================================================== ] 1165/1336 87% [====================================================== ] 1166/1336 87% [====================================================== ] 1167/1336 87% [====================================================== ] 1168/1336 87% [====================================================== ] 1169/1336 87% [====================================================== ] 1170/1336 87% [====================================================== ] 1171/1336 87% [====================================================== ] 1172/1336 87% [====================================================== ] 1173/1336 87% [====================================================== ] 1174/1336 87% [====================================================== ] 1175/1336 87% [====================================================== ] 1176/1336 88% [====================================================== ] 1177/1336 88% [====================================================== ] 1178/1336 88% [====================================================== ] 1179/1336 88% [====================================================== ] 1180/1336 88% [====================================================== ] 1181/1336 88% [====================================================== ] 1182/1336 88% [====================================================== ] 1183/1336 88% [====================================================== ] 1184/1336 88% [====================================================== ] 1185/1336 88% [======================================================= ] 1186/1336 88% [======================================================= ] 1187/1336 88% [======================================================= ] 1188/1336 88% [======================================================= ] 1189/1336 88% [======================================================= ] 1190/1336 89% [======================================================= ] 1191/1336 89% [======================================================= ] 1192/1336 89% [======================================================= ] 1193/1336 89% [======================================================= ] 1194/1336 89% [======================================================= ] 1195/1336 89% [======================================================= ] 1196/1336 89% [======================================================= ] 1197/1336 89% [======================================================= ] 1198/1336 89% [======================================================= ] 1199/1336 89% [======================================================= ] 1200/1336 89% [======================================================= ] 1201/1336 89% [======================================================= ] 1202/1336 89% [======================================================= ] 1203/1336 90% [======================================================= ] 1204/1336 90% [======================================================= ] 1205/1336 90% [======================================================= ] 1206/1336 90% [======================================================== ] 1207/1336 90% [======================================================== ] 1208/1336 90% [======================================================== ] 1209/1336 90% [======================================================== ] 1210/1336 90% [======================================================== ] 1211/1336 90% [======================================================== ] 1212/1336 90% [======================================================== ] 1213/1336 90% [======================================================== ] 1214/1336 90% [======================================================== ] 1215/1336 90% [======================================================== ] 1216/1336 91% [======================================================== ] 1217/1336 91% [======================================================== ] 1218/1336 91% [======================================================== ] 1219/1336 91% [======================================================== ] 1220/1336 91% [======================================================== ] 1221/1336 91% [======================================================== ] 1222/1336 91% [======================================================== ] 1223/1336 91% [======================================================== ] 1224/1336 91% [======================================================== ] 1225/1336 91% [======================================================== ] 1226/1336 91% [======================================================== ] 1227/1336 91% [======================================================== ] 1228/1336 91% [========================================================= ] 1229/1336 91% [========================================================= ] 1230/1336 92% [========================================================= ] 1231/1336 92% [========================================================= ] 1232/1336 92% [========================================================= ] 1233/1336 92% [========================================================= ] 1234/1336 92% [========================================================= ] 1235/1336 92% [========================================================= ] 1236/1336 92% [========================================================= ] 1237/1336 92% [========================================================= ] 1238/1336 92% [========================================================= ] 1239/1336 92% [========================================================= ] 1240/1336 92% [========================================================= ] 1241/1336 92% [========================================================= ] 1242/1336 92% [========================================================= ] 1243/1336 93% [========================================================= ] 1244/1336 93% [========================================================= ] 1245/1336 93% [========================================================= ] 1246/1336 93% [========================================================= ] 1247/1336 93% [========================================================= ] 1248/1336 93% [========================================================= ] 1249/1336 93% [========================================================== ] 1250/1336 93% [========================================================== ] 1251/1336 93% [========================================================== ] 1252/1336 93% [========================================================== ] 1253/1336 93% [========================================================== ] 1254/1336 93% [========================================================== ] 1255/1336 93% [========================================================== ] 1256/1336 94% [========================================================== ] 1257/1336 94% [========================================================== ] 1258/1336 94% [========================================================== ] 1259/1336 94% [========================================================== ] 1260/1336 94% [========================================================== ] 1261/1336 94% [========================================================== ] 1262/1336 94% [========================================================== ] 1263/1336 94% [========================================================== ] 1264/1336 94% [========================================================== ] 1265/1336 94% [========================================================== ] 1266/1336 94% [========================================================== ] 1267/1336 94% [========================================================== ] 1268/1336 94% [========================================================== ] 1269/1336 94% [========================================================== ] 1270/1336 95% [========================================================== ] 1271/1336 95% [=========================================================== ] 1272/1336 95% [=========================================================== ] 1273/1336 95% [=========================================================== ] 1274/1336 95% [=========================================================== ] 1275/1336 95% [=========================================================== ] 1276/1336 95% [=========================================================== ] 1277/1336 95% [=========================================================== ] 1278/1336 95% [=========================================================== ] 1279/1336 95% [=========================================================== ] 1280/1336 95% [=========================================================== ] 1281/1336 95% [=========================================================== ] 1282/1336 95% [=========================================================== ] 1283/1336 96% [=========================================================== ] 1284/1336 96% [=========================================================== ] 1285/1336 96% [=========================================================== ] 1286/1336 96% [=========================================================== ] 1287/1336 96% [=========================================================== ] 1288/1336 96% [=========================================================== ] 1289/1336 96% [=========================================================== ] 1290/1336 96% [=========================================================== ] 1291/1336 96% [=========================================================== ] 1292/1336 96% [============================================================ ] 1293/1336 96% [============================================================ ] 1294/1336 96% [============================================================ ] 1295/1336 96% [============================================================ ] 1296/1336 97% [============================================================ ] 1297/1336 97% [============================================================ ] 1298/1336 97% [============================================================ ] 1299/1336 97% [============================================================ ] 1300/1336 97% [============================================================ ] 1301/1336 97% [============================================================ ] 1302/1336 97% [============================================================ ] 1303/1336 97% [============================================================ ] 1304/1336 97% [============================================================ ] 1305/1336 97% [============================================================ ] 1306/1336 97% [============================================================ ] 1307/1336 97% [============================================================ ] 1308/1336 97% [============================================================ ] 1309/1336 97% [============================================================ ] 1310/1336 98% [============================================================ ] 1311/1336 98% [============================================================ ] 1312/1336 98% [============================================================ ] 1313/1336 98% [============================================================ ] 1314/1336 98% [============================================================= ] 1315/1336 98% [============================================================= ] 1316/1336 98% [============================================================= ] 1317/1336 98% [============================================================= ] 1318/1336 98% [============================================================= ] 1319/1336 98% [============================================================= ] 1320/1336 98% [============================================================= ] 1321/1336 98% [============================================================= ] 1322/1336 98% [============================================================= ] 1323/1336 99% [============================================================= ] 1324/1336 99% [============================================================= ] 1325/1336 99% [============================================================= ] 1326/1336 99% [============================================================= ] 1327/1336 99% [============================================================= ] 1328/1336 99% [============================================================= ] 1329/1336 99% [============================================================= ] 1330/1336 99% [============================================================= ] 1331/1336 99% [============================================================= ] 1332/1336 99% [============================================================= ] 1333/1336 99% [============================================================= ] 1334/1336 99% [============================================================= ] 1335/1336 99% [==============================================================] 1336/1336 100% operation complete, 1336 objects in 61534 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/or1k-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2023.11-789-gd26991f76b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.6.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sqlite 3.44.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 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.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 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-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.69 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) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> c-periphery 2.4.2 Collecting legal info LICENSE: OK (sha256: 2c29e38ac4d393558522c5fa671bd03f9d6f7d751c899a3482b20ab2a0ba5122) >>> check 11970a7e112dfe243a2e68773f014687df2900e8 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dahdi-linux 3.3.0 Collecting legal info LICENSE: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) LICENSE.LGPL: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> linux 6.6.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dovecot 2.3.21 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> easy-rsa 3.1.7 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-environment-setup Collecting legal info >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genpart 1.0.2 Collecting legal info >>> inih 57 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> iodine 0.8.0 Collecting legal info LICENSE: OK (sha256: 9541123931e4df4ec84612e056a92ecaab905fe201deaf932b895406565fbb85) >>> leptonica 1.83.1 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcoap 4.3.4 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: bdd94ddd8e75010aebd045ead1c951110788003395c708811d6960248acb3891) >>> libcue 2.3.0 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> lldpd 1.0.17 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> logsurfer 1.8 Collecting legal info >>> mdnsd 0.12 Collecting legal info LICENSE: OK (sha256: 2969546227b58ce1b431cc4c36c9a9b45d604e6b94fb8b787ea5d3696f3eee3b) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mg 3.7 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-microchip-hss-payload-generator 2023.09 Collecting legal info tools/hss-payload-generator/LICENSE.md: OK (sha256: 0b67b1d44bcad078580fc5d8e9580a48a9466b769db58aeb1631d4c5ef97e08a) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> obsidian-cursors 1.0 Collecting legal info >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-lxml 4.9.3 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> host-rauc 1.11 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> rtl8723bu 49cb04d796d44debe965c1597f397f34ae277dbc Collecting legal info >>> rtl_433 23.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> sdl2 2.28.5 Collecting legal info LICENSE.txt: OK (sha256: 9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927) >>> sdl2_gfx 1.0.4 Collecting legal info COPYING: OK (sha256: ec9036525fe1adde787041cce6c4b7fbb262863c238bb9051037e29a57e27bfc) SDL2_framerate.h: OK (sha256: 18e6fad60b809b0e30bd2576a0d33c179ca2ac694504a849d05b6579e3c481dd) >>> smcroute 2.5.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> subversion 1.14.3 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-swugenerator 0.2 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-python-libconf 2.0.1 Collecting legal info LICENSE: OK (sha256: 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> wavpack 5.6.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: rtl8723bu-49cb04d796d44debe965c1597f397f34ae277dbc: cannot save license (RTL8723BU_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'