- enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 9ecbf183-aada-4703-9113-04e2e0364a02 Node size: 16384 Sector size: 4096 Filesystem size: 133.00MiB Block group profiles: Data: single 48.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 133.00MiB /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.tar mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/buildroot/autobuild/instance-1/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-1/output-1/images/rootfs.tar > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.tar.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1476 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1476 0% [ ] 2/1476 0% [ ] 3/1476 0% [ ] 4/1476 0% [ ] 5/1476 0% [ ] 6/1476 0% [ ] 7/1476 0% [ ] 8/1476 0% [ ] 9/1476 0% [ ] 10/1476 0% [ ] 11/1476 0% [ ] 12/1476 0% [ ] 13/1476 0% [ ] 14/1476 0% [ ] 15/1476 1% [ ] 16/1476 1% [ ] 17/1476 1% [ ] 18/1476 1% [ ] 19/1476 1% [ ] 20/1476 1% [ ] 21/1476 1% [ ] 22/1476 1% [ ] 23/1476 1% [= ] 24/1476 1% [= ] 25/1476 1% [= ] 26/1476 1% [= ] 27/1476 1% [= ] 28/1476 1% [= ] 29/1476 1% [= ] 30/1476 2% [= ] 31/1476 2% [= ] 32/1476 2% [= ] 33/1476 2% [= ] 34/1476 2% [= ] 35/1476 2% [= ] 36/1476 2% [= ] 37/1476 2% [= ] 38/1476 2% [= ] 39/1476 2% [= ] 40/1476 2% [= ] 41/1476 2% [= ] 42/1476 2% [= ] 43/1476 2% [= ] 44/1476 2% [= ] 45/1476 3% [= ] 46/1476 3% [= ] 47/1476 3% [== ] 48/1476 3% [== ] 49/1476 3% [== ] 50/1476 3% [== ] 51/1476 3% [== ] 52/1476 3% [== ] 53/1476 3% [== ] 54/1476 3% [== ] 55/1476 3% [== ] 56/1476 3% [== ] 57/1476 3% [== ] 58/1476 3% [== ] 59/1476 3% [== ] 60/1476 4% [== ] 61/1476 4% [== ] 62/1476 4% [== ] 63/1476 4% [== ] 64/1476 4% [== ] 65/1476 4% [== ] 66/1476 4% [== ] 67/1476 4% [== ] 68/1476 4% [== ] 69/1476 4% [== ] 70/1476 4% [== ] 71/1476 4% [=== ] 72/1476 4% [=== ] 73/1476 4% [=== ] 74/1476 5% [=== ] 75/1476 5% [=== ] 76/1476 5% [=== ] 77/1476 5% [=== ] 78/1476 5% [=== ] 79/1476 5% [=== ] 80/1476 5% [=== ] 81/1476 5% [=== ] 82/1476 5% [=== ] 83/1476 5% [=== ] 84/1476 5% [=== ] 85/1476 5% [=== ] 86/1476 5% [=== ] 87/1476 5% [=== ] 88/1476 5% [=== ] 89/1476 6% [=== ] 90/1476 6% [=== ] 91/1476 6% [=== ] 92/1476 6% [=== ] 93/1476 6% [=== ] 94/1476 6% [=== ] 95/1476 6% [==== ] 96/1476 6% [==== ] 97/1476 6% [==== ] 98/1476 6% [==== ] 99/1476 6% [==== ] 100/1476 6% [==== ] 101/1476 6% [==== ] 102/1476 6% [==== ] 103/1476 6% [==== ] 104/1476 7% [==== ] 105/1476 7% [==== ] 106/1476 7% [==== ] 107/1476 7% [==== ] 108/1476 7% [==== ] 109/1476 7% [==== ] 110/1476 7% [==== ] 111/1476 7% [==== ] 112/1476 7% [==== ] 113/1476 7% [==== ] 114/1476 7% [==== ] 115/1476 7% [==== ] 116/1476 7% [==== ] 117/1476 7% [==== ] 118/1476 7% [==== ] 119/1476 8% [===== ] 120/1476 8% [===== ] 121/1476 8% [===== ] 122/1476 8% [===== ] 123/1476 8% [===== ] 124/1476 8% [===== ] 125/1476 8% [===== ] 126/1476 8% [===== ] 127/1476 8% [===== ] 128/1476 8% [===== ] 129/1476 8% [===== ] 130/1476 8% [===== ] 131/1476 8% [===== ] 132/1476 8% [===== ] 133/1476 9% [===== ] 134/1476 9% [===== ] 135/1476 9% [===== ] 136/1476 9% [===== ] 137/1476 9% [===== ] 138/1476 9% [===== ] 139/1476 9% [===== ] 140/1476 9% [===== ] 141/1476 9% [===== ] 142/1476 9% [====== ] 143/1476 9% [====== ] 144/1476 9% [====== ] 145/1476 9% [====== ] 146/1476 9% [====== ] 147/1476 9% [====== ] 148/1476 10% [====== ] 149/1476 10% [====== ] 150/1476 10% [====== ] 151/1476 10% [====== ] 152/1476 10% [====== ] 153/1476 10% [====== ] 154/1476 10% [====== ] 155/1476 10% [====== ] 156/1476 10% [====== ] 157/1476 10% [====== ] 158/1476 10% [====== ] 159/1476 10% [====== ] 160/1476 10% [====== ] 161/1476 10% [====== ] 162/1476 10% [====== ] 163/1476 11% [====== ] 164/1476 11% [====== ] 165/1476 11% [====== ] 166/1476 11% [======= ] 167/1476 11% [======= ] 168/1476 11% [======= ] 169/1476 11% [======= ] 170/1476 11% [======= ] 171/1476 11% [======= ] 172/1476 11% [======= ] 173/1476 11% [======= ] 174/1476 11% [======= ] 175/1476 11% [======= ] 176/1476 11% [======= ] 177/1476 11% [======= ] 178/1476 12% [======= ] 179/1476 12% [======= ] 180/1476 12% [======= ] 181/1476 12% [======= ] 182/1476 12% [======= ] 183/1476 12% [======= ] 184/1476 12% [======= ] 185/1476 12% [======= ] 186/1476 12% [======= ] 187/1476 12% [======= ] 188/1476 12% [======= ] 189/1476 12% [======= ] 190/1476 12% [======== ] 191/1476 12% [======== ] 192/1476 13% [======== ] 193/1476 13% [======== ] 194/1476 13% [======== ] 195/1476 13% [======== ] 196/1476 13% [======== ] 197/1476 13% [======== ] 198/1476 13% [======== ] 199/1476 13% [======== ] 200/1476 13% [======== ] 201/1476 13% [======== ] 202/1476 13% [======== ] 203/1476 13% [======== ] 204/1476 13% [======== ] 205/1476 13% [======== ] 206/1476 13% [======== ] 207/1476 14% [======== ] 208/1476 14% [======== ] 209/1476 14% [======== ] 210/1476 14% [======== ] 211/1476 14% [======== ] 212/1476 14% [======== ] 213/1476 14% [======== ] 214/1476 14% [========= ] 215/1476 14% [========= ] 216/1476 14% [========= ] 217/1476 14% [========= ] 218/1476 14% [========= ] 219/1476 14% [========= ] 220/1476 14% [========= ] 221/1476 14% [========= ] 222/1476 15% [========= ] 223/1476 15% [========= ] 224/1476 15% [========= ] 225/1476 15% [========= ] 226/1476 15% [========= ] 227/1476 15% [========= ] 228/1476 15% [========= ] 229/1476 15% [========= ] 230/1476 15% [========= ] 231/1476 15% [========= ] 232/1476 15% [========= ] 233/1476 15% [========= ] 234/1476 15% [========= ] 235/1476 15% [========= ] 236/1476 15% [========= ] 237/1476 16% [========= ] 238/1476 16% [========== ] 239/1476 16% [========== ] 240/1476 16% [========== ] 241/1476 16% [========== ] 242/1476 16% [========== ] 243/1476 16% [========== ] 244/1476 16% [========== ] 245/1476 16% [========== ] 246/1476 16% [========== ] 247/1476 16% [========== ] 248/1476 16% [========== ] 249/1476 16% [========== ] 250/1476 16% [========== ] 251/1476 17% [========== ] 252/1476 17% [========== ] 253/1476 17% [========== ] 254/1476 17% [========== ] 255/1476 17% [========== ] 256/1476 17% [========== ] 257/1476 17% [========== ] 258/1476 17% [========== ] 259/1476 17% [========== ] 260/1476 17% [========== ] 261/1476 17% [=========== ] 262/1476 17% [=========== ] 263/1476 17% [=========== ] 264/1476 17% [=========== ] 265/1476 17% [=========== ] 266/1476 18% [=========== ] 267/1476 18% [=========== ] 268/1476 18% [=========== ] 269/1476 18% [=========== ] 270/1476 18% [=========== ] 271/1476 18% [=========== ] 272/1476 18% [=========== ] 273/1476 18% [=========== ] 274/1476 18% [=========== ] 275/1476 18% [=========== ] 276/1476 18% [=========== ] 277/1476 18% [=========== ] 278/1476 18% [=========== ] 279/1476 18% [=========== ] 280/1476 18% [=========== ] 281/1476 19% [=========== ] 282/1476 19% [=========== ] 283/1476 19% [=========== ] 284/1476 19% [=========== ] 285/1476 19% [============ ] 286/1476 19% [============ ] 287/1476 19% [============ ] 288/1476 19% [============ ] 289/1476 19% [============ ] 290/1476 19% [============ ] 291/1476 19% [============ ] 292/1476 19% [============ ] 293/1476 19% [============ ] 294/1476 19% [============ ] 295/1476 19% [============ ] 296/1476 20% [============ ] 297/1476 20% [============ ] 298/1476 20% [============ ] 299/1476 20% [============ ] 300/1476 20% [============ ] 301/1476 20% [============ ] 302/1476 20% [============ ] 303/1476 20% [============ ] 304/1476 20% [============ ] 305/1476 20% [============ ] 306/1476 20% [============ ] 307/1476 20% [============ ] 308/1476 20% [============ ] 309/1476 20% [============= ] 310/1476 21% [============= ] 311/1476 21% [============= ] 312/1476 21% [============= ] 313/1476 21% [============= ] 314/1476 21% [============= ] 315/1476 21% [============= ] 316/1476 21% [============= ] 317/1476 21% [============= ] 318/1476 21% [============= ] 319/1476 21% [============= ] 320/1476 21% [============= ] 321/1476 21% [============= ] 322/1476 21% [============= ] 323/1476 21% [============= ] 324/1476 21% [============= ] 325/1476 22% [============= ] 326/1476 22% [============= ] 327/1476 22% [============= ] 328/1476 22% [============= ] 329/1476 22% [============= ] 330/1476 22% [============= ] 331/1476 22% [============= ] 332/1476 22% [============= ] 333/1476 22% [============== ] 334/1476 22% [============== ] 335/1476 22% [============== ] 336/1476 22% [============== ] 337/1476 22% [============== ] 338/1476 22% [============== ] 339/1476 22% [============== ] 340/1476 23% [============== ] 341/1476 23% [============== ] 342/1476 23% [============== ] 343/1476 23% [============== ] 344/1476 23% [============== ] 345/1476 23% [============== ] 346/1476 23% [============== ] 347/1476 23% [============== ] 348/1476 23% [============== ] 349/1476 23% [============== ] 350/1476 23% [============== ] 351/1476 23% [============== ] 352/1476 23% [============== ] 353/1476 23% [============== ] 354/1476 23% [============== ] 355/1476 24% [============== ] 356/1476 24% [============== ] 357/1476 24% [=============== ] 358/1476 24% [=============== ] 359/1476 24% [=============== ] 360/1476 24% [=============== ] 361/1476 24% [=============== ] 362/1476 24% [=============== ] 363/1476 24% [=============== ] 364/1476 24% [=============== ] 365/1476 24% [=============== ] 366/1476 24% [=============== ] 367/1476 24% [=============== ] 368/1476 24% [=============== ] 369/1476 25% [=============== ] 370/1476 25% [=============== ] 371/1476 25% [=============== ] 372/1476 25% [=============== ] 373/1476 25% [=============== ] 374/1476 25% [=============== ] 375/1476 25% [=============== ] 376/1476 25% [=============== ] 377/1476 25% [=============== ] 378/1476 25% [=============== ] 379/1476 25% [=============== ] 380/1476 25% [================ ] 381/1476 25% [================ ] 382/1476 25% [================ ] 383/1476 25% [================ ] 384/1476 26% [================ ] 385/1476 26% [================ ] 386/1476 26% [================ ] 387/1476 26% [================ ] 388/1476 26% [================ ] 389/1476 26% [================ ] 390/1476 26% [================ ] 391/1476 26% [================ ] 392/1476 26% [================ ] 393/1476 26% [================ ] 394/1476 26% [================ ] 395/1476 26% [================ ] 396/1476 26% [================ ] 397/1476 26% [================ ] 398/1476 26% [================ ] 399/1476 27% [================ ] 400/1476 27% [================ ] 401/1476 27% [================ ] 402/1476 27% [================ ] 403/1476 27% [================ ] 404/1476 27% [================= ] 405/1476 27% [================= ] 406/1476 27% [================= ] 407/1476 27% [================= ] 408/1476 27% [================= ] 409/1476 27% [================= ] 410/1476 27% [================= ] 411/1476 27% [================= ] 412/1476 27% [================= ] 413/1476 27% [================= ] 414/1476 28% [================= ] 415/1476 28% [================= ] 416/1476 28% [================= ] 417/1476 28% [================= ] 418/1476 28% [================= ] 419/1476 28% [================= ] 420/1476 28% [================= ] 421/1476 28% [================= ] 422/1476 28% [================= ] 423/1476 28% [================= ] 424/1476 28% [================= ] 425/1476 28% [================= ] 426/1476 28% [================= ] 427/1476 28% [================= ] 428/1476 28% [================== ] 429/1476 29% [================== ] 430/1476 29% [================== ] 431/1476 29% [================== ] 432/1476 29% [================== ] 433/1476 29% [================== ] 434/1476 29% [================== ] 435/1476 29% [================== ] 436/1476 29% [================== ] 437/1476 29% [================== ] 438/1476 29% [================== ] 439/1476 29% [================== ] 440/1476 29% [================== ] 441/1476 29% [================== ] 442/1476 29% [================== ] 443/1476 30% [================== ] 444/1476 30% [================== ] 445/1476 30% [================== ] 446/1476 30% [================== ] 447/1476 30% [================== ] 448/1476 30% [================== ] 449/1476 30% [================== ] 450/1476 30% [================== ] 451/1476 30% [================== ] 452/1476 30% [=================== ] 453/1476 30% [=================== ] 454/1476 30% [=================== ] 455/1476 30% [=================== ] 456/1476 30% [=================== ] 457/1476 30% [=================== ] 458/1476 31% [=================== ] 459/1476 31% [=================== ] 460/1476 31% [=================== ] 461/1476 31% [=================== ] 462/1476 31% [=================== ] 463/1476 31% [=================== ] 464/1476 31% [=================== ] 465/1476 31% [=================== ] 466/1476 31% [=================== ] 467/1476 31% [=================== ] 468/1476 31% [=================== ] 469/1476 31% [=================== ] 470/1476 31% [=================== ] 471/1476 31% [=================== ] 472/1476 31% [=================== ] 473/1476 32% [=================== ] 474/1476 32% [=================== ] 475/1476 32% [=================== ] 476/1476 32% [==================== ] 477/1476 32% [==================== ] 478/1476 32% [==================== ] 479/1476 32% [==================== ] 480/1476 32% [==================== ] 481/1476 32% [==================== ] 482/1476 32% [==================== ] 483/1476 32% [==================== ] 484/1476 32% [==================== ] 485/1476 32% [==================== ] 486/1476 32% [==================== ] 487/1476 32% [==================== ] 488/1476 33% [==================== ] 489/1476 33% [==================== ] 490/1476 33% [==================== ] 491/1476 33% [==================== ] 492/1476 33% [==================== ] 493/1476 33% [==================== ] 494/1476 33% [==================== ] 495/1476 33% [==================== ] 496/1476 33% [==================== ] 497/1476 33% [==================== ] 498/1476 33% [==================== ] 499/1476 33% [===================== ] 500/1476 33% [===================== ] 501/1476 33% [===================== ] 502/1476 34% [===================== ] 503/1476 34% [===================== ] 504/1476 34% [===================== ] 505/1476 34% [===================== ] 506/1476 34% [===================== ] 507/1476 34% [===================== ] 508/1476 34% [===================== ] 509/1476 34% [===================== ] 510/1476 34% [===================== ] 511/1476 34% [===================== ] 512/1476 34% [===================== ] 513/1476 34% [===================== ] 514/1476 34% [===================== ] 515/1476 34% [===================== ] 516/1476 34% [===================== ] 517/1476 35% [===================== ] 518/1476 35% [===================== ] 519/1476 35% [===================== ] 520/1476 35% [===================== ] 521/1476 35% [===================== ] 522/1476 35% [===================== ] 523/1476 35% [====================== ] 524/1476 35% [====================== ] 525/1476 35% [====================== ] 526/1476 35% [====================== ] 527/1476 35% [====================== ] 528/1476 35% [====================== ] 529/1476 35% [====================== ] 530/1476 35% [====================== ] 531/1476 35% [====================== ] 532/1476 36% [====================== ] 533/1476 36% [====================== ] 534/1476 36% [====================== ] 535/1476 36% [====================== ] 536/1476 36% [====================== ] 537/1476 36% [====================== ] 538/1476 36% [====================== ] 539/1476 36% [====================== ] 540/1476 36% [====================== ] 541/1476 36% [====================== ] 542/1476 36% [====================== ] 543/1476 36% [====================== ] 544/1476 36% [====================== ] 545/1476 36% [====================== ] 546/1476 36% [====================== ] 547/1476 37% [======================= ] 548/1476 37% [======================= ] 549/1476 37% [======================= ] 550/1476 37% [======================= ] 551/1476 37% [======================= ] 552/1476 37% [======================= ] 553/1476 37% [======================= ] 554/1476 37% [======================= ] 555/1476 37% [======================= ] 556/1476 37% [======================= ] 557/1476 37% [======================= ] 558/1476 37% [======================= ] 559/1476 37% [======================= ] 560/1476 37% [======================= ] 561/1476 38% [======================= ] 562/1476 38% [======================= ] 563/1476 38% [======================= ] 564/1476 38% [======================= ] 565/1476 38% [======================= ] 566/1476 38% [======================= ] 567/1476 38% [======================= ] 568/1476 38% [======================= ] 569/1476 38% [======================= ] 570/1476 38% [======================= ] 571/1476 38% [======================== ] 572/1476 38% [======================== ] 573/1476 38% [======================== ] 574/1476 38% [======================== ] 575/1476 38% [======================== ] 576/1476 39% [======================== ] 577/1476 39% [======================== ] 578/1476 39% [======================== ] 579/1476 39% [======================== ] 580/1476 39% [======================== ] 581/1476 39% [======================== ] 582/1476 39% [======================== ] 583/1476 39% [======================== ] 584/1476 39% [======================== ] 585/1476 39% [======================== ] 586/1476 39% [======================== ] 587/1476 39% [======================== ] 588/1476 39% [======================== ] 589/1476 39% [======================== ] 590/1476 39% [======================== ] 591/1476 40% [======================== ] 592/1476 40% [======================== ] 593/1476 40% [======================== ] 594/1476 40% [======================== ] 595/1476 40% [========================= ] 596/1476 40% [========================= ] 597/1476 40% [========================= ] 598/1476 40% [========================= ] 599/1476 40% [========================= ] 600/1476 40% [========================= ] 601/1476 40% [========================= ] 602/1476 40% [========================= ] 603/1476 40% [========================= ] 604/1476 40% [========================= ] 605/1476 40% [========================= ] 606/1476 41% [========================= ] 607/1476 41% [========================= ] 608/1476 41% [========================= ] 609/1476 41% [========================= ] 610/1476 41% [========================= ] 611/1476 41% [========================= ] 612/1476 41% [========================= ] 613/1476 41% [========================= ] 614/1476 41% [========================= ] 615/1476 41% [========================= ] 616/1476 41% [========================= ] 617/1476 41% [========================= ] 618/1476 41% [========================== ] 619/1476 41% [========================== ] 620/1476 42% [========================== ] 621/1476 42% [========================== ] 622/1476 42% [========================== ] 623/1476 42% [========================== ] 624/1476 42% [========================== ] 625/1476 42% [========================== ] 626/1476 42% [========================== ] 627/1476 42% [========================== ] 628/1476 42% [========================== ] 629/1476 42% [========================== ] 630/1476 42% [========================== ] 631/1476 42% [========================== ] 632/1476 42% [========================== ] 633/1476 42% [========================== ] 634/1476 42% [========================== ] 635/1476 43% [========================== ] 636/1476 43% [========================== ] 637/1476 43% [========================== ] 638/1476 43% [========================== ] 639/1476 43% [========================== ] 640/1476 43% [========================== ] 641/1476 43% [========================== ] 642/1476 43% [=========================== ] 643/1476 43% [=========================== ] 644/1476 43% [=========================== ] 645/1476 43% [=========================== ] 646/1476 43% [=========================== ] 647/1476 43% [=========================== ] 648/1476 43% [=========================== ] 649/1476 43% [=========================== ] 650/1476 44% [=========================== ] 651/1476 44% [=========================== ] 652/1476 44% [=========================== ] 653/1476 44% [=========================== ] 654/1476 44% [=========================== ] 655/1476 44% [=========================== ] 656/1476 44% [=========================== ] 657/1476 44% [=========================== ] 658/1476 44% [=========================== ] 659/1476 44% [=========================== ] 660/1476 44% [=========================== ] 661/1476 44% [=========================== ] 662/1476 44% [=========================== ] 663/1476 44% [=========================== ] 664/1476 44% [=========================== ] 665/1476 45% [=========================== ] 666/1476 45% [============================ ] 667/1476 45% [============================ ] 668/1476 45% [============================ ] 669/1476 45% [============================ ] 670/1476 45% [============================ ] 671/1476 45% [============================ ] 672/1476 45% [============================ ] 673/1476 45% [============================ ] 674/1476 45% [============================ ] 675/1476 45% [============================ ] 676/1476 45% [============================ ] 677/1476 45% [============================ ] 678/1476 45% [============================ ] 679/1476 46% [============================ ] 680/1476 46% [============================ ] 681/1476 46% [============================ ] 682/1476 46% [============================ ] 683/1476 46% [============================ ] 684/1476 46% [============================ ] 685/1476 46% [============================ ] 686/1476 46% [============================ ] 687/1476 46% [============================ ] 688/1476 46% [============================ ] 689/1476 46% [============================ ] 690/1476 46% [============================= ] 691/1476 46% [============================= ] 692/1476 46% [============================= ] 693/1476 46% [============================= ] 694/1476 47% [============================= ] 695/1476 47% [============================= ] 696/1476 47% [============================= ] 697/1476 47% [============================= ] 698/1476 47% [============================= ] 699/1476 47% [============================= ] 700/1476 47% [============================= ] 701/1476 47% [============================= ] 702/1476 47% [============================= ] 703/1476 47% [============================= ] 704/1476 47% [============================= ] 705/1476 47% [============================= ] 706/1476 47% [============================= ] 707/1476 47% [============================= ] 708/1476 47% [============================= ] 709/1476 48% [============================= ] 710/1476 48% [============================= ] 711/1476 48% [============================= ] 712/1476 48% [============================= ] 713/1476 48% [============================= ] 714/1476 48% [============================== ] 715/1476 48% [============================== ] 716/1476 48% [============================== ] 717/1476 48% [============================== ] 718/1476 48% [============================== ] 719/1476 48% [============================== ] 720/1476 48% [============================== ] 721/1476 48% [============================== ] 722/1476 48% [============================== ] 723/1476 48% [============================== ] 724/1476 49% [============================== ] 725/1476 49% [============================== ] 726/1476 49% [============================== ] 727/1476 49% [============================== ] 728/1476 49% [============================== ] 729/1476 49% [============================== ] 730/1476 49% [============================== ] 731/1476 49% [============================== ] 732/1476 49% [============================== ] 733/1476 49% [============================== ] 734/1476 49% [============================== ] 735/1476 49% [============================== ] 736/1476 49% [============================== ] 737/1476 49% [=============================== ] 738/1476 50% [=============================== ] 739/1476 50% [=============================== ] 740/1476 50% [=============================== ] 741/1476 50% [=============================== ] 742/1476 50% [=============================== ] 743/1476 50% [=============================== ] 744/1476 50% [=============================== ] 745/1476 50% [=============================== ] 746/1476 50% [=============================== ] 747/1476 50% [=============================== ] 748/1476 50% [=============================== ] 749/1476 50% [=============================== ] 750/1476 50% [=============================== ] 751/1476 50% [=============================== ] 752/1476 50% [=============================== ] 753/1476 51% [=============================== ] 754/1476 51% [=============================== ] 755/1476 51% [=============================== ] 756/1476 51% [=============================== ] 757/1476 51% [=============================== ] 758/1476 51% [=============================== ] 759/1476 51% [=============================== ] 760/1476 51% [=============================== ] 761/1476 51% [================================ ] 762/1476 51% [================================ ] 763/1476 51% [================================ ] 764/1476 51% [================================ ] 765/1476 51% [================================ ] 766/1476 51% [================================ ] 767/1476 51% [================================ ] 768/1476 52% [================================ ] 769/1476 52% [================================ ] 770/1476 52% [================================ ] 771/1476 52% [================================ ] 772/1476 52% [================================ ] 773/1476 52% [================================ ] 774/1476 52% [================================ ] 775/1476 52% [================================ ] 776/1476 52% [================================ ] 777/1476 52% [================================ ] 778/1476 52% [================================ ] 779/1476 52% [================================ ] 780/1476 52% [================================ ] 781/1476 52% [================================ ] 782/1476 52% [================================ ] 783/1476 53% [================================ ] 784/1476 53% [================================ ] 785/1476 53% [================================= ] 786/1476 53% [================================= ] 787/1476 53% [================================= ] 788/1476 53% [================================= ] 789/1476 53% [================================= ] 790/1476 53% [================================= ] 791/1476 53% [================================= ] 792/1476 53% [================================= ] 793/1476 53% [================================= ] 794/1476 53% [================================= ] 795/1476 53% [================================= ] 796/1476 53% [================================= ] 797/1476 53% [================================= ] 798/1476 54% [================================= ] 799/1476 54% [================================= ] 800/1476 54% [================================= ] 801/1476 54% [================================= ] 802/1476 54% [================================= ] 803/1476 54% [================================= ] 804/1476 54% [================================= ] 805/1476 54% [================================= ] 806/1476 54% [================================= ] 807/1476 54% [================================= ] 808/1476 54% [================================= ] 809/1476 54% [================================== ] 810/1476 54% [================================== ] 811/1476 54% [================================== ] 812/1476 55% [================================== ] 813/1476 55% [================================== ] 814/1476 55% [================================== ] 815/1476 55% [================================== ] 816/1476 55% [================================== ] 817/1476 55% [================================== ] 818/1476 55% [================================== ] 819/1476 55% [================================== ] 820/1476 55% [================================== ] 821/1476 55% [================================== ] 822/1476 55% [================================== ] 823/1476 55% [================================== ] 824/1476 55% [================================== ] 825/1476 55% [================================== ] 826/1476 55% [================================== ] 827/1476 56% [================================== ] 828/1476 56% [================================== ] 829/1476 56% [================================== ] 830/1476 56% [================================== ] 831/1476 56% [================================== ] 832/1476 56% [================================== ] 833/1476 56% [=================================== ] 834/1476 56% [=================================== ] 835/1476 56% [=================================== ] 836/1476 56% [=================================== ] 837/1476 56% [=================================== ] 838/1476 56% [=================================== ] 839/1476 56% [=================================== ] 840/1476 56% [=================================== ] 841/1476 56% [=================================== ] 842/1476 57% [=================================== ] 843/1476 57% [=================================== ] 844/1476 57% [=================================== ] 845/1476 57% [=================================== ] 846/1476 57% [=================================== ] 847/1476 57% [=================================== ] 848/1476 57% [=================================== ] 849/1476 57% [=================================== ] 850/1476 57% [=================================== ] 851/1476 57% [=================================== ] 852/1476 57% [=================================== ] 853/1476 57% [=================================== ] 854/1476 57% [=================================== ] 855/1476 57% [=================================== ] 856/1476 57% [=================================== ] 857/1476 58% [==================================== ] 858/1476 58% [==================================== ] 859/1476 58% [==================================== ] 860/1476 58% [==================================== ] 861/1476 58% [==================================== ] 862/1476 58% [==================================== ] 863/1476 58% [==================================== ] 864/1476 58% [==================================== ] 865/1476 58% [==================================== ] 866/1476 58% [==================================== ] 867/1476 58% [==================================== ] 868/1476 58% [==================================== ] 869/1476 58% [==================================== ] 870/1476 58% [==================================== ] 871/1476 59% [==================================== ] 872/1476 59% [==================================== ] 873/1476 59% [==================================== ] 874/1476 59% [==================================== ] 875/1476 59% [==================================== ] 876/1476 59% [==================================== ] 877/1476 59% [==================================== ] 878/1476 59% [==================================== ] 879/1476 59% [==================================== ] 880/1476 59% [===================================== ] 881/1476 59% [===================================== ] 882/1476 59% [===================================== ] 883/1476 59% [===================================== ] 884/1476 59% [===================================== ] 885/1476 59% [===================================== ] 886/1476 60% [===================================== ] 887/1476 60% [===================================== ] 888/1476 60% [===================================== ] 889/1476 60% [===================================== ] 890/1476 60% [===================================== ] 891/1476 60% [===================================== ] 892/1476 60% [===================================== ] 893/1476 60% [===================================== ] 894/1476 60% [===================================== ] 895/1476 60% [===================================== ] 896/1476 60% [===================================== ] 897/1476 60% [===================================== ] 898/1476 60% [===================================== ] 899/1476 60% [===================================== ] 900/1476 60% [===================================== ] 901/1476 61% [===================================== ] 902/1476 61% [===================================== ] 903/1476 61% [===================================== ] 904/1476 61% [====================================== ] 905/1476 61% [====================================== ] 906/1476 61% [====================================== ] 907/1476 61% [====================================== ] 908/1476 61% [====================================== ] 909/1476 61% [====================================== ] 910/1476 61% [====================================== ] 911/1476 61% [====================================== ] 912/1476 61% [====================================== ] 913/1476 61% [====================================== ] 914/1476 61% [====================================== ] 915/1476 61% [====================================== ] 916/1476 62% [====================================== ] 917/1476 62% [====================================== ] 918/1476 62% [====================================== ] 919/1476 62% [====================================== ] 920/1476 62% [====================================== ] 921/1476 62% [====================================== ] 922/1476 62% [====================================== ] 923/1476 62% [====================================== ] 924/1476 62% [====================================== ] 925/1476 62% [====================================== ] 926/1476 62% [====================================== ] 927/1476 62% [====================================== ] 928/1476 62% [======================================= ] 929/1476 62% [======================================= ] 930/1476 63% [======================================= ] 931/1476 63% [======================================= ] 932/1476 63% [======================================= ] 933/1476 63% [======================================= ] 934/1476 63% [======================================= ] 935/1476 63% [======================================= ] 936/1476 63% [======================================= ] 937/1476 63% [======================================= ] 938/1476 63% [======================================= ] 939/1476 63% [======================================= ] 940/1476 63% [======================================= ] 941/1476 63% [======================================= ] 942/1476 63% [======================================= ] 943/1476 63% [======================================= ] 944/1476 63% [======================================= ] 945/1476 64% [======================================= ] 946/1476 64% [======================================= ] 947/1476 64% [======================================= ] 948/1476 64% [======================================= ] 949/1476 64% [======================================= ] 950/1476 64% [======================================= ] 951/1476 64% [======================================= ] 952/1476 64% [======================================== ] 953/1476 64% [======================================== ] 954/1476 64% [======================================== ] 955/1476 64% [======================================== ] 956/1476 64% [======================================== ] 957/1476 64% [======================================== ] 958/1476 64% [======================================== ] 959/1476 64% [======================================== ] 960/1476 65% [======================================== ] 961/1476 65% [======================================== ] 962/1476 65% [======================================== ] 963/1476 65% [======================================== ] 964/1476 65% [======================================== ] 965/1476 65% [======================================== ] 966/1476 65% [======================================== ] 967/1476 65% [======================================== ] 968/1476 65% [======================================== ] 969/1476 65% [======================================== ] 970/1476 65% [======================================== ] 971/1476 65% [======================================== ] 972/1476 65% [======================================== ] 973/1476 65% [======================================== ] 974/1476 65% [======================================== ] 975/1476 66% [======================================== ] 976/1476 66% [========================================= ] 977/1476 66% [========================================= ] 978/1476 66% [========================================= ] 979/1476 66% [========================================= ] 980/1476 66% [========================================= ] 981/1476 66% [========================================= ] 982/1476 66% [========================================= ] 983/1476 66% [========================================= ] 984/1476 66% [========================================= ] 985/1476 66% [========================================= ] 986/1476 66% [========================================= ] 987/1476 66% [========================================= ] 988/1476 66% [========================================= ] 989/1476 67% [========================================= ] 990/1476 67% [========================================= ] 991/1476 67% [========================================= ] 992/1476 67% [========================================= ] 993/1476 67% [========================================= ] 994/1476 67% [========================================= ] 995/1476 67% [========================================= ] 996/1476 67% [========================================= ] 997/1476 67% [========================================= ] 998/1476 67% [========================================= ] 999/1476 67% [========================================== ] 1000/1476 67% [========================================== ] 1001/1476 67% [========================================== ] 1002/1476 67% [========================================== ] 1003/1476 67% [========================================== ] 1004/1476 68% [========================================== ] 1005/1476 68% [========================================== ] 1006/1476 68% [========================================== ] 1007/1476 68% [========================================== ] 1008/1476 68% [========================================== ] 1009/1476 68% [========================================== ] 1010/1476 68% [========================================== ] 1011/1476 68% [========================================== ] 1012/1476 68% [========================================== ] 1013/1476 68% [========================================== ] 1014/1476 68% [========================================== ] 1015/1476 68% [========================================== ] 1016/1476 68% [========================================== ] 1017/1476 68% [========================================== ] 1018/1476 68% [========================================== ] 1019/1476 69% [========================================== ] 1020/1476 69% [========================================== ] 1021/1476 69% [========================================== ] 1022/1476 69% [========================================== ] 1023/1476 69% [=========================================== ] 1024/1476 69% [=========================================== ] 1025/1476 69% [=========================================== ] 1026/1476 69% [=========================================== ] 1027/1476 69% [=========================================== ] 1028/1476 69% [=========================================== ] 1029/1476 69% [=========================================== ] 1030/1476 69% [=========================================== ] 1031/1476 69% [=========================================== ] 1032/1476 69% [=========================================== ] 1033/1476 69% [=========================================== ] 1034/1476 70% [=========================================== ] 1035/1476 70% [=========================================== ] 1036/1476 70% [=========================================== ] 1037/1476 70% [=========================================== ] 1038/1476 70% [=========================================== ] 1039/1476 70% [=========================================== ] 1040/1476 70% [=========================================== ] 1041/1476 70% [=========================================== ] 1042/1476 70% [=========================================== ] 1043/1476 70% [=========================================== ] 1044/1476 70% [=========================================== ] 1045/1476 70% [=========================================== ] 1046/1476 70% [=========================================== ] 1047/1476 70% [============================================ ] 1048/1476 71% [============================================ ] 1049/1476 71% [============================================ ] 1050/1476 71% [============================================ ] 1051/1476 71% [============================================ ] 1052/1476 71% [============================================ ] 1053/1476 71% [============================================ ] 1054/1476 71% [============================================ ] 1055/1476 71% [============================================ ] 1056/1476 71% [============================================ ] 1057/1476 71% [============================================ ] 1058/1476 71% [============================================ ] 1059/1476 71% [============================================ ] 1060/1476 71% [============================================ ] 1061/1476 71% [============================================ ] 1062/1476 71% [============================================ ] 1063/1476 72% [============================================ ] 1064/1476 72% [============================================ ] 1065/1476 72% [============================================ ] 1066/1476 72% [============================================ ] 1067/1476 72% [============================================ ] 1068/1476 72% [============================================ ] 1069/1476 72% [============================================ ] 1070/1476 72% [============================================ ] 1071/1476 72% [============================================= ] 1072/1476 72% [============================================= ] 1073/1476 72% [============================================= ] 1074/1476 72% [============================================= ] 1075/1476 72% [============================================= ] 1076/1476 72% [============================================= ] 1077/1476 72% [============================================= ] 1078/1476 73% [============================================= ] 1079/1476 73% [============================================= ] 1080/1476 73% [============================================= ] 1081/1476 73% [============================================= ] 1082/1476 73% [============================================= ] 1083/1476 73% [============================================= ] 1084/1476 73% [============================================= ] 1085/1476 73% [============================================= ] 1086/1476 73% [============================================= ] 1087/1476 73% [============================================= ] 1088/1476 73% [============================================= ] 1089/1476 73% [============================================= ] 1090/1476 73% [============================================= ] 1091/1476 73% [============================================= ] 1092/1476 73% [============================================= ] 1093/1476 74% [============================================= ] 1094/1476 74% [============================================= ] 1095/1476 74% [============================================== ] 1096/1476 74% [============================================== ] 1097/1476 74% [============================================== ] 1098/1476 74% [============================================== ] 1099/1476 74% [============================================== ] 1100/1476 74% [============================================== ] 1101/1476 74% [============================================== ] 1102/1476 74% [============================================== ] 1103/1476 74% [============================================== ] 1104/1476 74% [============================================== ] 1105/1476 74% [============================================== ] 1106/1476 74% [============================================== ] 1107/1476 75% [============================================== ] 1108/1476 75% [============================================== ] 1109/1476 75% [============================================== ] 1110/1476 75% [============================================== ] 1111/1476 75% [============================================== ] 1112/1476 75% [============================================== ] 1113/1476 75% [============================================== ] 1114/1476 75% [============================================== ] 1115/1476 75% [============================================== ] 1116/1476 75% [============================================== ] 1117/1476 75% [============================================== ] 1118/1476 75% [=============================================== ] 1119/1476 75% [=============================================== ] 1120/1476 75% [=============================================== ] 1121/1476 75% [=============================================== ] 1122/1476 76% [=============================================== ] 1123/1476 76% [=============================================== ] 1124/1476 76% [=============================================== ] 1125/1476 76% [=============================================== ] 1126/1476 76% [=============================================== ] 1127/1476 76% [=============================================== ] 1128/1476 76% [=============================================== ] 1129/1476 76% [=============================================== ] 1130/1476 76% [=============================================== ] 1131/1476 76% [=============================================== ] 1132/1476 76% [=============================================== ] 1133/1476 76% [=============================================== ] 1134/1476 76% [=============================================== ] 1135/1476 76% [=============================================== ] 1136/1476 76% [=============================================== ] 1137/1476 77% [=============================================== ] 1138/1476 77% [=============================================== ] 1139/1476 77% [=============================================== ] 1140/1476 77% [=============================================== ] 1141/1476 77% [=============================================== ] 1142/1476 77% [================================================ ] 1143/1476 77% [================================================ ] 1144/1476 77% [================================================ ] 1145/1476 77% [================================================ ] 1146/1476 77% [================================================ ] 1147/1476 77% [================================================ ] 1148/1476 77% [================================================ ] 1149/1476 77% [================================================ ] 1150/1476 77% [================================================ ] 1151/1476 77% [================================================ ] 1152/1476 78% [================================================ ] 1153/1476 78% [================================================ ] 1154/1476 78% [================================================ ] 1155/1476 78% [================================================ ] 1156/1476 78% [================================================ ] 1157/1476 78% [================================================ ] 1158/1476 78% [================================================ ] 1159/1476 78% [================================================ ] 1160/1476 78% [================================================ ] 1161/1476 78% [================================================ ] 1162/1476 78% [================================================ ] 1163/1476 78% [================================================ ] 1164/1476 78% [================================================ ] 1165/1476 78% [================================================ ] 1166/1476 78% [================================================= ] 1167/1476 79% [================================================= ] 1168/1476 79% [================================================= ] 1169/1476 79% [================================================= ] 1170/1476 79% [================================================= ] 1171/1476 79% [================================================= ] 1172/1476 79% [================================================= ] 1173/1476 79% [================================================= ] 1174/1476 79% [================================================= ] 1175/1476 79% [================================================= ] 1176/1476 79% [================================================= ] 1177/1476 79% [================================================= ] 1178/1476 79% [================================================= ] 1179/1476 79% [================================================= ] 1180/1476 79% [================================================= ] 1181/1476 80% [================================================= ] 1182/1476 80% [================================================= ] 1183/1476 80% [================================================= ] 1184/1476 80% [================================================= ] 1185/1476 80% [================================================= ] 1186/1476 80% [================================================= ] 1187/1476 80% [================================================= ] 1188/1476 80% [================================================= ] 1189/1476 80% [================================================= ] 1190/1476 80% [================================================== ] 1191/1476 80% [================================================== ] 1192/1476 80% [================================================== ] 1193/1476 80% [================================================== ] 1194/1476 80% [================================================== ] 1195/1476 80% [================================================== ] 1196/1476 81% [================================================== ] 1197/1476 81% [================================================== ] 1198/1476 81% [================================================== ] 1199/1476 81% [================================================== ] 1200/1476 81% [================================================== ] 1201/1476 81% [================================================== ] 1202/1476 81% [================================================== ] 1203/1476 81% [================================================== ] 1204/1476 81% [================================================== ] 1205/1476 81% [================================================== ] 1206/1476 81% [================================================== ] 1207/1476 81% [================================================== ] 1208/1476 81% [================================================== ] 1209/1476 81% [================================================== ] 1210/1476 81% [================================================== ] 1211/1476 82% [================================================== ] 1212/1476 82% [================================================== ] 1213/1476 82% [================================================== ] 1214/1476 82% [=================================================== ] 1215/1476 82% [=================================================== ] 1216/1476 82% [=================================================== ] 1217/1476 82% [=================================================== ] 1218/1476 82% [=================================================== ] 1219/1476 82% [=================================================== ] 1220/1476 82% [=================================================== ] 1221/1476 82% [=================================================== ] 1222/1476 82% [=================================================== ] 1223/1476 82% [=================================================== ] 1224/1476 82% [=================================================== ] 1225/1476 82% [=================================================== ] 1226/1476 83% [=================================================== ] 1227/1476 83% [=================================================== ] 1228/1476 83% [=================================================== ] 1229/1476 83% [=================================================== ] 1230/1476 83% [=================================================== ] 1231/1476 83% [=================================================== ] 1232/1476 83% [=================================================== ] 1233/1476 83% [=================================================== ] 1234/1476 83% [=================================================== ] 1235/1476 83% [=================================================== ] 1236/1476 83% [=================================================== ] 1237/1476 83% [==================================================== ] 1238/1476 83% [==================================================== ] 1239/1476 83% [==================================================== ] 1240/1476 84% [==================================================== ] 1241/1476 84% [==================================================== ] 1242/1476 84% [==================================================== ] 1243/1476 84% [==================================================== ] 1244/1476 84% [==================================================== ] 1245/1476 84% [==================================================== ] 1246/1476 84% [==================================================== ] 1247/1476 84% [==================================================== ] 1248/1476 84% [==================================================== ] 1249/1476 84% [==================================================== ] 1250/1476 84% [==================================================== ] 1251/1476 84% [==================================================== ] 1252/1476 84% [==================================================== ] 1253/1476 84% [==================================================== ] 1254/1476 84% [==================================================== ] 1255/1476 85% [==================================================== ] 1256/1476 85% [==================================================== ] 1257/1476 85% [==================================================== ] 1258/1476 85% [==================================================== ] 1259/1476 85% [==================================================== ] 1260/1476 85% [==================================================== ] 1261/1476 85% [===================================================== ] 1262/1476 85% [===================================================== ] 1263/1476 85% [===================================================== ] 1264/1476 85% [===================================================== ] 1265/1476 85% [===================================================== ] 1266/1476 85% [===================================================== ] 1267/1476 85% [===================================================== ] 1268/1476 85% [===================================================== ] 1269/1476 85% [===================================================== ] 1270/1476 86% [===================================================== ] 1271/1476 86% [===================================================== ] 1272/1476 86% [===================================================== ] 1273/1476 86% [===================================================== ] 1274/1476 86% [===================================================== ] 1275/1476 86% [===================================================== ] 1276/1476 86% [===================================================== ] 1277/1476 86% [===================================================== ] 1278/1476 86% [===================================================== ] 1279/1476 86% [===================================================== ] 1280/1476 86% [===================================================== ] 1281/1476 86% [===================================================== ] 1282/1476 86% [===================================================== ] 1283/1476 86% [===================================================== ] 1284/1476 86% [===================================================== ] 1285/1476 87% [====================================================== ] 1286/1476 87% [====================================================== ] 1287/1476 87% [====================================================== ] 1288/1476 87% [====================================================== ] 1289/1476 87% [====================================================== ] 1290/1476 87% [====================================================== ] 1291/1476 87% [====================================================== ] 1292/1476 87% [====================================================== ] 1293/1476 87% [====================================================== ] 1294/1476 87% [====================================================== ] 1295/1476 87% [====================================================== ] 1296/1476 87% [====================================================== ] 1297/1476 87% [====================================================== ] 1298/1476 87% [====================================================== ] 1299/1476 88% [====================================================== ] 1300/1476 88% [====================================================== ] 1301/1476 88% [====================================================== ] 1302/1476 88% [====================================================== ] 1303/1476 88% [====================================================== ] 1304/1476 88% [====================================================== ] 1305/1476 88% [====================================================== ] 1306/1476 88% [====================================================== ] 1307/1476 88% [====================================================== ] 1308/1476 88% [====================================================== ] 1309/1476 88% [======================================================= ] 1310/1476 88% [======================================================= ] 1311/1476 88% [======================================================= ] 1312/1476 88% [======================================================= ] 1313/1476 88% [======================================================= ] 1314/1476 89% [======================================================= ] 1315/1476 89% [======================================================= ] 1316/1476 89% [======================================================= ] 1317/1476 89% [======================================================= ] 1318/1476 89% [======================================================= ] 1319/1476 89% [======================================================= ] 1320/1476 89% [======================================================= ] 1321/1476 89% [======================================================= ] 1322/1476 89% [======================================================= ] 1323/1476 89% [======================================================= ] 1324/1476 89% [======================================================= ] 1325/1476 89% [======================================================= ] 1326/1476 89% [======================================================= ] 1327/1476 89% [======================================================= ] 1328/1476 89% [======================================================= ] 1329/1476 90% [======================================================= ] 1330/1476 90% [======================================================= ] 1331/1476 90% [======================================================= ] 1332/1476 90% [======================================================= ] 1333/1476 90% [======================================================== ] 1334/1476 90% [======================================================== ] 1335/1476 90% [======================================================== ] 1336/1476 90% [======================================================== ] 1337/1476 90% [======================================================== ] 1338/1476 90% [======================================================== ] 1339/1476 90% [======================================================== ] 1340/1476 90% [======================================================== ] 1341/1476 90% [======================================================== ] 1342/1476 90% [======================================================== ] 1343/1476 90% [======================================================== ] 1344/1476 91% [======================================================== ] 1345/1476 91% [======================================================== ] 1346/1476 91% [======================================================== ] 1347/1476 91% [======================================================== ] 1348/1476 91% [======================================================== ] 1349/1476 91% [======================================================== ] 1350/1476 91% [======================================================== ] 1351/1476 91% [======================================================== ] 1352/1476 91% [======================================================== ] 1353/1476 91% [======================================================== ] 1354/1476 91% [======================================================== ] 1355/1476 91% [======================================================== ] 1356/1476 91% [========================================================= ] 1357/1476 91% [========================================================= ] 1358/1476 92% [========================================================= ] 1359/1476 92% [========================================================= ] 1360/1476 92% [========================================================= ] 1361/1476 92% [========================================================= ] 1362/1476 92% [========================================================= ] 1363/1476 92% [========================================================= ] 1364/1476 92% [========================================================= ] 1365/1476 92% [========================================================= ] 1366/1476 92% [========================================================= ] 1367/1476 92% [========================================================= ] 1368/1476 92% [========================================================= ] 1369/1476 92% [========================================================= ] 1370/1476 92% [========================================================= ] 1371/1476 92% [========================================================= ] 1372/1476 92% [========================================================= ] 1373/1476 93% [========================================================= ] 1374/1476 93% [========================================================= ] 1375/1476 93% [========================================================= ] 1376/1476 93% [========================================================= ] 1377/1476 93% [========================================================= ] 1378/1476 93% [========================================================= ] 1379/1476 93% [========================================================= ] 1380/1476 93% [========================================================== ] 1381/1476 93% [========================================================== ] 1382/1476 93% [========================================================== ] 1383/1476 93% [========================================================== ] 1384/1476 93% [========================================================== ] 1385/1476 93% [========================================================== ] 1386/1476 93% [========================================================== ] 1387/1476 93% [========================================================== ] 1388/1476 94% [========================================================== ] 1389/1476 94% [========================================================== ] 1390/1476 94% [========================================================== ] 1391/1476 94% [========================================================== ] 1392/1476 94% [========================================================== ] 1393/1476 94% [========================================================== ] 1394/1476 94% [========================================================== ] 1395/1476 94% [========================================================== ] 1396/1476 94% [========================================================== ] 1397/1476 94% [========================================================== ] 1398/1476 94% [========================================================== ] 1399/1476 94% [========================================================== ] 1400/1476 94% [========================================================== ] 1401/1476 94% [========================================================== ] 1402/1476 94% [========================================================== ] 1403/1476 95% [========================================================== ] 1404/1476 95% [=========================================================== ] 1405/1476 95% [=========================================================== ] 1406/1476 95% [=========================================================== ] 1407/1476 95% [=========================================================== ] 1408/1476 95% [=========================================================== ] 1409/1476 95% [=========================================================== ] 1410/1476 95% [=========================================================== ] 1411/1476 95% [=========================================================== ] 1412/1476 95% [=========================================================== ] 1413/1476 95% [=========================================================== ] 1414/1476 95% [=========================================================== ] 1415/1476 95% [=========================================================== ] 1416/1476 95% [=========================================================== ] 1417/1476 96% [=========================================================== ] 1418/1476 96% [=========================================================== ] 1419/1476 96% [=========================================================== ] 1420/1476 96% [=========================================================== ] 1421/1476 96% [=========================================================== ] 1422/1476 96% [=========================================================== ] 1423/1476 96% [=========================================================== ] 1424/1476 96% [=========================================================== ] 1425/1476 96% [=========================================================== ] 1426/1476 96% [=========================================================== ] 1427/1476 96% [=========================================================== ] 1428/1476 96% [============================================================ ] 1429/1476 96% [============================================================ ] 1430/1476 96% [============================================================ ] 1431/1476 96% [============================================================ ] 1432/1476 97% [============================================================ ] 1433/1476 97% [============================================================ ] 1434/1476 97% [============================================================ ] 1435/1476 97% [============================================================ ] 1436/1476 97% [============================================================ ] 1437/1476 97% [============================================================ ] 1438/1476 97% [============================================================ ] 1439/1476 97% [============================================================ ] 1440/1476 97% [============================================================ ] 1441/1476 97% [============================================================ ] 1442/1476 97% [============================================================ ] 1443/1476 97% [============================================================ ] 1444/1476 97% [============================================================ ] 1445/1476 97% [============================================================ ] 1446/1476 97% [============================================================ ] 1447/1476 98% [============================================================ ] 1448/1476 98% [============================================================ ] 1449/1476 98% [============================================================ ] 1450/1476 98% [============================================================ ] 1451/1476 98% [============================================================ ] 1452/1476 98% [============================================================= ] 1453/1476 98% [============================================================= ] 1454/1476 98% [============================================================= ] 1455/1476 98% [============================================================= ] 1456/1476 98% [============================================================= ] 1457/1476 98% [============================================================= ] 1458/1476 98% [============================================================= ] 1459/1476 98% [============================================================= ] 1460/1476 98% [============================================================= ] 1461/1476 98% [============================================================= ] 1462/1476 99% [============================================================= ] 1463/1476 99% [============================================================= ] 1464/1476 99% [============================================================= ] 1465/1476 99% [============================================================= ] 1466/1476 99% [============================================================= ] 1467/1476 99% [============================================================= ] 1468/1476 99% [============================================================= ] 1469/1476 99% [============================================================= ] 1470/1476 99% [============================================================= ] 1471/1476 99% [============================================================= ] 1472/1476 99% [============================================================= ] 1473/1476 99% [============================================================= ] 1474/1476 99% [============================================================= ] 1475/1476 99% [==============================================================] 1476/1476 100% operation complete, 1476 objects in 16076 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2023.11.2 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-gawk 5.2.2 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-bootgen xilinx_v2023.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> 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) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> 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.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-depot-tools 8d14454ba4a35fd9d2483842b08815a2357ec86f Collecting legal info LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d) >>> host-python-httplib2 0.22.0 Collecting legal info LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4) >>> 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-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 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) >>> host-python-pyparsing 3.1.0 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> libxml2 2.11.6 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ed 1.19 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.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) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 8.5.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imx-mkimage lf-6.1.36_2.1.0 Collecting legal info LICENSE: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libatomic_ops 7.8.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_cttimeout 1.0.1 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) >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> mbedtls 2.28.7 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mhz 11aac2399780a1f7ea9f007b14af0464797d5cf1 Collecting legal info LICENSE: OK (sha256: 9449d373cad921620bb8f1e4f7b39f957e263163ded159c1efc8de27f8997099) >>> 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.4 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) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minizip-zlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.11.6 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> host-rust-bin 1.71.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spidev_test 5.8 Collecting legal info >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xkeyboard-config 2.38 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.7 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'