Total image size: 22952127 >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs 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/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/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:/sbin:/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/btrfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/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/btrfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/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:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-1/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 56f6b25a-73c7-4b75-b8db-f0cc7387f315 Node size: 16384 Sector size: 4096 Filesystem size: 133.00MiB Block group profiles: Data: single 40.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.ubifs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs 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/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/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:/sbin:/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/ubifs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/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/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/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:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/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:/sbin:/bin" gzip -9 -c -n /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs.gz >>> 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:/sbin:/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:/sbin:/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 957 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/957 0% [ ] 2/957 0% [ ] 3/957 0% [ ] 4/957 0% [ ] 5/957 0% [ ] 6/957 0% [ ] 7/957 0% [ ] 8/957 0% [ ] 9/957 0% [ ] 10/957 1% [ ] 11/957 1% [ ] 12/957 1% [ ] 13/957 1% [ ] 14/957 1% [= ] 15/957 1% [= ] 16/957 1% [= ] 17/957 1% [= ] 18/957 1% [= ] 19/957 1% [= ] 20/957 2% [= ] 21/957 2% [= ] 22/957 2% [= ] 23/957 2% [= ] 24/957 2% [= ] 25/957 2% [= ] 26/957 2% [= ] 27/957 2% [= ] 28/957 2% [= ] 29/957 3% [== ] 30/957 3% [== ] 31/957 3% [== ] 32/957 3% [== ] 33/957 3% [== ] 34/957 3% [== ] 35/957 3% [== ] 36/957 3% [== ] 37/957 3% [== ] 38/957 3% [== ] 39/957 4% [== ] 40/957 4% [== ] 41/957 4% [== ] 42/957 4% [== ] 43/957 4% [== ] 44/957 4% [=== ] 45/957 4% [=== ] 46/957 4% [=== ] 47/957 4% [=== ] 48/957 5% [=== ] 49/957 5% [=== ] 50/957 5% [=== ] 51/957 5% [=== ] 52/957 5% [=== ] 53/957 5% [=== ] 54/957 5% [=== ] 55/957 5% [=== ] 56/957 5% [=== ] 57/957 5% [=== ] 58/957 6% [=== ] 59/957 6% [==== ] 60/957 6% [==== ] 61/957 6% [==== ] 62/957 6% [==== ] 63/957 6% [==== ] 64/957 6% [==== ] 65/957 6% [==== ] 66/957 6% [==== ] 67/957 7% [==== ] 68/957 7% [==== ] 69/957 7% [==== ] 70/957 7% [==== ] 71/957 7% [==== ] 72/957 7% [==== ] 73/957 7% [==== ] 74/957 7% [===== ] 75/957 7% [===== ] 76/957 7% [===== ] 77/957 8% [===== ] 78/957 8% [===== ] 79/957 8% [===== ] 80/957 8% [===== ] 81/957 8% [===== ] 82/957 8% [===== ] 83/957 8% [===== ] 84/957 8% [===== ] 85/957 8% [===== ] 86/957 8% [===== ] 87/957 9% [===== ] 88/957 9% [===== ] 89/957 9% [====== ] 90/957 9% [====== ] 91/957 9% [====== ] 92/957 9% [====== ] 93/957 9% [====== ] 94/957 9% [====== ] 95/957 9% [====== ] 96/957 10% [====== ] 97/957 10% [====== ] 98/957 10% [====== ] 99/957 10% [====== ] 100/957 10% [====== ] 101/957 10% [====== ] 102/957 10% [====== ] 103/957 10% [====== ] 104/957 10% [======= ] 105/957 10% [======= ] 106/957 11% [======= ] 107/957 11% [======= ] 108/957 11% [======= ] 109/957 11% [======= ] 110/957 11% [======= ] 111/957 11% [======= ] 112/957 11% [======= ] 113/957 11% [======= ] 114/957 11% [======= ] 115/957 12% [======= ] 116/957 12% [======= ] 117/957 12% [======= ] 118/957 12% [======= ] 119/957 12% [======== ] 120/957 12% [======== ] 121/957 12% [======== ] 122/957 12% [======== ] 123/957 12% [======== ] 124/957 12% [======== ] 125/957 13% [======== ] 126/957 13% [======== ] 127/957 13% [======== ] 128/957 13% [======== ] 129/957 13% [======== ] 130/957 13% [======== ] 131/957 13% [======== ] 132/957 13% [======== ] 133/957 13% [======== ] 134/957 14% [========= ] 135/957 14% [========= ] 136/957 14% [========= ] 137/957 14% [========= ] 138/957 14% [========= ] 139/957 14% [========= ] 140/957 14% [========= ] 141/957 14% [========= ] 142/957 14% [========= ] 143/957 14% [========= ] 144/957 15% [========= ] 145/957 15% [========= ] 146/957 15% [========= ] 147/957 15% [========= ] 148/957 15% [========= ] 149/957 15% [========== ] 150/957 15% [========== ] 151/957 15% [========== ] 152/957 15% [========== ] 153/957 15% [========== ] 154/957 16% [========== ] 155/957 16% [========== ] 156/957 16% [========== ] 157/957 16% [========== ] 158/957 16% [========== ] 159/957 16% [========== ] 160/957 16% [========== ] 161/957 16% [========== ] 162/957 16% [========== ] 163/957 17% [========== ] 164/957 17% [=========== ] 165/957 17% [=========== ] 166/957 17% [=========== ] 167/957 17% [=========== ] 168/957 17% [=========== ] 169/957 17% [=========== ] 170/957 17% [=========== ] 171/957 17% [=========== ] 172/957 17% [=========== ] 173/957 18% [=========== ] 174/957 18% [=========== ] 175/957 18% [=========== ] 176/957 18% [=========== ] 177/957 18% [=========== ] 178/957 18% [=========== ] 179/957 18% [============ ] 180/957 18% [============ ] 181/957 18% [============ ] 182/957 19% [============ ] 183/957 19% [============ ] 184/957 19% [============ ] 185/957 19% [============ ] 186/957 19% [============ ] 187/957 19% [============ ] 188/957 19% [============ ] 189/957 19% [============ ] 190/957 19% [============ ] 191/957 19% [============ ] 192/957 20% [============ ] 193/957 20% [============ ] 194/957 20% [============= ] 195/957 20% [============= ] 196/957 20% [============= ] 197/957 20% [============= ] 198/957 20% [============= ] 199/957 20% [============= ] 200/957 20% [============= ] 201/957 21% [============= ] 202/957 21% [============= ] 203/957 21% [============= ] 204/957 21% [============= ] 205/957 21% [============= ] 206/957 21% [============= ] 207/957 21% [============= ] 208/957 21% [============= ] 209/957 21% [============== ] 210/957 21% [============== ] 211/957 22% [============== ] 212/957 22% [============== ] 213/957 22% [============== ] 214/957 22% [============== ] 215/957 22% [============== ] 216/957 22% [============== ] 217/957 22% [============== ] 218/957 22% [============== ] 219/957 22% [============== ] 220/957 22% [============== ] 221/957 23% [============== ] 222/957 23% [============== ] 223/957 23% [============== ] 224/957 23% [=============== ] 225/957 23% [=============== ] 226/957 23% [=============== ] 227/957 23% [=============== ] 228/957 23% [=============== ] 229/957 23% [=============== ] 230/957 24% [=============== ] 231/957 24% [=============== ] 232/957 24% [=============== ] 233/957 24% [=============== ] 234/957 24% [=============== ] 235/957 24% [=============== ] 236/957 24% [=============== ] 237/957 24% [=============== ] 238/957 24% [=============== ] 239/957 24% [================ ] 240/957 25% [================ ] 241/957 25% [================ ] 242/957 25% [================ ] 243/957 25% [================ ] 244/957 25% [================ ] 245/957 25% [================ ] 246/957 25% [================ ] 247/957 25% [================ ] 248/957 25% [================ ] 249/957 26% [================ ] 250/957 26% [================ ] 251/957 26% [================ ] 252/957 26% [================ ] 253/957 26% [================ ] 254/957 26% [================= ] 255/957 26% [================= ] 256/957 26% [================= ] 257/957 26% [================= ] 258/957 26% [================= ] 259/957 27% [================= ] 260/957 27% [================= ] 261/957 27% [================= ] 262/957 27% [================= ] 263/957 27% [================= ] 264/957 27% [================= ] 265/957 27% [================= ] 266/957 27% [================= ] 267/957 27% [================= ] 268/957 28% [================= ] 269/957 28% [================== ] 270/957 28% [================== ] 271/957 28% [================== ] 272/957 28% [================== ] 273/957 28% [================== ] 274/957 28% [================== ] 275/957 28% [================== ] 276/957 28% [================== ] 277/957 28% [================== ] 278/957 29% [================== ] 279/957 29% [================== ] 280/957 29% [================== ] 281/957 29% [================== ] 282/957 29% [================== ] 283/957 29% [================== ] 284/957 29% [=================== ] 285/957 29% [=================== ] 286/957 29% [=================== ] 287/957 29% [=================== ] 288/957 30% [=================== ] 289/957 30% [=================== ] 290/957 30% [=================== ] 291/957 30% [=================== ] 292/957 30% [=================== ] 293/957 30% [=================== ] 294/957 30% [=================== ] 295/957 30% [=================== ] 296/957 30% [=================== ] 297/957 31% [=================== ] 298/957 31% [=================== ] 299/957 31% [==================== ] 300/957 31% [==================== ] 301/957 31% [==================== ] 302/957 31% [==================== ] 303/957 31% [==================== ] 304/957 31% [==================== ] 305/957 31% [==================== ] 306/957 31% [==================== ] 307/957 32% [==================== ] 308/957 32% [==================== ] 309/957 32% [==================== ] 310/957 32% [==================== ] 311/957 32% [==================== ] 312/957 32% [==================== ] 313/957 32% [==================== ] 314/957 32% [===================== ] 315/957 32% [===================== ] 316/957 33% [===================== ] 317/957 33% [===================== ] 318/957 33% [===================== ] 319/957 33% [===================== ] 320/957 33% [===================== ] 321/957 33% [===================== ] 322/957 33% [===================== ] 323/957 33% [===================== ] 324/957 33% [===================== ] 325/957 33% [===================== ] 326/957 34% [===================== ] 327/957 34% [===================== ] 328/957 34% [====================== ] 329/957 34% [====================== ] 330/957 34% [====================== ] 331/957 34% [====================== ] 332/957 34% [====================== ] 333/957 34% [====================== ] 334/957 34% [====================== ] 335/957 35% [====================== ] 336/957 35% [====================== ] 337/957 35% [====================== ] 338/957 35% [====================== ] 339/957 35% [====================== ] 340/957 35% [====================== ] 341/957 35% [====================== ] 342/957 35% [====================== ] 343/957 35% [======================= ] 344/957 35% [======================= ] 345/957 36% [======================= ] 346/957 36% [======================= ] 347/957 36% [======================= ] 348/957 36% [======================= ] 349/957 36% [======================= ] 350/957 36% [======================= ] 351/957 36% [======================= ] 352/957 36% [======================= ] 353/957 36% [======================= ] 354/957 36% [======================= ] 355/957 37% [======================= ] 356/957 37% [======================= ] 357/957 37% [======================= ] 358/957 37% [======================== ] 359/957 37% [======================== ] 360/957 37% [======================== ] 361/957 37% [======================== ] 362/957 37% [======================== ] 363/957 37% [======================== ] 364/957 38% [======================== ] 365/957 38% [======================== ] 366/957 38% [======================== ] 367/957 38% [======================== ] 368/957 38% [======================== ] 369/957 38% [======================== ] 370/957 38% [======================== ] 371/957 38% [======================== ] 372/957 38% [======================== ] 373/957 38% [========================= ] 374/957 39% [========================= ] 375/957 39% [========================= ] 376/957 39% [========================= ] 377/957 39% [========================= ] 378/957 39% [========================= ] 379/957 39% [========================= ] 380/957 39% [========================= ] 381/957 39% [========================= ] 382/957 39% [========================= ] 383/957 40% [========================= ] 384/957 40% [========================= ] 385/957 40% [========================= ] 386/957 40% [========================= ] 387/957 40% [========================= ] 388/957 40% [========================== ] 389/957 40% [========================== ] 390/957 40% [========================== ] 391/957 40% [========================== ] 392/957 40% [========================== ] 393/957 41% [========================== ] 394/957 41% [========================== ] 395/957 41% [========================== ] 396/957 41% [========================== ] 397/957 41% [========================== ] 398/957 41% [========================== ] 399/957 41% [========================== ] 400/957 41% [========================== ] 401/957 41% [========================== ] 402/957 42% [========================== ] 403/957 42% [=========================== ] 404/957 42% [=========================== ] 405/957 42% [=========================== ] 406/957 42% [=========================== ] 407/957 42% [=========================== ] 408/957 42% [=========================== ] 409/957 42% [=========================== ] 410/957 42% [=========================== ] 411/957 42% [=========================== ] 412/957 43% [=========================== ] 413/957 43% [=========================== ] 414/957 43% [=========================== ] 415/957 43% [=========================== ] 416/957 43% [=========================== ] 417/957 43% [=========================== ] 418/957 43% [============================ ] 419/957 43% [============================ ] 420/957 43% [============================ ] 421/957 43% [============================ ] 422/957 44% [============================ ] 423/957 44% [============================ ] 424/957 44% [============================ ] 425/957 44% [============================ ] 426/957 44% [============================ ] 427/957 44% [============================ ] 428/957 44% [============================ ] 429/957 44% [============================ ] 430/957 44% [============================ ] 431/957 45% [============================ ] 432/957 45% [============================ ] 433/957 45% [============================= ] 434/957 45% [============================= ] 435/957 45% [============================= ] 436/957 45% [============================= ] 437/957 45% [============================= ] 438/957 45% [============================= ] 439/957 45% [============================= ] 440/957 45% [============================= ] 441/957 46% [============================= ] 442/957 46% [============================= ] 443/957 46% [============================= ] 444/957 46% [============================= ] 445/957 46% [============================= ] 446/957 46% [============================= ] 447/957 46% [============================= ] 448/957 46% [============================== ] 449/957 46% [============================== ] 450/957 47% [============================== ] 451/957 47% [============================== ] 452/957 47% [============================== ] 453/957 47% [============================== ] 454/957 47% [============================== ] 455/957 47% [============================== ] 456/957 47% [============================== ] 457/957 47% [============================== ] 458/957 47% [============================== ] 459/957 47% [============================== ] 460/957 48% [============================== ] 461/957 48% [============================== ] 462/957 48% [============================== ] 463/957 48% [=============================== ] 464/957 48% [=============================== ] 465/957 48% [=============================== ] 466/957 48% [=============================== ] 467/957 48% [=============================== ] 468/957 48% [=============================== ] 469/957 49% [=============================== ] 470/957 49% [=============================== ] 471/957 49% [=============================== ] 472/957 49% [=============================== ] 473/957 49% [=============================== ] 474/957 49% [=============================== ] 475/957 49% [=============================== ] 476/957 49% [=============================== ] 477/957 49% [=============================== ] 478/957 49% [================================ ] 479/957 50% [================================ ] 480/957 50% [================================ ] 481/957 50% [================================ ] 482/957 50% [================================ ] 483/957 50% [================================ ] 484/957 50% [================================ ] 485/957 50% [================================ ] 486/957 50% [================================ ] 487/957 50% [================================ ] 488/957 50% [================================ ] 489/957 51% [================================ ] 490/957 51% [================================ ] 491/957 51% [================================ ] 492/957 51% [================================ ] 493/957 51% [================================= ] 494/957 51% [================================= ] 495/957 51% [================================= ] 496/957 51% [================================= ] 497/957 51% [================================= ] 498/957 52% [================================= ] 499/957 52% [================================= ] 500/957 52% [================================= ] 501/957 52% [================================= ] 502/957 52% [================================= ] 503/957 52% [================================= ] 504/957 52% [================================= ] 505/957 52% [================================= ] 506/957 52% [================================= ] 507/957 52% [================================= ] 508/957 53% [================================== ] 509/957 53% [================================== ] 510/957 53% [================================== ] 511/957 53% [================================== ] 512/957 53% [================================== ] 513/957 53% [================================== ] 514/957 53% [================================== ] 515/957 53% [================================== ] 516/957 53% [================================== ] 517/957 54% [================================== ] 518/957 54% [================================== ] 519/957 54% [================================== ] 520/957 54% [================================== ] 521/957 54% [================================== ] 522/957 54% [================================== ] 523/957 54% [=================================== ] 524/957 54% [=================================== ] 525/957 54% [=================================== ] 526/957 54% [=================================== ] 527/957 55% [=================================== ] 528/957 55% [=================================== ] 529/957 55% [=================================== ] 530/957 55% [=================================== ] 531/957 55% [=================================== ] 532/957 55% [=================================== ] 533/957 55% [=================================== ] 534/957 55% [=================================== ] 535/957 55% [=================================== ] 536/957 56% [=================================== ] 537/957 56% [=================================== ] 538/957 56% [==================================== ] 539/957 56% [==================================== ] 540/957 56% [==================================== ] 541/957 56% [==================================== ] 542/957 56% [==================================== ] 543/957 56% [==================================== ] 544/957 56% [==================================== ] 545/957 56% [==================================== ] 546/957 57% [==================================== ] 547/957 57% [==================================== ] 548/957 57% [==================================== ] 549/957 57% [==================================== ] 550/957 57% [==================================== ] 551/957 57% [==================================== ] 552/957 57% [==================================== ] 553/957 57% [===================================== ] 554/957 57% [===================================== ] 555/957 57% [===================================== ] 556/957 58% [===================================== ] 557/957 58% [===================================== ] 558/957 58% [===================================== ] 559/957 58% [===================================== ] 560/957 58% [===================================== ] 561/957 58% [===================================== ] 562/957 58% [===================================== ] 563/957 58% [===================================== ] 564/957 58% [===================================== ] 565/957 59% [===================================== ] 566/957 59% [===================================== ] 567/957 59% [===================================== ] 568/957 59% [====================================== ] 569/957 59% [====================================== ] 570/957 59% [====================================== ] 571/957 59% [====================================== ] 572/957 59% [====================================== ] 573/957 59% [====================================== ] 574/957 59% [====================================== ] 575/957 60% [====================================== ] 576/957 60% [====================================== ] 577/957 60% [====================================== ] 578/957 60% [====================================== ] 579/957 60% [====================================== ] 580/957 60% [====================================== ] 581/957 60% [====================================== ] 582/957 60% [====================================== ] 583/957 60% [======================================= ] 584/957 61% [======================================= ] 585/957 61% [======================================= ] 586/957 61% [======================================= ] 587/957 61% [======================================= ] 588/957 61% [======================================= ] 589/957 61% [======================================= ] 590/957 61% [======================================= ] 591/957 61% [======================================= ] 592/957 61% [======================================= ] 593/957 61% [======================================= ] 594/957 62% [======================================= ] 595/957 62% [======================================= ] 596/957 62% [======================================= ] 597/957 62% [======================================= ] 598/957 62% [======================================== ] 599/957 62% [======================================== ] 600/957 62% [======================================== ] 601/957 62% [======================================== ] 602/957 62% [======================================== ] 603/957 63% [======================================== ] 604/957 63% [======================================== ] 605/957 63% [======================================== ] 606/957 63% [======================================== ] 607/957 63% [======================================== ] 608/957 63% [======================================== ] 609/957 63% [======================================== ] 610/957 63% [======================================== ] 611/957 63% [======================================== ] 612/957 63% [======================================== ] 613/957 64% [========================================= ] 614/957 64% [========================================= ] 615/957 64% [========================================= ] 616/957 64% [========================================= ] 617/957 64% [========================================= ] 618/957 64% [========================================= ] 619/957 64% [========================================= ] 620/957 64% [========================================= ] 621/957 64% [========================================= ] 622/957 64% [========================================= ] 623/957 65% [========================================= ] 624/957 65% [========================================= ] 625/957 65% [========================================= ] 626/957 65% [========================================= ] 627/957 65% [========================================= ] 628/957 65% [========================================== ] 629/957 65% [========================================== ] 630/957 65% [========================================== ] 631/957 65% [========================================== ] 632/957 66% [========================================== ] 633/957 66% [========================================== ] 634/957 66% [========================================== ] 635/957 66% [========================================== ] 636/957 66% [========================================== ] 637/957 66% [========================================== ] 638/957 66% [========================================== ] 639/957 66% [========================================== ] 640/957 66% [========================================== ] 641/957 66% [========================================== ] 642/957 67% [=========================================== ] 643/957 67% [=========================================== ] 644/957 67% [=========================================== ] 645/957 67% [=========================================== ] 646/957 67% [=========================================== ] 647/957 67% [=========================================== ] 648/957 67% [=========================================== ] 649/957 67% [=========================================== ] 650/957 67% [=========================================== ] 651/957 68% [=========================================== ] 652/957 68% [=========================================== ] 653/957 68% [=========================================== ] 654/957 68% [=========================================== ] 655/957 68% [=========================================== ] 656/957 68% [=========================================== ] 657/957 68% [============================================ ] 658/957 68% [============================================ ] 659/957 68% [============================================ ] 660/957 68% [============================================ ] 661/957 69% [============================================ ] 662/957 69% [============================================ ] 663/957 69% [============================================ ] 664/957 69% [============================================ ] 665/957 69% [============================================ ] 666/957 69% [============================================ ] 667/957 69% [============================================ ] 668/957 69% [============================================ ] 669/957 69% [============================================ ] 670/957 70% [============================================ ] 671/957 70% [============================================ ] 672/957 70% [============================================= ] 673/957 70% [============================================= ] 674/957 70% [============================================= ] 675/957 70% [============================================= ] 676/957 70% [============================================= ] 677/957 70% [============================================= ] 678/957 70% [============================================= ] 679/957 70% [============================================= ] 680/957 71% [============================================= ] 681/957 71% [============================================= ] 682/957 71% [============================================= ] 683/957 71% [============================================= ] 684/957 71% [============================================= ] 685/957 71% [============================================= ] 686/957 71% [============================================= ] 687/957 71% [============================================== ] 688/957 71% [============================================== ] 689/957 71% [============================================== ] 690/957 72% [============================================== ] 691/957 72% [============================================== ] 692/957 72% [============================================== ] 693/957 72% [============================================== ] 694/957 72% [============================================== ] 695/957 72% [============================================== ] 696/957 72% [============================================== ] 697/957 72% [============================================== ] 698/957 72% [============================================== ] 699/957 73% [============================================== ] 700/957 73% [============================================== ] 701/957 73% [============================================== ] 702/957 73% [=============================================== ] 703/957 73% [=============================================== ] 704/957 73% [=============================================== ] 705/957 73% [=============================================== ] 706/957 73% [=============================================== ] 707/957 73% [=============================================== ] 708/957 73% [=============================================== ] 709/957 74% [=============================================== ] 710/957 74% [=============================================== ] 711/957 74% [=============================================== ] 712/957 74% [=============================================== ] 713/957 74% [=============================================== ] 714/957 74% [=============================================== ] 715/957 74% [=============================================== ] 716/957 74% [=============================================== ] 717/957 74% [================================================ ] 718/957 75% [================================================ ] 719/957 75% [================================================ ] 720/957 75% [================================================ ] 721/957 75% [================================================ ] 722/957 75% [================================================ ] 723/957 75% [================================================ ] 724/957 75% [================================================ ] 725/957 75% [================================================ ] 726/957 75% [================================================ ] 727/957 75% [================================================ ] 728/957 76% [================================================ ] 729/957 76% [================================================ ] 730/957 76% [================================================ ] 731/957 76% [================================================ ] 732/957 76% [================================================= ] 733/957 76% [================================================= ] 734/957 76% [================================================= ] 735/957 76% [================================================= ] 736/957 76% [================================================= ] 737/957 77% [================================================= ] 738/957 77% [================================================= ] 739/957 77% [================================================= ] 740/957 77% [================================================= ] 741/957 77% [================================================= ] 742/957 77% [================================================= ] 743/957 77% [================================================= ] 744/957 77% [================================================= ] 745/957 77% [================================================= ] 746/957 77% [================================================= ] 747/957 78% [================================================== ] 748/957 78% [================================================== ] 749/957 78% [================================================== ] 750/957 78% [================================================== ] 751/957 78% [================================================== ] 752/957 78% [================================================== ] 753/957 78% [================================================== ] 754/957 78% [================================================== ] 755/957 78% [================================================== ] 756/957 78% [================================================== ] 757/957 79% [================================================== ] 758/957 79% [================================================== ] 759/957 79% [================================================== ] 760/957 79% [================================================== ] 761/957 79% [================================================== ] 762/957 79% [=================================================== ] 763/957 79% [=================================================== ] 764/957 79% [=================================================== ] 765/957 79% [=================================================== ] 766/957 80% [=================================================== ] 767/957 80% [=================================================== ] 768/957 80% [=================================================== ] 769/957 80% [=================================================== ] 770/957 80% [=================================================== ] 771/957 80% [=================================================== ] 772/957 80% [=================================================== ] 773/957 80% [=================================================== ] 774/957 80% [=================================================== ] 775/957 80% [=================================================== ] 776/957 81% [=================================================== ] 777/957 81% [==================================================== ] 778/957 81% [==================================================== ] 779/957 81% [==================================================== ] 780/957 81% [==================================================== ] 781/957 81% [==================================================== ] 782/957 81% [==================================================== ] 783/957 81% [==================================================== ] 784/957 81% [==================================================== ] 785/957 82% [==================================================== ] 786/957 82% [==================================================== ] 787/957 82% [==================================================== ] 788/957 82% [==================================================== ] 789/957 82% [==================================================== ] 790/957 82% [==================================================== ] 791/957 82% [==================================================== ] 792/957 82% [===================================================== ] 793/957 82% [===================================================== ] 794/957 82% [===================================================== ] 795/957 83% [===================================================== ] 796/957 83% [===================================================== ] 797/957 83% [===================================================== ] 798/957 83% [===================================================== ] 799/957 83% [===================================================== ] 800/957 83% [===================================================== ] 801/957 83% [===================================================== ] 802/957 83% [===================================================== ] 803/957 83% [===================================================== ] 804/957 84% [===================================================== ] 805/957 84% [===================================================== ] 806/957 84% [===================================================== ] 807/957 84% [====================================================== ] 808/957 84% [====================================================== ] 809/957 84% [====================================================== ] 810/957 84% [====================================================== ] 811/957 84% [====================================================== ] 812/957 84% [====================================================== ] 813/957 84% [====================================================== ] 814/957 85% [====================================================== ] 815/957 85% [====================================================== ] 816/957 85% [====================================================== ] 817/957 85% [====================================================== ] 818/957 85% [====================================================== ] 819/957 85% [====================================================== ] 820/957 85% [====================================================== ] 821/957 85% [====================================================== ] 822/957 85% [======================================================= ] 823/957 85% [======================================================= ] 824/957 86% [======================================================= ] 825/957 86% [======================================================= ] 826/957 86% [======================================================= ] 827/957 86% [======================================================= ] 828/957 86% [======================================================= ] 829/957 86% [======================================================= ] 830/957 86% [======================================================= ] 831/957 86% [======================================================= ] 832/957 86% [======================================================= ] 833/957 87% [======================================================= ] 834/957 87% [======================================================= ] 835/957 87% [======================================================= ] 836/957 87% [======================================================= ] 837/957 87% [======================================================== ] 838/957 87% [======================================================== ] 839/957 87% [======================================================== ] 840/957 87% [======================================================== ] 841/957 87% [======================================================== ] 842/957 87% [======================================================== ] 843/957 88% [======================================================== ] 844/957 88% [======================================================== ] 845/957 88% [======================================================== ] 846/957 88% [======================================================== ] 847/957 88% [======================================================== ] 848/957 88% [======================================================== ] 849/957 88% [======================================================== ] 850/957 88% [======================================================== ] 851/957 88% [======================================================== ] 852/957 89% [========================================================= ] 853/957 89% [========================================================= ] 854/957 89% [========================================================= ] 855/957 89% [========================================================= ] 856/957 89% [========================================================= ] 857/957 89% [========================================================= ] 858/957 89% [========================================================= ] 859/957 89% [========================================================= ] 860/957 89% [========================================================= ] 861/957 89% [========================================================= ] 862/957 90% [========================================================= ] 863/957 90% [========================================================= ] 864/957 90% [========================================================= ] 865/957 90% [========================================================= ] 866/957 90% [========================================================= ] 867/957 90% [========================================================== ] 868/957 90% [========================================================== ] 869/957 90% [========================================================== ] 870/957 90% [========================================================== ] 871/957 91% [========================================================== ] 872/957 91% [========================================================== ] 873/957 91% [========================================================== ] 874/957 91% [========================================================== ] 875/957 91% [========================================================== ] 876/957 91% [========================================================== ] 877/957 91% [========================================================== ] 878/957 91% [========================================================== ] 879/957 91% [========================================================== ] 880/957 91% [========================================================== ] 881/957 92% [========================================================== ] 882/957 92% [=========================================================== ] 883/957 92% [=========================================================== ] 884/957 92% [=========================================================== ] 885/957 92% [=========================================================== ] 886/957 92% [=========================================================== ] 887/957 92% [=========================================================== ] 888/957 92% [=========================================================== ] 889/957 92% [=========================================================== ] 890/957 92% [=========================================================== ] 891/957 93% [=========================================================== ] 892/957 93% [=========================================================== ] 893/957 93% [=========================================================== ] 894/957 93% [=========================================================== ] 895/957 93% [=========================================================== ] 896/957 93% [=========================================================== ] 897/957 93% [============================================================ ] 898/957 93% [============================================================ ] 899/957 93% [============================================================ ] 900/957 94% [============================================================ ] 901/957 94% [============================================================ ] 902/957 94% [============================================================ ] 903/957 94% [============================================================ ] 904/957 94% [============================================================ ] 905/957 94% [============================================================ ] 906/957 94% [============================================================ ] 907/957 94% [============================================================ ] 908/957 94% [============================================================ ] 909/957 94% [============================================================ ] 910/957 95% [============================================================ ] 911/957 95% [============================================================ ] 912/957 95% [============================================================= ] 913/957 95% [============================================================= ] 914/957 95% [============================================================= ] 915/957 95% [============================================================= ] 916/957 95% [============================================================= ] 917/957 95% [============================================================= ] 918/957 95% [============================================================= ] 919/957 96% [============================================================= ] 920/957 96% [============================================================= ] 921/957 96% [============================================================= ] 922/957 96% [============================================================= ] 923/957 96% [============================================================= ] 924/957 96% [============================================================= ] 925/957 96% [============================================================= ] 926/957 96% [============================================================= ] 927/957 96% [============================================================== ] 928/957 96% [============================================================== ] 929/957 97% [============================================================== ] 930/957 97% [============================================================== ] 931/957 97% [============================================================== ] 932/957 97% [============================================================== ] 933/957 97% [============================================================== ] 934/957 97% [============================================================== ] 935/957 97% [============================================================== ] 936/957 97% [============================================================== ] 937/957 97% [============================================================== ] 938/957 98% [============================================================== ] 939/957 98% [============================================================== ] 940/957 98% [============================================================== ] 941/957 98% [============================================================== ] 942/957 98% [=============================================================== ] 943/957 98% [=============================================================== ] 944/957 98% [=============================================================== ] 945/957 98% [=============================================================== ] 946/957 98% [=============================================================== ] 947/957 98% [=============================================================== ] 948/957 99% [=============================================================== ] 949/957 99% [=============================================================== ] 950/957 99% [=============================================================== ] 951/957 99% [=============================================================== ] 952/957 99% [=============================================================== ] 953/957 99% [=============================================================== ] 954/957 99% [=============================================================== ] 955/957 99% [=============================================================== ] 956/957 99% [================================================================] 957/957 100% operation complete, 957 objects in 13992 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 2022.05-2207-g57a1ce00a2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca 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.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> arp-scan 1.9.8 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> 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-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> datatables-fixedcolumns 3.3.0 Collecting legal info License.txt: OK (sha256: e8e92f97216f9ea00cb2735b933a91ec8e3869bed37b6d63a90f76f41508f2de) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-environment-setup Collecting legal info >>> ethtool 5.19 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genpart 1.0.2 Collecting legal info >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> initscripts Collecting legal info >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> janet 1.25.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libmodbus 3.1.8 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> luainterpreter Collecting legal info >>> host-mender-artifact 3.8.0 Collecting legal info LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) LIC_FILES_CHKSUM.sha256: OK (sha256: b8462a14975e30fb0dff14ed50e7563e833ccce13c2aa93f95386ffe877ed673) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/google.golang.org/genproto/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/grpc/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/appengine/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/kms/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/iam/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/compute/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/go.opencensus.io/LICENSE: OK (sha256: 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd) vendor/github.com/golang/groupcache/LICENSE: OK (sha256: 73ba74dfaa520b49a401b5d21459a8523a146f3b7518a833eea5efa85130bf68) vendor/gopkg.in/square/go-jose.v2/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/oklog/run/LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: 87640bc4df2ceb1559f268a3db1ba859ab780f7ba5b1b4545173d4680a3d918b) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 0d9e582ee4bff57bf1189c9e514e6da7ce277f9cd3bc2d488b22fbb39a6d87cf) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/google/go-cmp/LICENSE: OK (sha256: 17b5d209ba8f9684257ecfcff87df6ceda6194143a8fbd074f29727cff6f0c40) vendor/golang.org/x/net/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/oauth2/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/text/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/time/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/google.golang.org/api/LICENSE: OK (sha256: 110244b02140866ee37d17fa7449436a377ec3b85a481fbb208f4c87964382de) vendor/google.golang.org/api/internal/third_party/uritemplates/LICENSE: OK (sha256: fc0a2f71df4e8f047902da53d1f85301be43e0f360fc167057a2d04658ed2ba9) vendor/google.golang.org/protobuf/LICENSE: OK (sha256: 4835612df0098ca95f8e7d9e3bffcb02358d435dbb38057c844c99d7f725eb20) vendor/github.com/golang/protobuf/LICENSE: OK (sha256: 8778a9fc1eaffb03ab873caae251df2d224f6b5502be8777d3cd573a4dd43903) vendor/github.com/googleapis/gax-go/v2/LICENSE: OK (sha256: b95218cd9607855a6536384c0262922b30a0c2bf56e4ced790240f3a3bac4722) vendor/github.com/golang/snappy/LICENSE: OK (sha256: f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf) vendor/gopkg.in/square/go-jose.v2/json/LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) vendor/github.com/pierrec/lz4/LICENSE: OK (sha256: 6a358d2540ca14048f02d366f23787c0a480157e58f058113f0e27168dd4e447) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) vendor/github.com/klauspost/cpuid/v2/LICENSE: OK (sha256: 5d966570d7a442d4e969892860a914e542c97f262c873baee8f0aa48e1f40212) vendor/go.uber.org/atomic/LICENSE.txt: OK (sha256: edbb5a4d165ac69376c765b551c0662ff42bea87e1f1eda85f42ac90c34b09d0) vendor/github.com/mitchellh/go-homedir/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/go-testing-interface/LICENSE: OK (sha256: f48b778b7fccb6650f915cf4527c941a9578f8876a2911d035c4e44641a916be) vendor/github.com/mitchellh/mapstructure/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/copystructure/LICENSE: OK (sha256: 3c377fad2e5ae1d7081c7c2f16da867a87cca1d1f5f1aa7ed0b8a16bb553142a) vendor/github.com/mitchellh/reflectwalk/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/ryanuber/go-glob/LICENSE: OK (sha256: 38049e50b486f5394e40b786388f4a006401996e46c7c1cd18925afe7c3b4e34) vendor/github.com/mattn/go-colorable/LICENSE: OK (sha256: 88a2379b3ca34bf5c57127aff9dcb802bbb60ece0805cdbda65b3bd115f971d9) vendor/github.com/fatih/color/LICENSE.md: OK (sha256: de95ed802d2f90e3c72cb3c9a927cca5f2aec234a3ef1250232db0f8178b2d93) vendor/github.com/armon/go-radix/LICENSE: OK (sha256: 831892cd31b9eef0311bb1de9014527ef5d3592eed7add1f9f829510d2065e62) vendor/github.com/armon/go-metrics/LICENSE: OK (sha256: d0bb61dd59b6d59021893751bdd1205ee88c8206dcabd6b4c68d35b94ee19750) vendor/github.com/cenkalti/backoff/v3/LICENSE: OK (sha256: 5c0476add4c38b55d0ed5ac11b85e00c38f26e1caee20dfe3ab58190103d1fbc) vendor/github.com/hashicorp/go-hclog/LICENSE: OK (sha256: b8ce983c0e0b1410115d42b65d5471b3666a8d4f4334a52f29f457a39a71b463) vendor/github.com/hashicorp/go-secure-stdlib/strutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-secure-stdlib/parseutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/errwrap/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/hcl/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-cleanhttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-version/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-rootcerts/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-retryablehttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-uuid/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-plugin/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/go-sockaddr/LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) vendor/github.com/hashicorp/vault/sdk/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/vault/api/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/yamux/LICENSE: OK (sha256: 812e9d96e900a093ae4d1d3f22c5f82f568a0a0461c3007a99d00573d41c5461) vendor/github.com/hashicorp/go-immutable-radix/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-multierror/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/golang-lru/LICENSE: OK (sha256: af175b9d96ee93c21a036152e1b905b0b95304d4ae8c2c921c7609100ba8df7e) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> sound-theme-borealis 0.9a Collecting legal info >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'