( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-2760-gb793f3a49e1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1150 number of 4KB nodes: 173602 Total image size: 707005967 >>> Generating filesystem image rootfs.squashfs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mksquashfs /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.squashfs -noappend -processors 4 -b 16K -nopad -comp lzo\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/thomas/autobuild/instance-2/output-1/images/rootfs.squashfs, block size 16384. [=============================================================/] 7405/7405 100% Exportable Squashfs 4.0 filesystem, lzo compressed, data block size 16384 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 59043.57 Kbytes (57.66 Mbytes) 52.53% of uncompressed filesystem size (112410.37 Kbytes) Inode table size 31110 bytes (30.38 Kbytes) 49.95% of uncompressed inode table size (62287 bytes) Directory table size 12748 bytes (12.45 Kbytes) 58.14% of uncompressed directory table size (21928 bytes) Number of duplicate files found 11 Number of inodes 1006 Number of files 599 Number of fragments 61 Number of symbolic links 307 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 100 Number of hard-links 144 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.ubifs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" bzip2 -9 -c /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs > /home/thomas/autobuild/instance-2/output-1/images/rootfs.ubifs.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1150 objects. stage 2: creating image '/home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1150 0% [ ] 2/1150 0% [ ] 3/1150 0% [ ] 4/1150 0% [ ] 5/1150 0% [ ] 6/1150 0% [ ] 7/1150 0% [ ] 8/1150 0% [ ] 9/1150 0% [ ] 10/1150 0% [ ] 11/1150 0% [ ] 12/1150 1% [ ] 13/1150 1% [ ] 14/1150 1% [ ] 15/1150 1% [ ] 16/1150 1% [ ] 17/1150 1% [ ] 18/1150 1% [= ] 19/1150 1% [= ] 20/1150 1% [= ] 21/1150 1% [= ] 22/1150 1% [= ] 23/1150 2% [= ] 24/1150 2% [= ] 25/1150 2% [= ] 26/1150 2% [= ] 27/1150 2% [= ] 28/1150 2% [= ] 29/1150 2% [= ] 30/1150 2% [= ] 31/1150 2% [= ] 32/1150 2% [= ] 33/1150 2% [= ] 34/1150 2% [= ] 35/1150 3% [= ] 36/1150 3% [= ] 37/1150 3% [== ] 38/1150 3% [== ] 39/1150 3% [== ] 40/1150 3% [== ] 41/1150 3% [== ] 42/1150 3% [== ] 43/1150 3% [== ] 44/1150 3% [== ] 45/1150 3% [== ] 46/1150 4% [== ] 47/1150 4% [== ] 48/1150 4% [== ] 49/1150 4% [== ] 50/1150 4% [== ] 51/1150 4% [== ] 52/1150 4% [== ] 53/1150 4% [== ] 54/1150 4% [== ] 55/1150 4% [=== ] 56/1150 4% [=== ] 57/1150 4% [=== ] 58/1150 5% [=== ] 59/1150 5% [=== ] 60/1150 5% [=== ] 61/1150 5% [=== ] 62/1150 5% [=== ] 63/1150 5% [=== ] 64/1150 5% [=== ] 65/1150 5% [=== ] 66/1150 5% [=== ] 67/1150 5% [=== ] 68/1150 5% [=== ] 69/1150 6% [=== ] 70/1150 6% [=== ] 71/1150 6% [=== ] 72/1150 6% [=== ] 73/1150 6% [=== ] 74/1150 6% [==== ] 75/1150 6% [==== ] 76/1150 6% [==== ] 77/1150 6% [==== ] 78/1150 6% [==== ] 79/1150 6% [==== ] 80/1150 6% [==== ] 81/1150 7% [==== ] 82/1150 7% [==== ] 83/1150 7% [==== ] 84/1150 7% [==== ] 85/1150 7% [==== ] 86/1150 7% [==== ] 87/1150 7% [==== ] 88/1150 7% [==== ] 89/1150 7% [==== ] 90/1150 7% [==== ] 91/1150 7% [==== ] 92/1150 8% [===== ] 93/1150 8% [===== ] 94/1150 8% [===== ] 95/1150 8% [===== ] 96/1150 8% [===== ] 97/1150 8% [===== ] 98/1150 8% [===== ] 99/1150 8% [===== ] 100/1150 8% [===== ] 101/1150 8% [===== ] 102/1150 8% [===== ] 103/1150 8% [===== ] 104/1150 9% [===== ] 105/1150 9% [===== ] 106/1150 9% [===== ] 107/1150 9% [===== ] 108/1150 9% [===== ] 109/1150 9% [===== ] 110/1150 9% [===== ] 111/1150 9% [====== ] 112/1150 9% [====== ] 113/1150 9% [====== ] 114/1150 9% [====== ] 115/1150 10% [====== ] 116/1150 10% [====== ] 117/1150 10% [====== ] 118/1150 10% [====== ] 119/1150 10% [====== ] 120/1150 10% [====== ] 121/1150 10% [====== ] 122/1150 10% [====== ] 123/1150 10% [====== ] 124/1150 10% [====== ] 125/1150 10% [====== ] 126/1150 10% [====== ] 127/1150 11% [====== ] 128/1150 11% [====== ] 129/1150 11% [======= ] 130/1150 11% [======= ] 131/1150 11% [======= ] 132/1150 11% [======= ] 133/1150 11% [======= ] 134/1150 11% [======= ] 135/1150 11% [======= ] 136/1150 11% [======= ] 137/1150 11% [======= ] 138/1150 12% [======= ] 139/1150 12% [======= ] 140/1150 12% [======= ] 141/1150 12% [======= ] 142/1150 12% [======= ] 143/1150 12% [======= ] 144/1150 12% [======= ] 145/1150 12% [======= ] 146/1150 12% [======= ] 147/1150 12% [======= ] 148/1150 12% [======== ] 149/1150 12% [======== ] 150/1150 13% [======== ] 151/1150 13% [======== ] 152/1150 13% [======== ] 153/1150 13% [======== ] 154/1150 13% [======== ] 155/1150 13% [======== ] 156/1150 13% [======== ] 157/1150 13% [======== ] 158/1150 13% [======== ] 159/1150 13% [======== ] 160/1150 13% [======== ] 161/1150 14% [======== ] 162/1150 14% [======== ] 163/1150 14% [======== ] 164/1150 14% [======== ] 165/1150 14% [======== ] 166/1150 14% [========= ] 167/1150 14% [========= ] 168/1150 14% [========= ] 169/1150 14% [========= ] 170/1150 14% [========= ] 171/1150 14% [========= ] 172/1150 14% [========= ] 173/1150 15% [========= ] 174/1150 15% [========= ] 175/1150 15% [========= ] 176/1150 15% [========= ] 177/1150 15% [========= ] 178/1150 15% [========= ] 179/1150 15% [========= ] 180/1150 15% [========= ] 181/1150 15% [========= ] 182/1150 15% [========= ] 183/1150 15% [========= ] 184/1150 16% [========= ] 185/1150 16% [========== ] 186/1150 16% [========== ] 187/1150 16% [========== ] 188/1150 16% [========== ] 189/1150 16% [========== ] 190/1150 16% [========== ] 191/1150 16% [========== ] 192/1150 16% [========== ] 193/1150 16% [========== ] 194/1150 16% [========== ] 195/1150 16% [========== ] 196/1150 17% [========== ] 197/1150 17% [========== ] 198/1150 17% [========== ] 199/1150 17% [========== ] 200/1150 17% [========== ] 201/1150 17% [========== ] 202/1150 17% [========== ] 203/1150 17% [========== ] 204/1150 17% [=========== ] 205/1150 17% [=========== ] 206/1150 17% [=========== ] 207/1150 18% [=========== ] 208/1150 18% [=========== ] 209/1150 18% [=========== ] 210/1150 18% [=========== ] 211/1150 18% [=========== ] 212/1150 18% [=========== ] 213/1150 18% [=========== ] 214/1150 18% [=========== ] 215/1150 18% [=========== ] 216/1150 18% [=========== ] 217/1150 18% [=========== ] 218/1150 18% [=========== ] 219/1150 19% [=========== ] 220/1150 19% [=========== ] 221/1150 19% [=========== ] 222/1150 19% [============ ] 223/1150 19% [============ ] 224/1150 19% [============ ] 225/1150 19% [============ ] 226/1150 19% [============ ] 227/1150 19% [============ ] 228/1150 19% [============ ] 229/1150 19% [============ ] 230/1150 20% [============ ] 231/1150 20% [============ ] 232/1150 20% [============ ] 233/1150 20% [============ ] 234/1150 20% [============ ] 235/1150 20% [============ ] 236/1150 20% [============ ] 237/1150 20% [============ ] 238/1150 20% [============ ] 239/1150 20% [============ ] 240/1150 20% [============ ] 241/1150 20% [============= ] 242/1150 21% [============= ] 243/1150 21% [============= ] 244/1150 21% [============= ] 245/1150 21% [============= ] 246/1150 21% [============= ] 247/1150 21% [============= ] 248/1150 21% [============= ] 249/1150 21% [============= ] 250/1150 21% [============= ] 251/1150 21% [============= ] 252/1150 21% [============= ] 253/1150 22% [============= ] 254/1150 22% [============= ] 255/1150 22% [============= ] 256/1150 22% [============= ] 257/1150 22% [============= ] 258/1150 22% [============= ] 259/1150 22% [============== ] 260/1150 22% [============== ] 261/1150 22% [============== ] 262/1150 22% [============== ] 263/1150 22% [============== ] 264/1150 22% [============== ] 265/1150 23% [============== ] 266/1150 23% [============== ] 267/1150 23% [============== ] 268/1150 23% [============== ] 269/1150 23% [============== ] 270/1150 23% [============== ] 271/1150 23% [============== ] 272/1150 23% [============== ] 273/1150 23% [============== ] 274/1150 23% [============== ] 275/1150 23% [============== ] 276/1150 24% [============== ] 277/1150 24% [============== ] 278/1150 24% [=============== ] 279/1150 24% [=============== ] 280/1150 24% [=============== ] 281/1150 24% [=============== ] 282/1150 24% [=============== ] 283/1150 24% [=============== ] 284/1150 24% [=============== ] 285/1150 24% [=============== ] 286/1150 24% [=============== ] 287/1150 24% [=============== ] 288/1150 25% [=============== ] 289/1150 25% [=============== ] 290/1150 25% [=============== ] 291/1150 25% [=============== ] 292/1150 25% [=============== ] 293/1150 25% [=============== ] 294/1150 25% [=============== ] 295/1150 25% [=============== ] 296/1150 25% [================ ] 297/1150 25% [================ ] 298/1150 25% [================ ] 299/1150 26% [================ ] 300/1150 26% [================ ] 301/1150 26% [================ ] 302/1150 26% [================ ] 303/1150 26% [================ ] 304/1150 26% [================ ] 305/1150 26% [================ ] 306/1150 26% [================ ] 307/1150 26% [================ ] 308/1150 26% [================ ] 309/1150 26% [================ ] 310/1150 26% [================ ] 311/1150 27% [================ ] 312/1150 27% [================ ] 313/1150 27% [================ ] 314/1150 27% [================ ] 315/1150 27% [================= ] 316/1150 27% [================= ] 317/1150 27% [================= ] 318/1150 27% [================= ] 319/1150 27% [================= ] 320/1150 27% [================= ] 321/1150 27% [================= ] 322/1150 28% [================= ] 323/1150 28% [================= ] 324/1150 28% [================= ] 325/1150 28% [================= ] 326/1150 28% [================= ] 327/1150 28% [================= ] 328/1150 28% [================= ] 329/1150 28% [================= ] 330/1150 28% [================= ] 331/1150 28% [================= ] 332/1150 28% [================= ] 333/1150 28% [================== ] 334/1150 29% [================== ] 335/1150 29% [================== ] 336/1150 29% [================== ] 337/1150 29% [================== ] 338/1150 29% [================== ] 339/1150 29% [================== ] 340/1150 29% [================== ] 341/1150 29% [================== ] 342/1150 29% [================== ] 343/1150 29% [================== ] 344/1150 29% [================== ] 345/1150 30% [================== ] 346/1150 30% [================== ] 347/1150 30% [================== ] 348/1150 30% [================== ] 349/1150 30% [================== ] 350/1150 30% [================== ] 351/1150 30% [================== ] 352/1150 30% [=================== ] 353/1150 30% [=================== ] 354/1150 30% [=================== ] 355/1150 30% [=================== ] 356/1150 30% [=================== ] 357/1150 31% [=================== ] 358/1150 31% [=================== ] 359/1150 31% [=================== ] 360/1150 31% [=================== ] 361/1150 31% [=================== ] 362/1150 31% [=================== ] 363/1150 31% [=================== ] 364/1150 31% [=================== ] 365/1150 31% [=================== ] 366/1150 31% [=================== ] 367/1150 31% [=================== ] 368/1150 32% [=================== ] 369/1150 32% [=================== ] 370/1150 32% [==================== ] 371/1150 32% [==================== ] 372/1150 32% [==================== ] 373/1150 32% [==================== ] 374/1150 32% [==================== ] 375/1150 32% [==================== ] 376/1150 32% [==================== ] 377/1150 32% [==================== ] 378/1150 32% [==================== ] 379/1150 32% [==================== ] 380/1150 33% [==================== ] 381/1150 33% [==================== ] 382/1150 33% [==================== ] 383/1150 33% [==================== ] 384/1150 33% [==================== ] 385/1150 33% [==================== ] 386/1150 33% [==================== ] 387/1150 33% [==================== ] 388/1150 33% [==================== ] 389/1150 33% [===================== ] 390/1150 33% [===================== ] 391/1150 34% [===================== ] 392/1150 34% [===================== ] 393/1150 34% [===================== ] 394/1150 34% [===================== ] 395/1150 34% [===================== ] 396/1150 34% [===================== ] 397/1150 34% [===================== ] 398/1150 34% [===================== ] 399/1150 34% [===================== ] 400/1150 34% [===================== ] 401/1150 34% [===================== ] 402/1150 34% [===================== ] 403/1150 35% [===================== ] 404/1150 35% [===================== ] 405/1150 35% [===================== ] 406/1150 35% [===================== ] 407/1150 35% [===================== ] 408/1150 35% [====================== ] 409/1150 35% [====================== ] 410/1150 35% [====================== ] 411/1150 35% [====================== ] 412/1150 35% [====================== ] 413/1150 35% [====================== ] 414/1150 36% [====================== ] 415/1150 36% [====================== ] 416/1150 36% [====================== ] 417/1150 36% [====================== ] 418/1150 36% [====================== ] 419/1150 36% [====================== ] 420/1150 36% [====================== ] 421/1150 36% [====================== ] 422/1150 36% [====================== ] 423/1150 36% [====================== ] 424/1150 36% [====================== ] 425/1150 36% [====================== ] 426/1150 37% [======================= ] 427/1150 37% [======================= ] 428/1150 37% [======================= ] 429/1150 37% [======================= ] 430/1150 37% [======================= ] 431/1150 37% [======================= ] 432/1150 37% [======================= ] 433/1150 37% [======================= ] 434/1150 37% [======================= ] 435/1150 37% [======================= ] 436/1150 37% [======================= ] 437/1150 38% [======================= ] 438/1150 38% [======================= ] 439/1150 38% [======================= ] 440/1150 38% [======================= ] 441/1150 38% [======================= ] 442/1150 38% [======================= ] 443/1150 38% [======================= ] 444/1150 38% [======================= ] 445/1150 38% [======================== ] 446/1150 38% [======================== ] 447/1150 38% [======================== ] 448/1150 38% [======================== ] 449/1150 39% [======================== ] 450/1150 39% [======================== ] 451/1150 39% [======================== ] 452/1150 39% [======================== ] 453/1150 39% [======================== ] 454/1150 39% [======================== ] 455/1150 39% [======================== ] 456/1150 39% [======================== ] 457/1150 39% [======================== ] 458/1150 39% [======================== ] 459/1150 39% [======================== ] 460/1150 40% [======================== ] 461/1150 40% [======================== ] 462/1150 40% [======================== ] 463/1150 40% [========================= ] 464/1150 40% [========================= ] 465/1150 40% [========================= ] 466/1150 40% [========================= ] 467/1150 40% [========================= ] 468/1150 40% [========================= ] 469/1150 40% [========================= ] 470/1150 40% [========================= ] 471/1150 40% [========================= ] 472/1150 41% [========================= ] 473/1150 41% [========================= ] 474/1150 41% [========================= ] 475/1150 41% [========================= ] 476/1150 41% [========================= ] 477/1150 41% [========================= ] 478/1150 41% [========================= ] 479/1150 41% [========================= ] 480/1150 41% [========================= ] 481/1150 41% [========================= ] 482/1150 41% [========================== ] 483/1150 42% [========================== ] 484/1150 42% [========================== ] 485/1150 42% [========================== ] 486/1150 42% [========================== ] 487/1150 42% [========================== ] 488/1150 42% [========================== ] 489/1150 42% [========================== ] 490/1150 42% [========================== ] 491/1150 42% [========================== ] 492/1150 42% [========================== ] 493/1150 42% [========================== ] 494/1150 42% [========================== ] 495/1150 43% [========================== ] 496/1150 43% [========================== ] 497/1150 43% [========================== ] 498/1150 43% [========================== ] 499/1150 43% [========================== ] 500/1150 43% [=========================== ] 501/1150 43% [=========================== ] 502/1150 43% [=========================== ] 503/1150 43% [=========================== ] 504/1150 43% [=========================== ] 505/1150 43% [=========================== ] 506/1150 44% [=========================== ] 507/1150 44% [=========================== ] 508/1150 44% [=========================== ] 509/1150 44% [=========================== ] 510/1150 44% [=========================== ] 511/1150 44% [=========================== ] 512/1150 44% [=========================== ] 513/1150 44% [=========================== ] 514/1150 44% [=========================== ] 515/1150 44% [=========================== ] 516/1150 44% [=========================== ] 517/1150 44% [=========================== ] 518/1150 45% [=========================== ] 519/1150 45% [============================ ] 520/1150 45% [============================ ] 521/1150 45% [============================ ] 522/1150 45% [============================ ] 523/1150 45% [============================ ] 524/1150 45% [============================ ] 525/1150 45% [============================ ] 526/1150 45% [============================ ] 527/1150 45% [============================ ] 528/1150 45% [============================ ] 529/1150 46% [============================ ] 530/1150 46% [============================ ] 531/1150 46% [============================ ] 532/1150 46% [============================ ] 533/1150 46% [============================ ] 534/1150 46% [============================ ] 535/1150 46% [============================ ] 536/1150 46% [============================ ] 537/1150 46% [============================= ] 538/1150 46% [============================= ] 539/1150 46% [============================= ] 540/1150 46% [============================= ] 541/1150 47% [============================= ] 542/1150 47% [============================= ] 543/1150 47% [============================= ] 544/1150 47% [============================= ] 545/1150 47% [============================= ] 546/1150 47% [============================= ] 547/1150 47% [============================= ] 548/1150 47% [============================= ] 549/1150 47% [============================= ] 550/1150 47% [============================= ] 551/1150 47% [============================= ] 552/1150 48% [============================= ] 553/1150 48% [============================= ] 554/1150 48% [============================= ] 555/1150 48% [============================= ] 556/1150 48% [============================== ] 557/1150 48% [============================== ] 558/1150 48% [============================== ] 559/1150 48% [============================== ] 560/1150 48% [============================== ] 561/1150 48% [============================== ] 562/1150 48% [============================== ] 563/1150 48% [============================== ] 564/1150 49% [============================== ] 565/1150 49% [============================== ] 566/1150 49% [============================== ] 567/1150 49% [============================== ] 568/1150 49% [============================== ] 569/1150 49% [============================== ] 570/1150 49% [============================== ] 571/1150 49% [============================== ] 572/1150 49% [============================== ] 573/1150 49% [============================== ] 574/1150 49% [=============================== ] 575/1150 50% [=============================== ] 576/1150 50% [=============================== ] 577/1150 50% [=============================== ] 578/1150 50% [=============================== ] 579/1150 50% [=============================== ] 580/1150 50% [=============================== ] 581/1150 50% [=============================== ] 582/1150 50% [=============================== ] 583/1150 50% [=============================== ] 584/1150 50% [=============================== ] 585/1150 50% [=============================== ] 586/1150 50% [=============================== ] 587/1150 51% [=============================== ] 588/1150 51% [=============================== ] 589/1150 51% [=============================== ] 590/1150 51% [=============================== ] 591/1150 51% [=============================== ] 592/1150 51% [=============================== ] 593/1150 51% [================================ ] 594/1150 51% [================================ ] 595/1150 51% [================================ ] 596/1150 51% [================================ ] 597/1150 51% [================================ ] 598/1150 52% [================================ ] 599/1150 52% [================================ ] 600/1150 52% [================================ ] 601/1150 52% [================================ ] 602/1150 52% [================================ ] 603/1150 52% [================================ ] 604/1150 52% [================================ ] 605/1150 52% [================================ ] 606/1150 52% [================================ ] 607/1150 52% [================================ ] 608/1150 52% [================================ ] 609/1150 52% [================================ ] 610/1150 53% [================================ ] 611/1150 53% [================================ ] 612/1150 53% [================================= ] 613/1150 53% [================================= ] 614/1150 53% [================================= ] 615/1150 53% [================================= ] 616/1150 53% [================================= ] 617/1150 53% [================================= ] 618/1150 53% [================================= ] 619/1150 53% [================================= ] 620/1150 53% [================================= ] 621/1150 54% [================================= ] 622/1150 54% [================================= ] 623/1150 54% [================================= ] 624/1150 54% [================================= ] 625/1150 54% [================================= ] 626/1150 54% [================================= ] 627/1150 54% [================================= ] 628/1150 54% [================================= ] 629/1150 54% [================================= ] 630/1150 54% [================================== ] 631/1150 54% [================================== ] 632/1150 54% [================================== ] 633/1150 55% [================================== ] 634/1150 55% [================================== ] 635/1150 55% [================================== ] 636/1150 55% [================================== ] 637/1150 55% [================================== ] 638/1150 55% [================================== ] 639/1150 55% [================================== ] 640/1150 55% [================================== ] 641/1150 55% [================================== ] 642/1150 55% [================================== ] 643/1150 55% [================================== ] 644/1150 56% [================================== ] 645/1150 56% [================================== ] 646/1150 56% [================================== ] 647/1150 56% [================================== ] 648/1150 56% [================================== ] 649/1150 56% [=================================== ] 650/1150 56% [=================================== ] 651/1150 56% [=================================== ] 652/1150 56% [=================================== ] 653/1150 56% [=================================== ] 654/1150 56% [=================================== ] 655/1150 56% [=================================== ] 656/1150 57% [=================================== ] 657/1150 57% [=================================== ] 658/1150 57% [=================================== ] 659/1150 57% [=================================== ] 660/1150 57% [=================================== ] 661/1150 57% [=================================== ] 662/1150 57% [=================================== ] 663/1150 57% [=================================== ] 664/1150 57% [=================================== ] 665/1150 57% [=================================== ] 666/1150 57% [=================================== ] 667/1150 58% [==================================== ] 668/1150 58% [==================================== ] 669/1150 58% [==================================== ] 670/1150 58% [==================================== ] 671/1150 58% [==================================== ] 672/1150 58% [==================================== ] 673/1150 58% [==================================== ] 674/1150 58% [==================================== ] 675/1150 58% [==================================== ] 676/1150 58% [==================================== ] 677/1150 58% [==================================== ] 678/1150 58% [==================================== ] 679/1150 59% [==================================== ] 680/1150 59% [==================================== ] 681/1150 59% [==================================== ] 682/1150 59% [==================================== ] 683/1150 59% [==================================== ] 684/1150 59% [==================================== ] 685/1150 59% [==================================== ] 686/1150 59% [===================================== ] 687/1150 59% [===================================== ] 688/1150 59% [===================================== ] 689/1150 59% [===================================== ] 690/1150 60% [===================================== ] 691/1150 60% [===================================== ] 692/1150 60% [===================================== ] 693/1150 60% [===================================== ] 694/1150 60% [===================================== ] 695/1150 60% [===================================== ] 696/1150 60% [===================================== ] 697/1150 60% [===================================== ] 698/1150 60% [===================================== ] 699/1150 60% [===================================== ] 700/1150 60% [===================================== ] 701/1150 60% [===================================== ] 702/1150 61% [===================================== ] 703/1150 61% [===================================== ] 704/1150 61% [====================================== ] 705/1150 61% [====================================== ] 706/1150 61% [====================================== ] 707/1150 61% [====================================== ] 708/1150 61% [====================================== ] 709/1150 61% [====================================== ] 710/1150 61% [====================================== ] 711/1150 61% [====================================== ] 712/1150 61% [====================================== ] 713/1150 62% [====================================== ] 714/1150 62% [====================================== ] 715/1150 62% [====================================== ] 716/1150 62% [====================================== ] 717/1150 62% [====================================== ] 718/1150 62% [====================================== ] 719/1150 62% [====================================== ] 720/1150 62% [====================================== ] 721/1150 62% [====================================== ] 722/1150 62% [====================================== ] 723/1150 62% [======================================= ] 724/1150 62% [======================================= ] 725/1150 63% [======================================= ] 726/1150 63% [======================================= ] 727/1150 63% [======================================= ] 728/1150 63% [======================================= ] 729/1150 63% [======================================= ] 730/1150 63% [======================================= ] 731/1150 63% [======================================= ] 732/1150 63% [======================================= ] 733/1150 63% [======================================= ] 734/1150 63% [======================================= ] 735/1150 63% [======================================= ] 736/1150 64% [======================================= ] 737/1150 64% [======================================= ] 738/1150 64% [======================================= ] 739/1150 64% [======================================= ] 740/1150 64% [======================================= ] 741/1150 64% [======================================== ] 742/1150 64% [======================================== ] 743/1150 64% [======================================== ] 744/1150 64% [======================================== ] 745/1150 64% [======================================== ] 746/1150 64% [======================================== ] 747/1150 64% [======================================== ] 748/1150 65% [======================================== ] 749/1150 65% [======================================== ] 750/1150 65% [======================================== ] 751/1150 65% [======================================== ] 752/1150 65% [======================================== ] 753/1150 65% [======================================== ] 754/1150 65% [======================================== ] 755/1150 65% [======================================== ] 756/1150 65% [======================================== ] 757/1150 65% [======================================== ] 758/1150 65% [======================================== ] 759/1150 66% [======================================== ] 760/1150 66% [========================================= ] 761/1150 66% [========================================= ] 762/1150 66% [========================================= ] 763/1150 66% [========================================= ] 764/1150 66% [========================================= ] 765/1150 66% [========================================= ] 766/1150 66% [========================================= ] 767/1150 66% [========================================= ] 768/1150 66% [========================================= ] 769/1150 66% [========================================= ] 770/1150 66% [========================================= ] 771/1150 67% [========================================= ] 772/1150 67% [========================================= ] 773/1150 67% [========================================= ] 774/1150 67% [========================================= ] 775/1150 67% [========================================= ] 776/1150 67% [========================================= ] 777/1150 67% [========================================= ] 778/1150 67% [========================================= ] 779/1150 67% [========================================== ] 780/1150 67% [========================================== ] 781/1150 67% [========================================== ] 782/1150 68% [========================================== ] 783/1150 68% [========================================== ] 784/1150 68% [========================================== ] 785/1150 68% [========================================== ] 786/1150 68% [========================================== ] 787/1150 68% [========================================== ] 788/1150 68% [========================================== ] 789/1150 68% [========================================== ] 790/1150 68% [========================================== ] 791/1150 68% [========================================== ] 792/1150 68% [========================================== ] 793/1150 68% [========================================== ] 794/1150 69% [========================================== ] 795/1150 69% [========================================== ] 796/1150 69% [========================================== ] 797/1150 69% [=========================================== ] 798/1150 69% [=========================================== ] 799/1150 69% [=========================================== ] 800/1150 69% [=========================================== ] 801/1150 69% [=========================================== ] 802/1150 69% [=========================================== ] 803/1150 69% [=========================================== ] 804/1150 69% [=========================================== ] 805/1150 70% [=========================================== ] 806/1150 70% [=========================================== ] 807/1150 70% [=========================================== ] 808/1150 70% [=========================================== ] 809/1150 70% [=========================================== ] 810/1150 70% [=========================================== ] 811/1150 70% [=========================================== ] 812/1150 70% [=========================================== ] 813/1150 70% [=========================================== ] 814/1150 70% [=========================================== ] 815/1150 70% [=========================================== ] 816/1150 70% [============================================ ] 817/1150 71% [============================================ ] 818/1150 71% [============================================ ] 819/1150 71% [============================================ ] 820/1150 71% [============================================ ] 821/1150 71% [============================================ ] 822/1150 71% [============================================ ] 823/1150 71% [============================================ ] 824/1150 71% [============================================ ] 825/1150 71% [============================================ ] 826/1150 71% [============================================ ] 827/1150 71% [============================================ ] 828/1150 72% [============================================ ] 829/1150 72% [============================================ ] 830/1150 72% [============================================ ] 831/1150 72% [============================================ ] 832/1150 72% [============================================ ] 833/1150 72% [============================================ ] 834/1150 72% [============================================= ] 835/1150 72% [============================================= ] 836/1150 72% [============================================= ] 837/1150 72% [============================================= ] 838/1150 72% [============================================= ] 839/1150 72% [============================================= ] 840/1150 73% [============================================= ] 841/1150 73% [============================================= ] 842/1150 73% [============================================= ] 843/1150 73% [============================================= ] 844/1150 73% [============================================= ] 845/1150 73% [============================================= ] 846/1150 73% [============================================= ] 847/1150 73% [============================================= ] 848/1150 73% [============================================= ] 849/1150 73% [============================================= ] 850/1150 73% [============================================= ] 851/1150 74% [============================================= ] 852/1150 74% [============================================= ] 853/1150 74% [============================================== ] 854/1150 74% [============================================== ] 855/1150 74% [============================================== ] 856/1150 74% [============================================== ] 857/1150 74% [============================================== ] 858/1150 74% [============================================== ] 859/1150 74% [============================================== ] 860/1150 74% [============================================== ] 861/1150 74% [============================================== ] 862/1150 74% [============================================== ] 863/1150 75% [============================================== ] 864/1150 75% [============================================== ] 865/1150 75% [============================================== ] 866/1150 75% [============================================== ] 867/1150 75% [============================================== ] 868/1150 75% [============================================== ] 869/1150 75% [============================================== ] 870/1150 75% [============================================== ] 871/1150 75% [=============================================== ] 872/1150 75% [=============================================== ] 873/1150 75% [=============================================== ] 874/1150 76% [=============================================== ] 875/1150 76% [=============================================== ] 876/1150 76% [=============================================== ] 877/1150 76% [=============================================== ] 878/1150 76% [=============================================== ] 879/1150 76% [=============================================== ] 880/1150 76% [=============================================== ] 881/1150 76% [=============================================== ] 882/1150 76% [=============================================== ] 883/1150 76% [=============================================== ] 884/1150 76% [=============================================== ] 885/1150 76% [=============================================== ] 886/1150 77% [=============================================== ] 887/1150 77% [=============================================== ] 888/1150 77% [=============================================== ] 889/1150 77% [=============================================== ] 890/1150 77% [================================================ ] 891/1150 77% [================================================ ] 892/1150 77% [================================================ ] 893/1150 77% [================================================ ] 894/1150 77% [================================================ ] 895/1150 77% [================================================ ] 896/1150 77% [================================================ ] 897/1150 78% [================================================ ] 898/1150 78% [================================================ ] 899/1150 78% [================================================ ] 900/1150 78% [================================================ ] 901/1150 78% [================================================ ] 902/1150 78% [================================================ ] 903/1150 78% [================================================ ] 904/1150 78% [================================================ ] 905/1150 78% [================================================ ] 906/1150 78% [================================================ ] 907/1150 78% [================================================ ] 908/1150 78% [================================================= ] 909/1150 79% [================================================= ] 910/1150 79% [================================================= ] 911/1150 79% [================================================= ] 912/1150 79% [================================================= ] 913/1150 79% [================================================= ] 914/1150 79% [================================================= ] 915/1150 79% [================================================= ] 916/1150 79% [================================================= ] 917/1150 79% [================================================= ] 918/1150 79% [================================================= ] 919/1150 79% [================================================= ] 920/1150 80% [================================================= ] 921/1150 80% [================================================= ] 922/1150 80% [================================================= ] 923/1150 80% [================================================= ] 924/1150 80% [================================================= ] 925/1150 80% [================================================= ] 926/1150 80% [================================================= ] 927/1150 80% [================================================== ] 928/1150 80% [================================================== ] 929/1150 80% [================================================== ] 930/1150 80% [================================================== ] 931/1150 80% [================================================== ] 932/1150 81% [================================================== ] 933/1150 81% [================================================== ] 934/1150 81% [================================================== ] 935/1150 81% [================================================== ] 936/1150 81% [================================================== ] 937/1150 81% [================================================== ] 938/1150 81% [================================================== ] 939/1150 81% [================================================== ] 940/1150 81% [================================================== ] 941/1150 81% [================================================== ] 942/1150 81% [================================================== ] 943/1150 82% [================================================== ] 944/1150 82% [================================================== ] 945/1150 82% [=================================================== ] 946/1150 82% [=================================================== ] 947/1150 82% [=================================================== ] 948/1150 82% [=================================================== ] 949/1150 82% [=================================================== ] 950/1150 82% [=================================================== ] 951/1150 82% [=================================================== ] 952/1150 82% [=================================================== ] 953/1150 82% [=================================================== ] 954/1150 82% [=================================================== ] 955/1150 83% [=================================================== ] 956/1150 83% [=================================================== ] 957/1150 83% [=================================================== ] 958/1150 83% [=================================================== ] 959/1150 83% [=================================================== ] 960/1150 83% [=================================================== ] 961/1150 83% [=================================================== ] 962/1150 83% [=================================================== ] 963/1150 83% [=================================================== ] 964/1150 83% [==================================================== ] 965/1150 83% [==================================================== ] 966/1150 84% [==================================================== ] 967/1150 84% [==================================================== ] 968/1150 84% [==================================================== ] 969/1150 84% [==================================================== ] 970/1150 84% [==================================================== ] 971/1150 84% [==================================================== ] 972/1150 84% [==================================================== ] 973/1150 84% [==================================================== ] 974/1150 84% [==================================================== ] 975/1150 84% [==================================================== ] 976/1150 84% [==================================================== ] 977/1150 84% [==================================================== ] 978/1150 85% [==================================================== ] 979/1150 85% [==================================================== ] 980/1150 85% [==================================================== ] 981/1150 85% [==================================================== ] 982/1150 85% [==================================================== ] 983/1150 85% [===================================================== ] 984/1150 85% [===================================================== ] 985/1150 85% [===================================================== ] 986/1150 85% [===================================================== ] 987/1150 85% [===================================================== ] 988/1150 85% [===================================================== ] 989/1150 86% [===================================================== ] 990/1150 86% [===================================================== ] 991/1150 86% [===================================================== ] 992/1150 86% [===================================================== ] 993/1150 86% [===================================================== ] 994/1150 86% [===================================================== ] 995/1150 86% [===================================================== ] 996/1150 86% [===================================================== ] 997/1150 86% [===================================================== ] 998/1150 86% [===================================================== ] 999/1150 86% [===================================================== ] 1000/1150 86% [===================================================== ] 1001/1150 87% [====================================================== ] 1002/1150 87% [====================================================== ] 1003/1150 87% [====================================================== ] 1004/1150 87% [====================================================== ] 1005/1150 87% [====================================================== ] 1006/1150 87% [====================================================== ] 1007/1150 87% [====================================================== ] 1008/1150 87% [====================================================== ] 1009/1150 87% [====================================================== ] 1010/1150 87% [====================================================== ] 1011/1150 87% [====================================================== ] 1012/1150 88% [====================================================== ] 1013/1150 88% [====================================================== ] 1014/1150 88% [====================================================== ] 1015/1150 88% [====================================================== ] 1016/1150 88% [====================================================== ] 1017/1150 88% [====================================================== ] 1018/1150 88% [====================================================== ] 1019/1150 88% [====================================================== ] 1020/1150 88% [======================================================= ] 1021/1150 88% [======================================================= ] 1022/1150 88% [======================================================= ] 1023/1150 88% [======================================================= ] 1024/1150 89% [======================================================= ] 1025/1150 89% [======================================================= ] 1026/1150 89% [======================================================= ] 1027/1150 89% [======================================================= ] 1028/1150 89% [======================================================= ] 1029/1150 89% [======================================================= ] 1030/1150 89% [======================================================= ] 1031/1150 89% [======================================================= ] 1032/1150 89% [======================================================= ] 1033/1150 89% [======================================================= ] 1034/1150 89% [======================================================= ] 1035/1150 90% [======================================================= ] 1036/1150 90% [======================================================= ] 1037/1150 90% [======================================================= ] 1038/1150 90% [======================================================== ] 1039/1150 90% [======================================================== ] 1040/1150 90% [======================================================== ] 1041/1150 90% [======================================================== ] 1042/1150 90% [======================================================== ] 1043/1150 90% [======================================================== ] 1044/1150 90% [======================================================== ] 1045/1150 90% [======================================================== ] 1046/1150 90% [======================================================== ] 1047/1150 91% [======================================================== ] 1048/1150 91% [======================================================== ] 1049/1150 91% [======================================================== ] 1050/1150 91% [======================================================== ] 1051/1150 91% [======================================================== ] 1052/1150 91% [======================================================== ] 1053/1150 91% [======================================================== ] 1054/1150 91% [======================================================== ] 1055/1150 91% [======================================================== ] 1056/1150 91% [======================================================== ] 1057/1150 91% [========================================================= ] 1058/1150 92% [========================================================= ] 1059/1150 92% [========================================================= ] 1060/1150 92% [========================================================= ] 1061/1150 92% [========================================================= ] 1062/1150 92% [========================================================= ] 1063/1150 92% [========================================================= ] 1064/1150 92% [========================================================= ] 1065/1150 92% [========================================================= ] 1066/1150 92% [========================================================= ] 1067/1150 92% [========================================================= ] 1068/1150 92% [========================================================= ] 1069/1150 92% [========================================================= ] 1070/1150 93% [========================================================= ] 1071/1150 93% [========================================================= ] 1072/1150 93% [========================================================= ] 1073/1150 93% [========================================================= ] 1074/1150 93% [========================================================= ] 1075/1150 93% [========================================================== ] 1076/1150 93% [========================================================== ] 1077/1150 93% [========================================================== ] 1078/1150 93% [========================================================== ] 1079/1150 93% [========================================================== ] 1080/1150 93% [========================================================== ] 1081/1150 94% [========================================================== ] 1082/1150 94% [========================================================== ] 1083/1150 94% [========================================================== ] 1084/1150 94% [========================================================== ] 1085/1150 94% [========================================================== ] 1086/1150 94% [========================================================== ] 1087/1150 94% [========================================================== ] 1088/1150 94% [========================================================== ] 1089/1150 94% [========================================================== ] 1090/1150 94% [========================================================== ] 1091/1150 94% [========================================================== ] 1092/1150 94% [========================================================== ] 1093/1150 95% [========================================================== ] 1094/1150 95% [=========================================================== ] 1095/1150 95% [=========================================================== ] 1096/1150 95% [=========================================================== ] 1097/1150 95% [=========================================================== ] 1098/1150 95% [=========================================================== ] 1099/1150 95% [=========================================================== ] 1100/1150 95% [=========================================================== ] 1101/1150 95% [=========================================================== ] 1102/1150 95% [=========================================================== ] 1103/1150 95% [=========================================================== ] 1104/1150 96% [=========================================================== ] 1105/1150 96% [=========================================================== ] 1106/1150 96% [=========================================================== ] 1107/1150 96% [=========================================================== ] 1108/1150 96% [=========================================================== ] 1109/1150 96% [=========================================================== ] 1110/1150 96% [=========================================================== ] 1111/1150 96% [=========================================================== ] 1112/1150 96% [============================================================ ] 1113/1150 96% [============================================================ ] 1114/1150 96% [============================================================ ] 1115/1150 96% [============================================================ ] 1116/1150 97% [============================================================ ] 1117/1150 97% [============================================================ ] 1118/1150 97% [============================================================ ] 1119/1150 97% [============================================================ ] 1120/1150 97% [============================================================ ] 1121/1150 97% [============================================================ ] 1122/1150 97% [============================================================ ] 1123/1150 97% [============================================================ ] 1124/1150 97% [============================================================ ] 1125/1150 97% [============================================================ ] 1126/1150 97% [============================================================ ] 1127/1150 98% [============================================================ ] 1128/1150 98% [============================================================ ] 1129/1150 98% [============================================================ ] 1130/1150 98% [============================================================ ] 1131/1150 98% [============================================================= ] 1132/1150 98% [============================================================= ] 1133/1150 98% [============================================================= ] 1134/1150 98% [============================================================= ] 1135/1150 98% [============================================================= ] 1136/1150 98% [============================================================= ] 1137/1150 98% [============================================================= ] 1138/1150 98% [============================================================= ] 1139/1150 99% [============================================================= ] 1140/1150 99% [============================================================= ] 1141/1150 99% [============================================================= ] 1142/1150 99% [============================================================= ] 1143/1150 99% [============================================================= ] 1144/1150 99% [============================================================= ] 1145/1150 99% [============================================================= ] 1146/1150 99% [============================================================= ] 1147/1150 99% [============================================================= ] 1148/1150 99% [============================================================= ] 1149/1150 99% [==============================================================] 1150/1150 100% operation complete, 1150 objects in 57636 NAND pages. ln -snf /home/thomas/autobuild/instance-2/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-2760-gb793f3a49e1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.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) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 4.19.272 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> axel 2.17.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.7.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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> busybox 1.36.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) >>> 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) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> datatables-buttons 1.6.1 Collecting legal info License.txt: OK (sha256: 21fa7cbc3c00bcad1e0f3417d465e702bd470d7dc446a6deff80c8fc5eda9148) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flashrom 1.2.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-gdb 12.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> git 2.39.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.88.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcoap 4.3.1 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 5711e8bf7e94b59fcf0681d0f73752111bc196563b60f8568f19dacd0213192b) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnftnl 1.2.3 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libstrophe 0.12.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> 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) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> transmission 3.00 Collecting legal info COPYING: OK (sha256: 2b16da5bd02790d1e4d332cfd42b9dfd7d1b0ed3a16a75dc7e76b6ed239fdba9) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> wolftpm 2.7.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.272: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'