printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/sbin/mkfs.jffs2 -e 0x2100 --with-xattr -l -n -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target -o /home/thomas/autobuild/instance-3/output-1/images/rootfs.jffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/jffs2/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.squashfs mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mksquashfs /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.squashfs -noappend -processors 4 -b 1024K -nopad -comp lzma\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/squashfs/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/thomas/autobuild/instance-3/output-1/images/rootfs.squashfs, block size 1048576. [===============================================================|] 404/404 100% Exportable Squashfs 4.0 filesystem, lzma compressed, data block size 1048576 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 54853.93 Kbytes (53.57 Mbytes) 30.50% of uncompressed filesystem size (179864.79 Kbytes) Inode table size 5274 bytes (5.15 Kbytes) 20.55% of uncompressed inode table size (25661 bytes) Directory table size 6041 bytes (5.90 Kbytes) 47.02% of uncompressed directory table size (12849 bytes) Number of duplicate files found 3 Number of inodes 706 Number of files 262 Number of fragments 19 Number of symbolic links 315 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 129 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) >>> Generating filesystem image rootfs.tar mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/tar/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" gzip -9 -c -n /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar > /home/thomas/autobuild/instance-3/output-1/images/rootfs.tar.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 706 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/706 0% [ ] 2/706 0% [ ] 3/706 0% [ ] 4/706 0% [ ] 5/706 0% [ ] 6/706 0% [ ] 7/706 0% [ ] 8/706 1% [ ] 9/706 1% [ ] 10/706 1% [ ] 11/706 1% [= ] 12/706 1% [= ] 13/706 1% [= ] 14/706 1% [= ] 15/706 2% [= ] 16/706 2% [= ] 17/706 2% [= ] 18/706 2% [= ] 19/706 2% [= ] 20/706 2% [= ] 21/706 2% [= ] 22/706 3% [== ] 23/706 3% [== ] 24/706 3% [== ] 25/706 3% [== ] 26/706 3% [== ] 27/706 3% [== ] 28/706 3% [== ] 29/706 4% [== ] 30/706 4% [== ] 31/706 4% [== ] 32/706 4% [== ] 33/706 4% [=== ] 34/706 4% [=== ] 35/706 4% [=== ] 36/706 5% [=== ] 37/706 5% [=== ] 38/706 5% [=== ] 39/706 5% [=== ] 40/706 5% [=== ] 41/706 5% [=== ] 42/706 5% [=== ] 43/706 6% [=== ] 44/706 6% [==== ] 45/706 6% [==== ] 46/706 6% [==== ] 47/706 6% [==== ] 48/706 6% [==== ] 49/706 6% [==== ] 50/706 7% [==== ] 51/706 7% [==== ] 52/706 7% [==== ] 53/706 7% [==== ] 54/706 7% [==== ] 55/706 7% [===== ] 56/706 7% [===== ] 57/706 8% [===== ] 58/706 8% [===== ] 59/706 8% [===== ] 60/706 8% [===== ] 61/706 8% [===== ] 62/706 8% [===== ] 63/706 8% [===== ] 64/706 9% [===== ] 65/706 9% [===== ] 66/706 9% [====== ] 67/706 9% [====== ] 68/706 9% [====== ] 69/706 9% [====== ] 70/706 9% [====== ] 71/706 10% [====== ] 72/706 10% [====== ] 73/706 10% [====== ] 74/706 10% [====== ] 75/706 10% [====== ] 76/706 10% [====== ] 77/706 10% [======= ] 78/706 11% [======= ] 79/706 11% [======= ] 80/706 11% [======= ] 81/706 11% [======= ] 82/706 11% [======= ] 83/706 11% [======= ] 84/706 11% [======= ] 85/706 12% [======= ] 86/706 12% [======= ] 87/706 12% [======= ] 88/706 12% [======== ] 89/706 12% [======== ] 90/706 12% [======== ] 91/706 12% [======== ] 92/706 13% [======== ] 93/706 13% [======== ] 94/706 13% [======== ] 95/706 13% [======== ] 96/706 13% [======== ] 97/706 13% [======== ] 98/706 13% [======== ] 99/706 14% [========= ] 100/706 14% [========= ] 101/706 14% [========= ] 102/706 14% [========= ] 103/706 14% [========= ] 104/706 14% [========= ] 105/706 14% [========= ] 106/706 15% [========= ] 107/706 15% [========= ] 108/706 15% [========= ] 109/706 15% [========= ] 110/706 15% [========== ] 111/706 15% [========== ] 112/706 15% [========== ] 113/706 16% [========== ] 114/706 16% [========== ] 115/706 16% [========== ] 116/706 16% [========== ] 117/706 16% [========== ] 118/706 16% [========== ] 119/706 16% [========== ] 120/706 16% [========== ] 121/706 17% [=========== ] 122/706 17% [=========== ] 123/706 17% [=========== ] 124/706 17% [=========== ] 125/706 17% [=========== ] 126/706 17% [=========== ] 127/706 17% [=========== ] 128/706 18% [=========== ] 129/706 18% [=========== ] 130/706 18% [=========== ] 131/706 18% [=========== ] 132/706 18% [============ ] 133/706 18% [============ ] 134/706 18% [============ ] 135/706 19% [============ ] 136/706 19% [============ ] 137/706 19% [============ ] 138/706 19% [============ ] 139/706 19% [============ ] 140/706 19% [============ ] 141/706 19% [============ ] 142/706 20% [============ ] 143/706 20% [============= ] 144/706 20% [============= ] 145/706 20% [============= ] 146/706 20% [============= ] 147/706 20% [============= ] 148/706 20% [============= ] 149/706 21% [============= ] 150/706 21% [============= ] 151/706 21% [============= ] 152/706 21% [============= ] 153/706 21% [============= ] 154/706 21% [============== ] 155/706 21% [============== ] 156/706 22% [============== ] 157/706 22% [============== ] 158/706 22% [============== ] 159/706 22% [============== ] 160/706 22% [============== ] 161/706 22% [============== ] 162/706 22% [============== ] 163/706 23% [============== ] 164/706 23% [============== ] 165/706 23% [=============== ] 166/706 23% [=============== ] 167/706 23% [=============== ] 168/706 23% [=============== ] 169/706 23% [=============== ] 170/706 24% [=============== ] 171/706 24% [=============== ] 172/706 24% [=============== ] 173/706 24% [=============== ] 174/706 24% [=============== ] 175/706 24% [=============== ] 176/706 24% [================ ] 177/706 25% [================ ] 178/706 25% [================ ] 179/706 25% [================ ] 180/706 25% [================ ] 181/706 25% [================ ] 182/706 25% [================ ] 183/706 25% [================ ] 184/706 26% [================ ] 185/706 26% [================ ] 186/706 26% [================ ] 187/706 26% [================= ] 188/706 26% [================= ] 189/706 26% [================= ] 190/706 26% [================= ] 191/706 27% [================= ] 192/706 27% [================= ] 193/706 27% [================= ] 194/706 27% [================= ] 195/706 27% [================= ] 196/706 27% [================= ] 197/706 27% [================= ] 198/706 28% [================== ] 199/706 28% [================== ] 200/706 28% [================== ] 201/706 28% [================== ] 202/706 28% [================== ] 203/706 28% [================== ] 204/706 28% [================== ] 205/706 29% [================== ] 206/706 29% [================== ] 207/706 29% [================== ] 208/706 29% [================== ] 209/706 29% [=================== ] 210/706 29% [=================== ] 211/706 29% [=================== ] 212/706 30% [=================== ] 213/706 30% [=================== ] 214/706 30% [=================== ] 215/706 30% [=================== ] 216/706 30% [=================== ] 217/706 30% [=================== ] 218/706 30% [=================== ] 219/706 31% [=================== ] 220/706 31% [==================== ] 221/706 31% [==================== ] 222/706 31% [==================== ] 223/706 31% [==================== ] 224/706 31% [==================== ] 225/706 31% [==================== ] 226/706 32% [==================== ] 227/706 32% [==================== ] 228/706 32% [==================== ] 229/706 32% [==================== ] 230/706 32% [==================== ] 231/706 32% [===================== ] 232/706 32% [===================== ] 233/706 33% [===================== ] 234/706 33% [===================== ] 235/706 33% [===================== ] 236/706 33% [===================== ] 237/706 33% [===================== ] 238/706 33% [===================== ] 239/706 33% [===================== ] 240/706 33% [===================== ] 241/706 34% [===================== ] 242/706 34% [====================== ] 243/706 34% [====================== ] 244/706 34% [====================== ] 245/706 34% [====================== ] 246/706 34% [====================== ] 247/706 34% [====================== ] 248/706 35% [====================== ] 249/706 35% [====================== ] 250/706 35% [====================== ] 251/706 35% [====================== ] 252/706 35% [====================== ] 253/706 35% [======================= ] 254/706 35% [======================= ] 255/706 36% [======================= ] 256/706 36% [======================= ] 257/706 36% [======================= ] 258/706 36% [======================= ] 259/706 36% [======================= ] 260/706 36% [======================= ] 261/706 36% [======================= ] 262/706 37% [======================= ] 263/706 37% [======================= ] 264/706 37% [======================== ] 265/706 37% [======================== ] 266/706 37% [======================== ] 267/706 37% [======================== ] 268/706 37% [======================== ] 269/706 38% [======================== ] 270/706 38% [======================== ] 271/706 38% [======================== ] 272/706 38% [======================== ] 273/706 38% [======================== ] 274/706 38% [======================== ] 275/706 38% [========================= ] 276/706 39% [========================= ] 277/706 39% [========================= ] 278/706 39% [========================= ] 279/706 39% [========================= ] 280/706 39% [========================= ] 281/706 39% [========================= ] 282/706 39% [========================= ] 283/706 40% [========================= ] 284/706 40% [========================= ] 285/706 40% [========================= ] 286/706 40% [========================== ] 287/706 40% [========================== ] 288/706 40% [========================== ] 289/706 40% [========================== ] 290/706 41% [========================== ] 291/706 41% [========================== ] 292/706 41% [========================== ] 293/706 41% [========================== ] 294/706 41% [========================== ] 295/706 41% [========================== ] 296/706 41% [========================== ] 297/706 42% [=========================== ] 298/706 42% [=========================== ] 299/706 42% [=========================== ] 300/706 42% [=========================== ] 301/706 42% [=========================== ] 302/706 42% [=========================== ] 303/706 42% [=========================== ] 304/706 43% [=========================== ] 305/706 43% [=========================== ] 306/706 43% [=========================== ] 307/706 43% [=========================== ] 308/706 43% [============================ ] 309/706 43% [============================ ] 310/706 43% [============================ ] 311/706 44% [============================ ] 312/706 44% [============================ ] 313/706 44% [============================ ] 314/706 44% [============================ ] 315/706 44% [============================ ] 316/706 44% [============================ ] 317/706 44% [============================ ] 318/706 45% [============================ ] 319/706 45% [============================= ] 320/706 45% [============================= ] 321/706 45% [============================= ] 322/706 45% [============================= ] 323/706 45% [============================= ] 324/706 45% [============================= ] 325/706 46% [============================= ] 326/706 46% [============================= ] 327/706 46% [============================= ] 328/706 46% [============================= ] 329/706 46% [============================= ] 330/706 46% [============================== ] 331/706 46% [============================== ] 332/706 47% [============================== ] 333/706 47% [============================== ] 334/706 47% [============================== ] 335/706 47% [============================== ] 336/706 47% [============================== ] 337/706 47% [============================== ] 338/706 47% [============================== ] 339/706 48% [============================== ] 340/706 48% [============================== ] 341/706 48% [=============================== ] 342/706 48% [=============================== ] 343/706 48% [=============================== ] 344/706 48% [=============================== ] 345/706 48% [=============================== ] 346/706 49% [=============================== ] 347/706 49% [=============================== ] 348/706 49% [=============================== ] 349/706 49% [=============================== ] 350/706 49% [=============================== ] 351/706 49% [=============================== ] 352/706 49% [================================ ] 353/706 50% [================================ ] 354/706 50% [================================ ] 355/706 50% [================================ ] 356/706 50% [================================ ] 357/706 50% [================================ ] 358/706 50% [================================ ] 359/706 50% [================================ ] 360/706 50% [================================ ] 361/706 51% [================================ ] 362/706 51% [================================ ] 363/706 51% [================================ ] 364/706 51% [================================= ] 365/706 51% [================================= ] 366/706 51% [================================= ] 367/706 51% [================================= ] 368/706 52% [================================= ] 369/706 52% [================================= ] 370/706 52% [================================= ] 371/706 52% [================================= ] 372/706 52% [================================= ] 373/706 52% [================================= ] 374/706 52% [================================= ] 375/706 53% [================================== ] 376/706 53% [================================== ] 377/706 53% [================================== ] 378/706 53% [================================== ] 379/706 53% [================================== ] 380/706 53% [================================== ] 381/706 53% [================================== ] 382/706 54% [================================== ] 383/706 54% [================================== ] 384/706 54% [================================== ] 385/706 54% [================================== ] 386/706 54% [=================================== ] 387/706 54% [=================================== ] 388/706 54% [=================================== ] 389/706 55% [=================================== ] 390/706 55% [=================================== ] 391/706 55% [=================================== ] 392/706 55% [=================================== ] 393/706 55% [=================================== ] 394/706 55% [=================================== ] 395/706 55% [=================================== ] 396/706 56% [=================================== ] 397/706 56% [==================================== ] 398/706 56% [==================================== ] 399/706 56% [==================================== ] 400/706 56% [==================================== ] 401/706 56% [==================================== ] 402/706 56% [==================================== ] 403/706 57% [==================================== ] 404/706 57% [==================================== ] 405/706 57% [==================================== ] 406/706 57% [==================================== ] 407/706 57% [==================================== ] 408/706 57% [===================================== ] 409/706 57% [===================================== ] 410/706 58% [===================================== ] 411/706 58% [===================================== ] 412/706 58% [===================================== ] 413/706 58% [===================================== ] 414/706 58% [===================================== ] 415/706 58% [===================================== ] 416/706 58% [===================================== ] 417/706 59% [===================================== ] 418/706 59% [===================================== ] 419/706 59% [====================================== ] 420/706 59% [====================================== ] 421/706 59% [====================================== ] 422/706 59% [====================================== ] 423/706 59% [====================================== ] 424/706 60% [====================================== ] 425/706 60% [====================================== ] 426/706 60% [====================================== ] 427/706 60% [====================================== ] 428/706 60% [====================================== ] 429/706 60% [====================================== ] 430/706 60% [======================================= ] 431/706 61% [======================================= ] 432/706 61% [======================================= ] 433/706 61% [======================================= ] 434/706 61% [======================================= ] 435/706 61% [======================================= ] 436/706 61% [======================================= ] 437/706 61% [======================================= ] 438/706 62% [======================================= ] 439/706 62% [======================================= ] 440/706 62% [======================================= ] 441/706 62% [======================================== ] 442/706 62% [======================================== ] 443/706 62% [======================================== ] 444/706 62% [======================================== ] 445/706 63% [======================================== ] 446/706 63% [======================================== ] 447/706 63% [======================================== ] 448/706 63% [======================================== ] 449/706 63% [======================================== ] 450/706 63% [======================================== ] 451/706 63% [======================================== ] 452/706 64% [========================================= ] 453/706 64% [========================================= ] 454/706 64% [========================================= ] 455/706 64% [========================================= ] 456/706 64% [========================================= ] 457/706 64% [========================================= ] 458/706 64% [========================================= ] 459/706 65% [========================================= ] 460/706 65% [========================================= ] 461/706 65% [========================================= ] 462/706 65% [========================================= ] 463/706 65% [========================================== ] 464/706 65% [========================================== ] 465/706 65% [========================================== ] 466/706 66% [========================================== ] 467/706 66% [========================================== ] 468/706 66% [========================================== ] 469/706 66% [========================================== ] 470/706 66% [========================================== ] 471/706 66% [========================================== ] 472/706 66% [========================================== ] 473/706 66% [========================================== ] 474/706 67% [=========================================== ] 475/706 67% [=========================================== ] 476/706 67% [=========================================== ] 477/706 67% [=========================================== ] 478/706 67% [=========================================== ] 479/706 67% [=========================================== ] 480/706 67% [=========================================== ] 481/706 68% [=========================================== ] 482/706 68% [=========================================== ] 483/706 68% [=========================================== ] 484/706 68% [=========================================== ] 485/706 68% [============================================ ] 486/706 68% [============================================ ] 487/706 68% [============================================ ] 488/706 69% [============================================ ] 489/706 69% [============================================ ] 490/706 69% [============================================ ] 491/706 69% [============================================ ] 492/706 69% [============================================ ] 493/706 69% [============================================ ] 494/706 69% [============================================ ] 495/706 70% [============================================ ] 496/706 70% [============================================= ] 497/706 70% [============================================= ] 498/706 70% [============================================= ] 499/706 70% [============================================= ] 500/706 70% [============================================= ] 501/706 70% [============================================= ] 502/706 71% [============================================= ] 503/706 71% [============================================= ] 504/706 71% [============================================= ] 505/706 71% [============================================= ] 506/706 71% [============================================= ] 507/706 71% [============================================== ] 508/706 71% [============================================== ] 509/706 72% [============================================== ] 510/706 72% [============================================== ] 511/706 72% [============================================== ] 512/706 72% [============================================== ] 513/706 72% [============================================== ] 514/706 72% [============================================== ] 515/706 72% [============================================== ] 516/706 73% [============================================== ] 517/706 73% [============================================== ] 518/706 73% [=============================================== ] 519/706 73% [=============================================== ] 520/706 73% [=============================================== ] 521/706 73% [=============================================== ] 522/706 73% [=============================================== ] 523/706 74% [=============================================== ] 524/706 74% [=============================================== ] 525/706 74% [=============================================== ] 526/706 74% [=============================================== ] 527/706 74% [=============================================== ] 528/706 74% [=============================================== ] 529/706 74% [================================================ ] 530/706 75% [================================================ ] 531/706 75% [================================================ ] 532/706 75% [================================================ ] 533/706 75% [================================================ ] 534/706 75% [================================================ ] 535/706 75% [================================================ ] 536/706 75% [================================================ ] 537/706 76% [================================================ ] 538/706 76% [================================================ ] 539/706 76% [================================================ ] 540/706 76% [================================================= ] 541/706 76% [================================================= ] 542/706 76% [================================================= ] 543/706 76% [================================================= ] 544/706 77% [================================================= ] 545/706 77% [================================================= ] 546/706 77% [================================================= ] 547/706 77% [================================================= ] 548/706 77% [================================================= ] 549/706 77% [================================================= ] 550/706 77% [================================================= ] 551/706 78% [================================================== ] 552/706 78% [================================================== ] 553/706 78% [================================================== ] 554/706 78% [================================================== ] 555/706 78% [================================================== ] 556/706 78% [================================================== ] 557/706 78% [================================================== ] 558/706 79% [================================================== ] 559/706 79% [================================================== ] 560/706 79% [================================================== ] 561/706 79% [================================================== ] 562/706 79% [=================================================== ] 563/706 79% [=================================================== ] 564/706 79% [=================================================== ] 565/706 80% [=================================================== ] 566/706 80% [=================================================== ] 567/706 80% [=================================================== ] 568/706 80% [=================================================== ] 569/706 80% [=================================================== ] 570/706 80% [=================================================== ] 571/706 80% [=================================================== ] 572/706 81% [=================================================== ] 573/706 81% [==================================================== ] 574/706 81% [==================================================== ] 575/706 81% [==================================================== ] 576/706 81% [==================================================== ] 577/706 81% [==================================================== ] 578/706 81% [==================================================== ] 579/706 82% [==================================================== ] 580/706 82% [==================================================== ] 581/706 82% [==================================================== ] 582/706 82% [==================================================== ] 583/706 82% [==================================================== ] 584/706 82% [===================================================== ] 585/706 82% [===================================================== ] 586/706 83% [===================================================== ] 587/706 83% [===================================================== ] 588/706 83% [===================================================== ] 589/706 83% [===================================================== ] 590/706 83% [===================================================== ] 591/706 83% [===================================================== ] 592/706 83% [===================================================== ] 593/706 83% [===================================================== ] 594/706 84% [===================================================== ] 595/706 84% [====================================================== ] 596/706 84% [====================================================== ] 597/706 84% [====================================================== ] 598/706 84% [====================================================== ] 599/706 84% [====================================================== ] 600/706 84% [====================================================== ] 601/706 85% [====================================================== ] 602/706 85% [====================================================== ] 603/706 85% [====================================================== ] 604/706 85% [====================================================== ] 605/706 85% [====================================================== ] 606/706 85% [======================================================= ] 607/706 85% [======================================================= ] 608/706 86% [======================================================= ] 609/706 86% [======================================================= ] 610/706 86% [======================================================= ] 611/706 86% [======================================================= ] 612/706 86% [======================================================= ] 613/706 86% [======================================================= ] 614/706 86% [======================================================= ] 615/706 87% [======================================================= ] 616/706 87% [======================================================= ] 617/706 87% [======================================================== ] 618/706 87% [======================================================== ] 619/706 87% [======================================================== ] 620/706 87% [======================================================== ] 621/706 87% [======================================================== ] 622/706 88% [======================================================== ] 623/706 88% [======================================================== ] 624/706 88% [======================================================== ] 625/706 88% [======================================================== ] 626/706 88% [======================================================== ] 627/706 88% [======================================================== ] 628/706 88% [========================================================= ] 629/706 89% [========================================================= ] 630/706 89% [========================================================= ] 631/706 89% [========================================================= ] 632/706 89% [========================================================= ] 633/706 89% [========================================================= ] 634/706 89% [========================================================= ] 635/706 89% [========================================================= ] 636/706 90% [========================================================= ] 637/706 90% [========================================================= ] 638/706 90% [========================================================= ] 639/706 90% [========================================================== ] 640/706 90% [========================================================== ] 641/706 90% [========================================================== ] 642/706 90% [========================================================== ] 643/706 91% [========================================================== ] 644/706 91% [========================================================== ] 645/706 91% [========================================================== ] 646/706 91% [========================================================== ] 647/706 91% [========================================================== ] 648/706 91% [========================================================== ] 649/706 91% [========================================================== ] 650/706 92% [=========================================================== ] 651/706 92% [=========================================================== ] 652/706 92% [=========================================================== ] 653/706 92% [=========================================================== ] 654/706 92% [=========================================================== ] 655/706 92% [=========================================================== ] 656/706 92% [=========================================================== ] 657/706 93% [=========================================================== ] 658/706 93% [=========================================================== ] 659/706 93% [=========================================================== ] 660/706 93% [=========================================================== ] 661/706 93% [============================================================ ] 662/706 93% [============================================================ ] 663/706 93% [============================================================ ] 664/706 94% [============================================================ ] 665/706 94% [============================================================ ] 666/706 94% [============================================================ ] 667/706 94% [============================================================ ] 668/706 94% [============================================================ ] 669/706 94% [============================================================ ] 670/706 94% [============================================================ ] 671/706 95% [============================================================ ] 672/706 95% [============================================================= ] 673/706 95% [============================================================= ] 674/706 95% [============================================================= ] 675/706 95% [============================================================= ] 676/706 95% [============================================================= ] 677/706 95% [============================================================= ] 678/706 96% [============================================================= ] 679/706 96% [============================================================= ] 680/706 96% [============================================================= ] 681/706 96% [============================================================= ] 682/706 96% [============================================================= ] 683/706 96% [============================================================== ] 684/706 96% [============================================================== ] 685/706 97% [============================================================== ] 686/706 97% [============================================================== ] 687/706 97% [============================================================== ] 688/706 97% [============================================================== ] 689/706 97% [============================================================== ] 690/706 97% [============================================================== ] 691/706 97% [============================================================== ] 692/706 98% [============================================================== ] 693/706 98% [============================================================== ] 694/706 98% [=============================================================== ] 695/706 98% [=============================================================== ] 696/706 98% [=============================================================== ] 697/706 98% [=============================================================== ] 698/706 98% [=============================================================== ] 699/706 99% [=============================================================== ] 700/706 99% [=============================================================== ] 701/706 99% [=============================================================== ] 702/706 99% [=============================================================== ] 703/706 99% [=============================================================== ] 704/706 99% [=============================================================== ] 705/706 99% [================================================================] 706/706 100% operation complete, 706 objects in 90759 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-358-g24261a1762 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cfm 0.3 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> ddrescue 1.26 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> eigen 3.4.0 Collecting legal info COPYING.MPL2: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) COPYING.BSD: OK (sha256: 51928dce36213c5333ba3172e847d735d4c6e9b7ff2722a326c49067155b82eb) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.README: OK (sha256: c83230b770f17ef1386ea1fd3681271dd98aa93646bdbfb5bff3a1b7050fff9d) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flatbuffers 2.0.6 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-flatbuffers 2.0.6 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fmt 9.1.0 Collecting legal info LICENSE.rst: OK (sha256: 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8) >>> 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) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> genpart 1.0.2 Collecting legal info >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> glm 0.9.9.5 Collecting legal info manual.md: OK (sha256: 337130631a714eeae017556cad101d5324c2961214120b6214741d3d43667086) >>> gloox 1.0.24 Collecting legal info LICENSE: OK (sha256: 40a20c41c8dabb8ba61bea983fa8f2f6989e67fac56bb62c2249053807fd26af) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> graphite2 1.3.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> hdparm 9.63 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgeotiff 1.7.1 Collecting legal info LICENSE: OK (sha256: a822a731a7ac4ba7d8f18fa0dc29db2e68a5dcfc315b46e4a4c8956720d55d93) >>> proj 8.1.1 Collecting legal info COPYING: OK (sha256: 6a8f30793e877d32e3f88b972f0970a051a3b5a26cd057d3993cb51e21c43319) >>> host-sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libpjsip 2.12.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> librelp 1.10.0 Collecting legal info COPYING: OK (sha256: 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685) >>> libserial 1.0.0 Collecting legal info LICENSE.txt: OK (sha256: c42fdfe17c192cfdb900e22d40ef246db1b473f99165e405eda62b41be27f4bf) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsoundtouch 2.3.1 Collecting legal info COPYING.TXT: OK (sha256: 84c6d82dc7de80f5b73f231edfd3ddc5b53513908117452bfa37ea36bb4b7e0a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libunistring 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mrp 1.2 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> openlayers 7.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> optee-client 3.18.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> psplash 44afb7506d43cca15582b4c5b90ba5580344d75d Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.42.9 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) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rwmem c8291705c82bb0686be9adf6a427a2b72114719a Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sngrep 1.4.7 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tinyxml2 9.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'