echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs -noappend -processors 1 -b 4K -nopad -comp xz\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs, block size 4096. [==========\ ] 12400/73099 16% [===============| ] 19100/73099 26% [=================\ ] 21300/73099 29% [==================================================/ ] 62200/73099 85% [=========================================================- ] 70900/73099 96% [===========================================================-] 73099/73099 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 4096 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 105165.21 Kbytes (102.70 Mbytes) 36.20% of uncompressed filesystem size (290538.59 Kbytes) Inode table size 113354 bytes (110.70 Kbytes) 34.08% of uncompressed inode table size (332646 bytes) Directory table size 12012 bytes (11.73 Kbytes) 41.13% of uncompressed directory table size (29207 bytes) Number of duplicate files found 19 Number of inodes 1266 Number of files 884 Number of fragments 126 Number of symbolic links 67 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 315 Number of hard-links 144 Number of ids (unique uids + gids) 3 Number of uids 2 root (0) www-data (33) Number of gids 3 root (0) systemd-journal (101) www-data (33) >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-4/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1410 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/1410 0% [ ] 2/1410 0% [ ] 3/1410 0% [ ] 4/1410 0% [ ] 5/1410 0% [ ] 6/1410 0% [ ] 7/1410 0% [ ] 8/1410 0% [ ] 9/1410 0% [ ] 10/1410 0% [ ] 11/1410 0% [ ] 12/1410 0% [ ] 13/1410 0% [ ] 14/1410 0% [ ] 15/1410 1% [ ] 16/1410 1% [ ] 17/1410 1% [ ] 18/1410 1% [ ] 19/1410 1% [ ] 20/1410 1% [ ] 21/1410 1% [ ] 22/1410 1% [= ] 23/1410 1% [= ] 24/1410 1% [= ] 25/1410 1% [= ] 26/1410 1% [= ] 27/1410 1% [= ] 28/1410 1% [= ] 29/1410 2% [= ] 30/1410 2% [= ] 31/1410 2% [= ] 32/1410 2% [= ] 33/1410 2% [= ] 34/1410 2% [= ] 35/1410 2% [= ] 36/1410 2% [= ] 37/1410 2% [= ] 38/1410 2% [= ] 39/1410 2% [= ] 40/1410 2% [= ] 41/1410 2% [= ] 42/1410 2% [= ] 43/1410 3% [= ] 44/1410 3% [= ] 45/1410 3% [== ] 46/1410 3% [== ] 47/1410 3% [== ] 48/1410 3% [== ] 49/1410 3% [== ] 50/1410 3% [== ] 51/1410 3% [== ] 52/1410 3% [== ] 53/1410 3% [== ] 54/1410 3% [== ] 55/1410 3% [== ] 56/1410 3% [== ] 57/1410 4% [== ] 58/1410 4% [== ] 59/1410 4% [== ] 60/1410 4% [== ] 61/1410 4% [== ] 62/1410 4% [== ] 63/1410 4% [== ] 64/1410 4% [== ] 65/1410 4% [== ] 66/1410 4% [== ] 67/1410 4% [== ] 68/1410 4% [=== ] 69/1410 4% [=== ] 70/1410 4% [=== ] 71/1410 5% [=== ] 72/1410 5% [=== ] 73/1410 5% [=== ] 74/1410 5% [=== ] 75/1410 5% [=== ] 76/1410 5% [=== ] 77/1410 5% [=== ] 78/1410 5% [=== ] 79/1410 5% [=== ] 80/1410 5% [=== ] 81/1410 5% [=== ] 82/1410 5% [=== ] 83/1410 5% [=== ] 84/1410 5% [=== ] 85/1410 6% [=== ] 86/1410 6% [=== ] 87/1410 6% [=== ] 88/1410 6% [=== ] 89/1410 6% [=== ] 90/1410 6% [==== ] 91/1410 6% [==== ] 92/1410 6% [==== ] 93/1410 6% [==== ] 94/1410 6% [==== ] 95/1410 6% [==== ] 96/1410 6% [==== ] 97/1410 6% [==== ] 98/1410 6% [==== ] 99/1410 7% [==== ] 100/1410 7% [==== ] 101/1410 7% [==== ] 102/1410 7% [==== ] 103/1410 7% [==== ] 104/1410 7% [==== ] 105/1410 7% [==== ] 106/1410 7% [==== ] 107/1410 7% [==== ] 108/1410 7% [==== ] 109/1410 7% [==== ] 110/1410 7% [==== ] 111/1410 7% [==== ] 112/1410 7% [==== ] 113/1410 8% [===== ] 114/1410 8% [===== ] 115/1410 8% [===== ] 116/1410 8% [===== ] 117/1410 8% [===== ] 118/1410 8% [===== ] 119/1410 8% [===== ] 120/1410 8% [===== ] 121/1410 8% [===== ] 122/1410 8% [===== ] 123/1410 8% [===== ] 124/1410 8% [===== ] 125/1410 8% [===== ] 126/1410 8% [===== ] 127/1410 9% [===== ] 128/1410 9% [===== ] 129/1410 9% [===== ] 130/1410 9% [===== ] 131/1410 9% [===== ] 132/1410 9% [===== ] 133/1410 9% [===== ] 134/1410 9% [===== ] 135/1410 9% [===== ] 136/1410 9% [====== ] 137/1410 9% [====== ] 138/1410 9% [====== ] 139/1410 9% [====== ] 140/1410 9% [====== ] 141/1410 10% [====== ] 142/1410 10% [====== ] 143/1410 10% [====== ] 144/1410 10% [====== ] 145/1410 10% [====== ] 146/1410 10% [====== ] 147/1410 10% [====== ] 148/1410 10% [====== ] 149/1410 10% [====== ] 150/1410 10% [====== ] 151/1410 10% [====== ] 152/1410 10% [====== ] 153/1410 10% [====== ] 154/1410 10% [====== ] 155/1410 10% [====== ] 156/1410 11% [====== ] 157/1410 11% [====== ] 158/1410 11% [====== ] 159/1410 11% [======= ] 160/1410 11% [======= ] 161/1410 11% [======= ] 162/1410 11% [======= ] 163/1410 11% [======= ] 164/1410 11% [======= ] 165/1410 11% [======= ] 166/1410 11% [======= ] 167/1410 11% [======= ] 168/1410 11% [======= ] 169/1410 11% [======= ] 170/1410 12% [======= ] 171/1410 12% [======= ] 172/1410 12% [======= ] 173/1410 12% [======= ] 174/1410 12% [======= ] 175/1410 12% [======= ] 176/1410 12% [======= ] 177/1410 12% [======= ] 178/1410 12% [======= ] 179/1410 12% [======= ] 180/1410 12% [======= ] 181/1410 12% [======== ] 182/1410 12% [======== ] 183/1410 12% [======== ] 184/1410 13% [======== ] 185/1410 13% [======== ] 186/1410 13% [======== ] 187/1410 13% [======== ] 188/1410 13% [======== ] 189/1410 13% [======== ] 190/1410 13% [======== ] 191/1410 13% [======== ] 192/1410 13% [======== ] 193/1410 13% [======== ] 194/1410 13% [======== ] 195/1410 13% [======== ] 196/1410 13% [======== ] 197/1410 13% [======== ] 198/1410 14% [======== ] 199/1410 14% [======== ] 200/1410 14% [======== ] 201/1410 14% [======== ] 202/1410 14% [======== ] 203/1410 14% [======== ] 204/1410 14% [========= ] 205/1410 14% [========= ] 206/1410 14% [========= ] 207/1410 14% [========= ] 208/1410 14% [========= ] 209/1410 14% [========= ] 210/1410 14% [========= ] 211/1410 14% [========= ] 212/1410 15% [========= ] 213/1410 15% [========= ] 214/1410 15% [========= ] 215/1410 15% [========= ] 216/1410 15% [========= ] 217/1410 15% [========= ] 218/1410 15% [========= ] 219/1410 15% [========= ] 220/1410 15% [========= ] 221/1410 15% [========= ] 222/1410 15% [========= ] 223/1410 15% [========= ] 224/1410 15% [========= ] 225/1410 15% [========= ] 226/1410 16% [========= ] 227/1410 16% [========== ] 228/1410 16% [========== ] 229/1410 16% [========== ] 230/1410 16% [========== ] 231/1410 16% [========== ] 232/1410 16% [========== ] 233/1410 16% [========== ] 234/1410 16% [========== ] 235/1410 16% [========== ] 236/1410 16% [========== ] 237/1410 16% [========== ] 238/1410 16% [========== ] 239/1410 16% [========== ] 240/1410 17% [========== ] 241/1410 17% [========== ] 242/1410 17% [========== ] 243/1410 17% [========== ] 244/1410 17% [========== ] 245/1410 17% [========== ] 246/1410 17% [========== ] 247/1410 17% [========== ] 248/1410 17% [========== ] 249/1410 17% [========== ] 250/1410 17% [=========== ] 251/1410 17% [=========== ] 252/1410 17% [=========== ] 253/1410 17% [=========== ] 254/1410 18% [=========== ] 255/1410 18% [=========== ] 256/1410 18% [=========== ] 257/1410 18% [=========== ] 258/1410 18% [=========== ] 259/1410 18% [=========== ] 260/1410 18% [=========== ] 261/1410 18% [=========== ] 262/1410 18% [=========== ] 263/1410 18% [=========== ] 264/1410 18% [=========== ] 265/1410 18% [=========== ] 266/1410 18% [=========== ] 267/1410 18% [=========== ] 268/1410 19% [=========== ] 269/1410 19% [=========== ] 270/1410 19% [=========== ] 271/1410 19% [=========== ] 272/1410 19% [============ ] 273/1410 19% [============ ] 274/1410 19% [============ ] 275/1410 19% [============ ] 276/1410 19% [============ ] 277/1410 19% [============ ] 278/1410 19% [============ ] 279/1410 19% [============ ] 280/1410 19% [============ ] 281/1410 19% [============ ] 282/1410 20% [============ ] 283/1410 20% [============ ] 284/1410 20% [============ ] 285/1410 20% [============ ] 286/1410 20% [============ ] 287/1410 20% [============ ] 288/1410 20% [============ ] 289/1410 20% [============ ] 290/1410 20% [============ ] 291/1410 20% [============ ] 292/1410 20% [============ ] 293/1410 20% [============ ] 294/1410 20% [============ ] 295/1410 20% [============= ] 296/1410 20% [============= ] 297/1410 21% [============= ] 298/1410 21% [============= ] 299/1410 21% [============= ] 300/1410 21% [============= ] 301/1410 21% [============= ] 302/1410 21% [============= ] 303/1410 21% [============= ] 304/1410 21% [============= ] 305/1410 21% [============= ] 306/1410 21% [============= ] 307/1410 21% [============= ] 308/1410 21% [============= ] 309/1410 21% [============= ] 310/1410 21% [============= ] 311/1410 22% [============= ] 312/1410 22% [============= ] 313/1410 22% [============= ] 314/1410 22% [============= ] 315/1410 22% [============= ] 316/1410 22% [============= ] 317/1410 22% [============= ] 318/1410 22% [============== ] 319/1410 22% [============== ] 320/1410 22% [============== ] 321/1410 22% [============== ] 322/1410 22% [============== ] 323/1410 22% [============== ] 324/1410 22% [============== ] 325/1410 23% [============== ] 326/1410 23% [============== ] 327/1410 23% [============== ] 328/1410 23% [============== ] 329/1410 23% [============== ] 330/1410 23% [============== ] 331/1410 23% [============== ] 332/1410 23% [============== ] 333/1410 23% [============== ] 334/1410 23% [============== ] 335/1410 23% [============== ] 336/1410 23% [============== ] 337/1410 23% [============== ] 338/1410 23% [============== ] 339/1410 24% [============== ] 340/1410 24% [============== ] 341/1410 24% [=============== ] 342/1410 24% [=============== ] 343/1410 24% [=============== ] 344/1410 24% [=============== ] 345/1410 24% [=============== ] 346/1410 24% [=============== ] 347/1410 24% [=============== ] 348/1410 24% [=============== ] 349/1410 24% [=============== ] 350/1410 24% [=============== ] 351/1410 24% [=============== ] 352/1410 24% [=============== ] 353/1410 25% [=============== ] 354/1410 25% [=============== ] 355/1410 25% [=============== ] 356/1410 25% [=============== ] 357/1410 25% [=============== ] 358/1410 25% [=============== ] 359/1410 25% [=============== ] 360/1410 25% [=============== ] 361/1410 25% [=============== ] 362/1410 25% [=============== ] 363/1410 25% [================ ] 364/1410 25% [================ ] 365/1410 25% [================ ] 366/1410 25% [================ ] 367/1410 26% [================ ] 368/1410 26% [================ ] 369/1410 26% [================ ] 370/1410 26% [================ ] 371/1410 26% [================ ] 372/1410 26% [================ ] 373/1410 26% [================ ] 374/1410 26% [================ ] 375/1410 26% [================ ] 376/1410 26% [================ ] 377/1410 26% [================ ] 378/1410 26% [================ ] 379/1410 26% [================ ] 380/1410 26% [================ ] 381/1410 27% [================ ] 382/1410 27% [================ ] 383/1410 27% [================ ] 384/1410 27% [================ ] 385/1410 27% [================ ] 386/1410 27% [================= ] 387/1410 27% [================= ] 388/1410 27% [================= ] 389/1410 27% [================= ] 390/1410 27% [================= ] 391/1410 27% [================= ] 392/1410 27% [================= ] 393/1410 27% [================= ] 394/1410 27% [================= ] 395/1410 28% [================= ] 396/1410 28% [================= ] 397/1410 28% [================= ] 398/1410 28% [================= ] 399/1410 28% [================= ] 400/1410 28% [================= ] 401/1410 28% [================= ] 402/1410 28% [================= ] 403/1410 28% [================= ] 404/1410 28% [================= ] 405/1410 28% [================= ] 406/1410 28% [================= ] 407/1410 28% [================= ] 408/1410 28% [================= ] 409/1410 29% [================== ] 410/1410 29% [================== ] 411/1410 29% [================== ] 412/1410 29% [================== ] 413/1410 29% [================== ] 414/1410 29% [================== ] 415/1410 29% [================== ] 416/1410 29% [================== ] 417/1410 29% [================== ] 418/1410 29% [================== ] 419/1410 29% [================== ] 420/1410 29% [================== ] 421/1410 29% [================== ] 422/1410 29% [================== ] 423/1410 30% [================== ] 424/1410 30% [================== ] 425/1410 30% [================== ] 426/1410 30% [================== ] 427/1410 30% [================== ] 428/1410 30% [================== ] 429/1410 30% [================== ] 430/1410 30% [================== ] 431/1410 30% [================== ] 432/1410 30% [=================== ] 433/1410 30% [=================== ] 434/1410 30% [=================== ] 435/1410 30% [=================== ] 436/1410 30% [=================== ] 437/1410 30% [=================== ] 438/1410 31% [=================== ] 439/1410 31% [=================== ] 440/1410 31% [=================== ] 441/1410 31% [=================== ] 442/1410 31% [=================== ] 443/1410 31% [=================== ] 444/1410 31% [=================== ] 445/1410 31% [=================== ] 446/1410 31% [=================== ] 447/1410 31% [=================== ] 448/1410 31% [=================== ] 449/1410 31% [=================== ] 450/1410 31% [=================== ] 451/1410 31% [=================== ] 452/1410 32% [=================== ] 453/1410 32% [=================== ] 454/1410 32% [==================== ] 455/1410 32% [==================== ] 456/1410 32% [==================== ] 457/1410 32% [==================== ] 458/1410 32% [==================== ] 459/1410 32% [==================== ] 460/1410 32% [==================== ] 461/1410 32% [==================== ] 462/1410 32% [==================== ] 463/1410 32% [==================== ] 464/1410 32% [==================== ] 465/1410 32% [==================== ] 466/1410 33% [==================== ] 467/1410 33% [==================== ] 468/1410 33% [==================== ] 469/1410 33% [==================== ] 470/1410 33% [==================== ] 471/1410 33% [==================== ] 472/1410 33% [==================== ] 473/1410 33% [==================== ] 474/1410 33% [==================== ] 475/1410 33% [==================== ] 476/1410 33% [==================== ] 477/1410 33% [===================== ] 478/1410 33% [===================== ] 479/1410 33% [===================== ] 480/1410 34% [===================== ] 481/1410 34% [===================== ] 482/1410 34% [===================== ] 483/1410 34% [===================== ] 484/1410 34% [===================== ] 485/1410 34% [===================== ] 486/1410 34% [===================== ] 487/1410 34% [===================== ] 488/1410 34% [===================== ] 489/1410 34% [===================== ] 490/1410 34% [===================== ] 491/1410 34% [===================== ] 492/1410 34% [===================== ] 493/1410 34% [===================== ] 494/1410 35% [===================== ] 495/1410 35% [===================== ] 496/1410 35% [===================== ] 497/1410 35% [===================== ] 498/1410 35% [===================== ] 499/1410 35% [===================== ] 500/1410 35% [====================== ] 501/1410 35% [====================== ] 502/1410 35% [====================== ] 503/1410 35% [====================== ] 504/1410 35% [====================== ] 505/1410 35% [====================== ] 506/1410 35% [====================== ] 507/1410 35% [====================== ] 508/1410 36% [====================== ] 509/1410 36% [====================== ] 510/1410 36% [====================== ] 511/1410 36% [====================== ] 512/1410 36% [====================== ] 513/1410 36% [====================== ] 514/1410 36% [====================== ] 515/1410 36% [====================== ] 516/1410 36% [====================== ] 517/1410 36% [====================== ] 518/1410 36% [====================== ] 519/1410 36% [====================== ] 520/1410 36% [====================== ] 521/1410 36% [====================== ] 522/1410 37% [====================== ] 523/1410 37% [======================= ] 524/1410 37% [======================= ] 525/1410 37% [======================= ] 526/1410 37% [======================= ] 527/1410 37% [======================= ] 528/1410 37% [======================= ] 529/1410 37% [======================= ] 530/1410 37% [======================= ] 531/1410 37% [======================= ] 532/1410 37% [======================= ] 533/1410 37% [======================= ] 534/1410 37% [======================= ] 535/1410 37% [======================= ] 536/1410 38% [======================= ] 537/1410 38% [======================= ] 538/1410 38% [======================= ] 539/1410 38% [======================= ] 540/1410 38% [======================= ] 541/1410 38% [======================= ] 542/1410 38% [======================= ] 543/1410 38% [======================= ] 544/1410 38% [======================= ] 545/1410 38% [======================== ] 546/1410 38% [======================== ] 547/1410 38% [======================== ] 548/1410 38% [======================== ] 549/1410 38% [======================== ] 550/1410 39% [======================== ] 551/1410 39% [======================== ] 552/1410 39% [======================== ] 553/1410 39% [======================== ] 554/1410 39% [======================== ] 555/1410 39% [======================== ] 556/1410 39% [======================== ] 557/1410 39% [======================== ] 558/1410 39% [======================== ] 559/1410 39% [======================== ] 560/1410 39% [======================== ] 561/1410 39% [======================== ] 562/1410 39% [======================== ] 563/1410 39% [======================== ] 564/1410 40% [======================== ] 565/1410 40% [======================== ] 566/1410 40% [======================== ] 567/1410 40% [======================== ] 568/1410 40% [========================= ] 569/1410 40% [========================= ] 570/1410 40% [========================= ] 571/1410 40% [========================= ] 572/1410 40% [========================= ] 573/1410 40% [========================= ] 574/1410 40% [========================= ] 575/1410 40% [========================= ] 576/1410 40% [========================= ] 577/1410 40% [========================= ] 578/1410 40% [========================= ] 579/1410 41% [========================= ] 580/1410 41% [========================= ] 581/1410 41% [========================= ] 582/1410 41% [========================= ] 583/1410 41% [========================= ] 584/1410 41% [========================= ] 585/1410 41% [========================= ] 586/1410 41% [========================= ] 587/1410 41% [========================= ] 588/1410 41% [========================= ] 589/1410 41% [========================= ] 590/1410 41% [========================= ] 591/1410 41% [========================== ] 592/1410 41% [========================== ] 593/1410 42% [========================== ] 594/1410 42% [========================== ] 595/1410 42% [========================== ] 596/1410 42% [========================== ] 597/1410 42% [========================== ] 598/1410 42% [========================== ] 599/1410 42% [========================== ] 600/1410 42% [========================== ] 601/1410 42% [========================== ] 602/1410 42% [========================== ] 603/1410 42% [========================== ] 604/1410 42% [========================== ] 605/1410 42% [========================== ] 606/1410 42% [========================== ] 607/1410 43% [========================== ] 608/1410 43% [========================== ] 609/1410 43% [========================== ] 610/1410 43% [========================== ] 611/1410 43% [========================== ] 612/1410 43% [========================== ] 613/1410 43% [========================== ] 614/1410 43% [=========================== ] 615/1410 43% [=========================== ] 616/1410 43% [=========================== ] 617/1410 43% [=========================== ] 618/1410 43% [=========================== ] 619/1410 43% [=========================== ] 620/1410 43% [=========================== ] 621/1410 44% [=========================== ] 622/1410 44% [=========================== ] 623/1410 44% [=========================== ] 624/1410 44% [=========================== ] 625/1410 44% [=========================== ] 626/1410 44% [=========================== ] 627/1410 44% [=========================== ] 628/1410 44% [=========================== ] 629/1410 44% [=========================== ] 630/1410 44% [=========================== ] 631/1410 44% [=========================== ] 632/1410 44% [=========================== ] 633/1410 44% [=========================== ] 634/1410 44% [=========================== ] 635/1410 45% [=========================== ] 636/1410 45% [============================ ] 637/1410 45% [============================ ] 638/1410 45% [============================ ] 639/1410 45% [============================ ] 640/1410 45% [============================ ] 641/1410 45% [============================ ] 642/1410 45% [============================ ] 643/1410 45% [============================ ] 644/1410 45% [============================ ] 645/1410 45% [============================ ] 646/1410 45% [============================ ] 647/1410 45% [============================ ] 648/1410 45% [============================ ] 649/1410 46% [============================ ] 650/1410 46% [============================ ] 651/1410 46% [============================ ] 652/1410 46% [============================ ] 653/1410 46% [============================ ] 654/1410 46% [============================ ] 655/1410 46% [============================ ] 656/1410 46% [============================ ] 657/1410 46% [============================ ] 658/1410 46% [============================ ] 659/1410 46% [============================= ] 660/1410 46% [============================= ] 661/1410 46% [============================= ] 662/1410 46% [============================= ] 663/1410 47% [============================= ] 664/1410 47% [============================= ] 665/1410 47% [============================= ] 666/1410 47% [============================= ] 667/1410 47% [============================= ] 668/1410 47% [============================= ] 669/1410 47% [============================= ] 670/1410 47% [============================= ] 671/1410 47% [============================= ] 672/1410 47% [============================= ] 673/1410 47% [============================= ] 674/1410 47% [============================= ] 675/1410 47% [============================= ] 676/1410 47% [============================= ] 677/1410 48% [============================= ] 678/1410 48% [============================= ] 679/1410 48% [============================= ] 680/1410 48% [============================= ] 681/1410 48% [============================= ] 682/1410 48% [============================== ] 683/1410 48% [============================== ] 684/1410 48% [============================== ] 685/1410 48% [============================== ] 686/1410 48% [============================== ] 687/1410 48% [============================== ] 688/1410 48% [============================== ] 689/1410 48% [============================== ] 690/1410 48% [============================== ] 691/1410 49% [============================== ] 692/1410 49% [============================== ] 693/1410 49% [============================== ] 694/1410 49% [============================== ] 695/1410 49% [============================== ] 696/1410 49% [============================== ] 697/1410 49% [============================== ] 698/1410 49% [============================== ] 699/1410 49% [============================== ] 700/1410 49% [============================== ] 701/1410 49% [============================== ] 702/1410 49% [============================== ] 703/1410 49% [============================== ] 704/1410 49% [=============================== ] 705/1410 50% [=============================== ] 706/1410 50% [=============================== ] 707/1410 50% [=============================== ] 708/1410 50% [=============================== ] 709/1410 50% [=============================== ] 710/1410 50% [=============================== ] 711/1410 50% [=============================== ] 712/1410 50% [=============================== ] 713/1410 50% [=============================== ] 714/1410 50% [=============================== ] 715/1410 50% [=============================== ] 716/1410 50% [=============================== ] 717/1410 50% [=============================== ] 718/1410 50% [=============================== ] 719/1410 50% [=============================== ] 720/1410 51% [=============================== ] 721/1410 51% [=============================== ] 722/1410 51% [=============================== ] 723/1410 51% [=============================== ] 724/1410 51% [=============================== ] 725/1410 51% [=============================== ] 726/1410 51% [=============================== ] 727/1410 51% [================================ ] 728/1410 51% [================================ ] 729/1410 51% [================================ ] 730/1410 51% [================================ ] 731/1410 51% [================================ ] 732/1410 51% [================================ ] 733/1410 51% [================================ ] 734/1410 52% [================================ ] 735/1410 52% [================================ ] 736/1410 52% [================================ ] 737/1410 52% [================================ ] 738/1410 52% [================================ ] 739/1410 52% [================================ ] 740/1410 52% [================================ ] 741/1410 52% [================================ ] 742/1410 52% [================================ ] 743/1410 52% [================================ ] 744/1410 52% [================================ ] 745/1410 52% [================================ ] 746/1410 52% [================================ ] 747/1410 52% [================================ ] 748/1410 53% [================================ ] 749/1410 53% [================================ ] 750/1410 53% [================================= ] 751/1410 53% [================================= ] 752/1410 53% [================================= ] 753/1410 53% [================================= ] 754/1410 53% [================================= ] 755/1410 53% [================================= ] 756/1410 53% [================================= ] 757/1410 53% [================================= ] 758/1410 53% [================================= ] 759/1410 53% [================================= ] 760/1410 53% [================================= ] 761/1410 53% [================================= ] 762/1410 54% [================================= ] 763/1410 54% [================================= ] 764/1410 54% [================================= ] 765/1410 54% [================================= ] 766/1410 54% [================================= ] 767/1410 54% [================================= ] 768/1410 54% [================================= ] 769/1410 54% [================================= ] 770/1410 54% [================================= ] 771/1410 54% [================================= ] 772/1410 54% [================================= ] 773/1410 54% [================================== ] 774/1410 54% [================================== ] 775/1410 54% [================================== ] 776/1410 55% [================================== ] 777/1410 55% [================================== ] 778/1410 55% [================================== ] 779/1410 55% [================================== ] 780/1410 55% [================================== ] 781/1410 55% [================================== ] 782/1410 55% [================================== ] 783/1410 55% [================================== ] 784/1410 55% [================================== ] 785/1410 55% [================================== ] 786/1410 55% [================================== ] 787/1410 55% [================================== ] 788/1410 55% [================================== ] 789/1410 55% [================================== ] 790/1410 56% [================================== ] 791/1410 56% [================================== ] 792/1410 56% [================================== ] 793/1410 56% [================================== ] 794/1410 56% [================================== ] 795/1410 56% [=================================== ] 796/1410 56% [=================================== ] 797/1410 56% [=================================== ] 798/1410 56% [=================================== ] 799/1410 56% [=================================== ] 800/1410 56% [=================================== ] 801/1410 56% [=================================== ] 802/1410 56% [=================================== ] 803/1410 56% [=================================== ] 804/1410 57% [=================================== ] 805/1410 57% [=================================== ] 806/1410 57% [=================================== ] 807/1410 57% [=================================== ] 808/1410 57% [=================================== ] 809/1410 57% [=================================== ] 810/1410 57% [=================================== ] 811/1410 57% [=================================== ] 812/1410 57% [=================================== ] 813/1410 57% [=================================== ] 814/1410 57% [=================================== ] 815/1410 57% [=================================== ] 816/1410 57% [=================================== ] 817/1410 57% [=================================== ] 818/1410 58% [==================================== ] 819/1410 58% [==================================== ] 820/1410 58% [==================================== ] 821/1410 58% [==================================== ] 822/1410 58% [==================================== ] 823/1410 58% [==================================== ] 824/1410 58% [==================================== ] 825/1410 58% [==================================== ] 826/1410 58% [==================================== ] 827/1410 58% [==================================== ] 828/1410 58% [==================================== ] 829/1410 58% [==================================== ] 830/1410 58% [==================================== ] 831/1410 58% [==================================== ] 832/1410 59% [==================================== ] 833/1410 59% [==================================== ] 834/1410 59% [==================================== ] 835/1410 59% [==================================== ] 836/1410 59% [==================================== ] 837/1410 59% [==================================== ] 838/1410 59% [==================================== ] 839/1410 59% [==================================== ] 840/1410 59% [==================================== ] 841/1410 59% [===================================== ] 842/1410 59% [===================================== ] 843/1410 59% [===================================== ] 844/1410 59% [===================================== ] 845/1410 59% [===================================== ] 846/1410 60% [===================================== ] 847/1410 60% [===================================== ] 848/1410 60% [===================================== ] 849/1410 60% [===================================== ] 850/1410 60% [===================================== ] 851/1410 60% [===================================== ] 852/1410 60% [===================================== ] 853/1410 60% [===================================== ] 854/1410 60% [===================================== ] 855/1410 60% [===================================== ] 856/1410 60% [===================================== ] 857/1410 60% [===================================== ] 858/1410 60% [===================================== ] 859/1410 60% [===================================== ] 860/1410 60% [===================================== ] 861/1410 61% [===================================== ] 862/1410 61% [===================================== ] 863/1410 61% [===================================== ] 864/1410 61% [====================================== ] 865/1410 61% [====================================== ] 866/1410 61% [====================================== ] 867/1410 61% [====================================== ] 868/1410 61% [====================================== ] 869/1410 61% [====================================== ] 870/1410 61% [====================================== ] 871/1410 61% [====================================== ] 872/1410 61% [====================================== ] 873/1410 61% [====================================== ] 874/1410 61% [====================================== ] 875/1410 62% [====================================== ] 876/1410 62% [====================================== ] 877/1410 62% [====================================== ] 878/1410 62% [====================================== ] 879/1410 62% [====================================== ] 880/1410 62% [====================================== ] 881/1410 62% [====================================== ] 882/1410 62% [====================================== ] 883/1410 62% [====================================== ] 884/1410 62% [====================================== ] 885/1410 62% [====================================== ] 886/1410 62% [======================================= ] 887/1410 62% [======================================= ] 888/1410 62% [======================================= ] 889/1410 63% [======================================= ] 890/1410 63% [======================================= ] 891/1410 63% [======================================= ] 892/1410 63% [======================================= ] 893/1410 63% [======================================= ] 894/1410 63% [======================================= ] 895/1410 63% [======================================= ] 896/1410 63% [======================================= ] 897/1410 63% [======================================= ] 898/1410 63% [======================================= ] 899/1410 63% [======================================= ] 900/1410 63% [======================================= ] 901/1410 63% [======================================= ] 902/1410 63% [======================================= ] 903/1410 64% [======================================= ] 904/1410 64% [======================================= ] 905/1410 64% [======================================= ] 906/1410 64% [======================================= ] 907/1410 64% [======================================= ] 908/1410 64% [======================================= ] 909/1410 64% [======================================== ] 910/1410 64% [======================================== ] 911/1410 64% [======================================== ] 912/1410 64% [======================================== ] 913/1410 64% [======================================== ] 914/1410 64% [======================================== ] 915/1410 64% [======================================== ] 916/1410 64% [======================================== ] 917/1410 65% [======================================== ] 918/1410 65% [======================================== ] 919/1410 65% [======================================== ] 920/1410 65% [======================================== ] 921/1410 65% [======================================== ] 922/1410 65% [======================================== ] 923/1410 65% [======================================== ] 924/1410 65% [======================================== ] 925/1410 65% [======================================== ] 926/1410 65% [======================================== ] 927/1410 65% [======================================== ] 928/1410 65% [======================================== ] 929/1410 65% [======================================== ] 930/1410 65% [======================================== ] 931/1410 66% [======================================== ] 932/1410 66% [========================================= ] 933/1410 66% [========================================= ] 934/1410 66% [========================================= ] 935/1410 66% [========================================= ] 936/1410 66% [========================================= ] 937/1410 66% [========================================= ] 938/1410 66% [========================================= ] 939/1410 66% [========================================= ] 940/1410 66% [========================================= ] 941/1410 66% [========================================= ] 942/1410 66% [========================================= ] 943/1410 66% [========================================= ] 944/1410 66% [========================================= ] 945/1410 67% [========================================= ] 946/1410 67% [========================================= ] 947/1410 67% [========================================= ] 948/1410 67% [========================================= ] 949/1410 67% [========================================= ] 950/1410 67% [========================================= ] 951/1410 67% [========================================= ] 952/1410 67% [========================================= ] 953/1410 67% [========================================= ] 954/1410 67% [========================================= ] 955/1410 67% [========================================== ] 956/1410 67% [========================================== ] 957/1410 67% [========================================== ] 958/1410 67% [========================================== ] 959/1410 68% [========================================== ] 960/1410 68% [========================================== ] 961/1410 68% [========================================== ] 962/1410 68% [========================================== ] 963/1410 68% [========================================== ] 964/1410 68% [========================================== ] 965/1410 68% [========================================== ] 966/1410 68% [========================================== ] 967/1410 68% [========================================== ] 968/1410 68% [========================================== ] 969/1410 68% [========================================== ] 970/1410 68% [========================================== ] 971/1410 68% [========================================== ] 972/1410 68% [========================================== ] 973/1410 69% [========================================== ] 974/1410 69% [========================================== ] 975/1410 69% [========================================== ] 976/1410 69% [========================================== ] 977/1410 69% [=========================================== ] 978/1410 69% [=========================================== ] 979/1410 69% [=========================================== ] 980/1410 69% [=========================================== ] 981/1410 69% [=========================================== ] 982/1410 69% [=========================================== ] 983/1410 69% [=========================================== ] 984/1410 69% [=========================================== ] 985/1410 69% [=========================================== ] 986/1410 69% [=========================================== ] 987/1410 70% [=========================================== ] 988/1410 70% [=========================================== ] 989/1410 70% [=========================================== ] 990/1410 70% [=========================================== ] 991/1410 70% [=========================================== ] 992/1410 70% [=========================================== ] 993/1410 70% [=========================================== ] 994/1410 70% [=========================================== ] 995/1410 70% [=========================================== ] 996/1410 70% [=========================================== ] 997/1410 70% [=========================================== ] 998/1410 70% [=========================================== ] 999/1410 70% [=========================================== ] 1000/1410 70% [============================================ ] 1001/1410 70% [============================================ ] 1002/1410 71% [============================================ ] 1003/1410 71% [============================================ ] 1004/1410 71% [============================================ ] 1005/1410 71% [============================================ ] 1006/1410 71% [============================================ ] 1007/1410 71% [============================================ ] 1008/1410 71% [============================================ ] 1009/1410 71% [============================================ ] 1010/1410 71% [============================================ ] 1011/1410 71% [============================================ ] 1012/1410 71% [============================================ ] 1013/1410 71% [============================================ ] 1014/1410 71% [============================================ ] 1015/1410 71% [============================================ ] 1016/1410 72% [============================================ ] 1017/1410 72% [============================================ ] 1018/1410 72% [============================================ ] 1019/1410 72% [============================================ ] 1020/1410 72% [============================================ ] 1021/1410 72% [============================================ ] 1022/1410 72% [============================================ ] 1023/1410 72% [============================================= ] 1024/1410 72% [============================================= ] 1025/1410 72% [============================================= ] 1026/1410 72% [============================================= ] 1027/1410 72% [============================================= ] 1028/1410 72% [============================================= ] 1029/1410 72% [============================================= ] 1030/1410 73% [============================================= ] 1031/1410 73% [============================================= ] 1032/1410 73% [============================================= ] 1033/1410 73% [============================================= ] 1034/1410 73% [============================================= ] 1035/1410 73% [============================================= ] 1036/1410 73% [============================================= ] 1037/1410 73% [============================================= ] 1038/1410 73% [============================================= ] 1039/1410 73% [============================================= ] 1040/1410 73% [============================================= ] 1041/1410 73% [============================================= ] 1042/1410 73% [============================================= ] 1043/1410 73% [============================================= ] 1044/1410 74% [============================================= ] 1045/1410 74% [============================================= ] 1046/1410 74% [============================================== ] 1047/1410 74% [============================================== ] 1048/1410 74% [============================================== ] 1049/1410 74% [============================================== ] 1050/1410 74% [============================================== ] 1051/1410 74% [============================================== ] 1052/1410 74% [============================================== ] 1053/1410 74% [============================================== ] 1054/1410 74% [============================================== ] 1055/1410 74% [============================================== ] 1056/1410 74% [============================================== ] 1057/1410 74% [============================================== ] 1058/1410 75% [============================================== ] 1059/1410 75% [============================================== ] 1060/1410 75% [============================================== ] 1061/1410 75% [============================================== ] 1062/1410 75% [============================================== ] 1063/1410 75% [============================================== ] 1064/1410 75% [============================================== ] 1065/1410 75% [============================================== ] 1066/1410 75% [============================================== ] 1067/1410 75% [============================================== ] 1068/1410 75% [=============================================== ] 1069/1410 75% [=============================================== ] 1070/1410 75% [=============================================== ] 1071/1410 75% [=============================================== ] 1072/1410 76% [=============================================== ] 1073/1410 76% [=============================================== ] 1074/1410 76% [=============================================== ] 1075/1410 76% [=============================================== ] 1076/1410 76% [=============================================== ] 1077/1410 76% [=============================================== ] 1078/1410 76% [=============================================== ] 1079/1410 76% [=============================================== ] 1080/1410 76% [=============================================== ] 1081/1410 76% [=============================================== ] 1082/1410 76% [=============================================== ] 1083/1410 76% [=============================================== ] 1084/1410 76% [=============================================== ] 1085/1410 76% [=============================================== ] 1086/1410 77% [=============================================== ] 1087/1410 77% [=============================================== ] 1088/1410 77% [=============================================== ] 1089/1410 77% [=============================================== ] 1090/1410 77% [=============================================== ] 1091/1410 77% [================================================ ] 1092/1410 77% [================================================ ] 1093/1410 77% [================================================ ] 1094/1410 77% [================================================ ] 1095/1410 77% [================================================ ] 1096/1410 77% [================================================ ] 1097/1410 77% [================================================ ] 1098/1410 77% [================================================ ] 1099/1410 77% [================================================ ] 1100/1410 78% [================================================ ] 1101/1410 78% [================================================ ] 1102/1410 78% [================================================ ] 1103/1410 78% [================================================ ] 1104/1410 78% [================================================ ] 1105/1410 78% [================================================ ] 1106/1410 78% [================================================ ] 1107/1410 78% [================================================ ] 1108/1410 78% [================================================ ] 1109/1410 78% [================================================ ] 1110/1410 78% [================================================ ] 1111/1410 78% [================================================ ] 1112/1410 78% [================================================ ] 1113/1410 78% [================================================ ] 1114/1410 79% [================================================= ] 1115/1410 79% [================================================= ] 1116/1410 79% [================================================= ] 1117/1410 79% [================================================= ] 1118/1410 79% [================================================= ] 1119/1410 79% [================================================= ] 1120/1410 79% [================================================= ] 1121/1410 79% [================================================= ] 1122/1410 79% [================================================= ] 1123/1410 79% [================================================= ] 1124/1410 79% [================================================= ] 1125/1410 79% [================================================= ] 1126/1410 79% [================================================= ] 1127/1410 79% [================================================= ] 1128/1410 80% [================================================= ] 1129/1410 80% [================================================= ] 1130/1410 80% [================================================= ] 1131/1410 80% [================================================= ] 1132/1410 80% [================================================= ] 1133/1410 80% [================================================= ] 1134/1410 80% [================================================= ] 1135/1410 80% [================================================= ] 1136/1410 80% [================================================= ] 1137/1410 80% [================================================== ] 1138/1410 80% [================================================== ] 1139/1410 80% [================================================== ] 1140/1410 80% [================================================== ] 1141/1410 80% [================================================== ] 1142/1410 80% [================================================== ] 1143/1410 81% [================================================== ] 1144/1410 81% [================================================== ] 1145/1410 81% [================================================== ] 1146/1410 81% [================================================== ] 1147/1410 81% [================================================== ] 1148/1410 81% [================================================== ] 1149/1410 81% [================================================== ] 1150/1410 81% [================================================== ] 1151/1410 81% [================================================== ] 1152/1410 81% [================================================== ] 1153/1410 81% [================================================== ] 1154/1410 81% [================================================== ] 1155/1410 81% [================================================== ] 1156/1410 81% [================================================== ] 1157/1410 82% [================================================== ] 1158/1410 82% [================================================== ] 1159/1410 82% [=================================================== ] 1160/1410 82% [=================================================== ] 1161/1410 82% [=================================================== ] 1162/1410 82% [=================================================== ] 1163/1410 82% [=================================================== ] 1164/1410 82% [=================================================== ] 1165/1410 82% [=================================================== ] 1166/1410 82% [=================================================== ] 1167/1410 82% [=================================================== ] 1168/1410 82% [=================================================== ] 1169/1410 82% [=================================================== ] 1170/1410 82% [=================================================== ] 1171/1410 83% [=================================================== ] 1172/1410 83% [=================================================== ] 1173/1410 83% [=================================================== ] 1174/1410 83% [=================================================== ] 1175/1410 83% [=================================================== ] 1176/1410 83% [=================================================== ] 1177/1410 83% [=================================================== ] 1178/1410 83% [=================================================== ] 1179/1410 83% [=================================================== ] 1180/1410 83% [=================================================== ] 1181/1410 83% [=================================================== ] 1182/1410 83% [==================================================== ] 1183/1410 83% [==================================================== ] 1184/1410 83% [==================================================== ] 1185/1410 84% [==================================================== ] 1186/1410 84% [==================================================== ] 1187/1410 84% [==================================================== ] 1188/1410 84% [==================================================== ] 1189/1410 84% [==================================================== ] 1190/1410 84% [==================================================== ] 1191/1410 84% [==================================================== ] 1192/1410 84% [==================================================== ] 1193/1410 84% [==================================================== ] 1194/1410 84% [==================================================== ] 1195/1410 84% [==================================================== ] 1196/1410 84% [==================================================== ] 1197/1410 84% [==================================================== ] 1198/1410 84% [==================================================== ] 1199/1410 85% [==================================================== ] 1200/1410 85% [==================================================== ] 1201/1410 85% [==================================================== ] 1202/1410 85% [==================================================== ] 1203/1410 85% [==================================================== ] 1204/1410 85% [==================================================== ] 1205/1410 85% [===================================================== ] 1206/1410 85% [===================================================== ] 1207/1410 85% [===================================================== ] 1208/1410 85% [===================================================== ] 1209/1410 85% [===================================================== ] 1210/1410 85% [===================================================== ] 1211/1410 85% [===================================================== ] 1212/1410 85% [===================================================== ] 1213/1410 86% [===================================================== ] 1214/1410 86% [===================================================== ] 1215/1410 86% [===================================================== ] 1216/1410 86% [===================================================== ] 1217/1410 86% [===================================================== ] 1218/1410 86% [===================================================== ] 1219/1410 86% [===================================================== ] 1220/1410 86% [===================================================== ] 1221/1410 86% [===================================================== ] 1222/1410 86% [===================================================== ] 1223/1410 86% [===================================================== ] 1224/1410 86% [===================================================== ] 1225/1410 86% [===================================================== ] 1226/1410 86% [===================================================== ] 1227/1410 87% [===================================================== ] 1228/1410 87% [====================================================== ] 1229/1410 87% [====================================================== ] 1230/1410 87% [====================================================== ] 1231/1410 87% [====================================================== ] 1232/1410 87% [====================================================== ] 1233/1410 87% [====================================================== ] 1234/1410 87% [====================================================== ] 1235/1410 87% [====================================================== ] 1236/1410 87% [====================================================== ] 1237/1410 87% [====================================================== ] 1238/1410 87% [====================================================== ] 1239/1410 87% [====================================================== ] 1240/1410 87% [====================================================== ] 1241/1410 88% [====================================================== ] 1242/1410 88% [====================================================== ] 1243/1410 88% [====================================================== ] 1244/1410 88% [====================================================== ] 1245/1410 88% [====================================================== ] 1246/1410 88% [====================================================== ] 1247/1410 88% [====================================================== ] 1248/1410 88% [====================================================== ] 1249/1410 88% [====================================================== ] 1250/1410 88% [======================================================= ] 1251/1410 88% [======================================================= ] 1252/1410 88% [======================================================= ] 1253/1410 88% [======================================================= ] 1254/1410 88% [======================================================= ] 1255/1410 89% [======================================================= ] 1256/1410 89% [======================================================= ] 1257/1410 89% [======================================================= ] 1258/1410 89% [======================================================= ] 1259/1410 89% [======================================================= ] 1260/1410 89% [======================================================= ] 1261/1410 89% [======================================================= ] 1262/1410 89% [======================================================= ] 1263/1410 89% [======================================================= ] 1264/1410 89% [======================================================= ] 1265/1410 89% [======================================================= ] 1266/1410 89% [======================================================= ] 1267/1410 89% [======================================================= ] 1268/1410 89% [======================================================= ] 1269/1410 90% [======================================================= ] 1270/1410 90% [======================================================= ] 1271/1410 90% [======================================================= ] 1272/1410 90% [======================================================= ] 1273/1410 90% [======================================================== ] 1274/1410 90% [======================================================== ] 1275/1410 90% [======================================================== ] 1276/1410 90% [======================================================== ] 1277/1410 90% [======================================================== ] 1278/1410 90% [======================================================== ] 1279/1410 90% [======================================================== ] 1280/1410 90% [======================================================== ] 1281/1410 90% [======================================================== ] 1282/1410 90% [======================================================== ] 1283/1410 90% [======================================================== ] 1284/1410 91% [======================================================== ] 1285/1410 91% [======================================================== ] 1286/1410 91% [======================================================== ] 1287/1410 91% [======================================================== ] 1288/1410 91% [======================================================== ] 1289/1410 91% [======================================================== ] 1290/1410 91% [======================================================== ] 1291/1410 91% [======================================================== ] 1292/1410 91% [======================================================== ] 1293/1410 91% [======================================================== ] 1294/1410 91% [======================================================== ] 1295/1410 91% [======================================================== ] 1296/1410 91% [========================================================= ] 1297/1410 91% [========================================================= ] 1298/1410 92% [========================================================= ] 1299/1410 92% [========================================================= ] 1300/1410 92% [========================================================= ] 1301/1410 92% [========================================================= ] 1302/1410 92% [========================================================= ] 1303/1410 92% [========================================================= ] 1304/1410 92% [========================================================= ] 1305/1410 92% [========================================================= ] 1306/1410 92% [========================================================= ] 1307/1410 92% [========================================================= ] 1308/1410 92% [========================================================= ] 1309/1410 92% [========================================================= ] 1310/1410 92% [========================================================= ] 1311/1410 92% [========================================================= ] 1312/1410 93% [========================================================= ] 1313/1410 93% [========================================================= ] 1314/1410 93% [========================================================= ] 1315/1410 93% [========================================================= ] 1316/1410 93% [========================================================= ] 1317/1410 93% [========================================================= ] 1318/1410 93% [========================================================= ] 1319/1410 93% [========================================================== ] 1320/1410 93% [========================================================== ] 1321/1410 93% [========================================================== ] 1322/1410 93% [========================================================== ] 1323/1410 93% [========================================================== ] 1324/1410 93% [========================================================== ] 1325/1410 93% [========================================================== ] 1326/1410 94% [========================================================== ] 1327/1410 94% [========================================================== ] 1328/1410 94% [========================================================== ] 1329/1410 94% [========================================================== ] 1330/1410 94% [========================================================== ] 1331/1410 94% [========================================================== ] 1332/1410 94% [========================================================== ] 1333/1410 94% [========================================================== ] 1334/1410 94% [========================================================== ] 1335/1410 94% [========================================================== ] 1336/1410 94% [========================================================== ] 1337/1410 94% [========================================================== ] 1338/1410 94% [========================================================== ] 1339/1410 94% [========================================================== ] 1340/1410 95% [========================================================== ] 1341/1410 95% [=========================================================== ] 1342/1410 95% [=========================================================== ] 1343/1410 95% [=========================================================== ] 1344/1410 95% [=========================================================== ] 1345/1410 95% [=========================================================== ] 1346/1410 95% [=========================================================== ] 1347/1410 95% [=========================================================== ] 1348/1410 95% [=========================================================== ] 1349/1410 95% [=========================================================== ] 1350/1410 95% [=========================================================== ] 1351/1410 95% [=========================================================== ] 1352/1410 95% [=========================================================== ] 1353/1410 95% [=========================================================== ] 1354/1410 96% [=========================================================== ] 1355/1410 96% [=========================================================== ] 1356/1410 96% [=========================================================== ] 1357/1410 96% [=========================================================== ] 1358/1410 96% [=========================================================== ] 1359/1410 96% [=========================================================== ] 1360/1410 96% [=========================================================== ] 1361/1410 96% [=========================================================== ] 1362/1410 96% [=========================================================== ] 1363/1410 96% [=========================================================== ] 1364/1410 96% [============================================================ ] 1365/1410 96% [============================================================ ] 1366/1410 96% [============================================================ ] 1367/1410 96% [============================================================ ] 1368/1410 97% [============================================================ ] 1369/1410 97% [============================================================ ] 1370/1410 97% [============================================================ ] 1371/1410 97% [============================================================ ] 1372/1410 97% [============================================================ ] 1373/1410 97% [============================================================ ] 1374/1410 97% [============================================================ ] 1375/1410 97% [============================================================ ] 1376/1410 97% [============================================================ ] 1377/1410 97% [============================================================ ] 1378/1410 97% [============================================================ ] 1379/1410 97% [============================================================ ] 1380/1410 97% [============================================================ ] 1381/1410 97% [============================================================ ] 1382/1410 98% [============================================================ ] 1383/1410 98% [============================================================ ] 1384/1410 98% [============================================================ ] 1385/1410 98% [============================================================ ] 1386/1410 98% [============================================================ ] 1387/1410 98% [============================================================= ] 1388/1410 98% [============================================================= ] 1389/1410 98% [============================================================= ] 1390/1410 98% [============================================================= ] 1391/1410 98% [============================================================= ] 1392/1410 98% [============================================================= ] 1393/1410 98% [============================================================= ] 1394/1410 98% [============================================================= ] 1395/1410 98% [============================================================= ] 1396/1410 99% [============================================================= ] 1397/1410 99% [============================================================= ] 1398/1410 99% [============================================================= ] 1399/1410 99% [============================================================= ] 1400/1410 99% [============================================================= ] 1401/1410 99% [============================================================= ] 1402/1410 99% [============================================================= ] 1403/1410 99% [============================================================= ] 1404/1410 99% [============================================================= ] 1405/1410 99% [============================================================= ] 1406/1410 99% [============================================================= ] 1407/1410 99% [============================================================= ] 1408/1410 99% [============================================================= ] 1409/1410 99% [==============================================================] 1410/1410 100% operation complete, 1410 objects in 146993 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/mips64-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2023.02-100-g9833247d49 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.15.96 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> openssl Collecting legal info >>> libressl 3.6.2 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bird 2.0.11 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.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) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freeipmi 1.6.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> git 2.40.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> initscripts Collecting legal info >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> irssi 1.4.2 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> json-glib 1.6.6 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmdbx 0.11.14 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> luainterpreter Collecting legal info >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netsniff-ng 0.6.8 Collecting legal info README: OK (sha256: b353349ba51e0d4b59cf2f188f0c285296e154ce8c58954bc5e0dc0282a4db2d) COPYING: OK (sha256: 8f6d85366f3763557d6ddd0637988b9ba11edef354e3c9302fff4262a235c387) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> openlayers 7.2.2 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> opkg 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> optee-client 3.19.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-pahole 1.24 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rauc 1.9 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> shadowsocks-libev 3.3.5 Collecting legal info COPYING: OK (sha256: 736883f97d44dbec288bb82819f18f4f86d02ae3192f6a9abefa00db76bace41) libbloom/LICENSE: OK (sha256: c41a4bc2c4c43e4daa3051e77e31b2d5c8500498afaeac6d831d55a4bb8de3fb) libcork/COPYING: OK (sha256: 4fa2ada54f8c0410ec243265378242ffe862386d5ac517f8dd30a1911d25ae93) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ssdp-responder 2.0 Collecting legal info LICENSE: OK (sha256: 68d6fdc22e337f725fe719bf9ae6d92b1d8d0ca4cff8219b303ab76706670a8d) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tor 0.4.7.13 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> whetstone 1.2 Collecting legal info >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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: linux-headers-5.15.96: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'